From 6f6780ceb99870c18c02d2a8368474664cc91cad Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Mon, 17 Feb 2003 09:06:47 +0000 Subject: Add wzip 1.0, a preprocessor for lossy data compression. PR: 46829 Submitted by: Yonatan --- archivers/wzip/Makefile | 25 +++++++++++++++++++++++++ archivers/wzip/distinfo | 1 + archivers/wzip/pkg-descr | 10 ++++++++++ archivers/wzip/pkg-plist | 2 ++ 4 files changed, 38 insertions(+) create mode 100644 archivers/wzip/Makefile create mode 100644 archivers/wzip/distinfo create mode 100644 archivers/wzip/pkg-descr create mode 100644 archivers/wzip/pkg-plist (limited to 'archivers/wzip') 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 +# +# $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 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 -- cgit v1.2.3