ports/92573: [new port] lang/pecl-operator PHP extension that provides operator overloading for PHP objects
Alexander Zhuravlev
zaa at ulstu.ru
Mon Jan 30 23:20:21 UTC 2006
>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 at 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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list