*** empty log message ***
This commit is contained in:
parent
d486d3e328
commit
bc6c3d068e
6 changed files with 53 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.106 2021/02/11 11:11:11 pin Exp $
|
||||
# $NetBSD: Makefile,v 1.107 2021/05/17 10:01:31 thor Exp $
|
||||
#
|
||||
|
||||
COMMENT= Software for geographical-related uses
|
||||
|
@ -46,6 +46,7 @@ SUBDIR+= gpspoint
|
|||
SUBDIR+= gpsutils
|
||||
SUBDIR+= gpxsee
|
||||
SUBDIR+= kplex
|
||||
SUBDIR+= laszip
|
||||
SUBDIR+= libchamplain012
|
||||
SUBDIR+= libdrg
|
||||
SUBDIR+= libgeotiff
|
||||
|
|
6
geography/laszip/DESCR
Normal file
6
geography/laszip/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
LASzip - a free product of rapidlasso GmbH - quickly turns bulky LAS
|
||||
files into compact LAZ files without information loss. Terabytes of LAZ
|
||||
data are now available for free download from various agencies making
|
||||
LASzip, winner of the 2012 Geospatial World Forum Technology Innovation
|
||||
Award in LiDAR Processing and 2nd place winner for innovative product
|
||||
at INTERGEO 2012, the de-facto standard for LiDAR compression.
|
18
geography/laszip/Makefile
Normal file
18
geography/laszip/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2021/05/17 10:01:31 thor Exp $
|
||||
|
||||
DISTNAME= laszip-src-3.4.3
|
||||
PKGNAME= ${DISTNAME:S/-src//}
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=LASzip/}
|
||||
GITHUB_PROJECT= LASzip
|
||||
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= thomas.orgis@uni-hamburg.de
|
||||
HOMEPAGE= https://laszip.org/
|
||||
COMMENT= Free and lossless LiDAR compression
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
9
geography/laszip/PLIST
Normal file
9
geography/laszip/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2021/05/17 10:01:31 thor Exp $
|
||||
include/laszip/laszip_api.h
|
||||
include/laszip/laszip_api_version.h
|
||||
lib/liblaszip.so
|
||||
lib/liblaszip.so.8
|
||||
lib/liblaszip.so.8.0.5
|
||||
lib/liblaszip_api.so
|
||||
lib/liblaszip_api.so.8
|
||||
lib/liblaszip_api.so.8.0.5
|
12
geography/laszip/buildlink3.mk
Normal file
12
geography/laszip/buildlink3.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2021/05/17 10:01:31 thor Exp $
|
||||
|
||||
BUILDLINK_TREE+= laszip
|
||||
|
||||
.if !defined(LASZIP_BUILDLINK3_MK)
|
||||
LASZIP_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.laszip+= laszip>=3.0.0
|
||||
BUILDLINK_PKGSRCDIR.laszip?= ../../geography/laszip
|
||||
.endif # LASZIP_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -laszip
|
6
geography/laszip/distinfo
Normal file
6
geography/laszip/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2021/05/17 10:01:31 thor Exp $
|
||||
|
||||
SHA1 (laszip-src-3.4.3.tar.gz) = 9c18fb6c8e242c7dea79863a79a5e4eecebf3b77
|
||||
RMD160 (laszip-src-3.4.3.tar.gz) = c84a81461f2384671d7a42f00cc23f5c7b1f94a1
|
||||
SHA512 (laszip-src-3.4.3.tar.gz) = 52033d4e271a75f77de9f112e034ff080e476c0d117010136088b255323e4542550c0fa4f87d86521959787919ca3c7e49ef8c8975ba8f8239799a4d7f34d53f
|
||||
Size (laszip-src-3.4.3.tar.gz) = 219534 bytes
|
Loading…
Reference in a new issue