aboutsummaryrefslogtreecommitdiff
path: root/devel/liblas
Commit message (Collapse)AuthorAgeFilesLines
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.Mathieu Arnold2015-05-182-6/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386691
* - Fix dependency on boost (should be LIB_DEPEND)Dmitry Marakasov2015-01-241-1/+2
| | | | | | | | | PR: 197040 Submitted by: amdmi3 Approved by: wen (maintainer) Notes: svn path=/head/; revision=377798
* - Add LICENSEWen Heping2014-11-081-0/+4
| | | | | | | | | - Mark CONFLICTS with liblas12 Submitted by: rhurlin@gwdg.de(via email) Notes: svn path=/head/; revision=372314
* Cleanup plistBaptiste Daroussin2014-10-271-11/+0
| | | | Notes: svn path=/head/; revision=371546
* - Update to 1.7.0Wen Heping2014-07-055-60/+106
| | | | | | | - Update my email Notes: svn path=/head/; revision=360713
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-232-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=359022
* Support stageBaptiste Daroussin2014-01-211-4/+2
| | | | Notes: svn path=/head/; revision=340521
* devel/liblas: fix [-fpermissive] cannot call constructor errorsJohn Marino2013-09-301-0/+20
| | | | | | | | | | | | | | | The port doesn't build with gcc4.7+ without this patch. Partial log: las_c_api.cpp: In function 'LASErrorEnum LASHeader_SetProjectId(LASHeaderH, const char*)': las_c_api.cpp:748:38: error: cannot call constructor 'liblas::guid::guid' directly [-fpermissive] las_c_api.cpp:748:38: error: for a function-style cast, remove the redundant '::guid' [-fpermissive] las_c_api.cpp: In function 'LASGuidHS* LASGuid_CreateFromString(const char*)': las_c_api.cpp:1545:39: error: cannot call constructor 'liblas::guid::guid' directly [-fpermissive] las_c_api.cpp:1545:39: error: for a function-style cast, remove the redundant '::guid' [-fpermissive] Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328859
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-3/+2
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 1.2.1Wen Heping2010-10-113-25/+32
| | | | Notes: svn path=/head/; revision=262815
* - Update to 1.0.0Martin Wilke2008-11-012-5/+7
| | | | | | | | PR: 128453 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=222290
* libLAS is a BSD library for reading and writing ASPRS LAS version 1.0 andMartin Wilke2008-06-234-0/+67
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. WWW: http://liblas.org/ PR: ports/124838 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=215603