pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography *** empty log message ***



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4932f9b1a830
branches:  trunk
changeset: 452828:4932f9b1a830
user:      thor <thor%pkgsrc.org@localhost>
date:      Mon May 17 10:01:31 2021 +0000

description:
*** empty log message ***

diffstat:

 geography/Makefile             |   3 ++-
 geography/laszip/DESCR         |   6 ++++++
 geography/laszip/Makefile      |  18 ++++++++++++++++++
 geography/laszip/PLIST         |   9 +++++++++
 geography/laszip/buildlink3.mk |  12 ++++++++++++
 geography/laszip/distinfo      |   6 ++++++
 6 files changed, 53 insertions(+), 1 deletions(-)

diffs (88 lines):

diff -r b84dee647a18 -r 4932f9b1a830 geography/Makefile
--- a/geography/Makefile        Mon May 17 08:07:16 2021 +0000
+++ b/geography/Makefile        Mon May 17 10:01:31 2021 +0000
@@ -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+=       gpsutils
 SUBDIR+=       gpxsee
 SUBDIR+=       kplex
+SUBDIR+=       laszip
 SUBDIR+=       libchamplain012
 SUBDIR+=       libdrg
 SUBDIR+=       libgeotiff
diff -r b84dee647a18 -r 4932f9b1a830 geography/laszip/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/laszip/DESCR    Mon May 17 10:01:31 2021 +0000
@@ -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 -r b84dee647a18 -r 4932f9b1a830 geography/laszip/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/laszip/Makefile Mon May 17 10:01:31 2021 +0000
@@ -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@localhost
+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 -r b84dee647a18 -r 4932f9b1a830 geography/laszip/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/laszip/PLIST    Mon May 17 10:01:31 2021 +0000
@@ -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 -r b84dee647a18 -r 4932f9b1a830 geography/laszip/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/laszip/buildlink3.mk    Mon May 17 10:01:31 2021 +0000
@@ -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 -r b84dee647a18 -r 4932f9b1a830 geography/laszip/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/laszip/distinfo Mon May 17 10:01:31 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index