Port details |
- p5-Business-CreditCard Perl5 module to validate/generate credit card checksums/names
- 0.39 finance =2 0.39Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-04-04 01:12:34
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Business-CreditCard
- 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.
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 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Business-CreditCard>0:finance/p5-Business-CreditCard
- To install the port:
- cd /usr/ports/finance/p5-Business-CreditCard/ && make install clean
- To add the package, run one of these commands:
- pkg install finance/p5-Business-CreditCard
- pkg install p5-Business-CreditCard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Business-CreditCard
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661599583
SHA256 (Business-CreditCard-0.39.tar.gz) = c7c8a652d2977c8319ea86cd5e1c5be51bd4a6bfc37a5ec5cc0df4345ff450a2
SIZE (Business-CreditCard-0.39.tar.gz) = 11920
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- finance/p5-Business-OnlinePayment-2CheckOut
- finance/p5-Business-OnlinePayment-BankOfAmerica
- finance/p5-Business-OnlinePayment-Cardstream
- finance/p5-Business-OnlinePayment-Jettis
- finance/p5-Business-OnlinePayment-LinkPoint
- finance/p5-Business-OnlinePayment-Network1Financial
- finance/p5-Business-OnlinePayment-PayConnect
- for Run
-
- finance/p5-Business-OnlinePayment-2CheckOut
- finance/p5-Business-OnlinePayment-BankOfAmerica
- finance/p5-Business-OnlinePayment-Cardstream
- finance/p5-Business-OnlinePayment-Jettis
- finance/p5-Business-OnlinePayment-LinkPoint
- finance/p5-Business-OnlinePayment-Network1Financial
- finance/p5-Business-OnlinePayment-PayConnect
Configuration Options:
- No options to configure
- Options name:
- finance_p5-Business-CreditCard
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.39 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.39 31 Aug 2022 11:41:45 |
Po-Chuan Hsieh (sunpoet) |
finance/p5-Business-CreditCard: Update to 0.39
Changes: https://metacpan.org/dist/Business-CreditCard/changes |
0.36 20 Jul 2022 14:21:51 |
Tobias C. Berner (tcberner) |
finance: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Christopher Boumenot <boumenot@gmail.com>
* David Naylor <naylor.b.david@gmail.com>
* Dermot Tynan <dtynan@kalopa.com>
* Dorit Rottner (<rottner@punkt.de>)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Glenn Johnson <glennpj@charter.net>
* James FitzGibbon <jfitz@FreeBSD.org>
* Janky Jay <ek@purplehat.org> (Only the first 15 lines of the commit message are shown above ) |
0.36 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.36 16 Sep 2018 00:07:25 |
sunpoet |
Update to 0.36
Changes: https://metacpan.org/changes/distribution/Business-CreditCard |
0.32_1 10 Sep 2018 11:17:00 |
des |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
0.32_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.32_1 27 Mar 2018 09:03:23 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
0.32_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.32 27 Oct 2014 12:39:33 |
bapt |
Cleanup plist |
0.32 05 Jan 2014 12:35:44 |
az |
- support stage
Approved by: portmgr (blanket infrastructure) |
0.32 20 Sep 2013 17:18:39 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance) |
0.32 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
0.32 24 Feb 2013 16:25:44 |
tobez |
Update to 0.32.
Changes: http://search.cpan.org/dist/Business-CreditCard/Changes |
0.31 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.31 20 Oct 2009 10:17:16 |
tobez |
Update to 0.31.
Changes: http://search.cpan.org/dist/Business-CreditCard/Changes |
0.30 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.30 20 Dec 2006 10:37:04 |
tobez |
Update to 0.30. |
0.28 22 Jan 2006 09:47:46 |
edwin |
SHA256ify
Approved by: krion@ |
0.28 22 Jan 2006 01:51:57 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.28 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
0.28 06 Dec 2004 10:30:32 |
tobez |
Update to 0.28. |
0.27 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.27 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.27 04 Apr 2003 01:11:28 |
edwin |
move p5-Business-OnlinePayment from misc to finance
PR: ports/50557
Submitted by: Erwin Lansing <erwin@lansing.dk> |