From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 7 14:20:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E738C16A41F for ; Sun, 7 Aug 2005 14:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57BE143D55 for ; Sun, 7 Aug 2005 14:20:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j77EKEMB034082 for ; Sun, 7 Aug 2005 14:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j77EKElO034081; Sun, 7 Aug 2005 14:20:14 GMT (envelope-from gnats) Resent-Date: Sun, 7 Aug 2005 14:20:14 GMT Resent-Message-Id: <200508071420.j77EKElO034081@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1290516A41F for ; Sun, 7 Aug 2005 14:10:45 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B014405C for ; Sun, 7 Aug 2005 14:10:44 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j77EAiik046042 for ; Sun, 7 Aug 2005 14:10:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j77EAi5h046040; Sun, 7 Aug 2005 14:10:44 GMT (envelope-from nobody) Message-Id: <200508071410.j77EAi5h046040@www.freebsd.org> Date: Sun, 7 Aug 2005 14:10:44 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/84642: New port: net/pear-Net_LDAP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 14:20:20 -0000 >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 () 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 X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include 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: