From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 5 16:10:18 2006 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 CE07B16A4DD for ; Sat, 5 Aug 2006 16:10:18 +0000 (UTC) (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 DB14743D5D for ; Sat, 5 Aug 2006 16:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k75GAGGq063115 for ; Sat, 5 Aug 2006 16:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k75GAGOS063111; Sat, 5 Aug 2006 16:10:16 GMT (envelope-from gnats) Resent-Date: Sat, 5 Aug 2006 16:10:16 GMT Resent-Message-Id: <200608051610.k75GAGOS063111@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, Christian Laursen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C37E16A4E2 for ; Sat, 5 Aug 2006 16:01:33 +0000 (UTC) (envelope-from xi@andorian.borderworlds.dk) Received: from andorian.borderworlds.dk (org-2d.org.asm.fi [85.188.32.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9007943D53 for ; Sat, 5 Aug 2006 16:01:32 +0000 (GMT) (envelope-from xi@andorian.borderworlds.dk) Received: by andorian.borderworlds.dk (Postfix, from userid 1001) id D72571145F; Sat, 5 Aug 2006 19:01:29 +0300 (EEST) Message-Id: <20060805160129.D72571145F@andorian.borderworlds.dk> Date: Sat, 5 Aug 2006 19:01:29 +0300 (EEST) From: Christian Laursen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101412: New port: finance/p5-Business-CreditCard - Validate/generate credit card checksums/names X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christian Laursen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2006 16:10:18 -0000 >Number: 101412 >Category: ports >Synopsis: New port: finance/p5-Business-CreditCard - Validate/generate credit card checksums/names >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 05 16:10:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Christian Laursen >Release: FreeBSD 6.1-RELEASE i386 >Organization: The Border Worlds >Environment: System: FreeBSD andorian.borderworlds.dk 6.1-RELEASE FreeBSD 6.1-RELEASE #24: Thu Jul 13 16:30:25 CEST 2006 root@andorian.borderworlds.dk:/usr/obj/usr/src/sys/ANDORIAN i386 >Description: These subroutines tell you whether a credit card number is self-consistent -- whether the last digit of the number is a valid checksum for the preceding digits. >How-To-Repeat: >Fix: --- p5-Business-CreditCard.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: # # p5-Business-CreditCard # p5-Business-CreditCard/Makefile # p5-Business-CreditCard/distinfo # p5-Business-CreditCard/pkg-descr # p5-Business-CreditCard/pkg-plist # echo c - p5-Business-CreditCard mkdir -p p5-Business-CreditCard > /dev/null 2>&1 echo x - p5-Business-CreditCard/Makefile sed 's/^X//' >p5-Business-CreditCard/Makefile << 'END-of-p5-Business-CreditCard/Makefile' X# New ports collection makefile for: p5-Business-CreditCard X# Date created: 5 august 2006 X# Whom: Christian Laursen X# X# $FreeBSD: $ X# X XPORTNAME= Business-CreditCard XPORTVERSION= 0.28 XCATEGORIES= finance perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Business XPKGNAMEPREFIX= p5- X XMAINTAINER= xi@borderworlds.dk XCOMMENT= Validate/generate credit card checksums/names X XPERL_CONFIGURE= yes X XMAN3= Business::CreditCard.3 X X.include END-of-p5-Business-CreditCard/Makefile echo x - p5-Business-CreditCard/distinfo sed 's/^X//' >p5-Business-CreditCard/distinfo << 'END-of-p5-Business-CreditCard/distinfo' XMD5 (Business-CreditCard-0.28.tar.gz) = 93e071dd33ce76c8461a773c6a9b6945 XSHA256 (Business-CreditCard-0.28.tar.gz) = 3da98283b7b17c31b168b43224e09665c7bb357196bbc07b0c713ecb4d74a019 XSIZE (Business-CreditCard-0.28.tar.gz) = 3985 END-of-p5-Business-CreditCard/distinfo echo x - p5-Business-CreditCard/pkg-descr sed 's/^X//' >p5-Business-CreditCard/pkg-descr << 'END-of-p5-Business-CreditCard/pkg-descr' XThese subroutines tell you whether a credit card number is self-consistent -- Xwhether the last digit of the number is a valid checksum for the preceding Xdigits. If you additionally want to process the credit card electronically, Xsee Business::OnlinePayment X XWWW: http://search.cpan.org/dist/Business::CreditCard/ END-of-p5-Business-CreditCard/pkg-descr echo x - p5-Business-CreditCard/pkg-plist sed 's/^X//' >p5-Business-CreditCard/pkg-plist << 'END-of-p5-Business-CreditCard/pkg-plist' X%%SITE_PERL%%/Business/CreditCard.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/CreditCard/.packlist END-of-p5-Business-CreditCard/pkg-plist exit --- p5-Business-CreditCard.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: