diff options
-rw-r--r-- | archivers/bicom/Makefile | 28 | ||||
-rw-r--r-- | archivers/bicom/distinfo | 4 | ||||
-rw-r--r-- | archivers/bicom/pkg/DESCR | 6 | ||||
-rw-r--r-- | archivers/bicom/pkg/PLIST | 2 |
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 |