diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-17 09:06:47 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-17 09:06:47 +0000 |
commit | 6f6780ceb99870c18c02d2a8368474664cc91cad (patch) | |
tree | e131d5968db0c1d8d83c4e7b197648370c74a5c2 /archivers/wzip | |
parent | 5543bbf0115a9533d1a6feab25d81072f4faa379 (diff) | |
download | ports-6f6780ceb99870c18c02d2a8368474664cc91cad.tar.gz ports-6f6780ceb99870c18c02d2a8368474664cc91cad.zip |
Notes
Diffstat (limited to 'archivers/wzip')
-rw-r--r-- | archivers/wzip/Makefile | 25 | ||||
-rw-r--r-- | archivers/wzip/distinfo | 1 | ||||
-rw-r--r-- | archivers/wzip/pkg-descr | 10 | ||||
-rw-r--r-- | archivers/wzip/pkg-plist | 2 |
4 files changed, 38 insertions, 0 deletions
diff --git a/archivers/wzip/Makefile b/archivers/wzip/Makefile new file mode 100644 index 000000000000..0d1394f776c3 --- /dev/null +++ b/archivers/wzip/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: wzip +# Date created: 06 Jan 2003 +# Whom: Yonatan <Yonatan@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= wzip +PORTVERSION= 1.0 +CATEGORIES= archivers +MASTER_SITES= http://ftp.debian.org/debian/pool/main/w/wzip/ +DISTNAME= wzip_${PORTVERSION} + +MAINTAINER= Yonatan@xpert.com +COMMENT= A preprocessor for lossy data compression + +ALL_TARGET= wzip +WRKSRC= ${WRKDIR}/wzip-${PORTVERSION} +MAN1= wzip.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wzip ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/wzip.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/archivers/wzip/distinfo b/archivers/wzip/distinfo new file mode 100644 index 000000000000..ef2b411c193c --- /dev/null +++ b/archivers/wzip/distinfo @@ -0,0 +1 @@ +MD5 (wzip_1.0.tar.gz) = d787397961bf7b20c8312210d12b05b8 diff --git a/archivers/wzip/pkg-descr b/archivers/wzip/pkg-descr new file mode 100644 index 000000000000..c80a15cc8762 --- /dev/null +++ b/archivers/wzip/pkg-descr @@ -0,0 +1,10 @@ +The program wzip is a preprocessor for lossy data compression. A +sequence of ascii floating-point numbers is transformed into a +sequence of small integers ready for effective compression with e.g. +gzip. The program can also be used for effective but time consuming +denoising of measurement data. Wzip was originally written for the +processing of EDX-linescans. + +wzip is originally written for inclusion into the Debian GNU/Linux system. + +WWW: http://packages.qa.debian.org/wzip diff --git a/archivers/wzip/pkg-plist b/archivers/wzip/pkg-plist new file mode 100644 index 000000000000..086b14bce622 --- /dev/null +++ b/archivers/wzip/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +bin/wzip |