pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
laszip: free and lossless LiDAR compression
Module Name: pkgsrc-wip
Committed By: Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By: thor
Date: Tue Mar 26 15:24:35 2019 +0100
Changeset: ebda66c6b5bd92355a833b8cbccedb8f18a8f3d4
Added Files:
laszip/DESCR
laszip/Makefile
laszip/PLIST
laszip/buildlink3.mk
laszip/distinfo
Log Message:
laszip: free and lossless LiDAR compression
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ebda66c6b5bd92355a833b8cbccedb8f18a8f3d4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
laszip/DESCR | 6 ++++++
laszip/Makefile | 17 +++++++++++++++++
laszip/PLIST | 9 +++++++++
laszip/buildlink3.mk | 12 ++++++++++++
laszip/distinfo | 6 ++++++
5 files changed, 50 insertions(+)
diffs:
diff --git a/laszip/DESCR b/laszip/DESCR
new file mode 100644
index 0000000000..78b9d7b93a
--- /dev/null
+++ b/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/laszip/Makefile b/laszip/Makefile
new file mode 100644
index 0000000000..f0a86cf744
--- /dev/null
+++ b/laszip/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+VERSION= 3.3.1
+PKGNAME= laszip-${VERSION}
+DISTNAME= laszip-src-${VERSION}
+CATEGORIES= geography
+MASTER_SITES= https://github.com/LASzip/LASzip/releases/download/${VERSION}/
+
+MAINTAINER= thomas.orgis%uni-hamburg.de@localhost
+HOMEPAGE= https://github.com/LASzip/LASzip/releases/download/${VERSION}/
+COMMENT= LASzip - 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/laszip/PLIST b/laszip/PLIST
new file mode 100644
index 0000000000..3fd528e583
--- /dev/null
+++ b/laszip/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+include/laszip/laszip_api.h
+include/laszip/laszip_api_version.h
+lib/liblaszip.so
+lib/liblaszip.so.8
+lib/liblaszip.so.8.0.3
+lib/liblaszip_api.so
+lib/liblaszip_api.so.8
+lib/liblaszip_api.so.8.0.3
diff --git a/laszip/buildlink3.mk b/laszip/buildlink3.mk
new file mode 100644
index 0000000000..6ea7d0ba48
--- /dev/null
+++ b/laszip/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= laszip
+
+.if !defined(LASZIP_BUILDLINK3_MK)
+LASZIP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.laszip+= laszip>=2.2.0
+BUILDLINK_PKGSRCDIR.laszip?= ../../geography/laszip
+.endif # LASZIP_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -laszip
diff --git a/laszip/distinfo b/laszip/distinfo
new file mode 100644
index 0000000000..dd75971611
--- /dev/null
+++ b/laszip/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (laszip-src-3.3.1.tar.gz) = 5909b5b9b7cbcef903bea88851367ab531d8d256
+RMD160 (laszip-src-3.3.1.tar.gz) = 28c1abe67eb00cfe056f6b03d86ee5db7c81e477
+SHA512 (laszip-src-3.3.1.tar.gz) = 2aa6249bc4bc092a312581d2a3c7de7d2d259fc89affe5b7a15b944684f75d0c77f1e1701c9f2c96501c27f300f2fe43d7008e6f3ac24a4ee2482fb1073e2010
+Size (laszip-src-3.3.1.tar.gz) = 217774 bytes
Home |
Main Index |
Thread Index |
Old Index