FreeBSD Bugzilla – Attachment 145238 Details for
Bug 192329
New port: math/pdal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pdal-0.9.8
pdal.txt (text/plain), 7.73 KB, created by
Loïc Bartoletti
on 2014-08-02 06:10:33 UTC
(
hide
)
Description:
pdal-0.9.8
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2014-08-02 06:10:33 UTC
Size:
7.73 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># pdal ># pdal/pkg-descr ># pdal/distinfo ># pdal/Makefile ># pdal/pkg-plist ># pdal/files ># pdal/files/patch-src-Utils.cpp ># >echo c - pdal >mkdir -p pdal > /dev/null 2>&1 >echo x - pdal/pkg-descr >sed 's/^X//' >pdal/pkg-descr << '24452c9669128e428739b03d8b24f34b' >XPDAL is a BSD licensed library for translating and manipulating >Xpoint cloud data of various formats. It is a library that is >Xanalogous to the GDAL raster library. PDAL is focussed on reading, >Xwriting, and translating point cloud data from the ever-growing >Xconstellation of data formats that are being developed for working >Xwith multi-dimensional emitted-pulse scanning systems. While PDAL is >X not explicitly limited to working with LiDAR data formats, its >Xinitial rollout is focused in that area. >X >XWWW: http://www.pdal.io/ >24452c9669128e428739b03d8b24f34b >echo x - pdal/distinfo >sed 's/^X//' >pdal/distinfo << '0d36a620f0d3f500425e0b01848804b7' >XSHA256 (pdal-0.9.8.tar.gz) = aef41ae7c8b87541eb9cc11c2e17f086ac26799f3e4da0f19f8e78e0538060ff >XSIZE (pdal-0.9.8.tar.gz) = 11046030 >0d36a620f0d3f500425e0b01848804b7 >echo x - pdal/Makefile >sed 's/^X//' >pdal/Makefile << '221926a9487757561edb1c4864b7cba9' >X# Created by: bart <bart@bureau> >X# $FreeBSD$ >X >XPORTNAME= pdal >XPORTVERSION= 0.9.8 >X#PORTREVISION= 0 >X#PORTEPOCH= 0 >XCATEGORIES= databases math graphics >XMASTER_SITES= http://github.com/PDAL/PDAL/archive/${PORTVERSION}.tar.gz?dummy=/ >X#MASTER_SITE_SUBDIR= >X#PKGNAMEPREFIX= >X#PKGNAMESUFFIX= >X#DISTNAME= >X#EXTRACT_SUFX= >X#DISTFILES= >X#DIST_SUBDIR= ${PORTNAME} >X#EXTRACT_ONLY= >X >XMAINTAINER= coder@tuxfamily.org >XCOMMENT= Library for translating and manipulating point cloud data >X >XLICENSE= BSD >X >XWRKSRC= ${WRKDIR}/PDAL-${PORTVERSION} >X >XUSES= cmake compiler >Xcompiler_ARGS= c++11-lang >XUSE_LDCONFIG= yes >X >XOPTIONS_DEFINE= GDAL GEOTIFF LIBXML2 EMBED_BOOST >XOPTIONS_DEFAULT= GDAL GEOTIFF LIBXML2 >X >X.include <bsd.port.options.mk> >X >X.if ${PORT_OPTIONS:MGDAL} >XCMAKE_ARGS+= -DWITH_GDAL:BOOL=TRUE >XLIB_DEPENDS+= libgdal.so:${PORTSDIR}/graphics/gdal >XPLIST_SUB+= GDAL="" >X.else >XCMAKE_ARGS+= -DWITH_GDAL:BOOL=FALSE >XPLIST_SUB+= GDAL="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MGEOTIFF} >XCMAKE_ARGS+= -DWITH_GEOTIFF:BOOL=TRUE >XLIB_DEPENDS+= libgeotiff.so:${PORTSDIR}/graphics/libgeotiff >XPLIST_SUB+= GEOTIFF="" >X.else >XCMAKE_ARGS+= -DWITH_GEOTIFF:BOOL=FALSE >XPLIST_SUB+= GEOTIFF="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MLIBXML2} >XCMAKE_ARGS+= -DWITH_LIBXML2:BOOL=TRUE >XLIB_DEPENDS+= libxml2.so:${PORTSDIR}/textproc/libxml2 >XPLIST_SUB+= LIBXML2="" >X.else >XCMAKE_ARGS+= -DWITH_LIBXML2:BOOL=FALSE >XPLIST_SUB+= LIBXML2="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MEMBED_BOOST} >XCMAKE_ARGS+= -DPDAL_EMBED_BOOST:BOOL=TRUE >XPLIST_SUB+= EMBED_BOOST="" >X.else >XCMAKE_ARGS+= -DPDAL_EMBED_BOOST:BOOL=FALSE >XLIB_DEPENDS+= libboost_thread.so:${PORTSDIR}/devel/boost-libs >XPLIST_SUB+= EMBED_BOOST="@comment " >X.endif >X >X.include <bsd.port.mk> >221926a9487757561edb1c4864b7cba9 >echo x - pdal/pkg-plist >sed 's/^X//' >pdal/pkg-plist << '1455676d00bc53cbf5919778a929aa87' >Xbin/pc2pc >Xbin/pcequal >Xbin/pcinfo >Xbin/pcpipeline >Xbin/pcquery >Xbin/pdal-config >Xinclude/pdal/Bounds.hpp >Xinclude/pdal/Dimension.hpp >Xinclude/pdal/Endian.hpp >Xinclude/pdal/FileUtils.hpp >Xinclude/pdal/Filter.hpp >Xinclude/pdal/FilterIterator.hpp >Xinclude/pdal/GDALUtils.hpp >Xinclude/pdal/GlobalEnvironment.hpp >Xinclude/pdal/Log.hpp >Xinclude/pdal/Metadata.hpp >Xinclude/pdal/MultiFilter.hpp >Xinclude/pdal/MultiFilterIterator.hpp >Xinclude/pdal/Object.hpp >Xinclude/pdal/Options.hpp >Xinclude/pdal/PipelineManager.hpp >Xinclude/pdal/PipelineReader.hpp >Xinclude/pdal/PipelineWriter.hpp >Xinclude/pdal/PointBuffer.hpp >Xinclude/pdal/Range.hpp >Xinclude/pdal/Reader.hpp >Xinclude/pdal/ReaderIterator.hpp >Xinclude/pdal/Schema.hpp >Xinclude/pdal/SpatialReference.hpp >Xinclude/pdal/Stage.hpp >Xinclude/pdal/StageBase.hpp >Xinclude/pdal/StageFactory.hpp >Xinclude/pdal/StageIterator.hpp >Xinclude/pdal/StreamFactory.hpp >Xinclude/pdal/ThreadEnvironment.hpp >Xinclude/pdal/UserCallback.hpp >Xinclude/pdal/Utils.hpp >Xinclude/pdal/Vector.hpp >Xinclude/pdal/Writer.hpp >Xinclude/pdal/XMLSchema.hpp >Xinclude/pdal/drivers/buffer/Reader.hpp >Xinclude/pdal/drivers/caris/CloudIterator.hpp >Xinclude/pdal/drivers/caris/CloudReader.hpp >Xinclude/pdal/drivers/faux/Reader.hpp >Xinclude/pdal/drivers/faux/Writer.hpp >Xinclude/pdal/drivers/las/Header.hpp >Xinclude/pdal/drivers/las/Reader.hpp >Xinclude/pdal/drivers/las/ReaderBase.hpp >Xinclude/pdal/drivers/las/SummaryData.hpp >Xinclude/pdal/drivers/las/Support.hpp >Xinclude/pdal/drivers/las/VariableLengthRecord.hpp >Xinclude/pdal/drivers/las/Writer.hpp >Xinclude/pdal/drivers/mrsid/Reader.hpp >Xinclude/pdal/drivers/nitf/Reader.hpp >Xinclude/pdal/drivers/nitf/Writer.hpp >Xinclude/pdal/drivers/oci/Reader.hpp >Xinclude/pdal/drivers/oci/Writer.hpp >Xinclude/pdal/drivers/oci/common.hpp >Xinclude/pdal/drivers/oci/oci_wrapper.h >Xinclude/pdal/drivers/p2g/Writer.hpp >Xinclude/pdal/drivers/pgpointcloud/Reader.hpp >Xinclude/pdal/drivers/pgpointcloud/Writer.hpp >Xinclude/pdal/drivers/pgpointcloud/common.hpp >Xinclude/pdal/drivers/pipeline/Reader.hpp >Xinclude/pdal/drivers/qfit/Reader.hpp >Xinclude/pdal/drivers/soci/Reader.hpp >Xinclude/pdal/drivers/soci/Writer.hpp >Xinclude/pdal/drivers/soci/common.hpp >Xinclude/pdal/drivers/terrasolid/Reader.hpp >Xinclude/pdal/drivers/text/Writer.hpp >Xinclude/pdal/filters/ByteSwap.hpp >Xinclude/pdal/filters/Cache.hpp >Xinclude/pdal/filters/Chipper.hpp >Xinclude/pdal/filters/Color.hpp >Xinclude/pdal/filters/Colorization.hpp >Xinclude/pdal/filters/Crop.hpp >Xinclude/pdal/filters/Decimation.hpp >Xinclude/pdal/filters/HexBin.hpp >Xinclude/pdal/filters/InPlaceReprojection.hpp >Xinclude/pdal/filters/Index.hpp >Xinclude/pdal/filters/Mosaic.hpp >Xinclude/pdal/filters/PointBufferCache.hpp >Xinclude/pdal/filters/Predicate.hpp >Xinclude/pdal/filters/Programmable.hpp >Xinclude/pdal/filters/Reprojection.hpp >Xinclude/pdal/filters/Scaling.hpp >Xinclude/pdal/filters/Selector.hpp >Xinclude/pdal/filters/Stats.hpp >Xinclude/pdal/gitsha.h >Xinclude/pdal/pdal_config.hpp >Xinclude/pdal/pdal_defines.h >Xinclude/pdal/pdal_error.hpp >Xinclude/pdal/pdal_export.hpp >Xinclude/pdal/pdal_internal.hpp >Xinclude/pdal/pdal_macros.hpp >Xinclude/pdal/pdal_types.hpp >Xinclude/pdal/plang/BufferedInvocation.hpp >Xinclude/pdal/plang/Invocation.hpp >Xinclude/pdal/plang/PythonEnvironment.hpp >Xinclude/pdal/plang/Script.hpp >Xinclude/pdal/third/nanoflann.hpp >Xlib/libpdal.so >Xlib/libpdal.so.0 >X@dirrmtry include/pdal/drivers/buffer >X@dirrmtry include/pdal/drivers/caris >X@dirrmtry include/pdal/drivers/faux >X@dirrmtry include/pdal/drivers/las >X@dirrmtry include/pdal/drivers/mrsid >X@dirrmtry include/pdal/drivers/nitf >X@dirrmtry include/pdal/drivers/oci >X@dirrmtry include/pdal/drivers/p2g >X@dirrmtry include/pdal/drivers/pgpointcloud >X@dirrmtry include/pdal/drivers/pipeline >X@dirrmtry include/pdal/drivers/qfit >X@dirrmtry include/pdal/drivers/soci >X@dirrmtry include/pdal/drivers/terrasolid >X@dirrmtry include/pdal/drivers/text >X@dirrmtry include/pdal/drivers >X@dirrmtry include/pdal/filters >X@dirrmtry include/pdal/plang >X@dirrmtry include/pdal/third >X@dirrmtry include/pdal >1455676d00bc53cbf5919778a929aa87 >echo c - pdal/files >mkdir -p pdal/files > /dev/null 2>&1 >echo x - pdal/files/patch-src-Utils.cpp >sed 's/^X//' >pdal/files/patch-src-Utils.cpp << 'cd8548c897999613be5f64eb70c1eb4e' >X--- src/Utils.cpp.orig 2014-07-27 19:02:59.456832475 +0200 >X+++ src/Utils.cpp 2014-07-27 19:03:23.513363445 +0200 >X@@ -37,6 +37,7 @@ >X #include <cassert> >X #include <cstdlib> >X #include <cctype> >X+#include <sys/wait.h> >X >X #ifdef PDAL_COMPILER_MSVC >X # pragma warning(disable: 4127) // conditional expression is constant >cd8548c897999613be5f64eb70c1eb4e >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 192329
: 145238