summaryrefslogtreecommitdiff
path: root/devel/p5-Net-LDAP-Class
AgeCommit message (Collapse)AuthorFilesLines
2015-02-13Update to 0.26mef2-7/+6
-------------- 0.26 22 Feb 2011 * patch from dekimsey@ufl.edu per RT#65658 https://rt.cpan.org/Ticket/Display.html?id=65658 that fixes bug with multiple add_user/remove_user calls on a AD group object.
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-31Drop 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-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-22Updating devel/p5-Net-LDAP-Class from 0.18nb1 to 0.25sno2-10/+13
pkgsrc changes: - add license - add/adjust dependencies Upstream changes: 0.19 10 Aug 2009 * tweek N::L::C::G::AD per https://rt.cpan.org/Ticket/Display.html?id=48562 * add isa_user() and isa_group() methods to base class per same RT ticket. 0.20 26 Aug 2009 * add Iterator, SimpleIterator and MultiIterator classes and supporting methods. Thanks to Peter Newman for dialogue on the development of the iterator feature. See https://rt.cpan.org/Ticket/Display.html?id=48562 * fix overloading for boolean checks when stringify() evaluates false (emptry string, e.g.) 0.21 26 Aug 2009 * change fetch_secondary_users() in both Group::AD and Group::POSIX to just wrap around secondary_users_iterator(). 0.22 14 Sep 2009 * add pswd_will_expire_localtime to User::AD * remove init_user_class and init_group_class overrides in subclasses, to prevent masking the fact that you must create your own subclass. 0.23 24 Nov 2009 * add explicit unbind() calls in tests per RT #52037 0.24 29 Nov 2009 * flag some AD tests as TODO until the pack/unpack issue with SIDs can be ironed out. It only seems to affect Net::LDAP::Server::Test, not actual AD servers. 0.25 17 Feb 2010 * rewrite of internal _sid2string() and _string2sid() pack/unpack magic. Many thanks to David Lowe for the help.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+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-04-04Fix the dependency on p5-perl-ldap to use the correct directory.he1-2/+2
Fixes a build problem, so no revision bump. OK'ed by wiz@
2009-03-12Initial import of p5-Net-LDAP-Class version 0.18 in the NetBSDseb3-0/+33
Packages Collection. The Perl 5 module Net::LDAP::Class can be described as an object-relational mapping for LDAP. More accurately it provides for LDAP management an ORM-like API, similar to these of the DBIx::Class and Rose::DB::Object modules.