summaryrefslogtreecommitdiff
path: root/archivers/dact
diff options
context:
space:
mode:
authorrh <rh>2001-09-09 15:06:11 +0000
committerrh <rh>2001-09-09 15:06:11 +0000
commit460200bd576e039d66c47321aca9a1c73d647f40 (patch)
treedce40e55e1b818fc2c45fccae9cfc96284304b32 /archivers/dact
parent08fb4fe4a5d4303416b35bd03d6318677fdf8c67 (diff)
downloadpkgsrc-460200bd576e039d66c47321aca9a1c73d647f40.tar.gz
Initial import of dact-0.8.3, the dynamic adaptive compression tool.
Diffstat (limited to 'archivers/dact')
-rw-r--r--archivers/dact/Makefile15
-rw-r--r--archivers/dact/distinfo5
-rw-r--r--archivers/dact/patches/patch-aa13
-rw-r--r--archivers/dact/pkg/DESCR3
-rw-r--r--archivers/dact/pkg/PLIST4
5 files changed, 40 insertions, 0 deletions
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