summaryrefslogtreecommitdiff
path: root/net/p5-Net-LDAP-Server
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2007-10-12 15:03:36 +0000
committerhe <he@pkgsrc.org>2007-10-12 15:03:36 +0000
commita7110e02d58d671754263128655ff2babd9e845b (patch)
treeba56c5d08743b518ac17ebfdd5dcd8d5179e7bc4 /net/p5-Net-LDAP-Server
parent2ebf77daa876d4c16e35c25b68257f71c282dbac (diff)
downloadpkgsrc-a7110e02d58d671754263128655ff2babd9e845b.tar.gz
Import a perl package for Net::LDAP::Server.
Net::LDAP::Server provides the protocol handling for an LDAP server. You can subclass it and implement the methods you need. Then you just instantiate your subclass and call its C<handle> method to establish a connection with the client.
Diffstat (limited to 'net/p5-Net-LDAP-Server')
-rw-r--r--net/p5-Net-LDAP-Server/DESCR4
-rw-r--r--net/p5-Net-LDAP-Server/Makefile19
-rw-r--r--net/p5-Net-LDAP-Server/PLIST1
-rw-r--r--net/p5-Net-LDAP-Server/distinfo5
4 files changed, 29 insertions, 0 deletions
diff --git a/net/p5-Net-LDAP-Server/DESCR b/net/p5-Net-LDAP-Server/DESCR
new file mode 100644
index 00000000000..5ac804dc0f5
--- /dev/null
+++ b/net/p5-Net-LDAP-Server/DESCR
@@ -0,0 +1,4 @@
+Net::LDAP::Server provides the protocol handling for an LDAP server.
+You can subclass it and implement the methods you need. Then you just
+instantiate your subclass and call its C<handle> method to establish a
+connection with the client.
diff --git a/net/p5-Net-LDAP-Server/Makefile b/net/p5-Net-LDAP-Server/Makefile
new file mode 100644
index 00000000000..d3436df1f94
--- /dev/null
+++ b/net/p5-Net-LDAP-Server/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/12 15:03:37 he Exp $
+#
+
+DISTNAME= Net-LDAP-Server-0.3
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+HOMEPAGE= http://search.cpan.org/~aar/Net-LDAP-Server-0.3/
+
+MAINTAINER= he@NetBSD.org
+COMMENT= LDAP server side protocol handling
+
+DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1
+DEPENDS+= p5-perl-ldap-[0-9]*:../../databases/p5-perl-ldap
+
+PERL5_PACKLIST= auto/Net/LDAP/Server/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/p5-Net-LDAP-Server/PLIST b/net/p5-Net-LDAP-Server/PLIST
new file mode 100644
index 00000000000..9855b479221
--- /dev/null
+++ b/net/p5-Net-LDAP-Server/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/12 15:03:37 he Exp $
diff --git a/net/p5-Net-LDAP-Server/distinfo b/net/p5-Net-LDAP-Server/distinfo
new file mode 100644
index 00000000000..ef231cef53b
--- /dev/null
+++ b/net/p5-Net-LDAP-Server/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/10/12 15:03:37 he Exp $
+
+SHA1 (Net-LDAP-Server-0.3.tar.gz) = 579879a9c681be99114d0753472b848052a3716b
+RMD160 (Net-LDAP-Server-0.3.tar.gz) = 6d98899ab636305e52021de9206d14261384e59f
+Size (Net-LDAP-Server-0.3.tar.gz) = 5661 bytes