From 7b19c57f69dcc14c4ea90cbbfce6d287e2873eea Mon Sep 17 00:00:00 2001 From: pgollucci Date: Thu, 23 Sep 2010 02:38:24 +0000 Subject: 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 --- security/ccsrch/Makefile | 37 ++++++++++++++++++++++++++++++++++++ security/ccsrch/distinfo | 3 +++ security/ccsrch/files/patch-Makefile | 13 +++++++++++++ security/ccsrch/pkg-descr | 6 ++++++ 4 files changed, 59 insertions(+) create mode 100644 security/ccsrch/Makefile create mode 100644 security/ccsrch/distinfo create mode 100644 security/ccsrch/files/patch-Makefile create mode 100644 security/ccsrch/pkg-descr (limited to 'security/ccsrch') diff --git a/security/ccsrch/Makefile b/security/ccsrch/Makefile new file mode 100644 index 00000000000..c55373924d8 --- /dev/null +++ b/security/ccsrch/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: ccsrch +# Date created: 2010-07-21 +# Whom: Pavel I Volkov +# +# $FreeBSD$ +# + +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 + +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 diff --git a/security/ccsrch/distinfo b/security/ccsrch/distinfo new file mode 100644 index 00000000000..d2a4da63e5b --- /dev/null +++ b/security/ccsrch/distinfo @@ -0,0 +1,3 @@ +MD5 (ccsrch-1.0.3.tgz) = a876d497b320b1d1ee36ff0f5ee36ee8 +SHA256 (ccsrch-1.0.3.tgz) = 07c0c1ad4952cf11ecd4e10ad3e5a9697891691e5963867de6f180592231ccfc +SIZE (ccsrch-1.0.3.tgz) = 18047 diff --git a/security/ccsrch/files/patch-Makefile b/security/ccsrch/files/patch-Makefile new file mode 100644 index 00000000000..83f1aeee659 --- /dev/null +++ b/security/ccsrch/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig 2010-07-21 17:35:58.000000000 +0400 ++++ Makefile 2010-07-21 17:36:21.000000000 +0400 +@@ -29,8 +29,8 @@ + # + # for *UNIX* the following tends to work + INCL = -I./ +-CFLAGS =-O2 -static +-#CFLAGS =-O2 # for linux ++#CFLAGS =-O2 -static ++CFLAGS =-O2 # for linux + #CFLAGS =-DDEBUG # if you want a lot of noise + LDFLAGS =-s + OBJS= ccsrch.o diff --git a/security/ccsrch/pkg-descr b/security/ccsrch/pkg-descr new file mode 100644 index 00000000000..9b16fc4252d --- /dev/null +++ b/security/ccsrch/pkg-descr @@ -0,0 +1,6 @@ +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/ -- cgit