Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2008 11:53:46 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123364: [NEW PORT] net/pear-Net_LDAP2 : OO interface for searching and manipulating LDAP-entries
Message-ID:  <200805031153.m43Brksd075423@www.freebsd.org>
Resent-Message-ID: <200805031200.m43C06HZ090142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123364
>Category:       ports
>Synopsis:       [NEW PORT] net/pear-Net_LDAP2 : OO interface for searching and manipulating LDAP-entries
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 03 12:00:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb7.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Net_Ldap2 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.

Net_LDAP2 is the successor of Net_LDAP.

WWW: http://pear.php.net/package/Net_LDAP2/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/net/pear-Net_LDAP2
#	/usr/ports/net/pear-Net_LDAP2/pkg-descr
#	/usr/ports/net/pear-Net_LDAP2/distinfo
#	/usr/ports/net/pear-Net_LDAP2/Makefile
#
echo c - /usr/ports/net/pear-Net_LDAP2
mkdir -p /usr/ports/net/pear-Net_LDAP2 > /dev/null 2>&1
echo x - /usr/ports/net/pear-Net_LDAP2/pkg-descr
sed 's/^X//' >/usr/ports/net/pear-Net_LDAP2/pkg-descr << 'END-of-/usr/ports/net/pear-Net_LDAP2/pkg-descr'
XNet_Ldap2 is a clone of Perls Net::LDAP object interface to
Xldapservers. It does not contain all of Net::LDAPs features,
Xbut has:
X* A simple OO-interface to connections, searches and entries.
X* Support for tls and ldap v3.
X* Simple modification, deletion and creation of ldapentries.
X* Support for schema handling.
X
XNet_LDAP2 is the successor of Net_LDAP.
X
XWWW: http://pear.php.net/package/Net_LDAP2/
END-of-/usr/ports/net/pear-Net_LDAP2/pkg-descr
echo x - /usr/ports/net/pear-Net_LDAP2/distinfo
sed 's/^X//' >/usr/ports/net/pear-Net_LDAP2/distinfo << 'END-of-/usr/ports/net/pear-Net_LDAP2/distinfo'
XMD5 (PEAR/Net_LDAP2-2.0.0RC2.tgz) = 78a7492dda5f67a21bd3857f9c5d3171
XSHA256 (PEAR/Net_LDAP2-2.0.0RC2.tgz) = a64b4aaca6d0008137064fae53ba82867c8e0894d678bd9c42a72f7623e6c7a3
XSIZE (PEAR/Net_LDAP2-2.0.0RC2.tgz) = 76091
END-of-/usr/ports/net/pear-Net_LDAP2/distinfo
echo x - /usr/ports/net/pear-Net_LDAP2/Makefile
sed 's/^X//' >/usr/ports/net/pear-Net_LDAP2/Makefile << 'END-of-/usr/ports/net/pear-Net_LDAP2/Makefile'
X# Ports collection makefile for:  pear-Net_LDAP2
X# Date created:			  04 May 2004
X# Whom:				  Wen Heping <wenheping@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net_LDAP2
XDISTVERSION=	2.0.0RC2
XCATEGORIES=	net pear
X
XMAINTAINER=	wenheping@gmail.com
XCOMMENT=	OO interface for searching and manipulating LDAP-entries
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_PHP=	ldap
XCATEGORY=	Net
XFILES=		LDAP2.php LDAP2/LDIF.php \
X		LDAP2/Entry.php LDAP2/Filter.php LDAP2/RootDSE.php \
X		LDAP2/Schema.php LDAP2/Search.php LDAP2/Util.php
XDOCS=		README.txt RootDSE.txt Schema.txt utf8.txt manual.html
X_DOCSDIR=	doc
XTESTS=		AllTests.php Net_LDAP2Test.php \
X		Net_LDAP2_EntryTest.php Net_LDAP2_FilterTest.php \
X		Net_LDAP2_RootDSETest.php Net_LDAP2_SearchTest.php \
X		Net_LDAP2_UtilTest.php Net_LDAP2_LDIFTest.php \
X		ldapconfig.ini.dist ldapldifconfig.ini.dist \
X		ldif_data/changes.ldif ldif_data/malformed_encoding.ldif \
X		ldif_data/malformed_syntax.ldif ldif_data/malformed_wrapping.ldif \
X		ldif_data/sorted_w40.ldif ldif_data/sorted_w50.ldif \
X		ldif_data/unsorted_w30.ldif ldif_data/unsorted_w50.ldif
XEXAMPLES=	add_entry.php connecting.php fetch_entry.php \
X		modify_entry.php modify_entry2.php search_entries.php
X_EXAMPLESDIR=	doc/examples
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-/usr/ports/net/pear-Net_LDAP2/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805031153.m43Brksd075423>