summaryrefslogtreecommitdiff
path: root/archivers/wzip
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-02-17 09:06:47 +0000
committerMark Pulford <markp@FreeBSD.org>2003-02-17 09:06:47 +0000
commit6f6780ceb99870c18c02d2a8368474664cc91cad (patch)
treee131d5968db0c1d8d83c4e7b197648370c74a5c2 /archivers/wzip
parentFix wireless build on 5.0-RELEASE. (diff)
Add wzip 1.0, a preprocessor for lossy data compression.
PR: 46829 Submitted by: Yonatan <Yonatan@xpert.com>
Notes
Notes: svn path=/head/; revision=75688
Diffstat (limited to 'archivers/wzip')
-rw-r--r--archivers/wzip/Makefile25
-rw-r--r--archivers/wzip/distinfo1
-rw-r--r--archivers/wzip/pkg-descr10
-rw-r--r--archivers/wzip/pkg-plist2
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