summaryrefslogtreecommitdiffstats
path: root/sysutils/aimage
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2008-04-06 15:10:26 +0000
committerrafan <rafan@FreeBSD.org>2008-04-06 15:10:26 +0000
commitc5d53473d45f9946184e4c2713147c82739602fe (patch)
tree86f748cfc041518012d884db1528e97610453cdd /sysutils/aimage
parent34a344ed41cd03c65af778f607a6126d093297d8 (diff)
downloadFreeBSD-ports-c5d53473d45f9946184e4c2713147c82739602fe.zip
FreeBSD-ports-c5d53473d45f9946184e4c2713147c82739602fe.tar.gz
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/Makefile25
-rw-r--r--sysutils/aimage/distinfo3
-rw-r--r--sysutils/aimage/files/patch-src-imager.cpp11
-rw-r--r--sysutils/aimage/pkg-descr4
4 files changed, 43 insertions, 0 deletions
diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile
new file mode 100644
index 0000000..c66a5dc
--- /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 0000000..6d2754a
--- /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 0000000..47cd1f0
--- /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 0000000..0fde1b7
--- /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
OpenPOWER on IntegriCloud