diff options
-rw-r--r-- | finance/p5-Business-CreditCard/Makefile | 4 | ||||
-rw-r--r-- | finance/p5-Business-CreditCard/distinfo | 2 | ||||
-rw-r--r-- | finance/p5-Business-CreditCard/pkg-descr | 40 | ||||
-rw-r--r-- | misc/p5-Business-CreditCard/Makefile | 4 | ||||
-rw-r--r-- | misc/p5-Business-CreditCard/distinfo | 2 | ||||
-rw-r--r-- | misc/p5-Business-CreditCard/pkg-descr | 40 |
6 files changed, 30 insertions, 62 deletions
diff --git a/finance/p5-Business-CreditCard/Makefile b/finance/p5-Business-CreditCard/Makefile index 0b9e0d781a07..a0f8b855b26d 100644 --- a/finance/p5-Business-CreditCard/Makefile +++ b/finance/p5-Business-CreditCard/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Business-CreditCard -PORTVERSION= 0.23 +PORTVERSION= 0.26 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobez@FreeBSD.org PERL_CONFIGURE= YES diff --git a/finance/p5-Business-CreditCard/distinfo b/finance/p5-Business-CreditCard/distinfo index 1705777a50cd..d457214b3ab4 100644 --- a/finance/p5-Business-CreditCard/distinfo +++ b/finance/p5-Business-CreditCard/distinfo @@ -1 +1 @@ -MD5 (Business-CreditCard-0.23.tar.gz) = 25dbb53a7bf88cdce0fd18016db263b3 +MD5 (Business-CreditCard-0.26.tar.gz) = da3752a696212e199a1e209130a4e8ba diff --git a/finance/p5-Business-CreditCard/pkg-descr b/finance/p5-Business-CreditCard/pkg-descr index dfcea144d3d0..927bd8796fee 100644 --- a/finance/p5-Business-CreditCard/pkg-descr +++ b/finance/p5-Business-CreditCard/pkg-descr @@ -1,32 +1,16 @@ - 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. +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. - The validate() subroutine returns 1 if the card number - provided passes the checksum test, and 0 otherwise. +The validate() subroutine returns 1 if the card number provided passes +the checksum test, and 0 otherwise. - The cardtype() subroutine returns a string containing the - type of card: "MasterCard", "VISA", and so on. My list is - not complete; I welcome additions. +The cardtype() subroutine returns a string containing the type of card: +"MasterCard", "VISA", and so on. My list is not complete; I welcome +additions. - The generate_last_digit() subroutine computes and returns - the last digit of the card given the preceding digits. - With a 16-digit card, you provide the first 15 digits; the - subroutine returns the sixteenth. +The generate_last_digit() subroutine computes and returns the last digit +of the card given the preceding digits. With a 16-digit card, you +provide the first 15 digits; the subroutine returns the sixteenth. - This module does not tell you whether the number is on an - actual card, only whether it might conceivably be on a - real card. To verify whether a card is real, or whether - it's been stolen, or what its balance is, you need a - Merchant ID, which gives you access to credit card - databases. The Perl Journal - (http://work.media.mit.edu/tpj) has a Merchant ID so that - I can accept MasterCard and VISA payments; it comes with - the little pushbutton/slide-your-card-through device - you've seen in restaurants and stores. That device - calculates the checksum for you, so I don't actually use - this module. - - These subroutines will also work if you provide the - arguments as numbers instead of strings, e.g. - validate(5276440065421319). +WWW: http://search.cpan.org/search?dist=Business-CreditCard diff --git a/misc/p5-Business-CreditCard/Makefile b/misc/p5-Business-CreditCard/Makefile index 0b9e0d781a07..a0f8b855b26d 100644 --- a/misc/p5-Business-CreditCard/Makefile +++ b/misc/p5-Business-CreditCard/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Business-CreditCard -PORTVERSION= 0.23 +PORTVERSION= 0.26 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobez@FreeBSD.org PERL_CONFIGURE= YES diff --git a/misc/p5-Business-CreditCard/distinfo b/misc/p5-Business-CreditCard/distinfo index 1705777a50cd..d457214b3ab4 100644 --- a/misc/p5-Business-CreditCard/distinfo +++ b/misc/p5-Business-CreditCard/distinfo @@ -1 +1 @@ -MD5 (Business-CreditCard-0.23.tar.gz) = 25dbb53a7bf88cdce0fd18016db263b3 +MD5 (Business-CreditCard-0.26.tar.gz) = da3752a696212e199a1e209130a4e8ba diff --git a/misc/p5-Business-CreditCard/pkg-descr b/misc/p5-Business-CreditCard/pkg-descr index dfcea144d3d0..927bd8796fee 100644 --- a/misc/p5-Business-CreditCard/pkg-descr +++ b/misc/p5-Business-CreditCard/pkg-descr @@ -1,32 +1,16 @@ - 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. +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. - The validate() subroutine returns 1 if the card number - provided passes the checksum test, and 0 otherwise. +The validate() subroutine returns 1 if the card number provided passes +the checksum test, and 0 otherwise. - The cardtype() subroutine returns a string containing the - type of card: "MasterCard", "VISA", and so on. My list is - not complete; I welcome additions. +The cardtype() subroutine returns a string containing the type of card: +"MasterCard", "VISA", and so on. My list is not complete; I welcome +additions. - The generate_last_digit() subroutine computes and returns - the last digit of the card given the preceding digits. - With a 16-digit card, you provide the first 15 digits; the - subroutine returns the sixteenth. +The generate_last_digit() subroutine computes and returns the last digit +of the card given the preceding digits. With a 16-digit card, you +provide the first 15 digits; the subroutine returns the sixteenth. - This module does not tell you whether the number is on an - actual card, only whether it might conceivably be on a - real card. To verify whether a card is real, or whether - it's been stolen, or what its balance is, you need a - Merchant ID, which gives you access to credit card - databases. The Perl Journal - (http://work.media.mit.edu/tpj) has a Merchant ID so that - I can accept MasterCard and VISA payments; it comes with - the little pushbutton/slide-your-card-through device - you've seen in restaurants and stores. That device - calculates the checksum for you, so I don't actually use - this module. - - These subroutines will also work if you provide the - arguments as numbers instead of strings, e.g. - validate(5276440065421319). +WWW: http://search.cpan.org/search?dist=Business-CreditCard |