pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Net-LDAP-Batch Initial import of p5-Net-LDAP-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05c2dd63d39c
branches:  trunk
changeset: 555775:05c2dd63d39c
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Mar 08 19:50:30 2009 +0000

description:
Initial import of p5-Net-LDAP-Batch version 0.02 in the NetBSD
Packages Collection.

The Perl 5 module Net::LDAP::Batch provides the means to perform
series of actions against a LDAP server. If any of the actions
fails, then all the actions in the batch are reverted.

diffstat:

 devel/p5-Net-LDAP-Batch/DESCR    |   3 +++
 devel/p5-Net-LDAP-Batch/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Net-LDAP-Batch/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 3ceffb72a484 -r 05c2dd63d39c devel/p5-Net-LDAP-Batch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-LDAP-Batch/DESCR     Sun Mar 08 19:50:30 2009 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Net::LDAP::Batch provides the means to perform
+series of actions against a LDAP server. If any of the actions
+fails, then all the actions in the batch are reverted.
diff -r 3ceffb72a484 -r 05c2dd63d39c devel/p5-Net-LDAP-Batch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-LDAP-Batch/Makefile  Sun Mar 08 19:50:30 2009 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/08 19:50:30 seb Exp $
+#
+
+DISTNAME=      Net-LDAP-Batch-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    databases devel net perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Net-LDAP-Batch/
+COMMENT=       Perl 5 module to perform a batch of LDAP actions
+
+DEPENDS+=      p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
+DEPENDS+=      p5-perl-ldap-[0-9]*:../../databases/p5-perl-LDAP
+BUILD_DEPENDS+=        p5-Net-LDAP-Server-Test>=0.40:../../devel/p5-Net-LDAP-Server-Test
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/Net/LDAP/Batch/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3ceffb72a484 -r 05c2dd63d39c devel/p5-Net-LDAP-Batch/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-LDAP-Batch/distinfo  Sun Mar 08 19:50:30 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/08 19:50:30 seb Exp $
+
+SHA1 (Net-LDAP-Batch-0.02.tar.gz) = f7bc937a66f42195569b176ed947d37aa1259210
+RMD160 (Net-LDAP-Batch-0.02.tar.gz) = ee0a1246411200b52c874ba9b1d975e3a07de1b9
+Size (Net-LDAP-Batch-0.02.tar.gz) = 7205 bytes



Home | Main Index | Thread Index | Old Index