Commit graph

54 commits

Author SHA1 Message Date
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
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
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
Wen Heping
779caccc0b - Update to 2.39
Changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.39/Changes
2014-12-07 07:44:06 +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
Mathieu Arnold
6800031748 Really fix.
Sponsored by:	Absolight
2014-07-25 23:08:58 +00:00
Mathieu Arnold
3c328a52a2 Fix build.
Sponsored by:	Absolight
2014-07-25 15:06:46 +00:00
Kurt Jaeger
f5a09e89e1 biology/p5-Bio-Graphics: 2.37 -> 2.38 2014-07-24 09:48:03 +00:00
Vanilla I. Shu
6ba77a1bb9 Stagify, remove BROKEN. 2014-06-07 01:54:41 +00:00
Baptiste Daroussin
0542e45bb8 Mark as broken unstaged perl ports
With hat:	portmgr
2014-04-09 09:49:02 +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
Wen Heping
75445be75e - Update to 2.37
Changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.37/Changes
2013-07-20 10:03:10 +00:00
Eitan Adler
0a035043de Add missing item to pkg-plist reported by QAT but not reported by poudriere. 2013-03-03 15:22:43 +00:00
Eitan Adler
0bf06bbddc Update to 2.33 2013-03-03 01:45:00 +00:00
Philippe Audeoud
fad40cef87 - Update to 2.32
- Changelog: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.32/Changes
2013-01-24 14:36:55 +00:00
Anton Berezin
c25a46dd74 Update to 2.31.
Changes: http://search.cpan.org/dist/Bio-Graphics/Changes

Feature safe:	yes
2012-12-07 13:49:15 +00:00
Sunpoet Po-Chuan Hsieh
ac4c9341cf - Update to 2.29
Changes:	http://search.cpan.org/dist/Bio-Graphics/Changes
2012-06-18 09:30:35 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Wen Heping
c7aa0a29eb - Update to 2.28
ChangeLog: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.28/Changes
2012-04-17 13:02:59 +00:00
Sunpoet Po-Chuan Hsieh
c9472c880f - Update to 2.26
Changes:	http://search.cpan.org/dist/Bio-Graphics/Changes
2012-02-11 02:04:24 +00:00
Frederic Culot
a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00
Sunpoet Po-Chuan Hsieh
633fcd8a82 - Update to 2.25
- Sort MAN3 and PLIST
- Pet portlint

Changes:	http://search.cpan.org/dist/Bio-Graphics/Changes
2011-10-02 17:03:33 +00:00
Baptiste Daroussin
866dab5761 - update to 2.24
- add licenses
- changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.24/Changes
2011-06-01 20:21:51 +00:00
Wen Heping
bba5355e92 - Update to 2.18
ChangeLog: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.18/Changes
2010-12-23 06:37:08 +00:00
Philip M. Gollucci
c24f9508d3 - Also remove them from pkg-plist lists not from me that crept in 2010-11-24 06:19:46 +00:00
Wen Heping
f77bbf6dfe - Update to 2.15
Changelog: http://search.cpan.org/src/LDS/Bio-Graphics-2.15/Changes

PR:		ports/152189
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2010-11-16 08:07:27 +00:00
Wen Heping
891ffdbfa0 - Update to 2.14
ChangeLog: http://search.cpan.org/src/LDS/Bio-Graphics-2.14/Changes
2010-10-19 10:42:43 +00:00
Wen Heping
025752cd44 - Update to 2.13 2010-09-26 08:32:26 +00:00
Wen Heping
bd3021c9eb - Update to 2.11
Feature safe:	yes
2010-06-30 07:41:06 +00:00
Wen Heping
af88609ea3 - Update to 2.09 2010-05-18 08:27:03 +00:00
Wen Heping
744e974fb0 - Update to 2.0.8 2010-05-14 13:05:15 +00:00
Wen Heping
14923d1dc1 - Update to 2.0.7
- Set maintainer to perl@
2010-05-10 02:36:57 +00:00
Wen Heping
d78cf9ae49 - Update to 2.04 2010-04-20 08:48:47 +00:00
Wen Heping
9d69e4497a - Update to 2.02 2010-03-30 01:22:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Wen Heping
6f315dae4d - Update to 2.01 2010-03-10 01:35:57 +00:00
Wen Heping
22c4fef9a0 - Update to 2.00 2010-02-10 06:10:33 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jun Kuriyama
326d89e098 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 19; last!).

Approved by:	portmgr (itetcu)
2010-01-29 14:52:21 +00:00
Wen Heping
959567bbb7 - Update to 1.995 2010-01-07 02:27:20 +00:00
Wen Heping
d64a5ae397 - Update to 1.994 2009-12-11 08:02:53 +00:00
Wen Heping
ad74a3628a - Update to 1.993 2009-12-04 11:53:48 +00:00
Wen Heping
40efa7ff9b - Update to 1.992
- Update my mail address to FreeBSD
2009-11-20 05:10:17 +00:00
Martin Wilke
4e4a5fc43b - Update to 0.982
PR:		138264
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-08-28 23:36:45 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Martin Wilke
ea40d68db0 - Update to 1.97
PR:		136310
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-07-05 22:24:00 +00:00
Martin Wilke
6592db2fc9 - Update to 1.95
PR:		135141
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-02 21:34:06 +00:00
Martin Wilke
472002308b - Update to 1.94
Approved by:	maintainer implicit
2009-05-01 14:54:30 +00:00