SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
net/ruby-net-ldap/Makefile
Normal file
15
net/ruby-net-ldap/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= LDAP for Ruby
|
||||
|
||||
DISTNAME= net-ldap-0.18.0
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/ruby-net-ldap/distinfo
Normal file
2
net/ruby-net-ldap/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (net-ldap-0.18.0.gem) = Wa3JNMSrAAyLsCz/ttQVr2zBfwPh/ugII6YENqxzDHc=
|
||||
SIZE (net-ldap-0.18.0.gem) = 67072
|
10
net/ruby-net-ldap/pkg/DESCR
Normal file
10
net/ruby-net-ldap/pkg/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
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,
|
||||
plutions of 4520-4532).
|
39
net/ruby-net-ldap/pkg/PLIST
Normal file
39
net/ruby-net-ldap/pkg/PLIST
Normal file
|
@ -0,0 +1,39 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/Contributors.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Hacking.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/License.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net-ldap.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ber/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ber.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ber/ber_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ber/core_ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ber/core_ext.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ber/core_ext/array.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ber/core_ext/false_class.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ber/core_ext/integer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ber/core_ext/string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ber/core_ext/true_class.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/auth_adapter/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/auth_adapter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/auth_adapter/gss_spnego.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/auth_adapter/sasl.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/auth_adapter/simple.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/connection.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/dataset.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/dn.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/entry.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/error.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/filter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/instrumentation.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/password.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/pdu.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/ldap/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/snmp.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue