diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-15 17:51:46 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-15 17:51:46 +0000 |
commit | fa0e104971615139a60e4361878182d7af3f6fbf (patch) | |
tree | 9e3a54b9e60dc8b4593a294e58a201b17248291e /archivers | |
parent | d11401208bbfd23f99df51c530454e27d46532dd (diff) | |
download | pkgsrc-fa0e104971615139a60e4361878182d7af3f6fbf.tar.gz |
From the release notes:
The 5.42 maintance release fixes more bugs and cleans up the redistribution
conditions:
- removal of unreduce.c and amiga/timelib.c code to get rid of the last
distribution restrictions beyond the BSD-like Info-ZIP LICENSE
- new generic timelib replacement (currently used by AMIGA port)
- more reasonable mapping rules of UNIX "leading-dot" filenames to the
DOS 8.3 name convention
- repaired screensize detection in MORE paging code
(was broken for DOS/OS2/WIN32 in 5.41)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 12 | ||||
-rw-r--r-- | archivers/unzip/files/md5 | 4 | ||||
-rw-r--r-- | archivers/unzip/pkg/PLIST | 5 |
3 files changed, 12 insertions, 9 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 42478646743..bc2cb6f3b16 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.23 2000/10/21 20:50:57 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2001/02/15 17:51:46 fredb Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # -DISTNAME= unzip541 -PKGNAME= unzip-5.41 +DISTNAME= unzip542 +PKGNAME= unzip-5.42 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= archivers +COMMENT= List, test and extract compressed files in a ZIP archive MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ - ftp://ftp.icce.rug.nl/infozip/src/ + ftp://ftp.icce.rug.nl/infozip/src/ \ + ftp://uiarchive.cso.uiuc.edu/pub/packages/zip/src/ MAINTAINER= packages@netbsd.org HOMEPAGE= ftp://ftp.info-zip.org/pub/infozip/UnZip.html @@ -24,7 +26,7 @@ do-install: cd ${WRKSRC}/man && ${INSTALL_MAN} funzip.1 unzip.1 unzipsfx.1 \ zipgrep.1 zipinfo.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unzip - cd ${WRKSRC} && ${INSTALL_DATA} COPYING LICENSE README WHERE \ + cd ${WRKSRC} && ${INSTALL_DATA} BUGS COPYING.OLD LICENSE README WHERE \ ${PREFIX}/share/doc/unzip .include "../../mk/bsd.pkg.mk" diff --git a/archivers/unzip/files/md5 b/archivers/unzip/files/md5 index 5908a92cf58..7cf53db065e 100644 --- a/archivers/unzip/files/md5 +++ b/archivers/unzip/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.8 2000/04/20 03:13:55 wiz Exp $ +$NetBSD: md5,v 1.9 2001/02/15 17:51:46 fredb Exp $ -MD5 (unzip541.tar.gz) = d5fb7ca068da949765abb8c6bc71666e +MD5 (unzip542.tar.gz) = 4fc23bb7f3fb00ef6af35c5e77ede016 diff --git a/archivers/unzip/pkg/PLIST b/archivers/unzip/pkg/PLIST index c55d0e92839..b64826b3347 100644 --- a/archivers/unzip/pkg/PLIST +++ b/archivers/unzip/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2000/04/20 03:13:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2001/02/15 17:51:46 fredb Exp $ bin/funzip bin/unzip bin/unzipsfx @@ -9,7 +9,8 @@ man/man1/unzip.1 man/man1/unzipsfx.1 man/man1/zipgrep.1 man/man1/zipinfo.1 -share/doc/unzip/COPYING +share/doc/unzip/BUGS +share/doc/unzip/COPYING.OLD share/doc/unzip/LICENSE share/doc/unzip/README share/doc/unzip/WHERE |