diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-02 03:55:26 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-02 03:55:26 +0000 |
commit | d920b9a25e37e3e1e4fc346f5e686a0a028cfa4c (patch) | |
tree | b0f84eea6a51ca51abf0df2f38e043d25274a50c /archivers/dact | |
parent | Add gnomepanel, the panel component for the GNOME 2.0 Desktop. (diff) |
add dact 0.8.11
Dynamic Adaptive Compression Tool
Notes
Notes:
svn path=/head/; revision=58447
Diffstat (limited to 'archivers/dact')
-rw-r--r-- | archivers/dact/Makefile | 26 | ||||
-rw-r--r-- | archivers/dact/distinfo | 1 | ||||
-rw-r--r-- | archivers/dact/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/dact/pkg-descr | 4 | ||||
-rw-r--r-- | archivers/dact/pkg-plist | 2 |
5 files changed, 34 insertions, 0 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile new file mode 100644 index 000000000000..56746580e186 --- /dev/null +++ b/archivers/dact/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# New ports collection makefile for: dact +# Date created: May 2, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= dact +PORTVERSION= 0.8.11 +CATEGORIES= archivers +MASTER_SITES= http://www.rkeene.org/devel/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= bz2:${PORTSDIR}/archivers/bzip2 \ + mcrypt:${PORTSDIR}/security/libmcrypt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +USE_GMAKE= yes + +MAN1= dact.1 + +.include <bsd.port.mk> diff --git a/archivers/dact/distinfo b/archivers/dact/distinfo new file mode 100644 index 000000000000..24c2283b9a28 --- /dev/null +++ b/archivers/dact/distinfo @@ -0,0 +1 @@ +MD5 (dact-0.8.11.tar.gz) = d699c7af504f5373eb70890229b5a690 diff --git a/archivers/dact/pkg-comment b/archivers/dact/pkg-comment new file mode 100644 index 000000000000..2c490c0bec98 --- /dev/null +++ b/archivers/dact/pkg-comment @@ -0,0 +1 @@ +Dynamic Adaptive Compression Tool diff --git a/archivers/dact/pkg-descr b/archivers/dact/pkg-descr new file mode 100644 index 000000000000..f08bbdf9d4e6 --- /dev/null +++ b/archivers/dact/pkg-descr @@ -0,0 +1,4 @@ +Take file, compress each block with 1 of 256 algorithms (including no +compression) and use algorithm on a per block basis. + +WWW: http://www.rkeene.org/devel/dact/ diff --git a/archivers/dact/pkg-plist b/archivers/dact/pkg-plist new file mode 100644 index 000000000000..422308f4aecf --- /dev/null +++ b/archivers/dact/pkg-plist @@ -0,0 +1,2 @@ +bin/dact +etc/dact.conf |