summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authornra <nra>2001-08-13 20:34:08 +0000
committernra <nra>2001-08-13 20:34:08 +0000
commitf93703377ed07ac954941ba93e976a6b697a8f02 (patch)
tree9148db1acb6e339ff700bbf060bcf67199f782d6 /archivers
parentcccd6e3538f25a8f1b9b7b93e80a0dd2d792937c (diff)
downloadpkgsrc-f93703377ed07ac954941ba93e976a6b697a8f02.tar.gz
Add bicom-1.01. PR 13688 by Ben Collver.
Bicom is a data compressor in the PPM family. It is freely available and open source. Compression with bicom is completely bijective -- any file is a possible bicom output that can be decompressed, and then recompressed back to its original form. Of course, any file is also a possible bicom input that can be compressed, and then decompressed back to its original form.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bicom/Makefile28
-rw-r--r--archivers/bicom/distinfo4
-rw-r--r--archivers/bicom/pkg/DESCR6
-rw-r--r--archivers/bicom/pkg/PLIST2
4 files changed, 40 insertions, 0 deletions
diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile
new file mode 100644
index 00000000000..201024b0dc4
--- /dev/null
+++ b/archivers/bicom/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/13 20:34:08 nra Exp $
+#
+
+DISTNAME= bicom101
+PKGNAME= bicom-1.01
+CATEGORIES= archivers
+MASTER_SITES= http://www3.sympatico.ca/mtimmerm/bicom/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= collver@linuxfreemail.com
+HOMEPAGE= http://www3.sympatico.ca/mtimmerm/bicom/
+COMMENT= data compressor in the PPM family
+
+LICENSE= no-commercial-use
+USE_BUILDLINK_ONLY= yes
+NO_WRKSUBDIR= yes
+
+do-build:
+ for i in bialib bicom; do \
+ cd ${WRKSRC}/$$i && \
+ for j in *.cpp; do ${CXX} -c -I./ -I../bialib $$j; done; \
+ done
+ cd ${WRKSRC}/bicom && ${CXX} -o bicom *.o ../bialib/*.o
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/bicom/distinfo b/archivers/bicom/distinfo
new file mode 100644
index 00000000000..65eb4a5a1a6
--- /dev/null
+++ b/archivers/bicom/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/08/13 20:34:08 nra Exp $
+
+SHA1 (bicom101.zip) = b5cd48931cc88af0a2666ab1e09910259e890fe6
+Size (bicom101.zip) = 104408 bytes
diff --git a/archivers/bicom/pkg/DESCR b/archivers/bicom/pkg/DESCR
new file mode 100644
index 00000000000..40993819c3a
--- /dev/null
+++ b/archivers/bicom/pkg/DESCR
@@ -0,0 +1,6 @@
+Bicom is a data compressor in the PPM family. It is freely available and
+open source. Compression with bicom is completely bijective -- any file
+is a possible bicom output that can be decompressed, and then
+recompressed back to its original form. Of course, any file is also a
+possible bicom input that can be compressed, and then decompressed back
+to its original form.
diff --git a/archivers/bicom/pkg/PLIST b/archivers/bicom/pkg/PLIST
new file mode 100644
index 00000000000..b0e39de1e7e
--- /dev/null
+++ b/archivers/bicom/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/13 20:34:08 nra Exp $
+bin/bicom