aboutsummaryrefslogtreecommitdiff
path: root/sysutils/afflib
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-04-06 15:07:48 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-04-06 15:07:48 +0000
commit8a67aac57d41e0ce60074a917f37465b687153dc (patch)
tree24258030068d299855827872985728df1615ee13 /sysutils/afflib
parent7439cb151f6011752dae72c1bb0f44482805f41b (diff)
downloadports-8a67aac57d41e0ce60074a917f37465b687153dc.tar.gz
ports-8a67aac57d41e0ce60074a917f37465b687153dc.zip
- Update to 3.1.3
bin/aimage is removed and will be put in sysutils/aimage later. PR: ports/122274 Submitted by: Chris Calvey <chris@enigmathica.demon.co.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=210656
Diffstat (limited to 'sysutils/afflib')
-rw-r--r--sysutils/afflib/Makefile6
-rw-r--r--sysutils/afflib/distinfo6
-rw-r--r--sysutils/afflib/files/patch-configure.ac16
-rw-r--r--sysutils/afflib/pkg-descr2
-rw-r--r--sysutils/afflib/pkg-plist3
5 files changed, 18 insertions, 15 deletions
diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile
index 4a1ef379f967..1315ea8b7347 100644
--- a/sysutils/afflib/Makefile
+++ b/sysutils/afflib/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= afflib
-PORTVERSION= 3.0.6
+PORTVERSION= 3.1.3
CATEGORIES= sysutils
MASTER_SITES= http://www.afflib.org/downloads/
@@ -15,13 +15,15 @@ MAINTAINER= chris@securityforensics.co.uk
COMMENT= The Advanced Forensics Format library and utilities
LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs \
- expat.6:${PORTSDIR}/textproc/expat2
+ expat:${PORTSDIR}/textproc/expat2 \
+ curl:${PORTSDIR}/ftp/curl
USE_OPENSSL= yes
USE_ICONV = yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:261
+CONFIGURE_ARGS= --enable-s3=yes
CONFIGURE_ENV= CPPFLAGS='-DFUSE_USE_VERSION=26' \
LDFLAGS='${PTHREAD_LIBS}'
CFLAGS+= ${PTHREAD_LIBS}
diff --git a/sysutils/afflib/distinfo b/sysutils/afflib/distinfo
index d181b14f2e83..645790f42ee0 100644
--- a/sysutils/afflib/distinfo
+++ b/sysutils/afflib/distinfo
@@ -1,3 +1,3 @@
-MD5 (afflib-3.0.6.tar.gz) = 7e01c22456dc8f81b2091cc2173b0538
-SHA256 (afflib-3.0.6.tar.gz) = 71fe7fb4391a0e470556d4ce8832b07ae6b632ef3cc1b160f5909a3c231430d2
-SIZE (afflib-3.0.6.tar.gz) = 1630704
+MD5 (afflib-3.1.3.tar.gz) = 606a80d5b4d9d052c2f34b9947677634
+SHA256 (afflib-3.1.3.tar.gz) = f7d501f67f7e39ddb34a44a78a593a1954af444d795f5025fd3e01a505b7dbb9
+SIZE (afflib-3.1.3.tar.gz) = 1286187
diff --git a/sysutils/afflib/files/patch-configure.ac b/sysutils/afflib/files/patch-configure.ac
index 8c7e9c1f6f50..88eaf8fca1c7 100644
--- a/sysutils/afflib/files/patch-configure.ac
+++ b/sysutils/afflib/files/patch-configure.ac
@@ -1,10 +1,10 @@
---- configure.ac.orig Sat Feb 16 16:13:31 2008
-+++ configure.ac Sat Feb 16 16:14:48 2008
-@@ -95,6 +95,7 @@
- # For AFF tools
+--- configure.ac.orig 2008-03-10 00:41:33.000000000 +0000
++++ configure.ac 2008-03-28 22:03:25.000000000 +0000
+@@ -99,6 +99,7 @@
+ AC_CHECK_FUNCS(tputs tgoto tgetstr tgetnum gotorc beep endwin setupterm printw)
AC_CHECK_HEADERS([readline/readline.h])
- AC_CHECK_LIB([readline],[readline],, AC_MSG_RESULT([readline not installed]))
-+AC_CHECK_LIB([iconv],[iconv],, AC_MSG_RESULT([iconv not installed]))
AC_CHECK_HEADERS([curses.h termcap.h])
- AC_CHECK_LIB([ncurses],[initscr],, AC_MSG_RESULT([ncurses not installed; aimage will not have a GUI]))
- AC_CHECK_FUNCS(tputs tgoto tgetstr tgetnum gotorc beep endwin setupterm printw)
++AC_CHECK_LIB([iconv],[iconv],, AC_MSG_RESULT([iconv not installed]))
+ AC_CHECK_LIB([readline],[readline],, AC_MSG_RESULT([readline not installed]))
+ AC_CHECK_LIB([ncurses],[initscr],, AC_MSG_RESULT([ncurses not installed]))
+ AC_CHECK_LIB([z],[uncompress],, AC_MSG_ERROR([zlib not installed; cannot continue.]))
diff --git a/sysutils/afflib/pkg-descr b/sysutils/afflib/pkg-descr
index 38f92b2ba54a..f9a902c93043 100644
--- a/sysutils/afflib/pkg-descr
+++ b/sysutils/afflib/pkg-descr
@@ -1,4 +1,4 @@
-The Advanced Forensics Format is an open and extensible file formatdesigned
+The Advanced Forensics Format is an open and extensible file format designed
to store disk images and associated metadata.
WWW: http://www.afflib.org
diff --git a/sysutils/afflib/pkg-plist b/sysutils/afflib/pkg-plist
index a49d4fad3819..549d223bf1c9 100644
--- a/sysutils/afflib/pkg-plist
+++ b/sysutils/afflib/pkg-plist
@@ -13,11 +13,12 @@ bin/afstats
bin/aftest
bin/afverify
bin/afxml
-bin/aimage
bin/s3
include/afflib/afflib.h
include/afflib/afflib_i.h
include/afflib/afflib_sha256.h
+include/afflib/aftimer.h
+include/afflib/utils.h
lib/libafflib.a
lib/libafflib.la
lib/libafflib.so