Net Ldap is a clone of Perls Net::LDAP object interface to

ldapservers. It does not contain all of Net::LDAPs features,
but has:
* A simple OO-interface to connections, searches and entries.
* Support for tls and ldap v3.
* Simple modification, deletion and creation of ldapentries.
* Support for schema handling.

PR:		ports/84642
Submitted by:	Gerrit Beine <tux@pinguru.net>
This commit is contained in:
Pav Lucistnik 2005-09-14 20:25:18 +00:00
parent 0d89f5714c
commit 61235283e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142746
7 changed files with 81 additions and 0 deletions

View File

@ -593,6 +593,7 @@
SUBDIR += pear-Net_Finger
SUBDIR += pear-Net_IPv6
SUBDIR += pear-Net_Ident
SUBDIR += pear-Net_LDAP
SUBDIR += pear-Net_NNTP
SUBDIR += pear-Net_POP3
SUBDIR += pear-Net_Ping

View File

@ -0,0 +1,29 @@
# Ports collection makefile for: pear-Net_LDAP
# Date created: 26 June 2004
# Whom: Gerrit Beine (<tux@pinguru.net>)
#
# $FreeBSD$
#
PORTNAME= Net_LDAP
PORTVERSION= 0.6.6
CATEGORIES= net pear
MAINTAINER= tux@pinguru.net
COMMENT= OO interface for searching and manipulating LDAP-entries
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= ldap
CATEGORY= Net
FILES= LDAP.php \
LDAP/Entry.php LDAP/RootDSE.php LDAP/Schema.php \
LDAP/Search.php LDAP/Util.php
DOCS= README.txt RootDSE.txt STATUS Schema.txt utf8.txt
_DOCSDIR= ./doc
TESTS= tests.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Net_LDAP-0.6.6.tgz) = d19f11c671122d0ff30928d86a868096
SIZE (PEAR/Net_LDAP-0.6.6.tgz) = 32776

View File

@ -0,0 +1,9 @@
Net Ldap is a clone of Perls Net::LDAP object interface to
ldapservers. It does not contain all of Net::LDAPs features,
but has:
* A simple OO-interface to connections, searches and entries.
* Support for tls and ldap v3.
* Simple modification, deletion and creation of ldapentries.
* Support for schema handling.
WWW: http://pear.php.net/package/Net_LDAP/

View File

@ -0,0 +1,29 @@
# Ports collection makefile for: pear-Net_LDAP
# Date created: 26 June 2004
# Whom: Gerrit Beine (<tux@pinguru.net>)
#
# $FreeBSD$
#
PORTNAME= Net_LDAP
PORTVERSION= 0.6.6
CATEGORIES= net pear
MAINTAINER= tux@pinguru.net
COMMENT= OO interface for searching and manipulating LDAP-entries
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= ldap
CATEGORY= Net
FILES= LDAP.php \
LDAP/Entry.php LDAP/RootDSE.php LDAP/Schema.php \
LDAP/Search.php LDAP/Util.php
DOCS= README.txt RootDSE.txt STATUS Schema.txt utf8.txt
_DOCSDIR= ./doc
TESTS= tests.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Net_LDAP-0.6.6.tgz) = d19f11c671122d0ff30928d86a868096
SIZE (PEAR/Net_LDAP-0.6.6.tgz) = 32776

View File

@ -0,0 +1,9 @@
Net Ldap is a clone of Perls Net::LDAP object interface to
ldapservers. It does not contain all of Net::LDAPs features,
but has:
* A simple OO-interface to connections, searches and entries.
* Support for tls and ldap v3.
* Simple modification, deletion and creation of ldapentries.
* Support for schema handling.
WWW: http://pear.php.net/package/Net_LDAP/