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:
parent
a60f0232ed
commit
55181cd4f4
31
sysutils/mac-robber/Makefile
Normal file
31
sysutils/mac-robber/Makefile
Normal 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>
|
3
sysutils/mac-robber/distinfo
Normal file
3
sysutils/mac-robber/distinfo
Normal 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
|
6
sysutils/mac-robber/pkg/DESCR
Normal file
6
sysutils/mac-robber/pkg/DESCR
Normal 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}
|
4
sysutils/mac-robber/pkg/PLIST
Normal file
4
sysutils/mac-robber/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user