head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2010.09.23.02.38.24;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ccsrch
# Date created:		2010-07-21
# Whom:			Pavel I Volkov <pavelivolkov@@googlemail.com>
#
# $FreeBSD: head/security/ccsrch/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ccsrch
PORTVERSION=	1.0.3
CATEGORIES=	security
MASTER_SITES=	http://downloads.sourceforge.net/project/${MASTER_SITE_SUBDIR}/
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	pavelivolkov@@googlemail.com
COMMENT=	Is a tool that searches for credit card numbers (PAN) and track data

FETCH_ARGS=	-pRr

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

PORTDOCS=	README readme.html
PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.pre.mk>

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}; \
	for f in ${PORTDOCS}; do \
		${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
	done
.endif

.include <bsd.port.post.mk>
@


1.1
log
@ccsrch is a tool that searches for and identifies unencrypted and
contiguous credit card numbers (PAN) and track data on windows and
UNIX operating systems. It will also identify the location of the
PAN data in the files and record MAC times.

WWW:	http://ccsrch.sourceforge.net/

PR:		ports/148821
Submitted by:	Pavel I Volkov <pavelivolkov at googlemail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@

