pkgsrc changes:
- Add license definition
- Remove files/Makefile.PL (is as good as upstream one)
- Explicitely tell, that no compiler is required
Upstream changes:
0.31 Mon Oct 19 18:51:35 PDT 2009
- Add LICENSE section to POD documentation
- Add META.yml to MANIFEST
- Add Irish Laser card, thanks to Eoin Redmond for the heads-up.
- Add documentation on what this module *is* and *is NOT* about.
- Spelling fix in docs
- correct misdocumentation of $Business::CreditCard::Country
- Move test.pl to test/t and change to using Test::More, modify
MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii)
- Silence unwanted warnings (thanks to Alexander Ciornii)
- Discover cards starting with 644-649 are now recognized
- Most Diner's Club cards (300-305, 3095 and 36) now processed as
Discover
- China Union pay now includes 624-626 and 628 in addition to 622 (and
still identified as Discover outside China)
- JCB identified as Discover in the US
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
0.30 Mon Dec 18 23:24:25 PST 2006
- back after two and a half years; happy hanukkah!
- added note about B:CC:Object
- added new Discover 65 prefix
- check for Switch before Visa as Switch has some BINs in ^4
- accept masked numbers in cardtype()
- add handling of card network peering arrangements, controllable via
$Business::CreditCard::Country
- identify Diner's club ^36 cards as MasterCard in US and Canada
- identify China Union Pay cards as Discover cards outside China
- identify China Union Pay cards
No recorded changes for 0.29 upstream.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
17 Jan 97 - 0.21 released.
short numbers and numbers with letters are no longer kosher.
1 Feb 2001 - 0.22 released, new maintainer, MakeMaker installation
3 May 2001 - 0.23 released, silly bug in test.pl
11 Jun 2001 - 0.24. added enRoute, JCB, BankCard, rewrote with regexes
10 Jul 2001 - 0.25, 0.26 *sigh*
20 Han 2002 - 0.27 small typo for amex cards
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.