aboutsummaryrefslogtreecommitdiff
path: root/finance/p5-Finance-Currency-Convert-XE
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-4/+0
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* 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-7/+0
| | | | Notes: svn path=/head/; revision=371564
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jMathieu Arnold2013-11-241-2/+2
| | | | | | | - Replace some FIND ... CPIO with COPYTREE_SHARE. Notes: svn path=/head/; revision=334748
* Support STAGEDIR.Vanilla I. Shu2013-11-032-6/+5
| | | | Notes: svn path=/head/; revision=332619
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* 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 frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 0.25.Anton Berezin2013-06-132-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes Notes: svn path=/head/; revision=320750
* Update to 0.23.Anton Berezin2013-03-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes Notes: svn path=/head/; revision=313581
* - Update to 0.22Frederic Culot2012-12-082-9/+5
| | | | | | | | | | - Remove package name from COMMENT Changes: http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes Feature safe: yes Notes: svn path=/head/; revision=308492
* - Update to 0.21Frederic Culot2012-07-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes Notes: svn path=/head/; revision=301077
* - Update to 0.20Sunpoet Po-Chuan Hsieh2012-06-212-7/+10
| | | | | | | | | | - Convert to new options framework - Do not silence installation message Changes: http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes Notes: svn path=/head/; revision=299734
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - update to 0.19Baptiste Daroussin2011-04-042-3/+3
| | | | | | | - changes: http://search.cpan.org/src/RMCKAY/Finance-Currency-Convert-XE-0.19/Changes Notes: svn path=/head/; revision=272182
* - update to 0.17Baptiste Daroussin2011-03-252-5/+7
| | | | | | | | - add license - changes: http://cpansearch.perl.org/src/BARBIE/Finance-Currency-Convert-XE-0.17/Changes Notes: svn path=/head/; revision=271731
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* Update to 0.16.Anton Berezin2009-08-182-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes Notes: svn path=/head/; revision=239846
* Use the new MASTER_SITES macroMathieu Arnold2008-03-311-2/+1
| | | | Notes: svn path=/head/; revision=210242
* - Update to 0.15Martin Wilke2008-03-202-4/+4
| | | | Notes: svn path=/head/; revision=209501
* - Update to 0.14Martin Wilke2007-12-122-4/+4
| | | | Notes: svn path=/head/; revision=203244
* Update to 0.13Mathieu Arnold2007-03-132-4/+4
| | | | Notes: svn path=/head/; revision=187318
* - Update to 0.12Martin Wilke2007-03-042-14/+8
| | | | | | | | PR: 109843 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=186483
* - update to 0.11Yen-Ming Lee2006-11-042-6/+5
| | | | Notes: svn path=/head/; revision=176314
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-6/+6
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | | | | Approved by: mat (perl; maintainer) Notes: svn path=/head/; revision=149491
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+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 Notes: svn path=/head/; revision=143304
* Update to 0.10.Anton Berezin2005-05-242-3/+3
| | | | Notes: svn path=/head/; revision=136037
* Update to 0.09Mathieu Arnold2005-03-083-3/+4
| | | | Notes: svn path=/head/; revision=130634
* Update to 0.08. Require 5.6 or 5.8, since one of its dependencies doesAnton Berezin2005-03-032-8/+6
| | | | | | | so. Notes: svn path=/head/; revision=130249
* Update to 0.07Mathieu Arnold2005-01-082-3/+12
| | | | | | | Add some doc Notes: svn path=/head/; revision=125778
* Add p5-Finance-Currency-Convert-XE, a currency conversion module thatAnton Berezin2004-12-154-0/+50
uses XE.com. Notes: svn path=/head/; revision=124071