1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

The CCard program is a program to validate credit card numbers.

PR:		ports/84848
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
This commit is contained in:
Sergey Matveychuk 2005-09-03 19:04:53 +00:00
parent 65677c9521
commit aaa27853b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141857
4 changed files with 50 additions and 0 deletions

View File

@ -6,6 +6,7 @@
SUBDIR += aqbanking
SUBDIR += aqmoney
SUBDIR += cbb
SUBDIR += ccard
SUBDIR += emma
SUBDIR += gnofin
SUBDIR += gnomepm

30
finance/ccard/Makefile Normal file
View File

@ -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>

2
finance/ccard/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (ccard.1.1.tar.gz) = d0532c30b42834c3c99cc8e94d0069a3
SIZE (ccard.1.1.tar.gz) = 25077

17
finance/ccard/pkg-descr Normal file
View File

@ -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