# 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 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 bbacae1d3cef3b8e7ad9c5dfc2115103 exit