1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- 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)
This commit is contained in:
Rong-En Fan 2008-04-06 15:07:48 +00:00
parent 7439cb151f
commit 8a67aac57d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210656
5 changed files with 19 additions and 16 deletions

View File

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

View File

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

View File

@ -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
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]))
--- 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_HEADERS([curses.h termcap.h])
+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.]))

View File

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

View File

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