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-Class Initial import of p5-Net-LDAP-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/293f66ca0784
branches:  trunk
changeset: 555908:293f66ca0784
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Mar 12 04:40:57 2009 +0000

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

The Perl 5 module Net::LDAP::Class can be described as an
object-relational mapping for LDAP. More accurately it provides for
LDAP management an ORM-like API, similar to these of the DBIx::Class
and Rose::DB::Object modules.

diffstat:

 devel/p5-Net-LDAP-Class/DESCR    |   4 ++++
 devel/p5-Net-LDAP-Class/Makefile |  24 ++++++++++++++++++++++++
 devel/p5-Net-LDAP-Class/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 937df3cce99d -r 293f66ca0784 devel/p5-Net-LDAP-Class/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-LDAP-Class/DESCR     Thu Mar 12 04:40:57 2009 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Net::LDAP::Class can be described as an
+object-relational mapping for LDAP. More accurately it provides for
+LDAP management an ORM-like API, similar to these of the DBIx::Class
+and Rose::DB::Object modules.
diff -r 937df3cce99d -r 293f66ca0784 devel/p5-Net-LDAP-Class/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-LDAP-Class/Makefile  Thu Mar 12 04:40:57 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/12 04:40:57 seb Exp $
+#
+
+DISTNAME=      Net-LDAP-Class-0.18
+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-Class/
+COMMENT=       Perl 5 module providing an object-relational mapper for Net::LDAP
+
+DEPENDS+=      p5-Rose-Object-[0-9]*:../../devel/p5-Rose-Object
+DEPENDS+=      p5-perl-ldap-[0-9]*:../../databases/p5-perl-LDAP
+DEPENDS+=      p5-Net-LDAP-Batch-[0-9]*:../../devel/p5-Net-LDAP-Batch
+DEPENDS+=      p5-Clone-[0-9]*:../../devel/p5-Clone
+BUILD_DEPENDS+=        p5-Net-LDAP-Server-Test>=0.8.0.01:../../devel/p5-Net-LDAP-Server-Test
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/Net/LDAP/Class/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 937df3cce99d -r 293f66ca0784 devel/p5-Net-LDAP-Class/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-LDAP-Class/distinfo  Thu Mar 12 04:40:57 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/12 04:40:57 seb Exp $
+
+SHA1 (Net-LDAP-Class-0.18.tar.gz) = 0c129388bce5efa46d57f4de173ec77b7f425a67
+RMD160 (Net-LDAP-Class-0.18.tar.gz) = 63c9c4d29ee789707947729cf20ca59e26f6ea3b
+Size (Net-LDAP-Class-0.18.tar.gz) = 27396 bytes



Home | Main Index | Thread Index | Old Index