Commit graph

23 commits

Author SHA1 Message Date
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
2015-03-12 23:00:02 +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
99a3e8559c Cleanup plist 2014-10-20 07:10:48 +00:00
Philippe Audeoud
650b73f707 - update to 1.31 2014-05-16 13:33:02 +00:00
Philippe Audeoud
ad6d50d019 - Update to 1.28
Sponsored by:	OBS
2013-11-28 15:05:08 +00:00
Baptiste Daroussin
7055ff02f1 Add NO_STAGE all over the place in preparation for the staging support (cat: biology) 2013-09-20 15:55:44 +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
Philippe Audeoud
9b5140c936 - Update to 1.27
- Changelog: http://cpansearch.perl.org/src/TFRAYNER/Bio-MAGETAB-1.27/Changes
2013-02-05 14:45:14 +00:00
Wen Heping
5c73d4b55d - Update to 1.26
Changes: http://cpansearch.perl.org/src/TFRAYNER/Bio-MAGETAB-1.26/Changes

Feature safe:	yes
2012-10-25 00:18:32 +00:00
Sunpoet Po-Chuan Hsieh
27e2f4a9fa - Update to 1.23
- Add LICENSE
- Remove WRKSRC

Changes:	http://search.cpan.org/dist/Bio-MAGETAB/Changes
2012-07-19 16:42:55 +00:00
Sunpoet Po-Chuan Hsieh
9bf25c17ed - Update to 1.22
Changes:	http://search.cpan.org/dist/Bio-MAGETAB/Changes
2012-02-09 03:28:51 +00:00
Sunpoet Po-Chuan Hsieh
80aec0046e - Update to 1.21
Changes:	http://search.cpan.org/dist/Bio-MAGETAB/Changes
Feature safe:	yes
2011-11-23 17:40:48 +00:00
Steve Wills
3f7512cd24 - Add build depends to silence build warnings 2011-09-25 00:07:08 +00:00
Sunpoet Po-Chuan Hsieh
b0ea119ac6 - Update to 1.20
- Sort RUN_DEPENDS and MAN3

Changes:	http://search.cpan.org/dist/Bio-MAGETAB/Changes
2011-07-13 06:48:25 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Wen Heping
a751729898 - Update to 1.13
PR:		ports/150317
Submitted by:	Frederic Culot <frederic@culot.org>
2010-09-07 07:00:17 +00:00
Andrej Zverev
0429d94053 Update to 1.12:
- dependency on MooseX::FollowPBP added
- dependency on Moose::Policy removed

PR:		ports/149612
Submitted by:	Frederic Culot <frederic@culot.org>
2010-08-18 12:05:38 +00:00
Anton Berezin
914f231c85 Update to 1.10.
Changes:	http://search.cpan.org/dist/Bio-MAGETAB/Changes
2010-06-10 16:56:04 +00:00
Wen Heping
b6ad2f761a - Update to 1.00
- Set maintainer to perl@
2010-05-08 08:35:32 +00:00
Wen Heping
49bdce58bc - Update to 0.99
- Update my mail address to FreeBSD
2010-02-03 08:25:35 +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
5da99a81fe p5-Bio-MAGETAB contains the core MAGE-TAB Utilities Perl modules. This
is a beta release. All functions have now been implemented and most
have test suites; the exceptions include the modules involved in
export of MAGE-TAB documents, which are still a little experimental in
nature. The API is mostly finalised (and fully documented), but some
details may yet change where necessary to improve usability.

WWW: http://search.cpan.org/dist/Bio-MAGETAB/

PR:		ports/136021
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-07-01 09:03:28 +00:00