head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2009.09.02.15.01.50;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2004.11.14.22.26.10;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.05.25.15.35.42;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2003.05.22.09.33.14;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.17.09.19.01;	author markp;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# Ports collection makefile for:  mac-robber
# Date created:			  Jan 12 2003
# Whom:				  Yonatan <onatan@@gmail.com>
#
# $FreeBSD: head/security/mac-robber/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	mac-robber
PORTVERSION=	1.00
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	onatan@@gmail.com
COMMENT=	A tool for listing Modify, Access, Create timestamps from files

do-build:
	cd ${WRKSRC}; ${CC} ${CFLAGS} -o mac-robber mac-robber.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/mac-robber ${PREFIX}/bin

.include <bsd.port.mk>
@


1.5
log
@- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update maintainer's email address

PR:		ports/73939
Submitted by:	Yonatan <onatan@@gmail.com> (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.3
log
@- Fix fetch, project moved to Sourceforge
- Update WWW
- Update distinfo, the file was rerolled with
  * added copy of GPL
  * minor updates to documentation
  * updates to email addresses and URLs

PR:		ports/67178
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@d3 1
a3 1
# Whom:				  Yonatan <Yonatan@@xpert.com>
d14 1
a14 1
MAINTAINER=	Yonatan@@xpert.com
@


1.2
log
@security/mac-robber - distfile moved

PR:		ports/52563
Submitted by:	Yonatan@@xpert.com
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.atstake.com/research/tools/forensic/
@


1.1
log
@Add mac-robber 1.00, a tool for listing Modify, Access, Create
timestamps from files.

PR:		47011
Submitted by:	Yonatan <Yonatan@@xpert.com>
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.atstake.com/research/tools/
@

