Commit graph

57 commits

Author SHA1 Message Date
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Sunpoet Po-Chuan Hsieh
5bd443a6be - Strip shared library
- Bump PORTREVISION for package change
2015-08-17 13:05:36 +00:00
Sunpoet Po-Chuan Hsieh
e56a293cc5 - Update to 0.35
Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2015-04-08 17:41:14 +00:00
Sunpoet Po-Chuan Hsieh
1d0aec2b20 - Update to 0.34
Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2014-12-06 19:05:10 +00:00
Mathieu Arnold
ce8a62e100 Don't overwrite Perl's LDDLFLAGS.
With hat:	perl
Sponsored by:	Absolight
2014-12-04 14:28:37 +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
Sunpoet Po-Chuan Hsieh
f6b1f9625a - Update to 0.33
- Cleanup PLIST

Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2014-09-30 15:24:08 +00:00
Tijl Coosemans
c0f51fae12 math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
2014-08-17 13:09:56 +00:00
Sunpoet Po-Chuan Hsieh
103fe5edc0 - Update to 0.32
Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2014-06-20 07:45:37 +00:00
Sunpoet Po-Chuan Hsieh
6e4d5db63c - Update to 0.31
Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2014-06-10 15:08:11 +00:00
Sunpoet Po-Chuan Hsieh
f869259680 - Update to 0.29
Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2014-06-03 12:44:38 +00:00
Sunpoet Po-Chuan Hsieh
01a02d3dae - Sort TEST_DEPENDS 2014-03-14 17:21:14 +00:00
Sunpoet Po-Chuan Hsieh
729ef65a15 - Update to 0.28
- Convert to new LIB_DEPENDS format
- Use BROKEN_sparc64
- Remove outdated post-patch:
- Support STAGEDIR
- Take maintainership

Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2014-02-11 17:34:25 +00:00
Mathieu Arnold
db33716fd3 Drop maintainership on those.
Sponsored by:	Absolight
2014-02-05 17:35:53 +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
Brendan Fabeny
6c4fa199d0 Update math/gsl to 1.16 and adjust some dependent ports 2013-08-26 16:06:37 +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
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +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
Sunpoet Po-Chuan Hsieh
c146d1b938 - Update to 0.27
- Add LICENSE

Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2012-07-09 14:26:59 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Steve Wills
fe6fe6dac1 - Tests also require Test::Most 2012-01-14 14:41:46 +00:00
Sunpoet Po-Chuan Hsieh
e56f47ed28 - Update to 0.26
- Sort MAN3 and PLIST

Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2011-09-20 08:49:57 +00:00
Sunpoet Po-Chuan Hsieh
b960043ae6 - Update to 0.25
- Update pkg-descr: add CPAN URL

Changes:	http://search.cpan.org/dist/Math-GSL/Changes
2011-05-19 13:27:53 +00:00
Brendan Fabeny
4fd0a4b1c1 Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
2011-05-09 16:42:27 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Wen Heping
a21a94d65d - Update to 0.22
- Pass maintainership to perl@
2010-06-11 01:27:01 +00:00
Wen Heping
6905d4a0d8 - Bump PORTREVISION to chase the update of math/gsl 2010-03-29 01:12:27 +00:00
Max Brazhnikov
7cb3294da7 Chase math/gsl update,
bump PORTREVISION
2009-12-01 20:33:45 +00:00
Martin Wilke
13c9c6cb03 - Unbreak build for amd64
- Use @dirrmtry

PR:		139781
Submitted by:	sylivo@
Approved by:	maintainer
2009-11-04 08:24:46 +00:00
Martin Wilke
e666abf20a - Fix build
PR:		137454
Submitted by:	Earl Gay <earl@eeg3.net>
Approved by:	maintainer
2009-08-06 22:25:18 +00:00
Philip M. Gollucci
20cfadf5f7 Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR:             ports/136771
Exp Run by:     pav
Approved by:    portmgr (pav)
2009-07-30 23:04:49 +00:00
Martin Wilke
6e2cac01ef - Update to 0.20
PR:		134779
Submitted by:	Wen Heping" <wenheping@gmail.com> (maintainer)
2009-05-22 21:50:48 +00:00
Martin Wilke
a7eb46f9c9 - Update to 0.18
PR:		133011
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-03-24 18:00:24 +00:00
Martin Wilke
3381619583 - Chase gsl shlib bump 2009-01-12 20:37:24 +00:00
Martin Wilke
080b5b44c2 - Update to 0.1.6
PR:		129920
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-12-25 10:57:48 +00:00
Mark Linimon
55eaa1a131 Mark as broken on sparc64.
Hat:	portmgr
2008-12-10 07:35:19 +00:00
Martin Wilke
7898c1403c - Update to 0.10
PR:		126725
Submitted by:	maintainer
2008-08-25 16:37:56 +00:00
Martin Wilke
5cb1d3d135 - Update to 0.0.8
- Pass maintainership to submitter

PR:		126541
Submitted by:	Wen heping <wenheping@gmail.com>
2008-08-15 20:03:10 +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
Philippe Audeoud
d369e5c287 - Chase the gsl shared lib bump.
Approved by:	thierry (mentor)
2008-04-08 13:53:22 +00:00
Ying-Chieh Liao
b9ba1ad61e chase math/gsl lib version 2007-06-29 05:46:43 +00:00
Gabor Kovesdan
292f0fcf80 - Remove old Perl support from unmaintained ports in categories starting
with letter k-n
2007-04-04 17:39:14 +00:00
Marcus Alves Grando
57c00223d0 - Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
2006-05-06 01:28:22 +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
Pav Lucistnik
6d7f8c459f - Add SHA256 2005-11-25 15:48:16 +00:00
Erwin Lansing
acde26f363 Let the IGNORE message make a bit more sense and change it from:
===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
2005-10-31 18:24:21 +00:00
Jean-Yves Lefort
c7f8e50b69 Bump PORTREVISION after the libgsl update.
Obtained from:	thierry
2005-05-02 20:46:12 +00:00
Jean-Yves Lefort
f733c761d0 Chase the libgsl update. 2005-05-02 13:00:18 +00:00