summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-10-15 17:12:24 +0200
committerLadislav Hagara2011-10-15 17:12:24 +0200
commitf7edc595aaea685afc5c349b83c970837b73b540 (patch)
tree3bd40caf5381ad6c912076d885d7987d7e6433e9
parent2f782be6206bbbc41a5fb7a7975d17d2bb1184e5 (diff)
science-libs/pcl: new spell, Point Cloud Library
-rw-r--r--ChangeLog1
-rwxr-xr-xscience-libs/pcl/BUILD1
-rwxr-xr-xscience-libs/pcl/DEPENDS4
-rwxr-xr-xscience-libs/pcl/DETAILS21
-rw-r--r--science-libs/pcl/HISTORY2
5 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d66b7797e1..162eb9885b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* science-libs/flann: new spell
Fast Library for Approximate Nearest Neighbors
* science-libs/cminpack: new spell, C/C++ Minpack
+ * science-libs/pcl: new spell, Point Cloud Library
2011-10-15 Bor Kraljič <pyrobor@ver.si>
* chat-im/openwengo: removed (deprecated over 180 days ago)
diff --git a/science-libs/pcl/BUILD b/science-libs/pcl/BUILD
new file mode 100755
index 0000000000..e013b8d866
--- /dev/null
+++ b/science-libs/pcl/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/science-libs/pcl/DEPENDS b/science-libs/pcl/DEPENDS
new file mode 100755
index 0000000000..1d7de0c272
--- /dev/null
+++ b/science-libs/pcl/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake &&
+depends eigen3 &&
+depends flann &&
+depends cminpack
diff --git a/science-libs/pcl/DETAILS b/science-libs/pcl/DETAILS
new file mode 100755
index 0000000000..f31c936c21
--- /dev/null
+++ b/science-libs/pcl/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=pcl
+ VERSION=1.2.0
+ SOURCE=PCL-$VERSION-Source.tar.bz2
+ SOURCE_URL[0]=http://dev.pointclouds.org/attachments/download/442/$SOURCE
+ SOURCE_HASH=sha512:9cb4e9fa63fc5776d90d1a87142eb14c9e29fa2d062f0b456abd7c135f661a2cd8c085472a5dd40c385da4656823d597a6dad4c85d213d778071f99eade55615
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/PCL-$VERSION-Source
+ WEB_SITE=http://pointclouds.org/
+ LICENSE[0]=BSD
+ ENTERED=20111015
+ SHORT="Point Cloud Library"
+cat << EOF
+The Point Cloud Library (or PCL) is a large scale, open project for point
+cloud processing. The PCL framework contains numerous state-of-the art
+algorithms including filtering, feature estimation, surface reconstruction,
+registration, model fitting and segmentation. These algorithms can be used,
+for example, to filter outliers from noisy data, stitch 3D point clouds
+together, segment relevant parts of a scene, extract keypoints and compute
+descriptors to recognize objects in the world based on their geometric
+appearance, and create surfaces from point clouds and visualize them -- to
+name a few.
+EOF
diff --git a/science-libs/pcl/HISTORY b/science-libs/pcl/HISTORY
new file mode 100644
index 0000000000..2412998b62
--- /dev/null
+++ b/science-libs/pcl/HISTORY
@@ -0,0 +1,2 @@
+2011-10-15 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, DEPENDS, BUILD: spell created, version 1.2.0