aboutsummaryrefslogtreecommitdiff
path: root/irc/p5-POE-Session-Irssi
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2020-02-221-1/+1
| | | | Notes: svn path=/head/; revision=526818
* Remove warnings about installing documentation and examples. The only usersAdam Weinberger2016-12-311-1/+0
| | | | | | | | who will see those messages are users who have already accepted those options in make config. Notes: svn path=/head/; revision=430157
* Re-assign jase@'s p5-* ports to perl@Rene Ladan2016-09-181-1/+1
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=422377
* Reset jase@'s ports after taking in his commit bit for safekeeping.Rene Ladan2016-09-181-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=422375
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Fix shebangsDmitry Marakasov2015-05-301-2/+5
| | | | | | | | | | | - Add NO_ARCH - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=387944
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+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-6/+0
| | | | Notes: svn path=/head/; revision=371570
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360492
* - Add STAGE supportJase Thew2013-10-213-6/+6
| | | | | | | - pkg-descr: Fix WWW whitespace nit and update URL Notes: svn path=/head/; revision=331186
* 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-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326892
* Update my maintainer addressJase Thew2012-06-051-1/+1
| | | | | | | Approved by: flo, culot (mentors) Notes: svn path=/head/; revision=298443
* - Make use of CPAN:USER macroSteve Wills2011-08-071-4/+8
| | | | | | | | | | | | - Add LICENSE - Use versioned checks for (BUILD|RUN)_DEPENDS - Add installing examples output PR: ports/159569 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer) Notes: svn path=/head/; revision=279072
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* This POE::Session subclass helps you integrate POE and Irssi scripting. ItMartin Wilke2010-08-094-0/+53
connects the signals and commands handlers you define as POE events with the Irssi machinery. WWW: http://search.cpan.org/dist/POE-Session-Irssi/ PR: ports/149337 Submitted by: Jase Thew <freebsd at beardz.net> Notes: svn path=/head/; revision=258983