Commit graph

24 commits

Author SHA1 Message Date
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +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
Philippe Audeoud
028071d2e7 - Update to 2.70 2014-05-21 07:59:19 +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
Sunpoet Po-Chuan Hsieh
7a0285baaf - Use single space after WWW: 2013-08-29 04:08:53 +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
a276524e38 Update to 2.67.
Changes:	http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
2013-05-06 08:53:02 +00:00
Anton Berezin
5dcd3971ee Update to 2.66.
Changes:	http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
2013-01-31 08:57:55 +00:00
Anton Berezin
513f342822 Update to 2.65.
Changes:	http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
2012-12-28 10:32:02 +00:00
Andrej Zverev
78b3a904f6 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.9 and lang/5.10 will be removed from ports tree soon.
2012-12-17 05:30:22 +00:00
Frederic Culot
849ec83ced - Update to 2.64
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
Feature safe:	yes
2012-11-29 17:10:16 +00:00
Frederic Culot
b511f050f5 - Update to 2.61
Changes:	http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
2011-03-30 17:56:37 +00:00
Wen Heping
a4cba20000 - Update to 2.60
ChangeLog: http://cpansearch.perl.org/src/JGAMBLE/Math-Polynomial-Solve-2.60/Changes
2010-12-16 07:13:38 +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
Wen Heping
d8aece8812 - Update to 2.54
PR:		ports/150421
Submitted by:	Frederic Culot <frederic@culot.org>
2010-09-09 10:25:03 +00:00
Sahil Tandon
4ba5c1ab42 - Update to 2.52
Approved by:	wxs@/itetcu@ (mentors, implicit)
Feature safe:	yes
2010-07-05 22:00:34 +00:00
Wen Heping
4b04b396c8 - Update to 2.51 2010-06-03 08:43:29 +00:00
Philip M. Gollucci
6ee49d5903 - Update to 2.50 2009-04-30 23:32:07 +00:00
Philip M. Gollucci
ce2aecb480 - Update to 2.12 2009-02-04 10:40:41 +00:00
Marcelo Araujo
2cba6cd79f - Include some ports in perl5 category.
PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
2008-05-19 13:12:08 +00:00
Cheng-Lung Sung
6e4d994f4b - Update to 2.11
- return maintainership to perl@

PR:		ports/109603
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-02-27 16:23:49 +00:00
Andrey A. Chernov
99f2857f0e Remove junk 2006-11-02 22:36:57 +00:00
Cheng-Lung Sung
a0582a0efb Add p5-Math-Polynomial-Solve 2.10, find the roots of polynomial
equations.

PR:		ports/104710
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-11-02 14:24:46 +00:00