ports/163956: [NEW PORT] archivers/laszip: A library for lossless LAS compression

Rainer Hurling rhurlin at gwdg.de
Mon Jan 9 14:50:12 UTC 2012


>Number:         163956
>Category:       ports
>Synopsis:       [NEW PORT] archivers/laszip: A library for lossless LAS compression
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 09 14:50:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Rainer Hurling
>Release:        FreeBSD 10.0-CURRENT (amd64)
>Organization:
>Environment:
FreeBSD xxx.xxx.xxx 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r229847: Mon Jan  9 07:48:50 CET 2012     xxx at xxx.xxx.xxx:/usr/obj/usr/src/sys/XXX  amd64
>Description:
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/

>How-To-Repeat:
No problem.
>Fix:
PR creates new port LASzip for the upcoming libLAS version 1.7.0

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	laszip
#	laszip/pkg-plist
#	laszip/pkg-descr
#	laszip/distinfo
#	laszip/Makefile
#
echo c - laszip
mkdir -p laszip > /dev/null 2>&1
echo x - laszip/pkg-plist
sed 's/^X//' >laszip/pkg-plist << '4a2c4edfa8a38a6e3863fbbe9bd440a5'
Xbin/laszip-config
Xbin/laszippertest
Xinclude/laszip/lasunzipper.hpp
Xinclude/laszip/laszip.hpp
Xinclude/laszip/laszipexport.hpp
Xinclude/laszip/laszipper.hpp
Xlib/liblaszip.so
Xlib/liblaszip.so.5
Xlib/liblaszip.so.5.0.0
4a2c4edfa8a38a6e3863fbbe9bd440a5
echo x - laszip/pkg-descr
sed 's/^X//' >laszip/pkg-descr << '63723695426eb012d141f92035c6b099'
XLASzip is a compression library for compressing ASPRS LAS format data. It has
Xbeen provided as an LGPL-licensed stand-alone software library to allow other
Xsoftwares that handle LAS data to read and write LASzip-compressed data.  The
XBSD-licensed libLAS and the LGPL-licensed LASlib can take advantage of LASzip
Xto read and write compressed data.
X
XLASzip is completely lossless. It compresses bulky LAS files into compact LAZ
Xfiles that are only 10-20 percent of the original size, accurately preserving
Xevery single bit.
X
XWWW:   http://laszip.org/
63723695426eb012d141f92035c6b099
echo x - laszip/distinfo
sed 's/^X//' >laszip/distinfo << '18d6e08cbbd84448ddd628e5e0f5b2b3'
XSHA256 (laszip-2.1.0.tar.gz) = 9740d5fa081eb0002d502c484494778a3a1771aa5ceeb8493fbd3465ae6db731
XSIZE (laszip-2.1.0.tar.gz) = 660529
18d6e08cbbd84448ddd628e5e0f5b2b3
echo x - laszip/Makefile
sed 's/^X//' >laszip/Makefile << 'bbacae1d3cef3b8e7ad9c5dfc2115103'
X# New ports collection makefile for:	laszip
X# Date created:				09 January 2012
X# Whom:					Rainer Hurling <rhurlin at gwdg.de>
X# $FreeBSD$
X
XPORTNAME=	laszip
XPORTVERSION=	2.1.0
XCATEGORIES=	archivers
XMASTER_SITES=	http://download.osgeo.org/laszip/
X
XMAINTAINER=	rhurlin at gwdg.de
XCOMMENT=	A library for lossless LAS compression
X
XLICENSE=	LGPL3
X
XGNU_CONFIGURE=	yes
XUSE_CMAKE=	yes
XUSE_LDCONFIG=	yes
X
XCMAKE_DEFS+=	-DCMAKE_USE_PTHREADS:BOOL=ON
X
Xpost-install:
X	@${LN} -s ${PREFIX}/lib/liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5
X
X.include <bsd.port.mk>
bbacae1d3cef3b8e7ad9c5dfc2115103
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list