head	1.4;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2013.03.22.23.30.03;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.12.18.08.04.12;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.05.54.21;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.01.11.19.50.22;	author cs;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314960
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Rainer Hurling <rhurlin@@gwdg.de>
# $FreeBSD: head/archivers/laszip/Makefile 314960 2013-03-22 20:06:14Z makc $

PORTNAME=	laszip
PORTVERSION=	2.1.0
CATEGORIES=	archivers
MASTER_SITES=	http://download.osgeo.org/laszip/

MAINTAINER=	rhurlin@@gwdg.de
COMMENT=	Library for lossless LAS compression

LICENSE=	LGPL3

GNU_CONFIGURE=	yes
USES=		cmake
USE_LDCONFIG=	yes

CMAKE_DEFS+=	-DCMAKE_USE_PTHREADS:BOOL=ON

post-install:
	@@${LN} -s liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5

.include <bsd.port.mk>
@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309150
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309150 | danfe | 2012-12-18 07:57:31 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## For a number of ports in archives category, trim the header and drop leading
## SVN ## indefinite article from COMMENT line; also fix few noticed styles bugs while
## SVN ## I am here.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/laszip/Makefile 309150 2012-12-18 07:57:31Z danfe $
d15 1
a15 1
USE_CMAKE=	yes
@


1.2
log
@Switch exporter over
@
text
@d1 2
a2 4
# New ports collection makefile for:	laszip
# Date created:				09 January 2012
# Whom:					Rainer Hurling <rhurlin@@gwdg.de>
# $FreeBSD: head/archivers/laszip/Makefile 300895 2012-07-14 12:56:14Z beat $
d10 1
a10 1
COMMENT=	A library for lossless LAS compression
d21 1
a21 1
	@@${LN} -s ${PREFIX}/lib/liblaszip.so.5.0.0 ${PREFIX}/lib/liblaszip.so.5
@


1.1
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)
@
text
@d4 1
a4 1
# $FreeBSD$
@

