From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 12 18:50:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A3816A41F for ; Fri, 12 Aug 2005 18:50:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B60C843D49 for ; Fri, 12 Aug 2005 18:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7CIoHjd034072 for ; Fri, 12 Aug 2005 18:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7CIoHYA034071; Fri, 12 Aug 2005 18:50:17 GMT (envelope-from gnats) Resent-Date: Fri, 12 Aug 2005 18:50:17 GMT Resent-Message-Id: <200508121850.j7CIoHYA034071@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D99A916A41F for ; Fri, 12 Aug 2005 18:40:37 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F7243D46 for ; Fri, 12 Aug 2005 18:40:36 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (localhost.critical.ch [127.0.0.1]) by beaver.critical.ch (8.13.3/8.13.3) with ESMTP id j7CIeYJm028530 for ; Fri, 12 Aug 2005 20:40:34 +0200 (CEST) (envelope-from ehaupt@beaver.critical.ch) Received: (from ehaupt@localhost) by beaver.critical.ch (8.13.3/8.13.3/Submit) id j7CIeYu4028528; Fri, 12 Aug 2005 20:40:34 +0200 (CEST) (envelope-from ehaupt) Message-Id: <200508121840.j7CIeYu4028528@beaver.critical.ch> Date: Fri, 12 Aug 2005 20:40:34 +0200 (CEST) From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/84848: new port: finance/ccard - A command line offline credit card validator/analyzer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 18:50:18 -0000 >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 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 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: