pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-net-ldap Importing net-ldap version 0.2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80e1ee8fccdf
branches:  trunk
changeset: 589917:80e1ee8fccdf
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 19 14:07:17 2011 +0000

description:
Importing net-ldap version 0.2.2.

Net::LDAP for Ruby (also called net-ldap) implements client access for the
Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
accessing distributed directory services. Net::LDAP is written completely in
Ruby with no external dependencies. It supports most LDAP client features
and a subset of server features as well.

Net::LDAP has been tested against modern popular LDAP servers including
OpenLDAP and Active Directory. The current release is mostly compliant with
earlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771).
Our roadmap for Net::LDAP 1.0 is to gain full *client* compliance with
the most recent LDAP RFCs (4510-4519, plus portions of 4520-4532).

diffstat:

 net/ruby-net-ldap/DESCR    |  11 +++++++++
 net/ruby-net-ldap/Makefile |  12 ++++++++++
 net/ruby-net-ldap/PLIST    |  53 ++++++++++++++++++++++++++++++++++++++++++++++
 net/ruby-net-ldap/distinfo |   5 ++++
 4 files changed, 81 insertions(+), 0 deletions(-)

diffs (97 lines):

diff -r 21497c8f30a7 -r 80e1ee8fccdf net/ruby-net-ldap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-ldap/DESCR   Sun Jun 19 14:07:17 2011 +0000
@@ -0,0 +1,11 @@
+Net::LDAP for Ruby (also called net-ldap) implements client access for the
+Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for
+accessing distributed directory services. Net::LDAP is written completely in
+Ruby with no external dependencies. It supports most LDAP client features
+and a subset of server features as well.
+
+Net::LDAP has been tested against modern popular LDAP servers including
+OpenLDAP and Active Directory. The current release is mostly compliant with
+earlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771).
+Our roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with
+the most recent LDAP RFCs (4510-4519, plus portions of 4520-4532).
diff -r 21497c8f30a7 -r 80e1ee8fccdf net/ruby-net-ldap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-ldap/Makefile        Sun Jun 19 14:07:17 2011 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 14:07:17 taca Exp $
+
+DISTNAME=      net-ldap-0.2.2
+CATEGORIES=    net
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://net-ldap.rubyforge.org/
+COMMENT=       Client access for the LDAP
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 21497c8f30a7 -r 80e1ee8fccdf net/ruby-net-ldap/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-ldap/PLIST   Sun Jun 19 14:07:17 2011 +0000
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/06/19 14:07:17 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.autotest
+${GEM_LIBDIR}/.gemtest
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/Contributors.rdoc
+${GEM_LIBDIR}/Hacking.rdoc
+${GEM_LIBDIR}/History.rdoc
+${GEM_LIBDIR}/License.rdoc
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/autotest/discover.rb
+${GEM_LIBDIR}/lib/net-ldap.rb
+${GEM_LIBDIR}/lib/net/ber.rb
+${GEM_LIBDIR}/lib/net/ber/ber_parser.rb
+${GEM_LIBDIR}/lib/net/ber/core_ext.rb
+${GEM_LIBDIR}/lib/net/ber/core_ext/array.rb
+${GEM_LIBDIR}/lib/net/ber/core_ext/bignum.rb
+${GEM_LIBDIR}/lib/net/ber/core_ext/false_class.rb
+${GEM_LIBDIR}/lib/net/ber/core_ext/fixnum.rb
+${GEM_LIBDIR}/lib/net/ber/core_ext/string.rb
+${GEM_LIBDIR}/lib/net/ber/core_ext/true_class.rb
+${GEM_LIBDIR}/lib/net/ldap.rb
+${GEM_LIBDIR}/lib/net/ldap/dataset.rb
+${GEM_LIBDIR}/lib/net/ldap/dn.rb
+${GEM_LIBDIR}/lib/net/ldap/entry.rb
+${GEM_LIBDIR}/lib/net/ldap/filter.rb
+${GEM_LIBDIR}/lib/net/ldap/password.rb
+${GEM_LIBDIR}/lib/net/ldap/pdu.rb
+${GEM_LIBDIR}/lib/net/snmp.rb
+${GEM_LIBDIR}/net-ldap.gemspec
+${GEM_LIBDIR}/spec/integration/ssl_ber_spec.rb
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/unit/ber/ber_spec.rb
+${GEM_LIBDIR}/spec/unit/ber/core_ext/string_spec.rb
+${GEM_LIBDIR}/spec/unit/ldap/dn_spec.rb
+${GEM_LIBDIR}/spec/unit/ldap/entry_spec.rb
+${GEM_LIBDIR}/spec/unit/ldap/filter_spec.rb
+${GEM_LIBDIR}/spec/unit/ldap_spec.rb
+${GEM_LIBDIR}/test/common.rb
+${GEM_LIBDIR}/test/test_entry.rb
+${GEM_LIBDIR}/test/test_filter.rb
+${GEM_LIBDIR}/test/test_ldap_connection.rb
+${GEM_LIBDIR}/test/test_ldif.rb
+${GEM_LIBDIR}/test/test_password.rb
+${GEM_LIBDIR}/test/test_rename.rb
+${GEM_LIBDIR}/test/test_snmp.rb
+${GEM_LIBDIR}/test/testdata.ldif
+${GEM_LIBDIR}/testserver/ldapserver.rb
+${GEM_LIBDIR}/testserver/testdata.ldif
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 21497c8f30a7 -r 80e1ee8fccdf net/ruby-net-ldap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-ldap/distinfo        Sun Jun 19 14:07:17 2011 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/06/19 14:07:17 taca Exp $
+
+SHA1 (net-ldap-0.2.2.gem) = 6bdb7687171b1f6a2e1ee9a56a2c74826bb0b412
+RMD160 (net-ldap-0.2.2.gem) = 1316b4212aa546f5466bd4fde67d2dde9a8daf9f
+Size (net-ldap-0.2.2.gem) = 66048 bytes



Home | Main Index | Thread Index | Old Index