Commit graph

27 commits

Author SHA1 Message Date
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
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
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
Sunpoet Po-Chuan Hsieh
b283136f34 - Fix PLIST
- Bump PORTREVISION for package change

Reported by:	swills
2014-03-26 14:23:09 +00:00
Sunpoet Po-Chuan Hsieh
0497c7bf52 - Update to 2.0
Changes:	http://search.cpan.org/dist/Bio-GFF3/Changes
2014-03-25 19:34:03 +00:00
Sunpoet Po-Chuan Hsieh
d4310bc023 - Update to 1.9
- Sort PLIST

Changes:	http://search.cpan.org/dist/Bio-GFF3/Changes
2014-01-23 03:28:37 +00:00
Sunpoet Po-Chuan Hsieh
a0d361d097 - Update to 1.8
Changes:	http://search.cpan.org/dist/Bio-GFF3/Changes
2013-11-02 19:55:32 +00:00
Sunpoet Po-Chuan Hsieh
10c66b58b4 - Update to 1.7
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Bio-GFF3/Changes
2013-10-03 16:19:59 +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
Sunpoet Po-Chuan Hsieh
1104169569 - Pet portlint: remove blank line among *_DEPENDS 2013-08-06 13:03:54 +00:00
Philippe Audeoud
fc53f40978 - Update to 1.6
- Convert to new perl5 framework
- Changelog: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-1.6/Changes
2013-08-01 13:15:48 +00:00
Wen Heping
b7e651129e - Update to 1.5
Changes: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-1.5/Changes
2012-12-16 04:22:15 +00:00
Wen Heping
68d3450c97 - Update to 1.4
Changes: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-1.4/Changes
- Trim Makefile headers

Feature safe:	yes
2012-10-30 01:59:37 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Frederic Culot
453bfbe544 - Update to 1.3
Changes:	http://search.cpan.org/dist/Bio-GFF3/Changes
2012-04-26 10:37:09 +00:00
Frederic Culot
6c94ec10d3 - Update to 1.2
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Bio-GFF3/Changes
2012-04-16 13:06:04 +00:00
Wen Heping
347254b1e5 - Update to 1.0
- Reset maintainer to perl@

Feature safe:	yes
2012-03-22 11:08:28 +00:00
Wen Heping
de399c166e - Update to 0.7
ChangeLog: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-0.7/Changes
2011-10-10 02:33:51 +00:00
Wen Heping
cb2fc04876 - Update to 0.6
ChangeLog: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-0.6/Changes
2011-09-22 07:34:49 +00:00
Steve Wills
6a945607ef - Add missing BUILD_DEPENDS
PR:		ports/159827
Submitted by:	swills (me)
Approved by:	wen (maintainer)
2011-08-18 01:30:02 +00:00
Wen Heping
3fc502f7c5 - Update to 0.5
ChangeLog: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-0.5/Changes
2011-06-10 08:12:40 +00:00
Wen Heping
a6c7fafc81 - Update to 0.4
http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-0.4/Changes
2011-05-09 06:32:51 +00:00
Wen Heping
ac92b12813 Bio::GFF3 are low-level, fast functions for parsing GFF version 3 files.
All they do is convert back and forth between low-level Perl data
structures and GFF3 text.

WWW: http://search.cpan.org/dist/Bio-GFF3/
2011-04-22 08:51:24 +00:00