Commit graph

20 commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +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
Vanilla I. Shu
5e06901c39 Support STAGEDIR. 2013-11-05 06:56:18 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +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
Sergey Skvortsov
50ddef0e40 Update to 1.06
Changes:	http://cpansearch.perl.org/src/ADAMK/Chart-Math-Axis-1.06/Changes
2011-04-12 15:16:17 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Jun Kuriyama
d60cc03b25 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 10).

Approved by:	portmgr (itetcu)
2010-01-27 01:47:48 +00:00
Sergey Skvortsov
356df709ff Update to 1.05
Changes:	http://cpansearch.perl.org/src/ADAMK/Chart-Math-Axis-1.05/Changes
PR:		ports/131393
Submitted by:	pgollucci
2009-02-23 14:18:38 +00:00
Pav Lucistnik
bb0b44f18c - Catch up with Params::Util which now lives under ${PERL_ARCH}
Reported by:	pointyhat
2008-11-30 18:28:09 +00:00
Sergey Skvortsov
deadd7a8ee Update to 1.04 2008-02-14 14:53:46 +00:00
Chin-San Huang
39c9159dc7 - Update to 1.01
- Use CPAN macro

PR:		ports/117154
Submitted by:	chinsan
Approved by:	maintainer timeout
2007-10-27 01:20:46 +00:00
Sergey Skvortsov
e172111585 Update to 1.00
Changes:	http://search.cpan.org/src/ADAMK/Chart-Math-Axis-1.00/Changes
2006-11-10 20:20:41 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Edwin Groothuis
a437d08eca Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:30:01 +00:00
Sergey Skvortsov
bf2ed4d351 Add missed dependency on devel/p5-Clone
Reported by:	Philippe Waelti <philippe.waelti at eivd.ch>
2005-07-06 13:24:19 +00:00
Sergey Skvortsov
0d048d2e71 Update to 0.3 2005-01-27 10:24:21 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Sergey Skvortsov
1361c9526e Updated to 0.2 2003-12-08 17:29:11 +00:00
Sergey Skvortsov
afdeb56e79 Add p5-Chart-Math-Axis 0.1,
implements an algorithm to find good
values for chart axis.
2003-05-18 14:33:51 +00:00