aboutsummaryrefslogtreecommitdiff
path: root/archivers/snzip
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Pet portlint.Mark Linimon2019-02-281-1/+1
| | | | Notes: svn path=/head/; revision=494126
* This port requires C++11-aware compiler. Add USES=compiler:c++11-langMark Linimon2019-01-161-1/+1
| | | | | | | | | | | to fix build on GCC-based architectures. PR: 234941 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=490448
* archivers/snappy: update to 1.0.4Rene Ladan2016-12-262-3/+4
| | | | | | | | PR: 213646 Submitted by: maintainer (mizhka@gmail.com) Notes: svn path=/head/; revision=429532
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Add snzip 1.0.2Sunpoet Po-Chuan Hsieh2015-12-223-0/+39
- While I'm here: - Add LICENSE_FILE - Add OPTIONS_DEFINE Snzip is one of command line tools using snappy. This supports five types of file formats: framing-format, old framing-format, SNZ format, snappy-java format and snappy-in-java format. The default format is framing-format. WWW: https://github.com/kubo/snzip PR: 205511 Submitted by: <mizhka@gmail.com> Notes: svn path=/head/; revision=404258