Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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:
* 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 extension are used so no C compiler is needed to install
the modules.
+43
View File
@@ -0,0 +1,43 @@
# $NetBSD: Makefile,v 1.45 2013/05/31 12:39:55 wiz Exp $
DISTNAME= perl-ldap-0.4001
PKGNAME= p5-${DISTNAME:S/4001/40.01/}
PKGREVISION= 3
SVR4_PKGNAME= pldap
CATEGORIES= databases net devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ldap.perl.org/
COMMENT= Perl class to access LDAP servers
LICENSE= ${PERL5_LICENSE}
BUILD_DEFS+= IPV6_READY
DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1
DEPENDS+= p5-IO-Socket-SSL>=0.81:../../security/p5-IO-Socket-SSL
DEPENDS+= {perl>=5.8.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-URI>=1.10:../../www/p5-URI
DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer
MAKE_PARAMS+= --skip # skip CPAN auto installation of modules
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-perl-ldap
PKG_SUPPORTED_OPTIONS= sasl inet6
PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msasl)
DEPENDS+= p5-Authen-SASL>=2.00:../../security/p5-Authen-SASL
DEPENDS+= {perl>=5.8.0,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
.endif
.if !empty(PKG_OPTIONS:Minet6)
DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6
.endif
PERL5_PACKLIST= auto/Net/LDAP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.14 2010/09/09 21:12:07 sno Exp $
SHA1 (perl-ldap-0.4001.tar.gz) = 22caf31ca3eddc4f6fe5793bc8928e1f3bc118ca
RMD160 (perl-ldap-0.4001.tar.gz) = fb57675bcb06c3815fb6318fe51e8e19becb23ff
Size (perl-ldap-0.4001.tar.gz) = 254232 bytes