add mac-robber port;

--
mac-robber is a forensics and incident response program that collects
Modified, Access, and Change (MAC) times from files.
Its output can be used as input to the 'mactime' tool in The @stake
Sleuth Kit (TASK) to make a time line of file activity.

From: Margarida Sequeira <niness@devilness.org>
This commit is contained in:
brad 2002-11-17 00:48:00 +00:00
parent a60f0232ed
commit 55181cd4f4
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/17 00:48:00 brad Exp $
COMMENT= "forensic tool that collects MAC times from files"
VERSION= 1.00
DISTNAME= mac-robber-${VERSION}
CATEGORIES= sysutils security
HOMEPAGE= http://www.atstake.com/research/tools/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Margarida Sequeira <niness@devilness.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_FLAGS= CC="${CC}" GCC_CFLAGS="${CFLAGS}"
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mac-robber ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mac-robber
cd ${WRKSRC} && ${INSTALL_MAN} README \
${PREFIX}/share/doc/mac-robber
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (mac-robber-1.00.tar.gz) = 4fa05cf85dd0d28c2780b6151b74f9f0
RMD160 (mac-robber-1.00.tar.gz) = a9d8427ef394c1079f7aeb4d010f4afccf63d1e3
SHA1 (mac-robber-1.00.tar.gz) = 9ca73a81247dd970c43fe3c6654174e79181fe24

View File

@ -0,0 +1,6 @@
mac-robber is a forensics and incident response program that collects
Modified, Access, and Change (MAC) times from files.
Its output can be used as input to the 'mactime' tool in The @stake
Sleuth Kit (TASK) to make a time line of file activity.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/11/17 00:48:00 brad Exp $
bin/mac-robber
share/doc/mac-robber/README
@dirrm share/doc/mac-robber