Commit graph

34 commits

Author SHA1 Message Date
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Adam Weinberger
10f22ecd6d Clean up the rest of the perl@ Makefiles a bit.
- 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
2015-03-13 17:29:58 +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
Mathieu Arnold
d77405fd6d - Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
2013-11-24 17:40:44 +00:00
Vanilla I. Shu
9c9063e678 Support STAGEDIR. 2013-11-03 15:38:39 +00:00
Mathieu Arnold
ce89a80f59 Try and be consistent with what commands are silent and not in *install.
- 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@
2013-10-22 16:57:44 +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
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Anton Berezin
f0187a2e49 Update to 0.25.
Changes:	http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes
2013-06-13 10:26:53 +00:00
Anton Berezin
bda65549ff Update to 0.23.
Changes:	http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes
2013-03-07 12:25:44 +00:00
Frederic Culot
f4062eddfe - Update to 0.22
- Remove package name from COMMENT

Changes:	http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes
Feature safe:	yes
2012-12-08 21:37:23 +00:00
Frederic Culot
977e73b396 - Update to 0.21
Changes:	http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes
2012-07-18 11:22:26 +00:00
Sunpoet Po-Chuan Hsieh
a383c74aaa - Update to 0.20
- Convert to new options framework
- Do not silence installation message

Changes:	http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes
2012-06-21 15:08:34 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Baptiste Daroussin
529670bff7 - update to 0.19
- changes: http://search.cpan.org/src/RMCKAY/Finance-Currency-Convert-XE-0.19/Changes
2011-04-04 06:03:44 +00:00
Baptiste Daroussin
d955724f38 - update to 0.17
- add license
- changes: http://cpansearch.perl.org/src/BARBIE/Finance-Currency-Convert-XE-0.17/Changes
2011-03-25 15:00:53 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Anton Berezin
d82a472a41 Update to 0.16.
Changes: http://search.cpan.org/dist/Finance-Currency-Convert-XE/Changes
2009-08-18 08:58:44 +00:00
Mathieu Arnold
c9e3f347de Use the new MASTER_SITES macro 2008-03-31 13:01:34 +00:00
Martin Wilke
85760e978b - Update to 0.15 2008-03-20 22:49:56 +00:00
Martin Wilke
906322b258 - Update to 0.14 2007-12-12 12:27:04 +00:00
Mathieu Arnold
c2de9844e0 Update to 0.13 2007-03-13 15:53:03 +00:00
Martin Wilke
1767c09387 - Update to 0.12
PR:             109843
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
2007-03-04 10:00:40 +00:00
Yen-Ming Lee
04a202f2d7 - update to 0.11 2006-11-04 00:03:56 +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
Pav Lucistnik
5eda9927b2 - Add SHA256
Approved by:	mat (perl; maintainer)
2005-11-25 22:02:00 +00:00
Bill Fenner
81797980f7 search.cpan.org redirect reduction canonicalization project, pass 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
2005-09-21 19:31:43 +00:00
Anton Berezin
624ee93323 Update to 0.10. 2005-05-24 14:26:23 +00:00
Mathieu Arnold
13a4f7c65e Update to 0.09 2005-03-08 17:57:59 +00:00
Anton Berezin
3c593abc27 Update to 0.08. Require 5.6 or 5.8, since one of its dependencies does
so.
2005-03-03 09:23:37 +00:00
Mathieu Arnold
a8426e673a Update to 0.07
Add some doc
2005-01-08 11:17:53 +00:00
Anton Berezin
65e33f1c05 Add p5-Finance-Currency-Convert-XE, a currency conversion module that
uses XE.com.
2004-12-15 06:39:24 +00:00