From 780450fa4cd5218d6f4ce54290b015039cf71150 Mon Sep 17 00:00:00 2001 From: seb Date: Sun, 15 May 2005 17:12:09 +0000 Subject: Update to version 0.3202 as package version 0.32.02. Package change: convert to the options framework. Changes since last packaged version (0.30): perl-ldap 0.3202 -- Mon Jul 19 11:44:08 BST 2004 Bug Fixes * Fixed case typo in Makefile.PL perl-ldap 0.3201 -- Wed Jul 14 21:52:59 BST 2004 Bug Fixes * Fixed dependancies in Makefile.PL perl-ldap 0.32 -- Bug Fixes * Documentation updates * Fixed LDIF output from ldapsearch command * Return an error if no filter is passed to Net::LDAP::filter->parse * Fixed bug handling comments in LDIF parser * Fix to ldapsearch for passing scope with -s * Do not send a fake userid in SASL binds * Net::LDAP::Schema->parse() now returns undef on errors Enhancements * Added supportedFeatures to the default list of attributes fetched by ->root_dse * Added option to sort attributes in LDIF output, with objectclass being first floowed by all other attributes in alphabetical order * Add escape/unescape filters/DN utility functions * Added support for reading LDIF URL attributes using file:// * The socket created by new can now be bound to a local address & port * Any controls returned by the server with each entry as a result from a search are now available in the callback function * Added classes for EntryChange, PersistentSearch and ManageDsaIT controls * Allow options passed to Net::LDAP::Entry-.update to be passed to the Net::LDAP method that is finally called perl-ldap 0.31 1 Jan 2004 ========================== * Fixed bug that could cause methods to return an integer instead of an object * Fixed bug causing Schema.pm to ignore superior classes that had no attributes * Documentation updates * Updates to LDIF module --- databases/p5-perl-ldap/Makefile | 17 ++++++++++------- databases/p5-perl-ldap/distinfo | 8 ++++---- 2 files changed, 14 insertions(+), 11 deletions(-) (limited to 'databases/p5-perl-ldap') diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index 3bddc532eff..c059b0f4334 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2005/04/11 21:45:13 tv Exp $ +# $NetBSD: Makefile,v 1.26 2005/05/15 17:12:09 seb Exp $ # -DISTNAME= perl-ldap-0.30 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +DISTNAME= perl-ldap-0.3202 +PKGNAME= p5-perl-ldap-0.32.02 SVR4_PKGNAME= pldap CATEGORIES= databases net devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} @@ -18,14 +17,18 @@ DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI>=1.08:../../www/p5-URI DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX -.include "../../mk/bsd.prefs.mk" +MAKE_PARAMS+= --skip # skip CPAN auto installation of modules -.if defined(USE_SASL) && ${USE_SASL} == "YES" +PKG_SUPPORTED_OPTIONS= sasl +PKG_OPTIONS_VAR= PKG_OPTIONS.p5-perl-ldap +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Msasl) DEPENDS+= p5-Authen-SASL>=2.00:../../security/p5-Authen-SASL DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 .endif -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/LDAP/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-perl-ldap/distinfo b/databases/p5-perl-ldap/distinfo index 5ee197aa04a..b44aaa1e946 100644 --- a/databases/p5-perl-ldap/distinfo +++ b/databases/p5-perl-ldap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2005/02/23 16:33:08 agc Exp $ +$NetBSD: distinfo,v 1.9 2005/05/15 17:12:09 seb Exp $ -SHA1 (perl-ldap-0.30.tar.gz) = 924f3fcf51bc745789d371a66c3de8c47bdb3828 -RMD160 (perl-ldap-0.30.tar.gz) = a976d1a09972de93c180968e900e747051bcd443 -Size (perl-ldap-0.30.tar.gz) = 221013 bytes +SHA1 (perl-ldap-0.3202.tar.gz) = 2d5f418fdae1338b0a3c57f2d60f9fa1d7bd1d7c +RMD160 (perl-ldap-0.3202.tar.gz) = 87385925237c17563b9a135d0767efb6fb499d37 +Size (perl-ldap-0.3202.tar.gz) = 226344 bytes -- cgit v1.2.3