summaryrefslogtreecommitdiffstats
path: root/archivers/wzip
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2003-02-17 09:06:47 +0000
committermarkp <markp@FreeBSD.org>2003-02-17 09:06:47 +0000
commita854a9049094aa08c30be7273761f78f09ab6bf3 (patch)
tree9970bd0c90d1244a1da142c6de5e8e4447a0a929 /archivers/wzip
parent2a4996760c24eff6f2d7ea01fd818206682e68e5 (diff)
downloadFreeBSD-ports-a854a9049094aa08c30be7273761f78f09ab6bf3.zip
FreeBSD-ports-a854a9049094aa08c30be7273761f78f09ab6bf3.tar.gz
Add wzip 1.0, a preprocessor for lossy data compression.
PR: 46829 Submitted by: Yonatan <Yonatan@xpert.com>
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 0000000..0d1394f
--- /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 0000000..ef2b411
--- /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 0000000..c80a15c
--- /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 0000000..086b14b
--- /dev/null
+++ b/archivers/wzip/pkg-plist
@@ -0,0 +1,2 @@
+@comment $FreeBSD$
+bin/wzip
OpenPOWER on IntegriCloud