diff options
author | sem <sem@FreeBSD.org> | 2005-09-03 19:04:53 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-09-03 19:04:53 +0000 |
commit | 0f16783aca65e7995c273fd83e8be697a26d552c (patch) | |
tree | ce50458e48a26fd8a3314b65c49c61d0b69adfea /finance/ccard | |
parent | 82bfeb33b467d5396181847b92910cc624a01c7b (diff) | |
download | FreeBSD-ports-0f16783aca65e7995c273fd83e8be697a26d552c.zip FreeBSD-ports-0f16783aca65e7995c273fd83e8be697a26d552c.tar.gz |
The CCard program is a program to validate credit card numbers.
PR: ports/84848
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'finance/ccard')
-rw-r--r-- | finance/ccard/Makefile | 30 | ||||
-rw-r--r-- | finance/ccard/distinfo | 2 | ||||
-rw-r--r-- | finance/ccard/pkg-descr | 17 |
3 files changed, 49 insertions, 0 deletions
diff --git a/finance/ccard/Makefile b/finance/ccard/Makefile new file mode 100644 index 0000000..be9e7c0 --- /dev/null +++ b/finance/ccard/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ccard +# Date created: 12 Aug 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PORTNAME= ccard +PORTVERSION= 1.1 +CATEGORIES= finance +MASTER_SITES= http://www.canb.auug.org.au/~millerp/ +DISTNAME= ${PORTNAME}.${PORTVERSION} + +MAINTAINER= ehaupt@critical.ch +COMMENT= A command line offline credit card validator/analyzer + +GNU_CONFIGURE= yes +USE_REINPLACE= yes + +PLIST_FILES= bin/ccard +MAN1= ccard.1 + +post-configure: + ${REINPLACE_CMD} -e 's/^CFLAGS/CFLAGS?/' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/finance/ccard/distinfo b/finance/ccard/distinfo new file mode 100644 index 0000000..a36861d --- /dev/null +++ b/finance/ccard/distinfo @@ -0,0 +1,2 @@ +MD5 (ccard.1.1.tar.gz) = d0532c30b42834c3c99cc8e94d0069a3 +SIZE (ccard.1.1.tar.gz) = 25077 diff --git a/finance/ccard/pkg-descr b/finance/ccard/pkg-descr new file mode 100644 index 0000000..4639d7d --- /dev/null +++ b/finance/ccard/pkg-descr @@ -0,0 +1,17 @@ +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 + +WWW: http://www.canb.auug.org.au/~millerp/ccard.html + +- ehaupt +ehaupt@critical.ch |