summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2012-01-11 19:50:22 +0000
committerCarlo Strub <cs@FreeBSD.org>2012-01-11 19:50:22 +0000
commit88db74395137f54853929d5b2e695a59a20787eb (patch)
tree066dbbd0685ca1a4595198ba514873d2808f09c1 /archivers
parent- Update skins to the latest (diff)
LASzip is a compression library for compressing ASPRS LAS format data. It has
been provided as an LGPL-licensed stand-alone software library to allow other softwares that handle LAS data to read and write LASzip-compressed data. The BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage of LASzip to read and write compressed data. LASzip is completely lossless. It compresses bulky LAS files into compact LAZ files that are only 10-20 percent of the original size, accurately preserving every single bit. PR: ports/163956 Submitted by: Rainer Hurling <rhurlin@gwdg.de> Approved by: glarkin@ (mentor)
Notes
Notes: svn path=/head/; revision=288974
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/laszip/Makefile25
-rw-r--r--archivers/laszip/distinfo2
-rw-r--r--archivers/laszip/pkg-descr11
-rw-r--r--archivers/laszip/pkg-plist10
5 files changed, 49 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index fe768f2b27d3..809a67005d05 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -47,6 +47,7 @@
SUBDIR += kbackup
SUBDIR += kio_p7zip
SUBDIR += kzip
+ SUBDIR += laszip
SUBDIR += lbrate
SUBDIR += lbzip2
SUBDIR += lcab
diff --git a/archivers/laszip/Makefile b/archivers/laszip/Makefile
new file mode 100644
index 000000000000..766e80f60b7b
--- /dev/null
+++ b/archivers/laszip/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: laszip
+# Date created: 09 January 2012
+# Whom: Rainer Hurling <rhurlin@gwdg.de>
+# $FreeBSD$
+
+PORTNAME= laszip
+PORTVERSION= 2.1.0
+CATEGORIES= archivers
+MASTER_SITES= http://download.osgeo.org/laszip/
+
+MAINTAINER= rhurlin@gwdg.de
+COMMENT= A library for lossless LAS compression
+
+LICENSE= LGPL3
+
+GNU_CONFIGURE= yes
+USE_CMAKE= yes
+USE_LDCONFIG= yes
+
+CMAKE_DEFS+= -DCMAKE_USE_PTHREADS:BOOL=ON
+
+post-install:
+ @${LN} -s ${PREFIX}/lib/liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5
+
+.include <bsd.port.mk>
diff --git a/archivers/laszip/distinfo b/archivers/laszip/distinfo
new file mode 100644
index 000000000000..5f11108d5bd8
--- /dev/null
+++ b/archivers/laszip/distinfo
@@ -0,0 +1,2 @@
+SHA256 (laszip-2.1.0.tar.gz) = 9740d5fa081eb0002d502c484494778a3a1771aa5ceeb8493fbd3465ae6db731
+SIZE (laszip-2.1.0.tar.gz) = 660529
diff --git a/archivers/laszip/pkg-descr b/archivers/laszip/pkg-descr
new file mode 100644
index 000000000000..3238c39804ea
--- /dev/null
+++ b/archivers/laszip/pkg-descr
@@ -0,0 +1,11 @@
+LASzip is a compression library for compressing ASPRS LAS format data. It has
+been provided as an LGPL-licensed stand-alone software library to allow other
+softwares that handle LAS data to read and write LASzip-compressed data. The
+BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage of LASzip to
+read and write compressed data.
+
+LASzip is completely lossless. It compresses bulky LAS files into compact LAZ
+files that are only 10-20 percent of the original size, accurately preserving
+every single bit.
+
+WWW: http://laszip.org/
diff --git a/archivers/laszip/pkg-plist b/archivers/laszip/pkg-plist
new file mode 100644
index 000000000000..3c585c27bcd2
--- /dev/null
+++ b/archivers/laszip/pkg-plist
@@ -0,0 +1,10 @@
+bin/laszip-config
+bin/laszippertest
+include/laszip/lasunzipper.hpp
+include/laszip/laszip.hpp
+include/laszip/laszipexport.hpp
+include/laszip/laszipper.hpp
+lib/liblaszip.so
+lib/liblaszip.so.5
+lib/liblaszip.so.5.0.0
+@dirrm include/laszip