aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-Finance-Quote
Commit message (Collapse)AuthorAgeFilesLines
* - Update LICENSESunpoet Po-Chuan Hsieh2016-12-171-3/+7
| | | | | | | | | | | | - Add LICENSE_FILE - Fix *_DEPENDS: add missing p5-CGI [1], p5-HTML-Parser and p5-HTTP-Cookies - Bump PORTREVISION for dependency change PR: 215326 [1] Submitted by: madpilot [1] Notes: svn path=/head/; revision=428736
* http://github.com redirects to https://github.com, spare everyone a redirect.Mathieu Arnold2016-12-021-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427548
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-11/+11
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-10-081-0/+1
| | | | Notes: svn path=/head/; revision=398841
* - Update to 1.38Sunpoet Po-Chuan Hsieh2015-08-233-5/+7
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/Changes Notes: svn path=/head/; revision=395114
* - Update to 1.37Sunpoet Po-Chuan Hsieh2015-02-182-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/Changes Notes: svn path=/head/; revision=379262
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+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
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371564
* - Update to 1.35Sunpoet Po-Chuan Hsieh2014-06-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/Changes Notes: svn path=/head/; revision=358292
* - Update to 1.34Sunpoet Po-Chuan Hsieh2014-06-162-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/Changes Notes: svn path=/head/; revision=358046
* - Update to 1.33Sunpoet Po-Chuan Hsieh2014-06-032-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/Changes Notes: svn path=/head/; revision=356339
* - Update to 1.32Sunpoet Po-Chuan Hsieh2014-05-192-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/Changes Notes: svn path=/head/; revision=354567
* - Update to 1.31Sunpoet Po-Chuan Hsieh2014-05-053-5/+7
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/Changes Notes: svn path=/head/; revision=353015
* - Update to 1.29Sunpoet Po-Chuan Hsieh2014-04-123-3/+5
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/ChangeLog Notes: svn path=/head/; revision=351137
* - Update to 1.28Sunpoet Po-Chuan Hsieh2014-03-192-3/+5
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Finance-Quote/ChangeLog Notes: svn path=/head/; revision=348637
* - Update to 1.27Sunpoet Po-Chuan Hsieh2014-03-073-3/+5
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/ChangeLog Notes: svn path=/head/; revision=347373
* - Update to 1.26Sunpoet Po-Chuan Hsieh2014-03-053-3/+11
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/ChangeLog Notes: svn path=/head/; revision=347149
* - Update to 1.20Sunpoet Po-Chuan Hsieh2014-02-192-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Quote/ChangeLog Notes: svn path=/head/; revision=345127
* - Update to 1.19Sunpoet Po-Chuan Hsieh2014-02-183-6/+10
| | | | | | | | | - Remove post-patch: Changes: http://search.cpan.org/dist/Finance-Quote/ChangeLog Notes: svn path=/head/; revision=344964
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-48/+46
| | | | Notes: svn path=/head/; revision=328863
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | finance) Notes: svn path=/head/; revision=327727
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2
| | | | Notes: svn path=/head/; revision=325134
* - Update to 1.18Sunpoet Po-Chuan Hsieh2012-10-109-573/+7
| | | | | | | Changes: https://github.com/pfenwick/finance-quote/commits/master Notes: svn path=/head/; revision=305657
* - Fix getting currency quotes from new yahoo API using upstream patchGuido Falsi2012-09-262-19/+151
| | | | | | | | | | | | | - Bump PORTREVISION PR: ports/171207 Submitted by: Guido Falsi <madpilot@FreeBSD.org> Obtained from: Upstream project repository Approved by: maintainer timeout Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=304929
* - Pet portlintSunpoet Po-Chuan Hsieh2011-08-301-6/+9
| | | | Notes: svn path=/head/; revision=280743
* - Add upstream patches, including:Sunpoet Po-Chuan Hsieh2010-11-0610-28/+487
| | | | | | | | | | | | | - Add BSERO - Update Bourso, Tiaacref and TSP - Add LICENSE - Sort PLIST - Update pkg-descr - Bump PORTREVISION - Take maintainership Notes: svn path=/head/; revision=264164
* With portmgr hat on, reset the maintainership of skv@ for ports thatMark Linimon2010-01-101-1/+1
| | | | | | | he has had one or more maintainer-timeouts on in the past 12 months. Notes: svn path=/head/; revision=247508
* - Update to 1.17Martin Wilke2009-12-253-5/+7
| | | | | | | | | | | | Changes: http://cpansearch.perl.org/src/ECOCODE/Finance-Quote-1.17/ChangeLog PR: 140213 Submitted by: ehaupt@ Approved by: maintainer timeout Notes: svn path=/head/; revision=246664
* - Update to 1.16Philip M. Gollucci2009-06-053-4/+10
| | | | | | | | | PR: ports/134828 Approved by: maintainer timeout (skv; 15 days) Submitted by: me Notes: svn path=/head/; revision=235270
* Update to 1.15Sergey Skvortsov2008-11-062-5/+4
| | | | | | | Changes: http://search.cpan.org/src/ECOCODE/Finance-Quote-1.15/ChangeLog Notes: svn path=/head/; revision=222463
* Fix dependencies.Sergey Skvortsov2008-10-171-0/+2
| | | | | | | Reported by: Warren Block <wblock xx wonkity.com> Notes: svn path=/head/; revision=221690
* Update to 1.14Sergey Skvortsov2008-10-163-13/+18
| | | | | | | Changes: http://search.cpan.org/src/ECOCODE/Finance-Quote-1.14/ChangeLog Notes: svn path=/head/; revision=221646
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-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
* Update to 1.13Sergey Skvortsov2007-02-063-6/+7
| | | | | | | | | Changes: http://search.cpan.org/src/HAMPTON/Finance-Quote-1.13/ChangeLog PR: ports/108312 Submitted by: mat Notes: svn path=/head/; revision=184396
* Add missed dependency (Crypt::SSLeay).Sergey Skvortsov2006-09-081-0/+2
| | | | | | | | PR: ports/102979 Submitted by: Warren Block <wblock xx wonkity.com> Notes: svn path=/head/; revision=172553
* Update to 1.12Sergey Skvortsov2006-09-053-6/+10
| | | | | | | Changes: http://search.cpan.org/src/HAMPTON/Finance-Quote-1.12/ChangeLog Notes: svn path=/head/; revision=172333
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Update to 1.11Sergey Skvortsov2006-01-213-13/+17
| | | | | | | Changes: http://search.cpan.org/src/PJF/Finance-Quote-1.11/ChangeLog Notes: svn path=/head/; revision=154053
* Update to 1.10Sergey Skvortsov2005-07-054-12/+27
| | | | Notes: svn path=/head/; revision=138497
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* move the following ports to finance:Oliver Eikemeier2004-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - deskutils/cbb - deskutils/gnofin - deskutils/moneydance - deskutils/xinvest - devel/libstocks - misc/emma - misc/gnomepm - misc/p5-Finance-Currency-Convert - misc/p5-Finance-Quote - misc/p5-Finance-QuoteHist - misc/quantlib - misc/wmstock - misc/xquote PR: 59357 Submitted by: linimon Approved by: marcus (mentor) Notes: svn path=/head/; revision=98827
* - fix PKGORIGINOliver Eikemeier2004-01-221-1/+1
| | | | | | | | | | since ito makes using package tools hard, is marked as FATAL by portlint and otherwise doesn't affect the port, fix it silently. Approved by: marcus (mentor) Notes: svn path=/head/; revision=98816
* Updated to 1.08Sergey Skvortsov2003-12-084-4/+9
| | | | Notes: svn path=/head/; revision=95400
* utilize SITE_PERLYing-Chieh Liao2003-10-242-27/+26
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Add finance category to the following ports.Edwin Groothuis2003-10-041-1/+1
| | | | | | | | PR: ports/56259 (ports/39102) Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90196
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+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
* Updated to 1.07Sergey Skvortsov2002-06-226-30/+27
| | | | Notes: svn path=/head/; revision=61730
* Update misc/p5-Finance-Quote to 1.06.Anton Berezin2001-08-203-3/+11
| | | | | | | | PR: 29901 Submitted by: maintainer Notes: svn path=/head/; revision=46544
* Upgrade to latest version:Vanilla I. Shu2001-05-202-19/+17
| | | | | | | | | | | | | | | | | | p5-BerkeleyDB => 0.15 p5-Convert-ASN1 => 0.10 p5-FastCGI => 0.58 p5-File-Spec => 0.82 p5-Finance-Quote => 1.05 p5-IO-Socket-SSL => 0.78 p5-Locale-Maketext => 0.18 p5-Mon => 0.11 p5-Net-IPv4Addr => 0.10 Some ports NO response from: maintainers Some ports Approved by: maintainers Notes: svn path=/head/; revision=42769
* Style fixes for ports/misc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37986