aboutsummaryrefslogtreecommitdiff
path: root/sysutils/afflib
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-10-13 20:20:45 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-10-13 20:20:45 +0000
commit66c01c5e712494cddd15035a36b7c47a52b3eca6 (patch)
tree7bc46fef891b7a7f4aa1a84d809dd40b3bf21e50 /sysutils/afflib
parent10c99f335ec713a9335786d08920bb3171be05fb (diff)
downloadports-66c01c5e712494cddd15035a36b7c47a52b3eca6.tar.gz
ports-66c01c5e712494cddd15035a36b7c47a52b3eca6.zip
- Updated to 3.6.3
Release notes: http://afflib.org/archives/tag/afflib - Improved the details in pkg-descr - Passed maintainership to submitter PR: ports/151357 Submitted by: C-S <c-s at c-s dot li>
Notes
Notes: svn path=/head/; revision=262973
Diffstat (limited to 'sysutils/afflib')
-rw-r--r--sysutils/afflib/Makefile13
-rw-r--r--sysutils/afflib/distinfo6
-rw-r--r--sysutils/afflib/pkg-descr18
-rw-r--r--sysutils/afflib/pkg-plist28
4 files changed, 40 insertions, 25 deletions
diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile
index f5a3587d6793..01f6c330cb34 100644
--- a/sysutils/afflib/Makefile
+++ b/sysutils/afflib/Makefile
@@ -7,18 +7,20 @@
#
PORTNAME= afflib
-PORTVERSION= 3.3.7
-PORTREVISION= 2
+PORTVERSION= 3.6.3
CATEGORIES= sysutils
-MASTER_SITES= http://www.afflib.org/downloads/
+MASTER_SITES= http://afflib.org/downloads/ \
+ http://www.c-s.li/ports/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= c-s@c-s.li
COMMENT= The Advanced Forensics Format library and utilities
LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs \
expat:${PORTSDIR}/textproc/expat2 \
curl:${PORTSDIR}/ftp/curl
+LICENSE= BSD
+
USE_LDCONFIG= yes
USE_OPENSSL= yes
USE_ICONV = yes
@@ -30,8 +32,9 @@ CONFIGURE_ARGS= --enable-s3=yes --libdir=${PREFIX}
CONFIGURE_ENV= CPPFLAGS='-DFUSE_USE_VERSION=26' \
LDFLAGS='${PTHREAD_LIBS}'
CFLAGS+= ${PTHREAD_LIBS}
+MAKE_JOBS_SAFE= yes
-MAN1= afcat.1
+MAN1= affcat.1
post-patch:
@${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4
diff --git a/sysutils/afflib/distinfo b/sysutils/afflib/distinfo
index 222a52cbe728..87bd8bd68dce 100644
--- a/sysutils/afflib/distinfo
+++ b/sysutils/afflib/distinfo
@@ -1,3 +1,3 @@
-MD5 (afflib-3.3.7.tar.gz) = 198433e717073d69976ee0b3b9399ab4
-SHA256 (afflib-3.3.7.tar.gz) = e5175acc428cbad884194025dc39941dd0379d83ebd0d9569633236feed9f81d
-SIZE (afflib-3.3.7.tar.gz) = 10246329
+MD5 (afflib-3.6.3.tar.gz) = b81b5b126cb9c45137bf1ad5d09c99b8
+SHA256 (afflib-3.6.3.tar.gz) = 93839182ba4a3df84302173035f478dde71c2a32d35950f4259f8b793d51cd49
+SIZE (afflib-3.6.3.tar.gz) = 768710
diff --git a/sysutils/afflib/pkg-descr b/sysutils/afflib/pkg-descr
index f9a902c93043..2ce87ded6408 100644
--- a/sysutils/afflib/pkg-descr
+++ b/sysutils/afflib/pkg-descr
@@ -1,4 +1,18 @@
-The Advanced Forensics Format is an open and extensible file format designed
-to store disk images and associated metadata.
+The Advanced Forensic Format (AFF) is an emerging standard for storing computer
+forensic information. Critical features of AFF include:
+
+ - AFF allows you to store both computer forensic data and associated metadata
+ in one or more files.
+
+ - AFF allows files to be digital singed, to provide for chain-of-custody and
+ long-term file integrity.
+
+ - AFF allows for forensic disk images to stored encrypted and decrypted
+ on-the-fly for processing. This allows disk images containing privacy
+ sensitive material to be stored on the Internet.
+
+ - AFF is an open format unencumbered by copyright or patent protection. The
+ AFFLIB library that implements AFF is available for use in both Open Source
+ and proprietary tools.
WWW: http://www.afflib.org
diff --git a/sysutils/afflib/pkg-plist b/sysutils/afflib/pkg-plist
index 494cdf3060d8..241a06563188 100644
--- a/sysutils/afflib/pkg-plist
+++ b/sysutils/afflib/pkg-plist
@@ -1,22 +1,20 @@
-bin/afcat
-bin/afcompare
-bin/afconvert
-bin/afcopy
-bin/afcrypto
+bin/affcat
+bin/affcompare
+bin/affconvert
+bin/affcopy
+bin/affcrypto
+bin/affdiskprint
+bin/affinfo
bin/affix
+bin/affrecover
+bin/affsegment
+bin/affsign
+bin/affstats
bin/affuse
-bin/afinfo
-bin/afrecover
-bin/afsegment
-bin/afsign
-bin/afstats
-bin/aftest
-bin/afverify
-bin/afxml
-bin/s3
+bin/affverify
+bin/affxml
include/afflib/afflib.h
include/afflib/afflib_i.h
-include/afflib/afflib_sha256.h
include/afflib/aftimer.h
include/afflib/threaded_hash.h
include/afflib/utils.h