ports/84848: new port: finance/ccard - A command line offline credit card validator/analyzer
Emanuel Haupt
ehaupt at critical.ch
Fri Aug 12 18:50:18 UTC 2005
>Number: 84848
>Category: ports
>Synopsis: new port: finance/ccard - A command line offline credit card validator/analyzer
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Aug 12 18:50:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Emanuel Haupt
>Release: FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root at beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386
>Description:
new port: finance/ccard - A command line offline credit card validator/analyzer
The CCard program is a program to validate credit card numbers.
It can also determine the following credit card types:
* Mastercard
* Visa
* American Express
* Diners Club/Carte Blanche
* Discover
* enRoute
* Japanese Credit Bureau
* Australian Bankcard
>How-To-Repeat:
>Fix:
--- ccard.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# ccard
# ccard/Makefile
# ccard/pkg-descr
# ccard/distinfo
#
echo c - ccard
mkdir -p ccard > /dev/null 2>&1
echo x - ccard/Makefile
sed 's/^X//' >ccard/Makefile << 'END-of-ccard/Makefile'
X# New ports collection makefile for: ccard
X# Date created: 12 Aug 2005
X# Whom: Emanuel Haupt <ehaupt at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME= ccard
XPORTVERSION= 1.1
XCATEGORIES= finance
XMASTER_SITES= http://www.canb.auug.org.au/~millerp/
XDISTNAME= ${PORTNAME}.${PORTVERSION}
X
XMAINTAINER= ehaupt at critical.ch
XCOMMENT= A command line offline credit card validator/analyzer
X
XGNU_CONFIGURE= yes
X
XPLIST_FILES= bin/ccard
XMAN1= ccard.1
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X ${INSTALL_MAN} ${WRKSRC}/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-ccard/Makefile
echo x - ccard/pkg-descr
sed 's/^X//' >ccard/pkg-descr << 'END-of-ccard/pkg-descr'
XThe CCard program is a program to validate credit card numbers.
X
XIt can also determine the following credit card types:
X
X * Mastercard
X * Visa
X * American Express
X * Diners Club/Carte Blanche
X * Discover
X * enRoute
X * Japanese Credit Bureau
X * Australian Bankcard
X
XWWW: http://www.canb.auug.org.au/~millerp/ccard.html
X
X- ehaupt
Xehaupt at critical.ch
END-of-ccard/pkg-descr
echo x - ccard/distinfo
sed 's/^X//' >ccard/distinfo << 'END-of-ccard/distinfo'
XMD5 (ccard.1.1.tar.gz) = d0532c30b42834c3c99cc8e94d0069a3
XSIZE (ccard.1.1.tar.gz) = 25077
END-of-ccard/distinfo
exit
--- ccard.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list