summaryrefslogtreecommitdiff
path: root/irc/p5-POE-Component-Server-IRC (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=396892
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-2/+1
| | | | Notes: svn path=/head/; revision=380306
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-9/+0
| | | | Notes: svn path=/head/; revision=371570
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* Support staging.Emanuel Haupt2014-02-062-9/+7
| | | | Notes: svn path=/head/; revision=343020
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326892
* - Do not remove directories not created by this portMartin Wilke2013-06-082-6/+1
| | | | | | |  Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320268
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Update to 1.54Frederic Culot2011-11-282-3/+3
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=286531
* - Update to 1.53Frederic Culot2011-10-142-3/+3
| | | | | | | | | Changes: http://search.cpan.org/dist/POE-Component-Server-IRC/Changes PR: ports/161572 Submitted by: Teramoto Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=283499
* - Update to 1.52Sunpoet Po-Chuan Hsieh2011-10-072-5/+8
| | | | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/POE-Component-Server-IRC/Changes PR: ports/161373 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=283142
* - Update to 1.49Frederic Culot2011-06-133-10/+16
| | | | | | | | | PR: ports/157228 Submitted by: Jase Thew <freebsd@beardz.net> Approved by: Teramoto Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=275504
* - Update to 1.44Frederic Culot2011-04-272-10/+9
| | | | | | | | | | 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) Notes: svn path=/head/; revision=273262
* - Update to 1.42Philippe Audeoud2010-11-083-9/+5
| | | | | | | | | PR: ports/151965 Submitted by: Jase Thew <freebsd AT beardz.net> Approved by: maintainer Notes: svn path=/head/; revision=264245
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 1.40Beat Gaetzi2009-10-262-4/+4
| | | | | | | | PR: ports/139969 Submitted by: TERAMOTO Masahiro <markun AT onohara.to> (maintainer) Notes: svn path=/head/; revision=243353
* - Update to 1.38Martin Wilke2009-03-202-4/+4
| | | | | | | | PR: 132458 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=230505
* - Update to 1.34Beech Rintoul2008-10-202-4/+4
| | | | | | | | PR: ports/128209 Submitted by: Masahiro Teramoto <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=221818
* - Update to 1.32Martin Wilke2008-06-202-4/+4
| | | | | | | | PR: 124529 Submitted by: Masahiro Teramoto <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=215409
* - remove *~Cheng-Lung Sung2008-04-161-7/+0
| | | | Notes: svn path=/head/; revision=211416
* A POE component that implements an IRC server ( ircd ).Cheng-Lung Sung2008-04-165-0/+75
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> Notes: svn path=/head/; revision=211367