From nobody@FreeBSD.org  Mon Jan  9 14:45:58 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 205CA106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Jan 2012 14:45:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 0EBD88FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Jan 2012 14:45:58 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q09Ejvwm077300
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 9 Jan 2012 14:45:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q09Ejvok077299;
	Mon, 9 Jan 2012 14:45:57 GMT
	(envelope-from nobody)
Message-Id: <201201091445.q09Ejvok077299@red.freebsd.org>
Date: Mon, 9 Jan 2012 14:45:57 GMT
From: Rainer Hurling <rhurlin@gwdg.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] archivers/laszip: A library for lossless LAS compression
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         163956
>Category:       ports
>Synopsis:       [NEW PORT] archivers/laszip: A library for lossless LAS compression
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    cs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 09 14:50:11 UTC 2012
>Closed-Date:    Wed Jan 11 20:01:47 UTC 2012
>Last-Modified:  Wed Jan 11 20:10:13 UTC 2012
>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@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@gwdg.de>
X# $FreeBSD$
X
XPORTNAME=	laszip
XPORTVERSION=	2.1.0
XCATEGORIES=	archivers
XMASTER_SITES=	http://download.osgeo.org/laszip/
X
XMAINTAINER=	rhurlin@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:
Responsible-Changed-From-To: freebsd-ports-bugs->cs 
Responsible-Changed-By: cs 
Responsible-Changed-When: Tue Jan 10 22:18:01 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163956 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163956: commit references a PR
Date: Wed, 11 Jan 2012 19:50:36 +0000 (UTC)

 cs          2012-01-11 19:50:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers            Makefile 
   Added files:
     archivers/laszip     Makefile distinfo pkg-descr pkg-plist 
   Log:
   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)
   
   Revision  Changes    Path
   1.269     +1 -0      ports/archivers/Makefile
   1.1       +25 -0     ports/archivers/laszip/Makefile (new)
   1.1       +2 -0      ports/archivers/laszip/distinfo (new)
   1.1       +11 -0     ports/archivers/laszip/pkg-descr (new)
   1.1       +10 -0     ports/archivers/laszip/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: cs 
State-Changed-When: Wed Jan 11 20:01:08 UTC 2012 
State-Changed-Why:  
Committed. Vielen Dank! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163956 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163956: commit references a PR
Date: Wed, 11 Jan 2012 20:00:51 +0000 (UTC)

 cs          2012-01-11 20:00:42 UTC
 
   FreeBSD doc repository (ports committer)
 
   Modified files:
     en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
   Log:
   Add Rainer Hurling who submitted archivers/laszip
   
   PR:             ports/163956
   Approved by:    glarkin@ (mentor)
   
   Revision  Changes    Path
   1.1052    +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
