View | Details | Raw Unified | Return to bug 151357
Collapse All | Expand All

(-)afflib/Makefile (-5 / +8 lines)
Lines 7-20 Link Here
7
#
7
#
8
8
9
PORTNAME=	afflib
9
PORTNAME=	afflib
10
PORTVERSION=	3.3.7
10
PORTVERSION=	3.6.3
11
PORTREVISION=	2
12
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
13
MASTER_SITES=	http://www.afflib.org/downloads/
12
MASTER_SITES=	http://afflib.org/downloads/ \
13
		http://www.c-s.li/ports/
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	c-s@c-s.li
16
COMMENT=	The Advanced Forensics Format library and utilities
16
COMMENT=	The Advanced Forensics Format library and utilities
17
17
18
LICENSE=	BSD
19
18
LIB_DEPENDS=	fuse:${PORTSDIR}/sysutils/fusefs-libs \
20
LIB_DEPENDS=	fuse:${PORTSDIR}/sysutils/fusefs-libs \
19
 		expat:${PORTSDIR}/textproc/expat2 \
21
 		expat:${PORTSDIR}/textproc/expat2 \
20
		curl:${PORTSDIR}/ftp/curl
22
		curl:${PORTSDIR}/ftp/curl
Lines 30-37 Link Here
30
CONFIGURE_ENV=	CPPFLAGS='-DFUSE_USE_VERSION=26' \
32
CONFIGURE_ENV=	CPPFLAGS='-DFUSE_USE_VERSION=26' \
31
		LDFLAGS='${PTHREAD_LIBS}'
33
		LDFLAGS='${PTHREAD_LIBS}'
32
CFLAGS+=	${PTHREAD_LIBS}
34
CFLAGS+=	${PTHREAD_LIBS}
35
MAKE_JOBS_SAFE=	yes
33
36
34
MAN1=		afcat.1
37
MAN1=		affcat.1
35
38
36
post-patch:
39
post-patch:
37
	@${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4
40
	@${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4
(-)afflib/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (afflib-3.3.7.tar.gz) = 198433e717073d69976ee0b3b9399ab4
1
MD5 (afflib-3.6.3.tar.gz) = b81b5b126cb9c45137bf1ad5d09c99b8
2
SHA256 (afflib-3.3.7.tar.gz) = e5175acc428cbad884194025dc39941dd0379d83ebd0d9569633236feed9f81d
2
SHA256 (afflib-3.6.3.tar.gz) = 93839182ba4a3df84302173035f478dde71c2a32d35950f4259f8b793d51cd49
3
SIZE (afflib-3.3.7.tar.gz) = 10246329
3
SIZE (afflib-3.6.3.tar.gz) = 768710
(-)afflib/pkg-descr (-2 / +16 lines)
Lines 1-4 Link Here
1
The Advanced Forensics Format is an open and extensible file format designed
1
The Advanced Forensic Format (AFF) is an emerging standard for storing computer
2
to store disk images and associated metadata.
2
forensic information. Critical features of AFF include:
3
4
  - AFF allows you to store both computer forensic data and associated metadata
5
    in one or more files. 
6
7
  - AFF allows files to be digital singed, to provide for chain-of-custody and
8
    long-term file integrity.
9
10
  - AFF allows for forensic disk images to stored encrypted and decrypted
11
    on-the-fly for processing. This allows disk images containing privacy
12
    sensitive material to be stored on the Internet.
13
14
  - AFF is an open format unencumbered by copyright or patent protection. The
15
    AFFLIB library that implements AFF is available for use in both Open Source
16
    and proprietary tools.
3
17
4
WWW: http://www.afflib.org
18
WWW: http://www.afflib.org
(-)afflib/pkg-plist (-15 / +13 lines)
Lines 1-22 Link Here
1
bin/afcat
1
bin/affcat
2
bin/afcompare
2
bin/affcompare
3
bin/afconvert
3
bin/affconvert
4
bin/afcopy
4
bin/affcopy
5
bin/afcrypto
5
bin/affcrypto
6
bin/affdiskprint
7
bin/affinfo
6
bin/affix
8
bin/affix
9
bin/affrecover
10
bin/affsegment
11
bin/affsign
12
bin/affstats
7
bin/affuse
13
bin/affuse
8
bin/afinfo
14
bin/affverify
9
bin/afrecover
15
bin/affxml
10
bin/afsegment
11
bin/afsign
12
bin/afstats
13
bin/aftest
14
bin/afverify
15
bin/afxml
16
bin/s3
17
include/afflib/afflib.h
16
include/afflib/afflib.h
18
include/afflib/afflib_i.h
17
include/afflib/afflib_i.h
19
include/afflib/afflib_sha256.h
20
include/afflib/aftimer.h
18
include/afflib/aftimer.h
21
include/afflib/threaded_hash.h
19
include/afflib/threaded_hash.h
22
include/afflib/utils.h
20
include/afflib/utils.h

Return to bug 151357