diff options
author | dillo <dillo@pkgsrc.org> | 2002-08-21 16:18:51 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2002-08-21 16:18:51 +0000 |
commit | 2ecc4db63e827b97aa51d740b9501e085a4682c6 (patch) | |
tree | 21e7354fced8e27aaf27bb9f34d79e044957a877 /archivers/cabextract/Makefile | |
parent | f517df14ec2e24c1851ef87fa272183a6d616cba (diff) | |
download | pkgsrc-2ecc4db63e827b97aa51d740b9501e085a4682c6.tar.gz |
upgrade to 0.6
changes since 0.5:
* pkgsrc fixes for 0.5 integrated
* support for the Quantum compression method reverse-engineered by
Matthew Russotto
* cabextract now exhaustively searches your files for cabinets.
If there's more than one cabinet in the same file, cabextract will
find those too.
* Spanning cabinets sets contain both a 'next' and 'previous' cabinet
name. cabextract now searches backwards through the cabinet chain
to find the start of a cabinet set, before searching in the forwards
direction as usual.
Diffstat (limited to 'archivers/cabextract/Makefile')
-rw-r--r-- | archivers/cabextract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index 314be84660e..81009347415 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/18 09:56:13 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/21 16:18:51 dillo Exp $ # -DISTNAME= cabextract-0.5 +DISTNAME= cabextract-0.6 CATEGORIES= archivers MASTER_SITES= http://www.kyz.uklinux.net/downloads/ |