Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Nov 2014 10:25:48 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372313 - in head/devel: . liblas12
Message-ID:  <201411081025.sA8APm35031360@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <wenheping@gmail.com>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411081025.sA8APm35031360>