mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
archivers/laszip: Update to 3.2.2
Project has moved to Github. While here: Remove old tweaks that aren't necessary anymore. Update LICENSE. Changes: https://raw.githubusercontent.com/LASzip/LASzip/3.2.2/ChangeLog Bump PORTREVISION of dependent port (math/pdal) due shlib change. PR: 227501 Submitted by: lbartoletti@tuxfamily.org Approved by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
This commit is contained in:
parent
7a15de1168
commit
51a57b1c00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467446
4 changed files with 17 additions and 18 deletions
|
@ -2,22 +2,21 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= laszip
|
PORTNAME= laszip
|
||||||
PORTVERSION= 2.1.0
|
PORTVERSION= 3.2.2
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
MASTER_SITES= http://download.osgeo.org/laszip/
|
|
||||||
|
|
||||||
MAINTAINER= rhurlin@gwdg.de
|
MAINTAINER= rhurlin@gwdg.de
|
||||||
COMMENT= Library for lossless LAS compression
|
COMMENT= Library for lossless LAS compression
|
||||||
|
|
||||||
LICENSE= LGPL3
|
LICENSE= LGPL21
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
USES= cmake
|
USES= cmake
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CMAKE_DEFS+= -DCMAKE_USE_PTHREADS:BOOL=ON
|
USE_GITHUB= yes
|
||||||
|
GH_PROJECT= LASzip
|
||||||
|
|
||||||
post-install:
|
GNU_CONFIGURE= yes
|
||||||
@${LN} -s liblaszip.so.5.0.0 ${STAGEDIR}${PREFIX}/lib/liblaszip.so.5
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (laszip-2.1.0.tar.gz) = 9740d5fa081eb0002d502c484494778a3a1771aa5ceeb8493fbd3465ae6db731
|
TIMESTAMP = 1523747275
|
||||||
SIZE (laszip-2.1.0.tar.gz) = 660529
|
SHA256 (laszip-LASzip-3.2.2_GH0.tar.gz) = 0b2e5df3b4f464da9331dfc7bd455044a656be0f2251e50be5f087417ad41876
|
||||||
|
SIZE (laszip-LASzip-3.2.2_GH0.tar.gz) = 223670
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
bin/laszip-config
|
include/laszip/laszip_api_version.h
|
||||||
bin/laszippertest
|
include/laszip/laszip_api.h
|
||||||
include/laszip/lasunzipper.hpp
|
lib/liblaszip_api.so
|
||||||
include/laszip/laszip.hpp
|
lib/liblaszip_api.so.8
|
||||||
include/laszip/laszipexport.hpp
|
lib/liblaszip_api.so.8.0.0
|
||||||
include/laszip/laszipper.hpp
|
|
||||||
lib/liblaszip.so
|
lib/liblaszip.so
|
||||||
lib/liblaszip.so.5
|
lib/liblaszip.so.8
|
||||||
lib/liblaszip.so.5.0.0
|
lib/liblaszip.so.8.0.0
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pdal
|
PORTNAME= pdal
|
||||||
DISTVERSION= 1.6
|
DISTVERSION= 1.6
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= math databases graphics
|
CATEGORIES= math databases graphics
|
||||||
|
|
||||||
MAINTAINER= lbartoletti@tuxfamily.org
|
MAINTAINER= lbartoletti@tuxfamily.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue