mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
upgrade to 0.28 ...
Obtained from: Oliver Eikemeier <eikemeier@fillmore-labs.com>
This commit is contained in:
parent
1689f44888
commit
02d52a0ef7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83111
@ -6,12 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= perl-ldap
|
||||
PORTVERSION= 0.27.01
|
||||
PORTVERSION= 0.28
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-0.2701
|
||||
|
||||
MAINTAINER= scrappy@FreeBSD.org
|
||||
COMMENT= A Client interface to LDAP servers
|
||||
@ -24,29 +23,31 @@ BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-AS
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::LDAP::Control::VLVResponse.3 \
|
||||
Net::LDAP::Entry.3 \
|
||||
Net::LDAP::Control::Sort.3 \
|
||||
Net::LDAP::Util.3 \
|
||||
Bundle::Net::LDAP.3 \
|
||||
Net::LDAP::Search.3 \
|
||||
Net::LDAP::Security.3 \
|
||||
Net::LDAP::Control::SortResult.3 \
|
||||
Net::LDAP::LDIF.3 \
|
||||
Net::LDAP::Schema.3 \
|
||||
Net::LDAP::Filter.3 \
|
||||
Net::LDAP::Examples.3 \
|
||||
Net::LDAP::Control::VLV.3 \
|
||||
Net::LDAPS.3 \
|
||||
Net::LDAP::FAQ.3 \
|
||||
MAN3= Bundle::Net::LDAP.3 \
|
||||
Net::LDAP.3 \
|
||||
Net::LDAP::Constant.3 \
|
||||
Net::LDAP::Control.3 \
|
||||
Net::LDAP::Control::Paged.3 \
|
||||
Net::LDAP.3 \
|
||||
Net::LDAP::Control::ProxyAuth.3 \
|
||||
Net::LDAP::Control::Sort.3 \
|
||||
Net::LDAP::Control::SortResult.3 \
|
||||
Net::LDAP::Control::VLV.3 \
|
||||
Net::LDAP::DSML.3 \
|
||||
Net::LDAP::Entry.3 \
|
||||
Net::LDAP::Examples.3 \
|
||||
Net::LDAP::Extra.3 \
|
||||
Net::LDAP::FAQ.3 \
|
||||
Net::LDAP::Filter.3 \
|
||||
Net::LDAP::LDIF.3 \
|
||||
Net::LDAP::Message.3 \
|
||||
Net::LDAP::Constant.3 \
|
||||
Net::LDAP::RFC.3 \
|
||||
Net::LDAP::Reference.3 \
|
||||
Net::LDAP::RFC.3
|
||||
Net::LDAP::RootDSE.3 \
|
||||
Net::LDAP::Schema.3 \
|
||||
Net::LDAP::Search.3 \
|
||||
Net::LDAP::Security.3 \
|
||||
Net::LDAP::Util.3 \
|
||||
Net::LDAPI.3 \
|
||||
Net::LDAPS.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (perl-ldap-0.2701.tar.gz) = fd3cd83810bb3163e47dedd34277da76
|
||||
MD5 (perl-ldap-0.28.tar.gz) = 67d8d1827a0b0e9a57e69ba27aec27f4
|
||||
|
@ -1 +1,6 @@
|
||||
A Client interface to LDAP servers
|
||||
Net::LDAP is a collection of modules that implements a LDAP services API
|
||||
for Perl programs. The module may be used to search directories or perform
|
||||
maintenance functions such as add, deleting or modify entries in an LDAP
|
||||
directory.
|
||||
|
||||
WWW: http://perl-ldap.sourceforge.net/
|
||||
|
@ -1,48 +1,49 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Bundle/Net/LDAP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/LWP/Protocol/ldap.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/ASN.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Bind.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Constant.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Constant.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/Paged.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/ProxyAuth.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/Sort.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/SortResult.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/VLV.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control/VLVResponse.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/DSML.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Entry.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Entry.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Examples.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Extension.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Extension/SetPassword.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Extra.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/FAQ.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Filter.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Filter.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/LDIF.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/LDIF.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Message.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Message.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/RFC.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Reference.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Schema.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Schema.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Search.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Search.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Security.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Util.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/LDAPS.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/perl-ldap/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Control
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP/Extension
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/LDAP
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Bundle/Net
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/perl-ldap
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/LWP/Protocol 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/LWP 2>/dev/null || true
|
||||
%%SITE_PERL%%/Bundle/Net/LDAP.pm
|
||||
%%SITE_PERL%%/LWP/Protocol/ldap.pm
|
||||
%%SITE_PERL%%/Net/LDAP.pm
|
||||
%%SITE_PERL%%/Net/LDAP.pod
|
||||
%%SITE_PERL%%/Net/LDAP/ASN.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Bind.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Constant.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Control.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Control/Paged.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Control/ProxyAuth.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Control/Sort.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Control/SortResult.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Control/VLV.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Control/VLVResponse.pm
|
||||
%%SITE_PERL%%/Net/LDAP/DSML.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Entry.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Entry.pod
|
||||
%%SITE_PERL%%/Net/LDAP/Examples.pod
|
||||
%%SITE_PERL%%/Net/LDAP/Extension.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Extension/SetPassword.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Extra.pm
|
||||
%%SITE_PERL%%/Net/LDAP/FAQ.pod
|
||||
%%SITE_PERL%%/Net/LDAP/Filter.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Filter.pod
|
||||
%%SITE_PERL%%/Net/LDAP/LDIF.pm
|
||||
%%SITE_PERL%%/Net/LDAP/LDIF.pod
|
||||
%%SITE_PERL%%/Net/LDAP/Message.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Message.pod
|
||||
%%SITE_PERL%%/Net/LDAP/RFC.pod
|
||||
%%SITE_PERL%%/Net/LDAP/Reference.pod
|
||||
%%SITE_PERL%%/Net/LDAP/RootDSE.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Schema.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Schema.pod
|
||||
%%SITE_PERL%%/Net/LDAP/Search.pm
|
||||
%%SITE_PERL%%/Net/LDAP/Search.pod
|
||||
%%SITE_PERL%%/Net/LDAP/Security.pod
|
||||
%%SITE_PERL%%/Net/LDAP/Util.pm
|
||||
%%SITE_PERL%%/Net/LDAPI.pm
|
||||
%%SITE_PERL%%/Net/LDAPS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/perl-ldap/.packlist
|
||||
@dirrm %%SITE_PERL%%/Net/LDAP/Control
|
||||
@dirrm %%SITE_PERL%%/Net/LDAP/Extension
|
||||
@dirrm %%SITE_PERL%%/Net/LDAP
|
||||
@dirrm %%SITE_PERL%%/Bundle/Net
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/perl-ldap
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Bundle 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/LWP/Protocol 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/LWP 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user