From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 25 19:00:35 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 0C64816A41C for ; Sat, 25 Jun 2005 19:00:35 +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 7247C43D55 for ; Sat, 25 Jun 2005 19:00:28 +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 j5PJ0Sli066677 for ; Sat, 25 Jun 2005 19:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5PJ0SQD066674; Sat, 25 Jun 2005 19:00:28 GMT (envelope-from gnats) Resent-Date: Sat, 25 Jun 2005 19:00:28 GMT Resent-Message-Id: <200506251900.j5PJ0SQD066674@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, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D808916A41C for ; Sat, 25 Jun 2005 18:59:02 +0000 (GMT) (envelope-from aaron@mail.finch.st) Received: from mpls-qmqp-01.inet.qwest.net (mpls-qmqp-01.inet.qwest.net [63.231.195.112]) by mx1.FreeBSD.org (Postfix) with SMTP id A082543D48 for ; Sat, 25 Jun 2005 18:59:02 +0000 (GMT) (envelope-from aaron@mail.finch.st) Received: (qmail 99296 invoked by uid 0); 25 Jun 2005 18:59:01 -0000 Received: from unknown (63.231.195.11) by mpls-qmqp-01.inet.qwest.net with QMQP; 25 Jun 2005 18:59:01 -0000 Received: from finch.st (HELO mail.finch.st) (168.103.194.212) by mpls-pop-11.inet.qwest.net with SMTP; 25 Jun 2005 18:59:01 -0000 Received: from aaron by mail.finch.st with local (Exim 4.51 (FreeBSD)) id 1DmFql-000HQ0-Ax for FreeBSD-gnats-submit@freebsd.org; Sat, 25 Jun 2005 12:57:55 -0600 Message-Id: Date: Sat, 25 Jun 2005 12:57:55 -0600 From: "Aaron Dalton" Sender: "Aaron Dalton" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82650: New Port: devel/p5-Algorithm/LUHN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aaron Dalton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2005 19:00:35 -0000 >Number: 82650 >Category: ports >Synopsis: New Port: devel/p5-Algorithm/LUHN >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 25 19:00:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD chariss.finch.st 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Sat Mar 5 16:29:20 MST 2005 ross@chariss.finch.st:/usr/src/sys/i386/compile/CHARISS i386 >Description: This module calculates the Modulus 10 Double Add Double checksum, also known as the LUHN Formula. This algorithm is used to verify credit card numbers and Standard & Poor's security identifiers such as CUSIP's and CSIN's. You can find plenty of information about the algorithm by searching the web for "modulus 10 double add double". >How-To-Repeat: >Fix: --- submission.txt 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-Algorithm-LUHN # p5-Algorithm-LUHN/Makefile # p5-Algorithm-LUHN/distinfo # p5-Algorithm-LUHN/pkg-descr # p5-Algorithm-LUHN/pkg-plist # echo c - p5-Algorithm-LUHN mkdir -p p5-Algorithm-LUHN > /dev/null 2>&1 echo x - p5-Algorithm-LUHN/Makefile sed 's/^X//' >p5-Algorithm-LUHN/Makefile << 'END-of-p5-Algorithm-LUHN/Makefile' X# New ports collection makefile for: Algorithm-LUHN X# Date created: 25 June 2005 X# Whom: Aaron Dalton X# X# $FreeBSD$ X# X XPORTNAME= Algorithm-LUHN XPORTVERSION= 1.00 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/T/TA/TAYERS XPKGNAMEPREFIX= p5- X XMAINTAINER= aaron@daltons.ca XCOMMENT= Calculate the Modulus 10 Double Add Double checksum X XMAN3= Algorithm::LUHN.3 X XPERL_CONFIGURE= yes X X.include END-of-p5-Algorithm-LUHN/Makefile echo x - p5-Algorithm-LUHN/distinfo sed 's/^X//' >p5-Algorithm-LUHN/distinfo << 'END-of-p5-Algorithm-LUHN/distinfo' XMD5 (Algorithm-LUHN-1.00.tar.gz) = 411d2ddcf3c61172926498b446fe28ab XSIZE (Algorithm-LUHN-1.00.tar.gz) = 3748 END-of-p5-Algorithm-LUHN/distinfo echo x - p5-Algorithm-LUHN/pkg-descr sed 's/^X//' >p5-Algorithm-LUHN/pkg-descr << 'END-of-p5-Algorithm-LUHN/pkg-descr' XThis module calculates the Modulus 10 Double Add Double checksum, also Xknown as the LUHN Formula. This algorithm is used to verify credit card Xnumbers and Standard & Poor's security identifiers such as CUSIP's and XCSIN's. X XYou can find plenty of information about the algorithm by searching the Xweb for "modulus 10 double add double". X XAuthor: Tim Ayers XWWW: http://search.cpan.org/dist/Algorithm-LUHN/ X X- Aaron Dalton Xaaron@daltons.ca END-of-p5-Algorithm-LUHN/pkg-descr echo x - p5-Algorithm-LUHN/pkg-plist sed 's/^X//' >p5-Algorithm-LUHN/pkg-plist << 'END-of-p5-Algorithm-LUHN/pkg-plist' X%%SITE_PERL%%/Algorithm/LUHN.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LUHN/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LUHN X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true X END-of-p5-Algorithm-LUHN/pkg-plist exit --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: