head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	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.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.12.20.05.52.22;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2008.07.31.03.38.45;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.01.21.30.23;	author mnag;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309284
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309284 | araujo | 2012-12-20 05:42:23 +0000 (Thu, 20 Dec 2012) | 7 lines
## SVN ##
## SVN ## - Update MASTER_SITES and WWW line.
## SVN ## - Support CC/CFLAGS properly.
## SVN ## - Trim header.
## SVN ##
## SVN ## PR:		ports/172057
## SVN ## Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Vaida Bogdan <vaida.bogdan@@gmail.com>
# $FreeBSD: head/security/manipulate_data/Makefile 309284 2012-12-20 05:42:23Z araujo $

PORTNAME=	manipulate_data
PORTVERSION=	1.3
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	PACKETSTORM/groups/thc

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Search/extract/write raw data

OPTIONS_DEFINE=	DOCS

PORTDOCS=	CHANGES README
PLIST_FILES=	${SBIN_PROGRAMS:S,^,sbin/,}

SBIN_PROGRAMS=	read_data replace_data search_data write_data

.include <bsd.port.options.mk>

post-patch:
	@@${REINPLACE_CMD} -e \
	's|^CC=|CC?=| ; \
	s| -O2 | $$(CFLAGS) | ; \
	/strip/s|^|#|' ${WRKSRC}/Makefile

do-install:
.for i in ${SBIN_PROGRAMS}
	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/sbin/
.endfor
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	manipulate_data
# Date created:				24 Jul 2004
# Whom:					Vaida Bogdan <vaida.bogdan@@gmail.com>
#
# $FreeBSD: head/security/manipulate_data/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d6 1
d8 1
a8 1
MASTER_SITES=	http://packetstormsecurity.org/groups/thc/
d13 2
a14 1
PLIST_FILES=	sbin/read_data sbin/replace_data sbin/search_data sbin/write_data
d16 11
d29 8
a36 10
	${INSTALL_PROGRAM} ${WRKSRC}/read_data ${PREFIX}/sbin
	${INSTALL_PROGRAM} ${WRKSRC}/write_data ${PREFIX}/sbin
	${INSTALL_PROGRAM} ${WRKSRC}/search_data ${PREFIX}/sbin
	${INSTALL_PROGRAM} ${WRKSRC}/replace_data ${PREFIX}/sbin

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
@


1.3
log
@- register CONLICTS between security/srm and security/secure_delete for bin/srm
- reset maintainer: Vaida Bogdan no longer uses FreeBSD. Thank you for maintaining the ports so far!
- nuke some small plists while here

PR:		ports/125698
Submitted by:	Andrew Stuart
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Update maintainer's email

PR:		88360
Submitted by:	vaidab <vaidab@@phenix.rootshell.be> (maintainer)
@
text
@d13 1
a13 1
MAINTAINER=	vaida.bogdan@@gmail.com
d16 3
@


1.1
log
@Add manipulate_data, a set of tools to search data on a harddrive/partition/file,
extract the part you are interested in, and write it back after you modified it.

PR:		ports/69555
Submitted by:	bugghy <bugghy@@phenix.rootshell.be>
@
text
@d3 1
a3 1
# Whom:					bugghy <bugghy@@SAFe-mail.net>
d13 1
a13 1
MAINTAINER=	bugghy@@SAFe-mail.net
@

