From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 12 07:50:19 2004 Return-Path: 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 817C416A4CE for ; Fri, 12 Mar 2004 07:50:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7453043D2F for ; Fri, 12 Mar 2004 07:50:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2CFoJbv054060 for ; Fri, 12 Mar 2004 07:50:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2CFoJpf054059; Fri, 12 Mar 2004 07:50:19 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 12 Mar 2004 07:50:19 -0800 (PST) Resent-Message-Id: <200403121550.i2CFoJpf054059@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, bra@fsn.hu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78C4A16A4CE for ; Fri, 12 Mar 2004 07:42:06 -0800 (PST) Received: from mayday.intronet.hu (www.ntech.hu [193.109.252.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A20B43D41 for ; Fri, 12 Mar 2004 07:42:05 -0800 (PST) (envelope-from root@mayday.intronet.hu) Received: by mayday.intronet.hu (Postfix, from userid 0) id DF55617033; Fri, 12 Mar 2004 16:42:06 +0100 (CET) Message-Id: <20040312154206.DF55617033@mayday.intronet.hu> Date: Fri, 12 Mar 2004 16:42:06 +0100 (CET) From: bra@fsn.hu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/64166: New port: net/pear-Net_Cyrus a PEAR class to administer Cyrus IMAP servers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 15:50:19 -0000 >Number: 64166 >Category: ports >Synopsis: New port: net/pear-Net_Cyrus a PEAR class to administer Cyrus IMAP servers >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 12 07:50:19 PST 2004 >Closed-Date: >Last-Modified: >Originator: bra@fsn.hu >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD mayday.intronet.hu 5.1-CURRENT FreeBSD 5.1-CURRENT #10: Mon Nov 3 13:41:11 CET 2003 root@mayday.intronet.hu:/usr/obj/usr/src/sys/MAYDAY i386 >Description: >How-To-Repeat: >Fix: --- pear-Net_Cyrus begins here --- # 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_Cyrus # pear-Net_Cyrus/Makefile # pear-Net_Cyrus/distinfo # pear-Net_Cyrus/pkg-descr # echo c - pear-Net_Cyrus mkdir -p pear-Net_Cyrus > /dev/null 2>&1 echo x - pear-Net_Cyrus/Makefile sed 's/^X//' >pear-Net_Cyrus/Makefile << 'END-of-pear-Net_Cyrus/Makefile' X# Ports collection makefile for: pear-Net_Cyrus X# Date created: 12 March 2004 X# Whom: Attila Nagy X# X# $FreeBSD$ X# X XPORTNAME= Net_Cyrus XPORTVERSION= 0.1.0 XCATEGORIES= net www pear X XMAINTAINER= bra@fsn.hu XCOMMENT= PEAR class to administer Cyrus IMAP servers X XBUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \ X ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/net/pear-Net_IMAP XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= Net XFILES= Cyrus.php X X.include X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include END-of-pear-Net_Cyrus/Makefile echo x - pear-Net_Cyrus/distinfo sed 's/^X//' >pear-Net_Cyrus/distinfo << 'END-of-pear-Net_Cyrus/distinfo' XMD5 (PEAR/Net_Cyrus-0.1.0.tgz) = e960034e37e08596ad8796c2baf9b713 XSIZE (PEAR/Net_Cyrus-0.1.0.tgz) = 4954 END-of-pear-Net_Cyrus/distinfo echo x - pear-Net_Cyrus/pkg-descr sed 's/^X//' >pear-Net_Cyrus/pkg-descr << 'END-of-pear-Net_Cyrus/pkg-descr' XNet_Cyrus is a PEAR class which provides an API for the administration of XCyrus IMAP servers. X XIt can be used to create,delete and modify users and it's properties (Quota Xand ACL) X XWWW: http://pear.php.net/package/Net_Cyrus END-of-pear-Net_Cyrus/pkg-descr exit --- pear-Net_Cyrus ends here --- >Release-Note: >Audit-Trail: >Unformatted: