From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 30 23:20:20 2006 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 E595516A422 for ; Mon, 30 Jan 2006 23:20:20 +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 184B343D75 for ; Mon, 30 Jan 2006 23:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k0UNK8ew001036 for ; Mon, 30 Jan 2006 23:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k0UNK8WV001035; Mon, 30 Jan 2006 23:20:08 GMT (envelope-from gnats) Resent-Date: Mon, 30 Jan 2006 23:20:08 GMT Resent-Message-Id: <200601302320.k0UNK8WV001035@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, Alexander Zhuravlev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CD2116A420 for ; Mon, 30 Jan 2006 23:10:17 +0000 (GMT) (envelope-from zaa@ulstu.ru) Received: from kernel.ulstu.ru (kernel.ulstu.ru [62.76.34.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id A49BE43D4C for ; Mon, 30 Jan 2006 23:10:08 +0000 (GMT) (envelope-from zaa@ulstu.ru) Received: from localhost (localhost [127.0.0.1]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 0B77D4AC6D; Tue, 31 Jan 2006 02:10:03 +0300 (MSK) Received: from kernel.ulstu.ru ([127.0.0.1]) by localhost (kernel.ulstu.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03827-10; Tue, 31 Jan 2006 02:10:00 +0300 (MSK) Received: from wave.zaa.local (zaa.ulstu.ru [62.76.34.17]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 6E6134AC72 for ; Tue, 31 Jan 2006 02:09:59 +0300 (MSK) Received: by wave.zaa.local (Postfix, from userid 3909) id 81369B81B; Tue, 31 Jan 2006 02:11:02 +0300 (MSK) Message-Id: <20060130231102.81369B81B@wave.zaa.local> Date: Tue, 31 Jan 2006 02:11:02 +0300 (MSK) From: Alexander Zhuravlev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/92573: [new port] lang/pecl-operator PHP extension that provides operator overloading for PHP objects X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Zhuravlev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2006 23:20:21 -0000 >Number: 92573 >Category: ports >Synopsis: [new port] lang/pecl-operator PHP extension that provides operator overloading for PHP objects >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 30 23:20:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Zhuravlev >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD wave.zaa.local 6.0-STABLE FreeBSD 6.0-STABLE #15: Thu Jan 26 20:39:00 MSK 2006 root@wave.zaa.local:/usr/obj/usr/src/sys/WAVE i386 >Description: This PHP PECL extension provides possibility to overload operators for PHP objects. At the moment it allows overloading of the following operators: + - * / % << >> . | & ^ ~ ! ++ -- += -= *= /= %= <<= >>= .= |= &= ^= and ~= >How-To-Repeat: >Fix: Please apply the patch provided below. Thank you for your efforts ;-) --- pecl-operator.port 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: # # pecl-operator/ # pecl-operator/Makefile # pecl-operator/distinfo # pecl-operator/pkg-descr # echo c - pecl-operator/ mkdir -p pecl-operator/ > /dev/null 2>&1 echo x - pecl-operator/Makefile sed 's/^X//' >pecl-operator/Makefile << 'END-of-pecl-operator/Makefile' X# New ports collection makefile for: pecl-operator X# Date created: 2006-01-31 X# Whom: Alexander Zhuravlev X# X# $FreeBSD$ X# X XPORTNAME= operator XPORTVERSION= 0.2 XCATEGORIES= lang XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XDISTNAME= operator-${PORTVERSION} XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= zaa@zaa.pp.ru XCOMMENT= PHP extension that provides operator overloading for PHP objects X XUSE_PHP= yes XUSE_PHPEXT= yes X X.include END-of-pecl-operator/Makefile echo x - pecl-operator/distinfo sed 's/^X//' >pecl-operator/distinfo << 'END-of-pecl-operator/distinfo' XMD5 (PECL/operator-0.2.tgz) = 301ee9558ad86c2d37fffddb1a1697f2 XSHA256 (PECL/operator-0.2.tgz) = 3ea5aba5ad9e0d81e670dfdb73cc429c8a456a4d73f33e3a9c6ce29593dd58c0 XSIZE (PECL/operator-0.2.tgz) = 6325 END-of-pecl-operator/distinfo echo x - pecl-operator/pkg-descr sed 's/^X//' >pecl-operator/pkg-descr << 'END-of-pecl-operator/pkg-descr' XPHP PECL extension provides possibility to overload operators for PHP objects. XAt the moment it allows overloading of the following operators: X+ - * / % << >> . | & ^ ~ ! ++ -- += -= *= /= %= <<= >>= .= |= &= ^= and ~= X XWWW: http://pecl.php.net/package/operator END-of-pecl-operator/pkg-descr exit --- pecl-operator.port ends here --- >Release-Note: >Audit-Trail: >Unformatted: