From 65677d85f8689404cc525e8e03882bb5ea1ad892 Mon Sep 17 00:00:00 2001
From: Zero King <l2dy@macports.org>
Date: Fri, 17 Nov 2017 11:12:06 +0000
Subject: [PATCH] LASzip: update to 3.1.1
---
gis/LASzip/Portfile | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/gis/LASzip/Portfile b/gis/LASzip/Portfile
index 212216de..76fee911 100644
a
|
b
|
|
1 | 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | | PortGroup cmake 1.0 |
5 | | PortGroup github 1.0 |
| 4 | PortGroup github 1.0 |
| 5 | PortGroup cmake 1.1 |
6 | 6 | |
7 | | license LGPL |
| 7 | github.setup LASzip LASzip 3.1.1 |
8 | 8 | categories gis |
9 | | maintainers nomaintainer |
10 | 9 | platforms darwin |
| 10 | license LGPL-2.1 |
| 11 | maintainers nomaintainer |
11 | 12 | description Library to handle compressed laser data |
12 | 13 | |
13 | 14 | long_description \ |
14 | 15 | Developed by Rapidlasso Gmbh., LASzip is a laser data lossless compressor \ |
15 | 16 | that significantly reduce the size of millions+ point clouds. |
16 | 17 | |
17 | | homepage http://www.laszip.org |
18 | | github.setup LASzip LASzip 2.2.0 v |
19 | | |
20 | | checksums rmd160 214c8b05b0fa92d9fab63c725652896a180c6abf \ |
21 | | sha256 147c1064a147473e268241c971abc1d83789ab470b3c64ad7fc899d610427249 |
| 18 | homepage https://www.laszip.org/ |
| 19 | github.tarball_from releases |
22 | 20 | |
23 | 21 | distname laszip-src-${version} |
| 22 | use_bzip2 yes |
24 | 23 | |
| 24 | checksums rmd160 c8090a3e498929e669d9718911242a5d0a832efc \ |
| 25 | sha256 355179fcb9eac64e0ebbeabb578270487af8e0a104219dcf843299a6369c93d0 |