aboutsummaryrefslogtreecommitdiff
path: root/archivers/dact
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-12-13 12:58:08 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-12-13 12:58:08 +0000
commit17e6abe1b1f8a812f69c87150edadf920fb5d8e1 (patch)
treee35bbb4ee92808431e6d5d3af9e4198b76d5cf91 /archivers/dact
parent64767f510896c0e3972f89ff9828b53e9389ff00 (diff)
downloadports-17e6abe1b1f8a812f69c87150edadf920fb5d8e1.tar.gz
ports-17e6abe1b1f8a812f69c87150edadf920fb5d8e1.zip
upgrade to 0.8.34
Notes
Notes: svn path=/head/; revision=95720
Diffstat (limited to 'archivers/dact')
-rw-r--r--archivers/dact/Makefile20
-rw-r--r--archivers/dact/distinfo2
-rw-r--r--archivers/dact/pkg-descr2
-rw-r--r--archivers/dact/pkg-plist16
4 files changed, 25 insertions, 15 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile
index 74f507fa7128..2921a98f6df6 100644
--- a/archivers/dact/Makefile
+++ b/archivers/dact/Makefile
@@ -7,32 +7,26 @@
#
PORTNAME= dact
-PORTVERSION= 0.8.11
-PORTREVISION= 1
+PORTVERSION= 0.8.34
+PORTREVISION= 0
CATEGORIES= archivers
-#MASTER_SITES= http://www.rkeene.org/devel/
-MASTER_SITES= http://www.lbsd.k12.ms.us/~rkeene/www.rkeene.org/devel/ \
- http://www.jian.tv/pub/linux/distfiles/
+MASTER_SITES= http://www.rkeene.org/files/oss/dact/
MAINTAINER= ports@FreeBSD.org
COMMENT= Dynamic Adaptive Compression Tool
-LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
+ lzo.1:${PORTSDIR}/archivers/lzo
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
+USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= dact.1
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dact ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/dact.conf ${PREFIX}/etc
- ${INSTALL_MAN} ${WRKSRC}/Docs/dact.1 ${MANPREFIX}/man/man1
-
.include <bsd.port.mk>
diff --git a/archivers/dact/distinfo b/archivers/dact/distinfo
index 24c2283b9a28..5dfbecf45951 100644
--- a/archivers/dact/distinfo
+++ b/archivers/dact/distinfo
@@ -1 +1 @@
-MD5 (dact-0.8.11.tar.gz) = d699c7af504f5373eb70890229b5a690
+MD5 (dact-0.8.34.tar.gz) = 24937a6d97650badeba8d9f9f78e29e3
diff --git a/archivers/dact/pkg-descr b/archivers/dact/pkg-descr
index f08bbdf9d4e6..55f3d6ba5ce8 100644
--- a/archivers/dact/pkg-descr
+++ b/archivers/dact/pkg-descr
@@ -1,4 +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/
+WWW: http://www.rkeene.org/oss/dact/
diff --git a/archivers/dact/pkg-plist b/archivers/dact/pkg-plist
index 422308f4aecf..195e8a560dcc 100644
--- a/archivers/dact/pkg-plist
+++ b/archivers/dact/pkg-plist
@@ -1,2 +1,18 @@
bin/dact
etc/dact.conf
+%%DATADIR%%/cipher_chaos.so
+%%DATADIR%%/cipher_psub.so
+%%DATADIR%%/cipher_serpent.so
+%%DATADIR%%/cipher_sub.so
+%%DATADIR%%/comp_bzlib.so
+%%DATADIR%%/comp_delta.so
+%%DATADIR%%/comp_lzoox.so
+%%DATADIR%%/comp_lzooy.so
+%%DATADIR%%/comp_lzota.so
+%%DATADIR%%/comp_mzlib.so
+%%DATADIR%%/comp_mzlib2.so
+%%DATADIR%%/comp_rle.so
+%%DATADIR%%/comp_snibble.so
+%%DATADIR%%/comp_text.so
+%%DATADIR%%/comp_zlib.so
+@dirrm %%DATADIR%%