summaryrefslogtreecommitdiff
path: root/net/p5-Net-LDAP-Server
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-01-26Updated to 0.43rhaen2-7/+6
Changes: version 0.43 (2011/05/26): - added support for Net::Server by allowing the usage of distinct filehandles for input and output (patch by Alexei Znamensky)
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-22Updating net/p5-Net-LDAP-Server from 0.4nb2 to 0.42sno2-7/+7
pkgsrc changes: - add license Upstream changes since 0.4: version 0.42 (2009/10/01): - don't hangup when receiving abandonRequest in order to support clients like Evolution which expect that the socket is still alive after such a request (patch by Bill Lindley)
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!
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-07-14Change HOMEPAGE urls to use http://search.cpan.org/dist/he1-2/+2
No other change to the packages, so no version bump.
2008-07-14Update from version 0.3 to 0.4. Changes:he2-7/+7
version 0.4 (2007/10/27): - added support for method "abandon" - full request is now passed to methods - compatibility with the changed behaviour of the 'use fields' pragma in Perl 5.9.x (thanks to Peter Karman)
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-10-12Import a perl package for Net::LDAP::Server.he4-0/+29
Net::LDAP::Server provides the protocol handling for an LDAP server. You can subclass it and implement the methods you need. Then you just instantiate your subclass and call its C<handle> method to establish a connection with the client.