aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-operator
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-02-12 10:45:39 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-02-12 10:45:39 +0000
commit4bc2ecaa39cf735a8d446fc0f25ebe5db5714f46 (patch)
tree676cf0eb0dbc554aec7af92d4e1d7a71c4b8a47e /devel/pecl-operator
parent7763989e4468f92e141f166b770c519ca221ead5 (diff)
downloadports-4bc2ecaa39cf735a8d446fc0f25ebe5db5714f46.tar.gz
ports-4bc2ecaa39cf735a8d446fc0f25ebe5db5714f46.zip
Update to 0.3.
PR: ports/93069 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=155827
Diffstat (limited to 'devel/pecl-operator')
-rw-r--r--devel/pecl-operator/Makefile5
-rw-r--r--devel/pecl-operator/distinfo6
-rw-r--r--devel/pecl-operator/pkg-message16
3 files changed, 23 insertions, 4 deletions
diff --git a/devel/pecl-operator/Makefile b/devel/pecl-operator/Makefile
index 012319bc4a6b..ff2ef0f28835 100644
--- a/devel/pecl-operator/Makefile
+++ b/devel/pecl-operator/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= operator
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -23,4 +23,7 @@ DEFAULT_PHP_VER= 5
BROKEN_WITH_PHP= 4
PHP_MODNAME= ${PORTNAME}
+post-extract::
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/devel/pecl-operator/distinfo b/devel/pecl-operator/distinfo
index dbf1c2c14d5a..4916429f65b0 100644
--- a/devel/pecl-operator/distinfo
+++ b/devel/pecl-operator/distinfo
@@ -1,3 +1,3 @@
-MD5 (PECL/operator-0.2.tgz) = 301ee9558ad86c2d37fffddb1a1697f2
-SHA256 (PECL/operator-0.2.tgz) = 3ea5aba5ad9e0d81e670dfdb73cc429c8a456a4d73f33e3a9c6ce29593dd58c0
-SIZE (PECL/operator-0.2.tgz) = 6325
+MD5 (PECL/operator-0.3.tgz) = 60642711169ab32e9856b5d14295579f
+SHA256 (PECL/operator-0.3.tgz) = 0aedce71320972b387f1ad0ece5206eb1ddb2ccb0becc58ca63029412804e748
+SIZE (PECL/operator-0.3.tgz) = 8328
diff --git a/devel/pecl-operator/pkg-message b/devel/pecl-operator/pkg-message
new file mode 100644
index 000000000000..cf9c1df72823
--- /dev/null
+++ b/devel/pecl-operator/pkg-message
@@ -0,0 +1,16 @@
+
+********************************************************************************
+
+ Version 0.3 of the operator package adds support for comparator ops.
+
+ Please note: ZE treats > style comparisons as backwards < comparisons,
+ so what looks like a left-associative greater than becomes a right-associative
+ less-than. Because of this, overloading the > and >= operators for
+ left-association requires application of a parser patch.
+
+ If you would like to use this new functionality, please copy
+ compare-greater-5.1.2.diff patch file from operator-0.3 distributive
+ to ${PORTSDIR}/lang/php5/files/patch-compare-greater-5.1.2.diff
+ reinstall PHP engine and then install pecl-operator package.
+
+********************************************************************************