Commit graph

10 commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Steve Wills
08bb582810 archivers/laszip: Update to 3.2.9
PR:		234471
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2018-12-29 01:46:21 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Mark Linimon
f49159b54a Fix building on gcc-based archs by upgrading USES.
Tested on powerpc64 and amd64 (for no regression).

Approved by:	portmgr (tier-2 blanket)
2018-09-19 21:38:38 +00:00
Danilo G. Baio
51a57b1c00 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)
2018-04-16 00:11:58 +00:00
William Grzybowski
291e62bf66 archivers/laszip: allow staging
- Allow staging
- Use single space for WWW

PR:		ports/183798
Submitted by:	maintainer
2013-11-09 11:31:36 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Alexey Dokuchaev
142171e3f3 For a number of ports in archives category, trim the header and drop leading
indefinite article from COMMENT line; also fix few noticed styles bugs while
I am here.
2012-12-18 07:57:31 +00:00
Carlo Strub
88db743951 LASzip is a compression library for compressing ASPRS LAS format data. It has
been provided as an LGPL-licensed stand-alone software library to allow other
softwares that handle LAS data to read and write LASzip-compressed data. The
BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage of LASzip
to read and write compressed data.

LASzip is completely lossless. It compresses bulky LAS files into compact LAZ
files that are only 10-20 percent of the original size, accurately preserving
every single bit.

PR:		ports/163956
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Approved by:	glarkin@ (mentor)
2012-01-11 19:50:22 +00:00