ports/55209: [new port] net/p5-Net-LDAP: A perl5 Client interface to LDAP servers
Clement Laforet
sheepkiller at cultdeadsheep.org
Sun Aug 3 16:20:12 UTC 2003
>Number: 55209
>Category: ports
>Synopsis: [new port] net/p5-Net-LDAP: A perl5 Client interface to LDAP servers
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Aug 03 09:20:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Clement Laforet
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD chuck.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Thu Jul 31 03:00:20 CEST 2003 clement at chuck.cultdeadsheep.org:/usr/obj/usr/src/sys/CHUCK i386
>Description:
The perl-ldap distribution is a collection of perl modules which provide an
object orientated interface to LDAP servers.
The perl-ldap distribution has several advantages over other LDAP interfaces
for perl:
* By using the perl object interface the perl-ldap modules provide
programmers with an interface which allows complex searches of LDAP
directories with only a small amount of code.
* All the perl-ldap modules are written entirely in perl, which means
that the library is truly cross-platform compatible. No C or XS
extensions are used so no C compiler is needed to install the modules.
No other LDAP libraries (eg libldap) are required.
* It is being actively developed.
WWW: http://perl-ldap.sourceforge.net/
>How-To-Repeat:
N/A.
>Fix:
--- p5-Net-LDAP.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# p5-Net-LDAP
# p5-Net-LDAP/Makefile
# p5-Net-LDAP/distinfo
# p5-Net-LDAP/pkg-descr
# p5-Net-LDAP/pkg-plist
#
echo c - p5-Net-LDAP
mkdir -p p5-Net-LDAP > /dev/null 2>&1
echo x - p5-Net-LDAP/Makefile
sed 's/^X//' >p5-Net-LDAP/Makefile << 'END-of-p5-Net-LDAP/Makefile'
X# New ports collection makefile for: p5-Net-LDAP
X# Date created: August 3rd 2003
X# Whom: Clement Laforet <sheepkiller at cultdeadsheep.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= Net-LDAP
XPORTVERSION= 0.29
XCATEGORIES= net perl5
XMASTER_SITES= ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR= Net
XPKGNAMEPREFIX= p5-
XDISTNAME= perl-ldap-${PORTVERSION}
X
XMAINTAINER= sheepkiller at cultdeadsheep.org
XCOMMENT= A perl5 Client interface to LDAP servers
X
XBUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
X ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
X ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
X ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
X ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \
X ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
X ${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI
XRUN_DEPENDS= ${BUILD_DEPENDS}
X
XPERL_CONFIGURE= YES
X
XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3= Net::LDAP::Control::VLVResponse.3 \
X Net::LDAP::Entry.3 \
X Net::LDAP::Control::Sort.3 \
X Net::LDAP::Util.3 \
X Bundle::Net::LDAP.3 \
X Net::LDAP::Search.3 \
X Net::LDAPI.3 \
X Net::LDAP::Control::SortResult.3 \
X Net::LDAP::LDIF.3 \
X Net::LDAP::Schema.3 \
X Net::LDAP::Filter.3 \
X Net::LDAP::Constant.3 \
X Net::LDAP::Examples.3 \
X Net::LDAP::Control::VLV.3 \
X Net::LDAPS.3 \
X Net::LDAP.3 \
X Net::LDAP::Extra.3 \
X Net::LDAP::FAQ.3 \
X Net::LDAP::RootDSE.3 \
X Net::LDAP::Control.3 \
X Net::LDAP::Control::Paged.3 \
X Net::LDAP::Security.3 \
X Net::LDAP::DSML.3 \
X Net::LDAP::Message.3 \
X Net::LDAP::Reference.3 \
X Net::LDAP::Control::ProxyAuth.3 \
X Net::LDAP::RFC.3
X
X.include <bsd.port.mk>
END-of-p5-Net-LDAP/Makefile
echo x - p5-Net-LDAP/distinfo
sed 's/^X//' >p5-Net-LDAP/distinfo << 'END-of-p5-Net-LDAP/distinfo'
XMD5 (perl-ldap-0.29.tar.gz) = a66eeb1fd322e0b39e2f8fb4ab9e20fa
END-of-p5-Net-LDAP/distinfo
echo x - p5-Net-LDAP/pkg-descr
sed 's/^X//' >p5-Net-LDAP/pkg-descr << 'END-of-p5-Net-LDAP/pkg-descr'
XThe perl-ldap distribution is a collection of perl modules which provide an
Xobject orientated interface to LDAP servers.
X
XThe perl-ldap distribution has several advantages over other LDAP interfaces
Xfor perl:
X
X * By using the perl object interface the perl-ldap modules provide
X programmers with an interface which allows complex searches of LDAP
X directories with only a small amount of code.
X * All the perl-ldap modules are written entirely in perl, which means
X that the library is truly cross-platform compatible. No C or XS
X extensions are used so no C compiler is needed to install the modules.
X No other LDAP libraries (eg libldap) are required.
X * It is being actively developed.
X
XWWW: http://perl-ldap.sourceforge.net/
END-of-p5-Net-LDAP/pkg-descr
echo x - p5-Net-LDAP/pkg-plist
sed 's/^X//' >p5-Net-LDAP/pkg-plist << 'END-of-p5-Net-LDAP/pkg-plist'
X%%SITE_PERL%%/mach/auto/perl-ldap/.packlist
X%%SITE_PERL%%/LWP/Protocol/ldap.pm
X%%SITE_PERL%%/Bundle/Net/LDAP.pm
X%%SITE_PERL%%/Net/LDAP.pm
X%%SITE_PERL%%/Net/LDAPS.pm
X%%SITE_PERL%%/Net/LDAP.pod
X%%SITE_PERL%%/Net/LDAPI.pm
X%%SITE_PERL%%/Net/LDAP/Entry.pod
X%%SITE_PERL%%/Net/LDAP/Filter.pm
X%%SITE_PERL%%/Net/LDAP/Search.pod
X%%SITE_PERL%%/Net/LDAP/LDIF.pod
X%%SITE_PERL%%/Net/LDAP/Schema.pod
X%%SITE_PERL%%/Net/LDAP/Entry.pm
X%%SITE_PERL%%/Net/LDAP/Bind.pm
X%%SITE_PERL%%/Net/LDAP/Schema.pm
X%%SITE_PERL%%/Net/LDAP/DSML.pm
X%%SITE_PERL%%/Net/LDAP/Reference.pod
X%%SITE_PERL%%/Net/LDAP/Util.pm
X%%SITE_PERL%%/Net/LDAP/ASN.pm
X%%SITE_PERL%%/Net/LDAP/LDIF.pm
X%%SITE_PERL%%/Net/LDAP/Filter.pod
X%%SITE_PERL%%/Net/LDAP/Search.pm
X%%SITE_PERL%%/Net/LDAP/Examples.pod
X%%SITE_PERL%%/Net/LDAP/Constant.pm
X%%SITE_PERL%%/Net/LDAP/Extension.pm
X%%SITE_PERL%%/Net/LDAP/RootDSE.pm
X%%SITE_PERL%%/Net/LDAP/FAQ.pod
X%%SITE_PERL%%/Net/LDAP/Extra.pm
X%%SITE_PERL%%/Net/LDAP/Message.pm
X%%SITE_PERL%%/Net/LDAP/Control.pm
X%%SITE_PERL%%/Net/LDAP/Security.pod
X%%SITE_PERL%%/Net/LDAP/RFC.pod
X%%SITE_PERL%%/Net/LDAP/Message.pod
X%%SITE_PERL%%/Net/LDAP/Control/Sort.pm
X%%SITE_PERL%%/Net/LDAP/Control/SortResult.pm
X%%SITE_PERL%%/Net/LDAP/Control/ProxyAuth.pm
X%%SITE_PERL%%/Net/LDAP/Control/VLVResponse.pm
X%%SITE_PERL%%/Net/LDAP/Control/VLV.pm
X%%SITE_PERL%%/Net/LDAP/Control/Paged.pm
X%%SITE_PERL%%/Net/LDAP/Extension/SetPassword.pm
X at dirrm %%SITE_PERL%%/mach/auto/perl-ldap
X at dirrm %%SITE_PERL%%/Net/LDAP/Control
X at dirrm %%SITE_PERL%%/Net/LDAP/Extension
X at dirrm %%SITE_PERL%%/Net/LDAP
END-of-p5-Net-LDAP/pkg-plist
exit
--- p5-Net-LDAP.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list