diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-13 17:57:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-13 17:57:50 +0000 |
commit | 300b830afebe6e736a571761b11ed9081edd3d63 (patch) | |
tree | 2bd96385b128069bb5bf43a7ae61200d1c660ebb /archivers | |
parent | 9925966688647024b8f4a64fbaca2f115e4534f6 (diff) | |
download | pkgsrc-300b830afebe6e736a571761b11ed9081edd3d63.tar.gz |
Updated to 1.1, provided by Adam Ciarcinski.
Change since 1.0:
Added Pipe support to read from stdin
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unlzx/Makefile | 6 | ||||
-rw-r--r-- | archivers/unlzx/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index 260859b77e9..ce088610610 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2001/07/16 10:29:51 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/13 17:57:50 wiz Exp $ DISTNAME= unlzx.c -PKGNAME= unlzx-1.0 +PKGNAME= unlzx-1.1 CATEGORIES= archivers MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ ftp://us.aminet.net/pub/aminet/misc/unix/ -EXTRACT_SUFX= .Z +EXTRACT_SUFX= .gz MAINTAINER= packages@netbsd.org COMMENT= Extracts .lzx archives from Amiga systems diff --git a/archivers/unlzx/distinfo b/archivers/unlzx/distinfo index 80fcf449491..29e5f6046f7 100644 --- a/archivers/unlzx/distinfo +++ b/archivers/unlzx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 11:21:09 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/12/13 17:57:50 wiz Exp $ -SHA1 (unlzx.c.Z) = c6d43253f73fb7aea98b9e5dadbd524d3eaf04d6 -Size (unlzx.c.Z) = 15135 bytes +SHA1 (unlzx.c.gz) = 752dd439a30be79da6780683137554db6d84a8a9 +Size (unlzx.c.gz) = 9680 bytes |