diff options
author | thor <thor@pkgsrc.org> | 2021-05-17 10:01:31 +0000 |
---|---|---|
committer | thor <thor@pkgsrc.org> | 2021-05-17 10:01:31 +0000 |
commit | b2f2e08c759aeb30b131843b876845fe05aa952e (patch) | |
tree | 26939ae5e13ffd93f1b921f130b558feedf1f8bd /geography | |
parent | c8aa1fd38442e34357692cac7c06642de2b04cfc (diff) | |
download | pkgsrc-b2f2e08c759aeb30b131843b876845fe05aa952e.tar.gz |
*** empty log message ***
Diffstat (limited to 'geography')
-rw-r--r-- | geography/Makefile | 3 | ||||
-rw-r--r-- | geography/laszip/DESCR | 6 | ||||
-rw-r--r-- | geography/laszip/Makefile | 18 | ||||
-rw-r--r-- | geography/laszip/PLIST | 9 | ||||
-rw-r--r-- | geography/laszip/buildlink3.mk | 12 | ||||
-rw-r--r-- | geography/laszip/distinfo | 6 |
6 files changed, 53 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index bb1a5f6f510..059d4f95a7d 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2021/02/11 11:11:11 pin Exp $ +# $NetBSD: Makefile,v 1.107 2021/05/17 10:01:31 thor Exp $ # COMMENT= Software for geographical-related uses @@ -46,6 +46,7 @@ SUBDIR+= gpspoint SUBDIR+= gpsutils SUBDIR+= gpxsee SUBDIR+= kplex +SUBDIR+= laszip SUBDIR+= libchamplain012 SUBDIR+= libdrg SUBDIR+= libgeotiff diff --git a/geography/laszip/DESCR b/geography/laszip/DESCR new file mode 100644 index 00000000000..78b9d7b93ad --- /dev/null +++ b/geography/laszip/DESCR @@ -0,0 +1,6 @@ +LASzip - a free product of rapidlasso GmbH - quickly turns bulky LAS +files into compact LAZ files without information loss. Terabytes of LAZ +data are now available for free download from various agencies making +LASzip, winner of the 2012 Geospatial World Forum Technology Innovation +Award in LiDAR Processing and 2nd place winner for innovative product +at INTERGEO 2012, the de-facto standard for LiDAR compression. diff --git a/geography/laszip/Makefile b/geography/laszip/Makefile new file mode 100644 index 00000000000..a7f17bb3801 --- /dev/null +++ b/geography/laszip/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2021/05/17 10:01:31 thor Exp $ + +DISTNAME= laszip-src-3.4.3 +PKGNAME= ${DISTNAME:S/-src//} +CATEGORIES= geography +MASTER_SITES= ${MASTER_SITE_GITHUB:=LASzip/} +GITHUB_PROJECT= LASzip +GITHUB_RELEASE= ${PKGVERSION_NOREV} + +MAINTAINER= thomas.orgis@uni-hamburg.de +HOMEPAGE= https://laszip.org/ +COMMENT= Free and lossless LiDAR compression +LICENSE= gnu-lgpl-v2.1 + +USE_CMAKE= yes +USE_LANGUAGES= c c++ + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/laszip/PLIST b/geography/laszip/PLIST new file mode 100644 index 00000000000..a505bdf957c --- /dev/null +++ b/geography/laszip/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2021/05/17 10:01:31 thor Exp $ +include/laszip/laszip_api.h +include/laszip/laszip_api_version.h +lib/liblaszip.so +lib/liblaszip.so.8 +lib/liblaszip.so.8.0.5 +lib/liblaszip_api.so +lib/liblaszip_api.so.8 +lib/liblaszip_api.so.8.0.5 diff --git a/geography/laszip/buildlink3.mk b/geography/laszip/buildlink3.mk new file mode 100644 index 00000000000..f014c4571e9 --- /dev/null +++ b/geography/laszip/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2021/05/17 10:01:31 thor Exp $ + +BUILDLINK_TREE+= laszip + +.if !defined(LASZIP_BUILDLINK3_MK) +LASZIP_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.laszip+= laszip>=3.0.0 +BUILDLINK_PKGSRCDIR.laszip?= ../../geography/laszip +.endif # LASZIP_BUILDLINK3_MK + +BUILDLINK_TREE+= -laszip diff --git a/geography/laszip/distinfo b/geography/laszip/distinfo new file mode 100644 index 00000000000..fcad6e79902 --- /dev/null +++ b/geography/laszip/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/05/17 10:01:31 thor Exp $ + +SHA1 (laszip-src-3.4.3.tar.gz) = 9c18fb6c8e242c7dea79863a79a5e4eecebf3b77 +RMD160 (laszip-src-3.4.3.tar.gz) = c84a81461f2384671d7a42f00cc23f5c7b1f94a1 +SHA512 (laszip-src-3.4.3.tar.gz) = 52033d4e271a75f77de9f112e034ff080e476c0d117010136088b255323e4542550c0fa4f87d86521959787919ca3c7e49ef8c8975ba8f8239799a4d7f34d53f +Size (laszip-src-3.4.3.tar.gz) = 219534 bytes |