- 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)
This commit is contained in:
parent
2db7c0e438
commit
ba0d202525
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372313
@ -1055,6 +1055,7 @@
|
||||
SUBDIR += libkolab
|
||||
SUBDIR += liblangtag
|
||||
SUBDIR += liblas
|
||||
SUBDIR += liblas12
|
||||
SUBDIR += liblcfg
|
||||
SUBDIR += libleaftag
|
||||
SUBDIR += liblnk
|
||||
|
23
devel/liblas12/Makefile
Normal file
23
devel/liblas12/Makefile
Normal file
@ -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>
|
2
devel/liblas12/distinfo
Normal file
2
devel/liblas12/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (liblas-src-1.2.1.tar.gz) = 4ca62a3fb5cd638f8f2e16088e55016394b530af05f75f558d3a678bbb397ab3
|
||||
SIZE (liblas-src-1.2.1.tar.gz) = 438263
|
6
devel/liblas12/pkg-descr
Normal file
6
devel/liblas12/pkg-descr
Normal file
@ -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/
|
42
devel/liblas12/pkg-plist
Normal file
42
devel/liblas12/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user