ports/57048: [NEW PORT] sysutils/tct: Analyzer for forensic data
Francisco Gomez
francisco at gomezmarin.com
Sun Sep 21 03:00:45 UTC 2003
>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: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 20 20:00:41 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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 at 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 at 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 at 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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list