Commit graph

9 commits

Author SHA1 Message Date
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
b6bb709058 Cleanup plist 2014-10-27 13:00:21 +00:00
Martin Wilke
20c17e5547 - Stage support 2014-01-27 16:20:00 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Andrej Zverev
cd5c31b5c0 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 10:51:10 +00:00
Sunpoet Po-Chuan Hsieh
61f9e3fa2c - Update to 0.12
Changes:	http://search.cpan.org/dist/IRC-Utils/Changes
PR:		ports/161354
Submitted by:	sunpoet (myself)
Approved by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2011-10-07 15:46:58 +00:00
Frederic Culot
536aed46bb - Update to 0.11
- Add LICENSE (Artistic 1 & GPLv1)

Changes:	http://search.cpan.org/dist/IRC-Utils/Changes
PR:		ports/159285
Submitted by:	Jase Thew <freebsd@beardz.net>
Approved by:	Teramoto Masahiro <markun@onohara.to> (maintainer)
2011-08-01 07:01:54 +00:00
Frederic Culot
a93a35b6ef - Update to 0.10
PR:		ports/157226
Submitted by:	Jase Thew <freebsd@beardz.net>
Approved by:	Teramoto Masahiro <markun@onohara.to> (maintainer)
2011-05-25 08:05:36 +00:00
Philippe Audeoud
f18d6a854f The functions in this module take care of many of the tasks you are
faced with when working with IRC. Mode lines, ban masks, message
encoding and formatting, etc.

WWW:	http://search.cpan.org/dist/IRC-Utils/

PR:		ports/156355
Submitted by:	TERAMOTO Masahiro <markun at onohara.to>
2011-04-13 14:11:29 +00:00