From chui@francisco.gomezmarin.com  Sat Sep 20 19:59:30 2003
Return-Path: <chui@francisco.gomezmarin.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8452316A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Sep 2003 19:59:30 -0700 (PDT)
Received: from francisco.gomezmarin.com (83.Red-80-59-5.pooles.rima-tde.net [80.59.5.83])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E68B443FFB
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Sep 2003 19:59:26 -0700 (PDT)
	(envelope-from chui@francisco.gomezmarin.com)
Received: from francisco.gomezmarin.com (localhost [127.0.0.1])
	by francisco.gomezmarin.com (8.12.9/8.12.9) with ESMTP id h8L2ESRx011777
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Sep 2003 04:14:28 +0200 (CEST)
	(envelope-from chui@francisco.gomezmarin.com)
Received: (from root@localhost)
	by francisco.gomezmarin.com (8.12.9/8.12.9/Submit) id h8L2ESUX011776;
	Sun, 21 Sep 2003 04:14:28 +0200 (CEST)
Message-Id: <200309210214.h8L2ESUX011776@francisco.gomezmarin.com>
Date: Sun, 21 Sep 2003 04:14:28 +0200 (CEST)
From: Francisco Gomez <francisco@gomezmarin.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] sysutils/tct: Analyzer for forensic data
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57048
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/tct: Analyzer for forensic data
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 20 20:00:41 PDT 2003
>Closed-Date:    Fri Sep 26 20:53:40 PDT 2003
>Last-Modified:  Fri Sep 26 20:53:40 PDT 2003
>Originator:     Francisco Gomez
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD francisco.gomezmarin.com 5.1-RELEASE FreeBSD 5.1-RELEASE #1: Mon Sep 15 12:59:34 CEST 2003
>Description:
The Coroner's Toolkit (TCT) is a collection of tools designed to
assist in a forensic examination of a computer. It is primarily
designed for Unix systems, but it can some small amount of data
collection & analysis from non-Unix disks/media.

WWW: http://www.fish.com/tct/

- Francisco Gomez -
francisco@gomezmarin.com

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- tct-1.12.shar begins here ---
# 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:
#
#	tct
#	tct/Makefile
#	tct/pkg-descr
#	tct/pkg-plist
#	tct/distinfo
#
echo c - tct
mkdir -p tct > /dev/null 2>&1
echo x - tct/Makefile
sed 's/^X//' >tct/Makefile << 'END-of-tct/Makefile'
X# New ports collection makefile for:	tct
X# Date created:		21 September 2003
X# Whom:			Francisco Gomez <francisco@gomezmarin.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tct
XPORTVERSION=	1.12
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.fish.com/tct/ \
X		http://www.porcupine.org/forensics/
X
XMAINTAINER=	francisco@gomezmarin.com
XCOMMENT=	Analyzer for forensic data
X
XRUN_DEPENDS=	${PERL}:${PORTSDIR}/lang/perl5
XRUN_DEPENDS+=	${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof
X
XMAN1=		file.1 ils.1 mactime.1 pcat.1 grave-robber.1 lastcomm.1 major_minor.1 timeout.1 icat.1 lazarus.1 md5.1 unrm.1
XMAN5=		magic.5 tm-format.5
X
XPORTDOCS=	CHANGES COPYRIGHT INSTALL LICENSE MANIFEST OS-NOTES README.FIRST TODO docs/README docs/design-notes docs/lazarus.README docs/grave-robber.README docs/mac.README
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/bin/file ${LOCALBASE}/bin
X	@${INSTALL_DATA} -m 555 ${WRKSRC}/bin/grave-robber ${LOCALBASE}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/bin/icat ${LOCALBASE}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/bin/ils ${LOCALBASE}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/bin/lastcomm ${LOCALBASE}/bin
X	@${INSTALL_DATA} -m 555 ${WRKSRC}/bin/mactime ${LOCALBASE}/bin
X	@${INSTALL_DATA} -m 555 ${WRKSRC}/lazarus/lazarus ${LOCALBASE}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/bin/major_minor ${LOCALBASE}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/bin/md5 ${LOCALBASE}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/bin/pcat ${LOCALBASE}/bin
X	@${INSTALL_DATA} -m 555 ${WRKSRC}/bin/strip_tct_home ${LOCALBASE}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/bin/unrm ${LOCALBASE}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/bin/timeout ${LOCALBASE}/bin
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/doc/tct
X.for file in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tct
X.endfor
X.endif
X
X.for file in ${MAN1}
X	@${INSTALL_MAN} ${WRKSRC}/man/man1/${file} ${PREFIX}/man/man1
X.endfor
X
X.for file in ${MAN5}
X	@${INSTALL_MAN} ${WRKSRC}/man/man5/${file} ${PREFIX}/man/man5
X.endfor
X
X.include <bsd.port.mk>
END-of-tct/Makefile
echo x - tct/pkg-descr
sed 's/^X//' >tct/pkg-descr << 'END-of-tct/pkg-descr'
XThe Coroner's Toolkit (TCT) is a collection of tools designed to
Xassist in a forensic examination of a computer. It is primarily
Xdesigned for Unix systems, but it can some small amount of data
Xcollection & analysis from non-Unix disks/media.
X
XWWW: http://www.fish.com/tct/
X
X- Francisco Gomez -
Xfrancisco@gomezmarin.com
END-of-tct/pkg-descr
echo x - tct/pkg-plist
sed 's/^X//' >tct/pkg-plist << 'END-of-tct/pkg-plist'
Xshare/doc/tct/README
Xshare/doc/tct/CHANGES
Xshare/doc/tct/COPYRIGHT
Xshare/doc/tct/INSTALL
Xshare/doc/tct/LICENSE
Xshare/doc/tct/MANIFEST
Xshare/doc/tct/OS-NOTES
Xshare/doc/tct/README.FIRST
Xshare/doc/tct/TODO
Xshare/doc/tct/design-notes
Xshare/doc/tct/grave-robber.README
Xshare/doc/tct/lazarus.README
Xshare/doc/tct/mac.README
Xbin/ils
Xbin/grave-robber
Xbin/lastcomm
Xbin/mactime
Xbin/major_minor
Xbin/pcat
Xbin/unrm
Xbin/strip_tct_home
Xbin/timeout
Xbin/lazarus
Xbin/icat
X@dirrm share/doc/tct
END-of-tct/pkg-plist
echo x - tct/distinfo
sed 's/^X//' >tct/distinfo << 'END-of-tct/distinfo'
XMD5 (tct-1.12.tar.gz) = 7a2a2404bd992fed438d547b9ea14348
END-of-tct/distinfo
exit
--- tct-1.12.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Sep 26 20:53:36 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57048 
>Unformatted:
