Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2005 20:40:34 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84848: new port: finance/ccard - A command line offline credit card validator/analyzer 
Message-ID:  <200508121840.j7CIeYu4028528@beaver.critical.ch>
Resent-Message-ID: <200508121850.j7CIoHYA034071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508121840.j7CIeYu4028528>