diff options
author | zafer <zafer@pkgsrc.org> | 2009-08-11 23:09:27 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-08-11 23:09:27 +0000 |
commit | 29120de44af5566789171d134054e9ce058d4a92 (patch) | |
tree | 001dcde3bc0c296fd22a7cf80e077d8a661b96ca /archivers/pigz/Makefile | |
parent | 3a891298186cf6e8de7b155384d7e252f95eba0e (diff) | |
download | pkgsrc-29120de44af5566789171d134054e9ce058d4a92.tar.gz |
Updated to 2.1.5. Added license.
ChangeLog:
Added 2008, 2009 to --license statement
Allow numeric parameter immediately after -p or -b
Enforce parameter after -p, -b, -s, before other options
Enforce numeric parameters to have only numeric digits
Try to determine the number of processors for -p default
Fix --suffix short option to be -S to match gzip [Bloch]
Decompress if executable named "unpigz" [Amundsen]
Add a little bit of testing to Makefile
Diffstat (limited to 'archivers/pigz/Makefile')
-rw-r--r-- | archivers/pigz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/pigz/Makefile b/archivers/pigz/Makefile index 2e004216b1a..647cbaa1911 100644 --- a/archivers/pigz/Makefile +++ b/archivers/pigz/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/13 19:44:58 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/08/11 23:09:27 zafer Exp $ # -DISTNAME= pigz-2.1.4 +DISTNAME= pigz-2.1.5 CATEGORIES= archivers MASTER_SITES= http://www.zlib.net/pigz/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.zlib.net/pigz/ COMMENT= Parallel implementation of gzip +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin share/doc/pigz |