pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-LDAP-Server Import a perl package for Net::...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15da6ceb1934
branches:  trunk
changeset: 534139:15da6ceb1934
user:      he <he%pkgsrc.org@localhost>
date:      Fri Oct 12 15:03:36 2007 +0000

description:
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:

 net/p5-Net-LDAP-Server/DESCR    |   4 ++++
 net/p5-Net-LDAP-Server/Makefile |  19 +++++++++++++++++++
 net/p5-Net-LDAP-Server/PLIST    |   1 +
 net/p5-Net-LDAP-Server/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 9bf9bd0a1336 -r 15da6ceb1934 net/p5-Net-LDAP-Server/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-LDAP-Server/DESCR      Fri Oct 12 15:03:36 2007 +0000
@@ -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 -r 9bf9bd0a1336 -r 15da6ceb1934 net/p5-Net-LDAP-Server/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-LDAP-Server/Makefile   Fri Oct 12 15:03:36 2007 +0000
@@ -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@localhost
+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 -r 9bf9bd0a1336 -r 15da6ceb1934 net/p5-Net-LDAP-Server/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-LDAP-Server/PLIST      Fri Oct 12 15:03:36 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/12 15:03:37 he Exp $
diff -r 9bf9bd0a1336 -r 15da6ceb1934 net/p5-Net-LDAP-Server/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-LDAP-Server/distinfo   Fri Oct 12 15:03:36 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index