1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
a0125813c3 - Add NO_ARCH 2015-10-08 18:42:48 +00:00
Sunpoet Po-Chuan Hsieh
fd81dfab5a - Update to 1.38
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2015-08-23 16:39:51 +00:00
Sunpoet Po-Chuan Hsieh
db8b98aace - Update to 1.37
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2015-02-18 16:22:06 +00:00
Mathieu Arnold
eee58d187e 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
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
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
2ed225dfde Cleanup plist 2014-10-27 12:39:32 +00:00
Sunpoet Po-Chuan Hsieh
0f473d110f - Update to 1.35
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2014-06-18 17:09:39 +00:00
Sunpoet Po-Chuan Hsieh
a299f3cdf1 - Update to 1.34
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2014-06-16 20:51:24 +00:00
Sunpoet Po-Chuan Hsieh
c1b221b6c4 - Update to 1.33
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2014-06-03 12:44:32 +00:00
Sunpoet Po-Chuan Hsieh
87c50372f1 - Update to 1.32
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2014-05-19 18:37:57 +00:00
Sunpoet Po-Chuan Hsieh
c495bf660e - Update to 1.31
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2014-05-05 14:39:52 +00:00
Sunpoet Po-Chuan Hsieh
3b07d587d0 - Update to 1.29
Changes:	http://search.cpan.org/dist/Finance-Quote/ChangeLog
2014-04-12 21:22:45 +00:00
Sunpoet Po-Chuan Hsieh
08aff312bf - Update to 1.28
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Finance-Quote/ChangeLog
2014-03-19 17:20:24 +00:00
Sunpoet Po-Chuan Hsieh
14cc25cc9d - Update to 1.27
Changes:	http://search.cpan.org/dist/Finance-Quote/ChangeLog
2014-03-07 11:43:51 +00:00
Sunpoet Po-Chuan Hsieh
1fbcbe97c9 - Update to 1.26
Changes:	http://search.cpan.org/dist/Finance-Quote/ChangeLog
2014-03-05 21:57:05 +00:00
Sunpoet Po-Chuan Hsieh
464194be92 - Update to 1.20
Changes:	http://search.cpan.org/dist/Finance-Quote/ChangeLog
2014-02-19 18:34:58 +00:00
Sunpoet Po-Chuan Hsieh
b8786bfbb3 - Update to 1.19
- Remove post-patch:

Changes:	http://search.cpan.org/dist/Finance-Quote/ChangeLog
2014-02-18 21:26:33 +00:00
Sunpoet Po-Chuan Hsieh
699cd424ee - Support STAGEDIR 2013-09-30 20:20:27 +00:00
Baptiste Daroussin
1c7169ab74 Add NO_STAGE all over the place in preparation for the staging support (cat: finance) 2013-09-20 17:18:38 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
d69932da7d - Update to 1.18
Changes:	https://github.com/pfenwick/finance-quote/commits/master
2012-10-10 13:11:13 +00:00
Guido Falsi
f898eafade - Fix getting currency quotes from new yahoo API using upstream patch
- 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)
2012-09-26 20:54:55 +00:00
Sunpoet Po-Chuan Hsieh
1192e85860 - Pet portlint 2011-08-30 06:29:20 +00:00
Sunpoet Po-Chuan Hsieh
318f8b3ed2 - Add upstream patches, including:
- Add BSERO
  - Update Bourso, Tiaacref and TSP
- Add LICENSE
- Sort PLIST
- Update pkg-descr
- Bump PORTREVISION
- Take maintainership
2010-11-06 22:00:22 +00:00
Mark Linimon
f61aa69467 With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
2010-01-10 03:54:09 +00:00
Martin Wilke
ca57b7fbb6 - Update to 1.17
Changes:
	http://cpansearch.perl.org/src/ECOCODE/Finance-Quote-1.17/ChangeLog

PR:		140213
Submitted by:	ehaupt@
Approved by:	maintainer timeout
2009-12-25 23:57:10 +00:00
Philip M. Gollucci
4476fd032e - Update to 1.16
PR:             ports/134828
Approved by:    maintainer timeout (skv; 15 days)
Submitted by:   me
2009-06-05 22:51:05 +00:00
Sergey Skvortsov
4a2783e481 Update to 1.15
Changes:	http://search.cpan.org/src/ECOCODE/Finance-Quote-1.15/ChangeLog
2008-11-06 16:50:30 +00:00
Sergey Skvortsov
7e49cade1a Fix dependencies.
Reported by:	Warren Block <wblock xx wonkity.com>
2008-10-17 18:16:15 +00:00
Sergey Skvortsov
48a60071b0 Update to 1.14
Changes:	http://search.cpan.org/src/ECOCODE/Finance-Quote-1.14/ChangeLog
2008-10-16 14:53:21 +00:00
Marcelo Araujo
4aaab89f57 - 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)
2008-04-17 14:30:31 +00:00
Sergey Skvortsov
309e2cce55 Update to 1.13
Changes:	http://search.cpan.org/src/HAMPTON/Finance-Quote-1.13/ChangeLog
PR:		ports/108312
Submitted by:	mat
2007-02-06 18:04:16 +00:00
Sergey Skvortsov
28792ae9a2 Add missed dependency (Crypt::SSLeay).
PR:		ports/102979
Submitted by:	Warren Block <wblock xx wonkity.com>
2006-09-08 07:09:21 +00:00
Sergey Skvortsov
1438cb11ec Update to 1.12
Changes:	http://search.cpan.org/src/HAMPTON/Finance-Quote-1.12/ChangeLog
2006-09-05 17:01:49 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Sergey Skvortsov
f09b16fb77 Update to 1.11
Changes:	http://search.cpan.org/src/PJF/Finance-Quote-1.11/ChangeLog
2006-01-21 12:47:32 +00:00
Sergey Skvortsov
6f4b1f47af Update to 1.10 2005-07-05 08:40:27 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Oliver Eikemeier
a335a55ace move the following ports to finance:
- 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)
2004-01-22 21:12:03 +00:00
Oliver Eikemeier
a50678312b - fix PKGORIGIN
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)
2004-01-22 17:59:27 +00:00
Sergey Skvortsov
e4601551fe Updated to 1.08 2003-12-08 17:35:29 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Edwin Groothuis
17578e0979 Add finance category to the following ports.
PR:		ports/56259 (ports/39102)
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-10-04 02:27:44 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Sergey Skvortsov
c585edffb3 Updated to 1.07 2002-06-22 10:39:20 +00:00
Anton Berezin
55bbf047ea Update misc/p5-Finance-Quote to 1.06.
PR:		29901
Submitted by:	maintainer
2001-08-20 14:45:08 +00:00
Vanilla I. Shu
28763aa5cf Upgrade to latest version:
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
2001-05-20 02:18:04 +00:00
Jimmy Olgeni
a8892b6532 Style fixes for ports/misc. 2001-02-05 15:47:16 +00:00
Will Andrews
441bdcd6a5 Add p5-Finance-Quote 1.04, a perl module to obtain stock and mutual fund
quotes from various exchanges.

PR:		23854
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2000-12-31 05:48:35 +00:00