From b2f2e08c759aeb30b131843b876845fe05aa952e Mon Sep 17 00:00:00 2001 From: thor Date: Mon, 17 May 2021 10:01:31 +0000 Subject: *** empty log message *** --- geography/laszip/DESCR | 6 ++++++ geography/laszip/Makefile | 18 ++++++++++++++++++ geography/laszip/PLIST | 9 +++++++++ geography/laszip/buildlink3.mk | 12 ++++++++++++ geography/laszip/distinfo | 6 ++++++ 5 files changed, 51 insertions(+) create mode 100644 geography/laszip/DESCR create mode 100644 geography/laszip/Makefile create mode 100644 geography/laszip/PLIST create mode 100644 geography/laszip/buildlink3.mk create mode 100644 geography/laszip/distinfo (limited to 'geography/laszip') 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 -- cgit v1.2.3