ports/151357: [UPDATE] sysutils/afflib

C-S c-s at c-s.li
Sun Oct 10 10:10:01 UTC 2010


>Number:         151357
>Category:       ports
>Synopsis:       [UPDATE] sysutils/afflib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 10 10:10:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
Update to latest version. Take maintainership.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN afflib.orig/Makefile afflib/Makefile
--- afflib.orig/Makefile	2010-10-10 11:55:09.374150219 +0200
+++ afflib/Makefile	2010-10-10 12:01:08.629651602 +0200
@@ -7,14 +7,16 @@
 #
 
 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 at FreeBSD.org
+MAINTAINER=	c-s at c-s.li
 COMMENT=	The Advanced Forensics Format library and utilities
 
+LICENSE=	BSD
+
 LIB_DEPENDS=	fuse:${PORTSDIR}/sysutils/fusefs-libs \
  		expat:${PORTSDIR}/textproc/expat2 \
 		curl:${PORTSDIR}/ftp/curl
@@ -30,8 +32,9 @@
 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 -ruN afflib.orig/distinfo afflib/distinfo
--- afflib.orig/distinfo	2010-10-10 11:55:09.374150219 +0200
+++ afflib/distinfo	2010-10-10 12:01:08.629651602 +0200
@@ -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 -ruN afflib.orig/pkg-descr afflib/pkg-descr
--- afflib.orig/pkg-descr	2010-10-10 11:55:09.374150219 +0200
+++ afflib/pkg-descr	2010-10-10 12:01:08.629651602 +0200
@@ -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 -ruN afflib.orig/pkg-plist afflib/pkg-plist
--- afflib.orig/pkg-plist	2010-10-10 11:55:09.374150219 +0200
+++ afflib/pkg-plist	2010-10-10 12:01:08.629651602 +0200
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list