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

11 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
Dmitry Marakasov
f8cc0c599d - Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Fix WWW:
- Pet portlint
2015-08-23 23:58:17 +00:00
Erwin Lansing
72ec1422d4 Reset maintainer
<geekounet@poildetroll.net>: host mail.sig11.fr[2a01:4f8:160:72a3::6:1] said:
    550 5.1.1 <geekounet@poildetroll.net>: Recipient address rejected: User
    unknown in virtual mailbox table (in reply to RCPT TO command)

Sponsored by:	DK Hostmaster A/S
2015-08-19 07:27:14 +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
Martin Wilke
fe665b70e9 - Stage support 2014-02-02 15:21:20 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Andrej Zverev
dd0efaef40 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 07:29:05 +00:00
Andrej Zverev
10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00
Sunpoet Po-Chuan Hsieh
d83ac1366e - Update to 0.1.0
- Add BUILD_DEPENDS and TEST_DEPENDS

Changes:	http://repo.or.cz/w/grake.git/blob/HEAD:/NEWS
PR:		ports/162967
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 22 days)
2011-12-22 15:52:48 +00:00
Julien Laffaye
6584306466 - Update to 0.0.7
- Move LICENSE earlier
- Move plist entries into Makefile

PR:		ports/159578
Submitted by:	Pierre Guinoiseau <geekounet@poildetroll.net> (maintainer)
2011-08-07 12:10:12 +00:00
Philip M. Gollucci
982cc23c92 grake is a command line tool for scanning webpages for Youtube links.
WWW:	http://grake.googlecode.com/

PR:		ports/153037
Submitted by:	Pierre Guinoiseau <geekounet at poildetroll.net>
2010-12-12 04:12:05 +00:00