head	1.11;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2013.02.13.06.44.07;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.12.31.12.13.18;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.12.04.21.46.35;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.06.01.22;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.10.13.12.32;	author wxs;	state Exp;
branches;
next	1.6;

1.6
date	2009.10.29.18.27.46;	author amdmi3;	state Exp;
branches;
next	1.5;

1.5
date	2009.09.12.13.46.25;	author bland;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.22.00.35.08;	author amdmi3;	state Exp;
branches;
next	1.3;

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

1.2
date	2007.03.14.07.40.26;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2005.03.05.16.04.43;	author pav;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312143
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Edson Brandi <ebrandi@@fugspbr.org>
# $FreeBSD: head/security/wipe/Makefile 312143 2013-02-13 06:04:08Z pclin $

PORTNAME=	wipe
PORTVERSION=	2.3.1
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	pclin@@FreeBSD.org
COMMENT=	File and block device wiping utility

LICENSE=	GPLv2

USE_BZIP2=	yes
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/wipe

MAN1=		wipe.1
PORTDOCS=	CHANGES INSTALL LICENSE README TESTING TODO copyright

post-patch:
	@@${REINPLACE_CMD} -e 's|@@CFLAGS@@|${CFLAGS}|' ${WRKSRC}/Makefile.in

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	for i in ${PORTDOCS}; do \
		${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \
	done
.endif

.include <bsd.port.mk>
@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309692
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309692 | pawel | 2012-12-30 21:05:07 +0000 (Sun, 30 Dec 2012) | 10 lines
## SVN ##
## SVN ## - Update to version 2.3.1
## SVN ## - Add LICENSE
## SVN ## - Remove 'Author' entry from pkg-descr
## SVN ## - Install manpage by the native Makefile
## SVN ## - Switch to PLIST_FILES
## SVN ## - Give maintainership to submitter
## SVN ##
## SVN ## PR:		ports/174820
## SVN ## Submitted by:	Po-Chien Lin <linpc@@cs.nctu.edu.tw>
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/security/wipe/Makefile 309692 2012-12-30 21:05:07Z pawel $
d9 1
a9 1
MAINTAINER=	linpc@@cs.nctu.edu.tw
@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308272
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308272 | zi | 2012-12-04 20:39:22 +0000 (Tue, 04 Dec 2012) | 5 lines
## SVN ##
## SVN ## - Reset MAINTAINER due to unrecoverable bounce
## SVN ##
## SVN ## Reported by:	portscout
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for:	wipe
# Date created:				04 February 2005
# Whom:					Edson Brandi <ebrandi@@fugspbr.org>
#
# $FreeBSD: head/security/wipe/Makefile 308272 2012-12-04 20:39:22Z zi $
#
d5 1
a5 2
PORTVERSION=	2.3.0
PORTREVISION=	2
d9 1
a9 1
MAINTAINER=	ports@@FreeBSD.org
d12 2
d17 2
d25 2
d28 2
a29 3
	${INSTALL_MAN} ${WRKSRC}/wipe.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/wipe
@


1.8
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/wipe/Makefile 300897 2012-07-14 14:29:18Z beat $
d14 1
a14 1
MAINTAINER=	rfarmer@@predatorlabs.net
@


1.7
log
@- Respect CFLAGS

PR:		ports/142347
Submitted by:	Rob Farmer <rfarmer@@predatorlabs.net> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- fix the core dump when wiping e.g. /tmp/testfile ([1])
- fix permissions handling ([2])

PR:		139611 [1], 139637 [2]
Submitted by:	Michael <bug_report@@arcor.de> [1], Christoph Weber-Fahr <cwf-ml@@arcor.de> [2]
Patch by:	Rob Farmer <rfarmer@@predatorlabs.net> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
d23 3
@


1.5
log
@- Update to 2.3.0
- Assign new maintainer.

PR:	138684
@
text
@d10 1
@


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d9 1
a9 1
PORTVERSION=	2.2.0
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
a21 2
EXTRA_PATCHES=	${PATCHDIR}/500040-patch-blkdev.c

@


1.3
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.2
log
@Reset ebrandi@@fugspbr.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@a22 3
.include <bsd.port.pre.mk>

.if ${OSVERSION} > 500039
a23 1
.endif
d34 1
a34 1
.include <bsd.port.post.mk>
@


1.1
log
@Wipe is a file and block device wiping utility

PR:		ports/77108
Submitted by:	Edson Brandi <ebrandi@@fugspbr.org>,
		Mark Laws <mdl@@60hz.org>
@
text
@d14 1
a14 1
MAINTAINER=	ebrandi@@fugspbr.org
@

