pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography



Module Name:    pkgsrc
Committed By:   thor
Date:           Mon May 17 10:01:32 UTC 2021

Modified Files:
        pkgsrc/geography: Makefile
Added Files:
        pkgsrc/geography/laszip: DESCR Makefile PLIST buildlink3.mk distinfo


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/laszip/DESCR \
    pkgsrc/geography/laszip/Makefile pkgsrc/geography/laszip/PLIST \
    pkgsrc/geography/laszip/buildlink3.mk pkgsrc/geography/laszip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/Makefile
diff -u pkgsrc/geography/Makefile:1.106 pkgsrc/geography/Makefile:1.107
--- pkgsrc/geography/Makefile:1.106     Thu Feb 11 11:11:11 2021
+++ pkgsrc/geography/Makefile   Mon May 17 10:01:31 2021
@@ -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

Added files:

Index: pkgsrc/geography/laszip/DESCR
diff -u /dev/null pkgsrc/geography/laszip/DESCR:1.1
--- /dev/null   Mon May 17 10:01:32 2021
+++ pkgsrc/geography/laszip/DESCR       Mon May 17 10:01:31 2021
@@ -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.
Index: pkgsrc/geography/laszip/Makefile
diff -u /dev/null pkgsrc/geography/laszip/Makefile:1.1
--- /dev/null   Mon May 17 10:01:32 2021
+++ pkgsrc/geography/laszip/Makefile    Mon May 17 10:01:31 2021
@@ -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"
Index: pkgsrc/geography/laszip/PLIST
diff -u /dev/null pkgsrc/geography/laszip/PLIST:1.1
--- /dev/null   Mon May 17 10:01:32 2021
+++ pkgsrc/geography/laszip/PLIST       Mon May 17 10:01:31 2021
@@ -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
Index: pkgsrc/geography/laszip/buildlink3.mk
diff -u /dev/null pkgsrc/geography/laszip/buildlink3.mk:1.1
--- /dev/null   Mon May 17 10:01:32 2021
+++ pkgsrc/geography/laszip/buildlink3.mk       Mon May 17 10:01:31 2021
@@ -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
Index: pkgsrc/geography/laszip/distinfo
diff -u /dev/null pkgsrc/geography/laszip/distinfo:1.1
--- /dev/null   Mon May 17 10:01:32 2021
+++ pkgsrc/geography/laszip/distinfo    Mon May 17 10:01:31 2021
@@ -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