1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Sunpoet Po-Chuan Hsieh
ab2f81b85c - Add LICENSE
- Update *_DEPENDS: version is already in all supported Perl releases
- Bump PORTREVISION for dependency change
2015-01-01 16:26: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
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Wen Heping
8f6506ee20 - Pass maintainership to perl@ 2014-05-22 15:02:27 +00:00
Andrej Zverev
3c9ffd7218 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 08:45:50 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Andrej Zverev
1539e0886b - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 09:54:08 +00:00
Wen Heping
f7f5c05161 - add missing dependency
PR:		ports/163991
Submitted by:	swills@
2012-01-11 01:48:21 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Philip M. Gollucci
76f3222580 - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@
2010-09-24 00:44:29 +00:00
Sylvio Cesar Teixeira
697acc1f16 - Added dependency that was missing.
- BUMP PORTREVISION

PR:		ports/145603
Submitted by:	Mike Bristow <mike@urgle.com>
Approved by:	wen@ (maintainer), itetcu (mentor, implicit)
2010-04-12 20:07:01 +00:00
Jun Kuriyama
3f795ed795 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 12).

Approved by:	portmgr (itetcu)
2010-01-28 02:32:30 +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
cea45df820 - Update to 0.26
PR:		135068
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-05-30 19:08:58 +00:00
Martin Wilke
710aca5ef7 - Update to 0.25
Approved by:	maintainer implicit
2009-05-10 20:11:40 +00:00
Martin Wilke
51784e1a06 - Update to 0.24
PR:		132975
Submitted by:	Wen Heping <wenheping@gmail.com> (Maintainer)
2009-03-23 21:50:43 +00:00
Martin Wilke
f04f7a7964 p5-Geo-Gpx is a perl module to Create and parse GPX files.
WWW: http://search.cpan.org/dist/Geo-Gpx/

PR:		ports/132487
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-03-12 16:49:15 +00:00