summaryrefslogtreecommitdiff
path: root/graphics/pcl
AgeCommit message (Collapse)AuthorFilesLines
2022-01-10*: Recursive revbump from boost 1.78.0ryoon2-4/+4
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-29revbump for boost-libsadam2-4/+4
2021-05-10pcl: fix GITHUB_TAG and fetchwiz1-2/+2
2021-05-09graphics/pcl: pkglint on variable orderthor1-2/+2
2021-05-08graphics/pcl: add build fix regarding missing FLT_MAX defintionthor2-2/+17
(Was missing from earlier commit.)
2021-05-08graphics/pcl: Add Qt usage based on VTK Qt usage.thor5-15/+51
2021-05-07graphics/pcl: enable visualization using VTKthor87-8/+3859
This is a very common use-case and thus VTK is on by default. As there are cases where you just need PCL for the data formats and algorithms, it can be disabled. There is another change pending to add Qt support to VTK, which will be inherited here, as I am told the (a?) standard use case for VTK is via Qt. The option is: Either just computations (headless) or the full visualization stuff.
2021-05-03graphics/pcl: remove obsoleted depends.mkthor1-11/+0
2021-05-03graphics/pcl: duplicate deps as is customary, drop external metslibthor3-888/+923
The shared depends.mk is not the pkgsrc way. The metslib dependency is not properly supported by upstream, so we switch to the internal copy for now. Also, the Makefile got a bit of further refinement.
2021-05-03graphics/pcl: fix WRKSRC not to include pkg revisionthor1-2/+2
2021-05-03graphics/pcl: fix directory in bl3thor1-2/+2
2021-05-03graphics/pcl: add first version of Point Cloud Librarythor11-0/+1440
This so far misses the visualization part, which is waiting for VTK being updated. It should be added as an option, then, maybe suggested by default. devel/metslib: added the tabu search framework graphics/pcl: add first version of Point Cloud Library This so far misses the visualization part, which is waiting for VTK being updated. It should be added as an option, then, maybe suggested by default.