diff options
author | rafan <rafan@FreeBSD.org> | 2008-04-06 23:10:26 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-04-06 23:10:26 +0800 |
commit | c5d53473d45f9946184e4c2713147c82739602fe (patch) | |
tree | 86f748cfc041518012d884db1528e97610453cdd /sysutils/aimage | |
parent | 34a344ed41cd03c65af778f607a6126d093297d8 (diff) | |
download | freebsd-ports-gnome-c5d53473d45f9946184e4c2713147c82739602fe.tar.gz freebsd-ports-gnome-c5d53473d45f9946184e4c2713147c82739602fe.tar.zst freebsd-ports-gnome-c5d53473d45f9946184e4c2713147c82739602fe.zip |
aimage is the Advanced Disk Imager a tool to create forensic disk images.
aimage is a component the Advanced Forensics Format project.
WWW: http://www.afflib.org
PR: ports/122273
Submitted by: Chris Calvey <chris at securityforensics.co.uk>
Diffstat (limited to 'sysutils/aimage')
-rw-r--r-- | sysutils/aimage/Makefile | 25 | ||||
-rw-r--r-- | sysutils/aimage/distinfo | 3 | ||||
-rw-r--r-- | sysutils/aimage/files/patch-src-imager.cpp | 11 | ||||
-rw-r--r-- | sysutils/aimage/pkg-descr | 4 |
4 files changed, 43 insertions, 0 deletions
diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile new file mode 100644 index 000000000000..c66a5dce9902 --- /dev/null +++ b/sysutils/aimage/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: aimage +# Date created: 29/03/2008 +# Whom: Chris Calvey <chris@securityforensics.co.uk> +# +# $FreeBSD$ +# + +PORTNAME= aimage +PORTVERSION= 3.1.0 +CATEGORIES= sysutils +MASTER_SITES= http://www.afflib.org/downloads/ + +MAINTAINER= chris@securityforensics.co.uk +COMMENT= Advanced Disk Imager + +LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib + +USE_OPENSSL= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_AUTOTOOLS= autoconf:261 + +PLIST_FILES= bin/aimage + +.include <bsd.port.mk> diff --git a/sysutils/aimage/distinfo b/sysutils/aimage/distinfo new file mode 100644 index 000000000000..6d2754a86160 --- /dev/null +++ b/sysutils/aimage/distinfo @@ -0,0 +1,3 @@ +MD5 (aimage-3.1.0.tar.gz) = b9fa654161a76f817f5f3dd1e2b74984 +SHA256 (aimage-3.1.0.tar.gz) = f48cb38fa6b5e474376f6ec2acbb41097139b10d017ca638a5a0f2bbaef6797e +SIZE (aimage-3.1.0.tar.gz) = 123474 diff --git a/sysutils/aimage/files/patch-src-imager.cpp b/sysutils/aimage/files/patch-src-imager.cpp new file mode 100644 index 000000000000..47cd1f0d0386 --- /dev/null +++ b/sysutils/aimage/files/patch-src-imager.cpp @@ -0,0 +1,11 @@ +--- src/imager.cpp.orig Sat Mar 29 14:13:35 2008 ++++ src/imager.cpp Sat Mar 29 14:34:37 2008 +@@ -10,6 +10,8 @@ + #include <stdlib.h> + #include <err.h> + #include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> + #include <sys/stat.h> + #include <sys/time.h> + #include <fcntl.h> diff --git a/sysutils/aimage/pkg-descr b/sysutils/aimage/pkg-descr new file mode 100644 index 000000000000..0fde1b7700d7 --- /dev/null +++ b/sysutils/aimage/pkg-descr @@ -0,0 +1,4 @@ +aimage is the Advanced Disk Imager a tool to create forensic disk images. +aimage is a component the Advanced Forensics Format project. + +WWW: http://www.afflib.org |