Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 2008 16:40:18 GMT
From:      Wen heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124838: [NEW PORT]devel/liblas: A Library For Reading And Writing LAS-Format Data
Message-ID:  <200806211640.m5LGeITH075884@www.freebsd.org>
Resent-Message-ID: <200806211650.m5LGo1ig093275@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124838
>Category:       ports
>Synopsis:       [NEW PORT]devel/liblas: A Library For Reading And Writing LAS-Format Data
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 21 16:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
libLAS is a BSD library for reading and writing
ASPRS LAS version 1.0 and 1.1 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.

libLAS also provides support for reading and writing
spatial reference system descriptions from LAS 1.0
and 1.1 files as of version 1.0.0-beta-1. libgeotiff
1.2.5 (not yet released as of 6/20/2008) must be
linked with libLAS to provide reading support for
spatial reference systems.

WWW:   http://liblas.org/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	liblas
#	liblas/Makefile
#	liblas/distinfo
#	liblas/pkg-descr
#	liblas/pkg-plist
#
echo c - liblas
mkdir -p liblas > /dev/null 2>&1
echo x - liblas/Makefile
sed 's/^X//' >liblas/Makefile << 'END-of-liblas/Makefile'
X# New ports collection makefile for:	liblas
X# Date created:				21 June 2008
X# Whom:					Wen Heping <wenheping@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	liblas
XPORTVERSION=	0.9.7
XCATEGORIES=	devel
XMASTER_SITES=	http://liblas.org/raw-attachment/wiki/${PORTVERSION}/
XDISTNAME=	las-${PORTVERSION}
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	A Library For Reading And Writing LAS-Format Data
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_LDCONFIG=	yes
X
X.include <bsd.port.mk>
END-of-liblas/Makefile
echo x - liblas/distinfo
sed 's/^X//' >liblas/distinfo << 'END-of-liblas/distinfo'
XMD5 (las-0.9.7.tar.bz2) = 4600b06e261ac53a9bc823168af86710
XSHA256 (las-0.9.7.tar.bz2) = 89385222588948b5d27943fed5ea743dc98709a4195ac946abd8264ba7f933be
XSIZE (las-0.9.7.tar.bz2) = 288072
END-of-liblas/distinfo
echo x - liblas/pkg-descr
sed 's/^X//' >liblas/pkg-descr << 'END-of-liblas/pkg-descr'
XlibLAS is a BSD library for reading and writing 
XASPRS LAS version 1.0 and 1.1 data. LAS-formatted
Xdata is heavily used in LiDAR processing operations, 
Xand the LAS format is a sequential binary format 
Xused to store data from sensors and as intermediate
Xprocessing storage by some applications.
X
XlibLAS also provides support for reading and writing
Xspatial reference system descriptions from LAS 1.0
Xand 1.1 files as of version 1.0.0-beta-1. libgeotiff
X1.2.5 (not yet released as of 6/20/2008) must be
Xlinked with libLAS to provide reading support for
Xspatial reference systems. 
X
XWWW:   http://liblas.org/
END-of-liblas/pkg-descr
echo x - liblas/pkg-plist
sed 's/^X//' >liblas/pkg-plist << 'END-of-liblas/pkg-plist'
Xbin/las2las
Xbin/las2txt
Xbin/lasinfo
Xbin/lasmerge
Xbin/txt2las
Xinclude/liblas/cstdint.hpp
Xinclude/liblas/endian.hpp
Xinclude/liblas/exception.hpp
Xinclude/liblas/file.hpp
Xinclude/liblas/fwd.hpp
Xinclude/liblas/guid.hpp
Xinclude/liblas/iterator.hpp
Xinclude/liblas/las_config.h
Xinclude/liblas/las_version.h
Xinclude/liblas/laserror.hpp
Xinclude/liblas/lasfile.hpp
Xinclude/liblas/lasheader.hpp
Xinclude/liblas/laspoint.hpp
Xinclude/liblas/lasreader.hpp
Xinclude/liblas/lasrecordheader.hpp
Xinclude/liblas/laswriter.hpp
Xinclude/liblas/liblas.h
Xinclude/liblas/liblas.hpp
Xinclude/liblas/reader.hpp
Xinclude/liblas/reader10.hpp
Xinclude/liblas/reader11.hpp
Xinclude/liblas/sha1.hpp
Xinclude/liblas/sharedptr.hpp
Xinclude/liblas/timer.hpp
Xinclude/liblas/utility.hpp
Xinclude/liblas/writer.hpp
Xinclude/liblas/writer10.hpp
Xinclude/liblas/writer11.hpp
Xlib/liblas.a
Xlib/liblas.la
Xlib/liblas.so
Xlib/liblas.so.1
X@dirrm include/liblas
END-of-liblas/pkg-plist
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



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