summaryrefslogtreecommitdiff
path: root/net/p5-POE-Component-Client-Ident
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-06Update to 1.16, set LICENSE.wiz2-8/+8
Changes undocumented.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-07-17Give up MAINTAINERadrianp1-2/+2
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-09-10Update from version 0.7 to 1.14, discussed in general terms with maintainer.he2-8/+8
Pkgsrc changes: o Canonicalize HOMEPAGE Upstream changes: 1.14 Sat May 17 15:23:36 BST 2008 - Updated test case to use Test::POE::Server::TCP - Removed kwalitee test. - Added license information 1.12 Wed Mar 5 09:24:15 GMT 2008 - We had no explicit return values, I'm shocked it worked at all. 1.10 Thu Jan 31 11:23:41 GMT 2008 - Enabled perl-5.5.5 compatibility. 1.08 Thu Jan 17 14:16:39 GMT 2008 - Fixed up test script naming. 1.07 Wed Oct 31 17:19:56 GMT 2007 - Updated Module::Install to 0.68 1.06 Sun Aug 05 11:44:11 BST 2007 - Fixed abstract_from and build_requires in Makefile.PL 1.04 Thu Dec 7 17:27:17 GMT 2006 - Ident-Agent was hanging on to a reference to the spawning session. Changed to session->ID. 1.02 Fri Sep 1 10:27:59 BST 2006 - Rearranged distribution file structure. - Added test pod and pod coverage. - Fixed documentation coverage. 1.01 Fri May 19 16:41:56 BST 2006 - Minor bug in Agent.pm was causing two error events to be generated in the case of a socket error. 1.00 Wed Apr 26 13:48:34 BST 2006 - Minor code revisions - switched test script to Test::More 0.8 Thu Nov 3 12:55:56 GMT 2005 - Changed Ident-Agent API to be objectified.
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-14POE::Component::Client::Ident is a POE (Perl Object Environment) componentadrianp4-0/+34
which provides a convenient way for POE applications to perform non-blocking Ident (auth/tap) protocol remote username lookups. The component will mainly of use to the authors of server daemons and server components which sometimes have a requirement to confirm the username provided by the client and, therefore, use the Ident protocol to query the remote host.