Date: Tue, 31 Jan 2006 02:11:02 +0300 (MSK) From: Alexander Zhuravlev <zaa@ulstu.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92573: [new port] lang/pecl-operator PHP extension that provides operator overloading for PHP objects Message-ID: <20060130231102.81369B81B@wave.zaa.local> Resent-Message-ID: <200601302320.k0UNK8WV001035@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <zaa@zaa.pp.ru> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060130231102.81369B81B>