From de0e219f028df37ff050bf579a9c831ff7e2aef3 Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 9 Sep 2001 15:06:11 +0000 Subject: Initial import of dact-0.8.3, the dynamic adaptive compression tool. --- archivers/dact/Makefile | 15 +++++++++++++++ archivers/dact/distinfo | 5 +++++ archivers/dact/patches/patch-aa | 13 +++++++++++++ archivers/dact/pkg/DESCR | 3 +++ archivers/dact/pkg/PLIST | 4 ++++ 5 files changed, 40 insertions(+) create mode 100644 archivers/dact/Makefile create mode 100644 archivers/dact/distinfo create mode 100644 archivers/dact/patches/patch-aa create mode 100644 archivers/dact/pkg/DESCR create mode 100644 archivers/dact/pkg/PLIST (limited to 'archivers/dact') diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile new file mode 100644 index 00000000000..92425ffafd5 --- /dev/null +++ b/archivers/dact/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/09 15:06:11 rh Exp $ +# + +DISTNAME= dact-0.8.3 +CATEGORIES= archivers +MASTER_SITES= http://www.rkeene.org/devel/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.rkeene.org/devel/dact/ +COMMENT= dynamic adaptive compression tool + +GNU_CONFIGURE= YES +USE_GMAKE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/dact/distinfo b/archivers/dact/distinfo new file mode 100644 index 00000000000..f644379c473 --- /dev/null +++ b/archivers/dact/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/09 15:06:11 rh Exp $ + +SHA1 (dact-0.8.3.tar.gz) = 850aec889be4174e9f42a3314bf29b1fc5181090 +Size (dact-0.8.3.tar.gz) = 84301 bytes +SHA1 (patch-aa) = d2c29f1a71d197e1a226b51cba2ce3cb9b071555 diff --git a/archivers/dact/patches/patch-aa b/archivers/dact/patches/patch-aa new file mode 100644 index 00000000000..d393169f931 --- /dev/null +++ b/archivers/dact/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/09/09 15:06:11 rh Exp $ + +--- Makefile.in.orig Fri Sep 7 22:29:02 2001 ++++ Makefile.in +@@ -69,7 +69,7 @@ + + install: all + $(INSTALL) -c -m 755 dact $(bindir)/dact +- $(INSTALL) -c -m 644 dact.conf $(CONF) ++ $(INSTALL) -c -m 644 dact.conf $(CONF).sample + $(INSTALL) -c -m 644 Docs/dact.1 $(mandir)/man1/dact.1 + @MODS@ mkdir -p -m 755 $(datadir)/dact + @MODS@ for so in *.so; do $(INSTALL) -c -m 644 $$so $(datadir)/dact/$$so; done diff --git a/archivers/dact/pkg/DESCR b/archivers/dact/pkg/DESCR new file mode 100644 index 00000000000..138d666f275 --- /dev/null +++ b/archivers/dact/pkg/DESCR @@ -0,0 +1,3 @@ + DACT is a compression tool designed to compress a file dynamically, +choosing the algorithm that works best per block of input data to produce +an overall smaller output file. diff --git a/archivers/dact/pkg/PLIST b/archivers/dact/pkg/PLIST new file mode 100644 index 00000000000..b0d0ec426f7 --- /dev/null +++ b/archivers/dact/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/09 15:06:11 rh Exp $ +bin/dact +etc/dact.conf.sample +man/man1/dact.1 -- cgit v1.2.3