Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2008 23:29:49 +0100 (BST)
From:      Chris Calvey <chris@enigmathica.demon.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122273: New port: sysutils/aimage Advanced disk imager
Message-ID:  <200803302229.m2UMTnUn084078@enigmathica.localdomain>
Resent-Message-ID: <200803302230.m2UMU4l0017940@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122273
>Category:       ports
>Synopsis:       New port: sysutils/aimage Advanced disk imager
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 30 22:30:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Chris Calvey
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
Digital Investigations
>Environment:
System: FreeBSD enigmathica.localdomain 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sat Mar 15 13:07:55 GMT 2008 root@enigmathica.localdomain:/usr/obj/usr/src/sys/ENIGMATHICA i386


	
>Description:
New port of the Advanced Disk Imager.
>How-To-Repeat:
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./files
#	./files/patch-src-imager.cpp
#	./distinfo
#	./pkg-descr
#	./pkg-plist
#	./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/patch-src-imager.cpp
sed 's/^X//' >./files/patch-src-imager.cpp << 'END-of-./files/patch-src-imager.cpp'
X--- src/imager.cpp.orig	Sat Mar 29 14:13:35 2008
X+++ src/imager.cpp	Sat Mar 29 14:34:37 2008
X@@ -10,6 +10,8 @@
X #include <stdlib.h>
X #include <err.h>
X #include <sys/types.h>
X+#include <sys/socket.h>
X+#include <netinet/in.h>
X #include <sys/stat.h>
X #include <sys/time.h>
X #include <fcntl.h>
END-of-./files/patch-src-imager.cpp
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (aimage-3.1.0.tar.gz) = b9fa654161a76f817f5f3dd1e2b74984
XSHA256 (aimage-3.1.0.tar.gz) = f48cb38fa6b5e474376f6ec2acbb41097139b10d017ca638a5a0f2bbaef6797e
XSIZE (aimage-3.1.0.tar.gz) = 123474
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
Xaimage is the Advanced Disk Imager a tool to create forensic disk images.
Xaimage is a component the Advanced Forensics Format project.
X
XWWW: http://www.afflib.org
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/aimage
END-of-./pkg-plist
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# Ports collection makefile for: aimage
X#
X# Date created: 	29/03/2008
X# Whom: 		Chris Calvey <chris@securityforensics.co.uk>
X#
X# $FreeBSD: ports/sysutils/afflib/Makefile,v 1.1 2008/03/26 15:18:09 miwi Exp $
X#
X
XPORTNAME=	aimage
XPORTVERSION=	3.1.0
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.afflib.org/downloads/
X
XMAINTAINER=	chris@securityforensics.co.uk
XCOMMENT=	Advanced Disk Imager
X
XLIB_DEPENDS=	afflib:${PORTSDIR}/sysutils/afflib
X
XUSE_OPENSSL=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XUSE_AUTOTOOLS=	autoconf:261
X
X.include <bsd.port.mk>
END-of-./Makefile
exit


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803302229.m2UMTnUn084078>