upgrade to 0.8.34

This commit is contained in:
Ying-Chieh Liao 2003-12-13 12:58:08 +00:00
parent 64767f5108
commit 17e6abe1b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95720
4 changed files with 25 additions and 15 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (dact-0.8.11.tar.gz) = d699c7af504f5373eb70890229b5a690
MD5 (dact-0.8.34.tar.gz) = 24937a6d97650badeba8d9f9f78e29e3

View file

@ -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/

View file

@ -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%%