mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -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$
|
||||
|
||||
PORTNAME= laszip
|
||||
PORTVERSION= 2.1.0
|
||||
PORTVERSION= 3.2.2
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= http://download.osgeo.org/laszip/
|
||||
|
||||
MAINTAINER= rhurlin@gwdg.de
|
||||
COMMENT= Library for lossless LAS compression
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_DEFS+= -DCMAKE_USE_PTHREADS:BOOL=ON
|
||||
USE_GITHUB= yes
|
||||
GH_PROJECT= LASzip
|
||||
|
||||
post-install:
|
||||
@${LN} -s liblaszip.so.5.0.0 ${STAGEDIR}${PREFIX}/lib/liblaszip.so.5
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (laszip-2.1.0.tar.gz) = 9740d5fa081eb0002d502c484494778a3a1771aa5ceeb8493fbd3465ae6db731
|
||||
SIZE (laszip-2.1.0.tar.gz) = 660529
|
||||
TIMESTAMP = 1523747275
|
||||
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
|
||||
bin/laszippertest
|
||||
include/laszip/lasunzipper.hpp
|
||||
include/laszip/laszip.hpp
|
||||
include/laszip/laszipexport.hpp
|
||||
include/laszip/laszipper.hpp
|
||||
include/laszip/laszip_api_version.h
|
||||
include/laszip/laszip_api.h
|
||||
lib/liblaszip_api.so
|
||||
lib/liblaszip_api.so.8
|
||||
lib/liblaszip_api.so.8.0.0
|
||||
lib/liblaszip.so
|
||||
lib/liblaszip.so.5
|
||||
lib/liblaszip.so.5.0.0
|
||||
lib/liblaszip.so.8
|
||||
lib/liblaszip.so.8.0.0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= pdal
|
||||
DISTVERSION= 1.6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= math databases graphics
|
||||
|
||||
MAINTAINER= lbartoletti@tuxfamily.org
|
||||
|
|
Loading…
Add table
Reference in a new issue