summaryrefslogtreecommitdiff
path: root/finance/p5-Business-CreditCard/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-07Add WWW entries to port MakefilesStefan Eßer1-0/+1
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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
2022-08-31finance/p5-Business-CreditCard: Update to 0.39Po-Chuan Hsieh1-1/+1
Changes: https://metacpan.org/dist/Business-CreditCard/changes
2022-07-20finance: remove 'Created by' linesTobias C. Berner1-2/+0
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> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Johnson <ahze@FreeBSD.org> * Michael Reifenberger <mr@freebsd.org> * Mikhail T. <m.tsatsenko@gmail.com> * Mikhail Teterin * Neil Booth * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Qian Jin <eric.siroh@gmail.com> * Ryan Steinmetz <zi@FreeBSD.org> * Seamus Venasse <svenasse@polaris.ca> * Sergey Skvortsov <skv@protey.ru> * Steven Kreuzer <skreuzer@FreeBSD.org> * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Trevor Caira <trevor@bitba.se> * Vick Khera <vivek@khera.org> * Vivek Khera <vivek@khera.org> * Wen Heping <wen@FreeBSD.org> * Wen heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@FreeBSD.org> * Yuri Victorovich <yuri@rawbw.com> * Zach Thompson <hideo@lastamericanempire.com> * anarcat@anarcat.ath.cx * chinsan * courou <courou@users.sourceforge.net> * ijliao * lth@FreeBSD.org * wcarey * will With hat: portmgr
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2018-09-16Update to 0.36Sunpoet Po-Chuan Hsieh1-2/+2
Changes: https://metacpan.org/changes/distribution/Business-CreditCard Notes: svn path=/head/; revision=479862
2018-09-10Reassign all of tobez@'s p5 ports to perl@.Dag-Erling Smørgrav1-1/+1
Approved by: tobez Notes: svn path=/head/; revision=479390
2018-03-27- Add LICENSEDmitry Marakasov1-0/+4
- Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=465675
2014-11-26Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold1-0/+1
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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
2014-01-05- support stageAndrej Zverev1-3/+0
Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338758
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
finance) Notes: svn path=/head/; revision=327727
2013-08-05- Convert to new perl frameworkAndrej Zverev1-1/+2
- Trim Makefile header Approved by: tobez@ (maintainer) Notes: svn path=/head/; revision=324276
2013-02-24Update to 0.32.Anton Berezin1-6/+2
Changes: http://search.cpan.org/dist/Business-CreditCard/Changes Notes: svn path=/head/; revision=312877
2009-10-20Update to 0.31.Anton Berezin1-1/+1
Changes: http://search.cpan.org/dist/Business-CreditCard/Changes Notes: svn path=/head/; revision=243099
2008-04-17- Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo1-2/+1
${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) Notes: svn path=/head/; revision=211450
2006-12-20Update to 0.30.Anton Berezin1-1/+1
Notes: svn path=/head/; revision=180258
2004-12-06Update to 0.28.Anton Berezin1-1/+1
Notes: svn path=/head/; revision=123300
2003-10-24utilize SITE_PERLYing-Chieh Liao1-1/+0
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
2003-04-04move p5-Business-OnlinePayment from misc to financeEdwin Groothuis1-1/+1
PR: ports/50557 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=78070
2003-03-07Clear moonlight beckons.Ade Lovett1-0/+1
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
2002-01-22Update to 0.27.Anton Berezin1-1/+1
Notes: svn path=/head/; revision=53557
2001-08-31Update to 0.26; add WWW to pkg-descr; assume maintainership.Anton Berezin1-2/+2
Notes: svn path=/head/; revision=47223
2001-05-10UpgradeVanilla I. Shu1-7/+4
p5-Apache-AuthTicket => 0.31 p5-Apache-AuthenCache => 0.04 p5-Business-CreditCard => 0.23 p5-CGI-Cache => 1.03 p5-Crypt-CipherSaber => 0.60 p5-Crypt-SSLeay => 0.25 p5-File-Cache => 0.16 p5-Filter => 1.23 p5-FreezeThaw => 0.41 p5-HTML-Stream => 1.49 p5-Mail-Audit => 1.10 p5-Mail-Box => 1.111 p5-Mail-IMAPClient => 2.1.2 p5-Mail-Sender => 0.7.08 p5-Math-FixedPrecision => 0.14 p5-Math-GMP => 1.07 p5-NNTPClient => 0.37 p5-Net-SSLeay => 1.07 p5-Proc-Background => 1.03 p5-Quota => 1.3.3 p5-Text-Template => 1.31 p5-WWW-Search => 2.19 p5-XML-RSS => 0.97 p5-chart => fix pkg-plist Notes: svn path=/head/; revision=42468
2001-04-17Add proper PERL_VER support.Peter Pentchev1-4/+2
Submitted by: Anton Berezin <tobez@tobez.org> Notes: svn path=/head/; revision=41559
2000-10-23Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.Will Andrews1-1/+1
Notes: svn path=/head/; revision=34154
2000-04-14Convert to PORTNAME/PORTVERSION.Satoshi Asami1-3/+3
Notes: svn path=/head/; revision=27512
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-28ln -> ${LN}Michael Haro1-1/+1
Notes: svn path=/head/; revision=21047
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20960
1998-03-14Upgrade to 0.21.Vanilla I. Shu1-7/+7
Notes: svn path=/head/; revision=10138
1997-06-24Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1-3/+2
number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.) Notes: svn path=/head/; revision=7065
1997-05-24Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1-3/+3
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
1997-04-20Add virtual category 'perl5'.Wolfram Schneider1-2/+2
Notes: svn path=/head/; revision=6249
1996-11-17Converted to MAN[1-8]David E. O'Brien1-8/+4
Converted p5* to use MASTER_SITE_PERL_CPAN Notes: svn path=/head/; revision=4541
1996-11-11CATEGORIES+= --> CATEGORIES=David E. O'Brien1-2/+2
Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
1996-10-24Add RUN_DEPENDS to all perl5 ports, to make packages install perl.James FitzGibbon1-1/+2
Submitted by: asami@freebsd.org Notes: svn path=/head/; revision=4134
1996-10-24perl5 module to validate/generate credit card checksums/names.James FitzGibbon1-0/+31
Notes: svn path=/head/; revision=4110