Commit graph

25 commits

Author SHA1 Message Date
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +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
Baptiste Daroussin
74c050c183 Remove Author from pkg-descr and white space fixes 2015-03-02 23:31:09 +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
b6bb709058 Cleanup plist 2014-10-27 13:00:21 +00:00
Jimmy Olgeni
5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00
Emanuel Haupt
a1104d6739 Support staging. 2014-02-06 10:49:29 +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
Martin Wilke
9adb3ac75b - Do not remove directories not created by this port
 Reported by:	pkg (DEVELOPER_MODE)
2013-06-08 16:26:04 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Frederic Culot
c984bc6c2b - Update to 1.54
Changes:	http://search.cpan.org/dist/POE-Component-Server-IRC/Changes
PR:		ports/162888
Submitted by:	Jase Thew <freebsd@beardz.net>
Approved by:	Teramoto Masahiro <markun@onohara.to> (maintainer)
Feature safe:	yes
2011-11-28 08:34:55 +00:00
Frederic Culot
4396644177 - Update to 1.53
Changes:	http://search.cpan.org/dist/POE-Component-Server-IRC/Changes
PR:		ports/161572
Submitted by:	Teramoto Masahiro <markun@onohara.to> (maintainer)
2011-10-14 07:25:31 +00:00
Sunpoet Po-Chuan Hsieh
a592d24031 - Update to 1.52
- Add LICENSE

Changes:	http://search.cpan.org/dist/POE-Component-Server-IRC/Changes
PR:		ports/161373
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2011-10-07 16:27:23 +00:00
Frederic Culot
4c83bcb50d - Update to 1.49
PR:		ports/157228
Submitted by:	Jase Thew <freebsd@beardz.net>
Approved by:	Teramoto Masahiro <markun@onohara.to> (maintainer)
2011-06-13 19:29:48 +00:00
Frederic Culot
f00ea8834b - Update to 1.44
Changes:	http://search.cpan.org/dist/POE-Component-Server-IRC-1.44/Changes
PR:		ports/156503
Submitted by:	Jase Thew <freebsd@beardz.net>
Approved by:	Teramoto Masahiro <markun@onohara.to> (maintainer)
2011-04-27 17:22:44 +00:00
Philippe Audeoud
411eb44cd9 - Update to 1.42
PR:		ports/151965
Submitted by:	Jase Thew <freebsd AT beardz.net>
Approved by:	maintainer
2010-11-08 14:57:52 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Beat Gaetzi
8f0701cee5 - Update to 1.40
PR:		ports/139969
Submitted by:	TERAMOTO Masahiro <markun AT onohara.to> (maintainer)
2009-10-26 17:02:12 +00:00
Martin Wilke
5d164e57f7 - Update to 1.38
PR:		132458
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2009-03-20 20:29:41 +00:00
Beech Rintoul
1837b52e57 - Update to 1.34
PR:		ports/128209
Submitted by:	Masahiro Teramoto <markun@onohara.to> (maintainer)
2008-10-20 05:29:04 +00:00
Martin Wilke
825258dfd8 - Update to 1.32
PR:		124529
Submitted by:	Masahiro Teramoto <markun@onohara.to> (maintainer)
2008-06-20 22:06:34 +00:00
Cheng-Lung Sung
8b3bcde726 - remove *~ 2008-04-16 22:50:07 +00:00
Cheng-Lung Sung
5fff79abb1 A POE component that implements an IRC server ( ircd ).
It's based on hybrid-7.2.2 and has been tested against
hybrid-7.2.2 and hybrid-7.0. It supports the TS5 server-to-server
protocol so should support networks based on this protocol.

Author:	Chris Williams <chris@bingosnet.co.uk>
WWW:	http://search.cpan.org/dist/POE-Component-Server-IRC/

PR:		ports/122793
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-04-16 14:52:36 +00:00