diff --git a/devel/Makefile b/devel/Makefile index 8c5bbde29564..3135cc22f256 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1055,6 +1055,7 @@ SUBDIR += libkolab SUBDIR += liblangtag SUBDIR += liblas + SUBDIR += liblas12 SUBDIR += liblcfg SUBDIR += libleaftag SUBDIR += liblnk diff --git a/devel/liblas12/Makefile b/devel/liblas12/Makefile new file mode 100644 index 000000000000..db88fbfbc5dc --- /dev/null +++ b/devel/liblas12/Makefile @@ -0,0 +1,23 @@ +# Created by: Wen Heping +# $FreeBSD$ + +PORTNAME= liblas12 +PORTVERSION= 1.2.1 +CATEGORIES= devel +MASTER_SITES= http://trac.liblas.org/raw-attachment/wiki/${PORTVERSION}/ +DISTNAME= liblas-src-${PORTVERSION} + +MAINTAINER= rhurlin@gwdg.de +COMMENT= Library For Reading And Writing LAS-Format Data + +LICENSE= BSD2CLAUSE + +CONFLICTS= liblas-1.7* + +USES= gmake libtool +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +WRKSRC= ${WRKDIR}/liblas-src-${PORTVERSION} + +.include diff --git a/devel/liblas12/distinfo b/devel/liblas12/distinfo new file mode 100644 index 000000000000..29c2a05a0900 --- /dev/null +++ b/devel/liblas12/distinfo @@ -0,0 +1,2 @@ +SHA256 (liblas-src-1.2.1.tar.gz) = 4ca62a3fb5cd638f8f2e16088e55016394b530af05f75f558d3a678bbb397ab3 +SIZE (liblas-src-1.2.1.tar.gz) = 438263 diff --git a/devel/liblas12/pkg-descr b/devel/liblas12/pkg-descr new file mode 100644 index 000000000000..68be8e789800 --- /dev/null +++ b/devel/liblas12/pkg-descr @@ -0,0 +1,6 @@ +libLAS is a BSD library for reading and writing ASPRS LAS version 1.0, 1.1 and +1.2 data. LAS-formatted data is heavily used in LiDAR processing operations, +and the LAS format is a sequential binary format used to store data from +sensors and as intermediate processing storage by some applications. + +WWW: http://liblas.org/ diff --git a/devel/liblas12/pkg-plist b/devel/liblas12/pkg-plist new file mode 100644 index 000000000000..5554c804fb69 --- /dev/null +++ b/devel/liblas12/pkg-plist @@ -0,0 +1,42 @@ +bin/las2las +bin/las2txt +bin/lasinfo +bin/lasmerge +bin/liblas-config +bin/txt2las +include/liblas/capi/las_config.h +include/liblas/capi/las_version.h +include/liblas/capi/liblas.h +include/liblas/cstdint.hpp +include/liblas/detail/endian.hpp +include/liblas/detail/file.hpp +include/liblas/detail/fwd.hpp +include/liblas/detail/reader.hpp +include/liblas/detail/reader10.hpp +include/liblas/detail/reader11.hpp +include/liblas/detail/reader12.hpp +include/liblas/detail/sha1.hpp +include/liblas/detail/sharedptr.hpp +include/liblas/detail/timer.hpp +include/liblas/detail/utility.hpp +include/liblas/detail/writer.hpp +include/liblas/detail/writer10.hpp +include/liblas/detail/writer11.hpp +include/liblas/detail/writer12.hpp +include/liblas/exception.hpp +include/liblas/guid.hpp +include/liblas/iterator.hpp +include/liblas/lascolor.hpp +include/liblas/laserror.hpp +include/liblas/lasfile.hpp +include/liblas/lasheader.hpp +include/liblas/laspoint.hpp +include/liblas/lasreader.hpp +include/liblas/lasspatialreference.hpp +include/liblas/lasvariablerecord.hpp +include/liblas/laswriter.hpp +include/liblas/liblas.hpp +lib/liblas.a +lib/liblas.so +lib/liblas.so.1 +lib/liblas.so.1.0.0