From owner-svn-ports-head@FreeBSD.ORG Sat Nov 8 10:25:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39E964B6; Sat, 8 Nov 2014 10:25:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25A9ADB7; Sat, 8 Nov 2014 10:25:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA8APor8031365; Sat, 8 Nov 2014 10:25:50 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA8APm35031360; Sat, 8 Nov 2014 10:25:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201411081025.sA8APm35031360@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 8 Nov 2014 10:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372313 - in head/devel: . liblas12 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2014 10:25:50 -0000 Author: wen Date: Sat Nov 8 10:25:48 2014 New Revision: 372313 URL: https://svnweb.freebsd.org/changeset/ports/372313 QAT: https://qat.redports.org/buildarchive/r372313/ Log: - Reintroduce liblas-1.2.1 as devel/liblas12, to make math/saga work. libLAS is a BSD library for reading and writing ASPRS LAS version 1.0, 1.1 and 1.2 data. LAS-formatted data is heavily used in LiDAR processing operations, and the LAS format is a sequential binary format used to store data from sensors and as intermediate processing storage by some applications. WWW: http://liblas.org/ Submitted by: rhurlin@gwdg.de(via email) Added: head/devel/liblas12/ head/devel/liblas12/Makefile (contents, props changed) head/devel/liblas12/distinfo (contents, props changed) head/devel/liblas12/pkg-descr (contents, props changed) head/devel/liblas12/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 8 09:27:44 2014 (r372312) +++ head/devel/Makefile Sat Nov 8 10:25:48 2014 (r372313) @@ -1055,6 +1055,7 @@ SUBDIR += libkolab SUBDIR += liblangtag SUBDIR += liblas + SUBDIR += liblas12 SUBDIR += liblcfg SUBDIR += libleaftag SUBDIR += liblnk Added: head/devel/liblas12/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblas12/Makefile Sat Nov 8 10:25:48 2014 (r372313) @@ -0,0 +1,23 @@ +# Created by: Wen Heping +# $FreeBSD$ + +PORTNAME= liblas12 +PORTVERSION= 1.2.1 +CATEGORIES= devel +MASTER_SITES= http://trac.liblas.org/raw-attachment/wiki/${PORTVERSION}/ +DISTNAME= liblas-src-${PORTVERSION} + +MAINTAINER= rhurlin@gwdg.de +COMMENT= Library For Reading And Writing LAS-Format Data + +LICENSE= BSD2CLAUSE + +CONFLICTS= liblas-1.7* + +USES= gmake libtool +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +WRKSRC= ${WRKDIR}/liblas-src-${PORTVERSION} + +.include Added: head/devel/liblas12/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblas12/distinfo Sat Nov 8 10:25:48 2014 (r372313) @@ -0,0 +1,2 @@ +SHA256 (liblas-src-1.2.1.tar.gz) = 4ca62a3fb5cd638f8f2e16088e55016394b530af05f75f558d3a678bbb397ab3 +SIZE (liblas-src-1.2.1.tar.gz) = 438263 Added: head/devel/liblas12/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblas12/pkg-descr Sat Nov 8 10:25:48 2014 (r372313) @@ -0,0 +1,6 @@ +libLAS is a BSD library for reading and writing ASPRS LAS version 1.0, 1.1 and +1.2 data. LAS-formatted data is heavily used in LiDAR processing operations, +and the LAS format is a sequential binary format used to store data from +sensors and as intermediate processing storage by some applications. + +WWW: http://liblas.org/ Added: head/devel/liblas12/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/liblas12/pkg-plist Sat Nov 8 10:25:48 2014 (r372313) @@ -0,0 +1,42 @@ +bin/las2las +bin/las2txt +bin/lasinfo +bin/lasmerge +bin/liblas-config +bin/txt2las +include/liblas/capi/las_config.h +include/liblas/capi/las_version.h +include/liblas/capi/liblas.h +include/liblas/cstdint.hpp +include/liblas/detail/endian.hpp +include/liblas/detail/file.hpp +include/liblas/detail/fwd.hpp +include/liblas/detail/reader.hpp +include/liblas/detail/reader10.hpp +include/liblas/detail/reader11.hpp +include/liblas/detail/reader12.hpp +include/liblas/detail/sha1.hpp +include/liblas/detail/sharedptr.hpp +include/liblas/detail/timer.hpp +include/liblas/detail/utility.hpp +include/liblas/detail/writer.hpp +include/liblas/detail/writer10.hpp +include/liblas/detail/writer11.hpp +include/liblas/detail/writer12.hpp +include/liblas/exception.hpp +include/liblas/guid.hpp +include/liblas/iterator.hpp +include/liblas/lascolor.hpp +include/liblas/laserror.hpp +include/liblas/lasfile.hpp +include/liblas/lasheader.hpp +include/liblas/laspoint.hpp +include/liblas/lasreader.hpp +include/liblas/lasspatialreference.hpp +include/liblas/lasvariablerecord.hpp +include/liblas/laswriter.hpp +include/liblas/liblas.hpp +lib/liblas.a +lib/liblas.so +lib/liblas.so.1 +lib/liblas.so.1.0.0