pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/p5-Algorithm-LUHN Added finance/p5-Algorithm-L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac4e69a4c4bc
branches:  trunk
changeset: 548994:ac4e69a4c4bc
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Oct 25 20:22:07 2008 +0000

description:
Added finance/p5-Algorithm-LUHN version 1.00

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".

diffstat:

 finance/p5-Algorithm-LUHN/DESCR    |   7 +++++++
 finance/p5-Algorithm-LUHN/Makefile |  18 ++++++++++++++++++
 finance/p5-Algorithm-LUHN/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r c1ae6a5aae84 -r ac4e69a4c4bc finance/p5-Algorithm-LUHN/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/p5-Algorithm-LUHN/DESCR   Sat Oct 25 20:22:07 2008 +0000
@@ -0,0 +1,7 @@
+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".
diff -r c1ae6a5aae84 -r ac4e69a4c4bc finance/p5-Algorithm-LUHN/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/p5-Algorithm-LUHN/Makefile        Sat Oct 25 20:22:07 2008 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/25 20:22:07 abs Exp $
+
+DISTNAME=      Algorithm-LUHN-1.00
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    finance perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TA/TAYERS/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?Algorithm::LUHN
+COMMENT=       Calculate the Modulus 10 Double Add Double checksum
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Algorithm/LUHN/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c1ae6a5aae84 -r ac4e69a4c4bc finance/p5-Algorithm-LUHN/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/p5-Algorithm-LUHN/distinfo        Sat Oct 25 20:22:07 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/25 20:22:07 abs Exp $
+
+SHA1 (Algorithm-LUHN-1.00.tar.gz) = 0b312ffb63bcc8f0a05d1e00fe2418a326febaeb
+RMD160 (Algorithm-LUHN-1.00.tar.gz) = 28b4b7acb7fd69b4954d9075d33599bcbd4940e9
+Size (Algorithm-LUHN-1.00.tar.gz) = 3748 bytes



Home | Main Index | Thread Index | Old Index