Date: Sun, 7 Aug 2005 14:10:44 GMT From: Gerrit Beine <tux@pinguru.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/84642: New port: net/pear-Net_LDAP Message-ID: <200508071410.j77EAi5h046040@www.freebsd.org> Resent-Message-ID: <200508071420.j77EKElO034081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84642 >Category: ports >Synopsis: New port: net/pear-Net_LDAP >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: Sun Aug 07 14:20:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 5.4-RELEASE-p1 >Organization: pitcom GmbH >Environment: FreeBSD asus 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Sun May 15 16:37:58 CEST 2005 root@asus:/usr/src/sys/i386/compile/ASUS i386 >Description: 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. >How-To-Repeat: >Fix: # 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: # # pear-Net_LDAP # pear-Net_LDAP/Makefile # pear-Net_LDAP/distinfo # pear-Net_LDAP/pkg-descr # pear-Net_LDAP/pkg-descr~ # echo c - pear-Net_LDAP mkdir -p pear-Net_LDAP > /dev/null 2>&1 echo x - pear-Net_LDAP/Makefile sed 's/^X//' >pear-Net_LDAP/Makefile << 'END-of-pear-Net_LDAP/Makefile' X# Ports collection makefile for: pear-Net_LDAP X# Date created: 26 June 2004 X# Whom: Gerrit Beine (<tux@pinguru.net>) X# X# $FreeBSD$ X# X XPORTNAME= Net_LDAP XPORTVERSION= 0.6.6 XCATEGORIES= net pear X XMAINTAINER= tux@pinguru.net XCOMMENT= OO interface for searching and manipulating LDAP-entries X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PHP= ldap XCATEGORY= Net XFILES= LDAP.php \ X LDAP/Entry.php LDAP/RootDSE.php LDAP/Schema.php \ X LDAP/Search.php LDAP/Util.php XDOCS= README.txt RootDSE.txt STATUS Schema.txt utf8.txt X_DOCSDIR= ./doc XTESTS= tests.php X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include <bsd.port.post.mk> END-of-pear-Net_LDAP/Makefile echo x - pear-Net_LDAP/distinfo sed 's/^X//' >pear-Net_LDAP/distinfo << 'END-of-pear-Net_LDAP/distinfo' XMD5 (PEAR/Net_LDAP-0.6.6.tgz) = d19f11c671122d0ff30928d86a868096 XSIZE (PEAR/Net_LDAP-0.6.6.tgz) = 32776 END-of-pear-Net_LDAP/distinfo echo x - pear-Net_LDAP/pkg-descr sed 's/^X//' >pear-Net_LDAP/pkg-descr << 'END-of-pear-Net_LDAP/pkg-descr' XNet Ldap 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 XWWW: http://pear.php.net/package/Net_LDAP/ END-of-pear-Net_LDAP/pkg-descr echo x - pear-Net_LDAP/pkg-descr~ sed 's/^X//' >pear-Net_LDAP/pkg-descr~ << 'END-of-pear-Net_LDAP/pkg-descr~' XGeneric server class based on ext/sockets, used to develop any kind of server. X XWWW: http://pear.php.net/package/Net_Server/ END-of-pear-Net_LDAP/pkg-descr~ exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508071410.j77EAi5h046040>