add dact 0.8.11
Dynamic Adaptive Compression Tool
This commit is contained in:
parent
2115771c2f
commit
d920b9a25e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58447
6 changed files with 35 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
SUBDIR += bzip
|
||||
SUBDIR += bzip2
|
||||
SUBDIR += cabextract
|
||||
SUBDIR += dact
|
||||
SUBDIR += deepforest
|
||||
SUBDIR += fastjar
|
||||
SUBDIR += freeze
|
||||
|
|
26
archivers/dact/Makefile
Normal file
26
archivers/dact/Makefile
Normal file
|
@ -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>
|
1
archivers/dact/distinfo
Normal file
1
archivers/dact/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (dact-0.8.11.tar.gz) = d699c7af504f5373eb70890229b5a690
|
1
archivers/dact/pkg-comment
Normal file
1
archivers/dact/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Dynamic Adaptive Compression Tool
|
4
archivers/dact/pkg-descr
Normal file
4
archivers/dact/pkg-descr
Normal file
|
@ -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/
|
2
archivers/dact/pkg-plist
Normal file
2
archivers/dact/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/dact
|
||||
etc/dact.conf
|
Loading…
Reference in a new issue