pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/php-mecab
Module Name: pkgsrc
Committed By: taca
Date: Sun Dec 13 17:20:21 UTC 2015
Modified Files:
pkgsrc/textproc/php-mecab: Makefile PLIST.extras distinfo
Log Message:
Update php-mecab to 0.6.0.
2015-12-05: php-mecab 0.6.0
===========================
* Add support for PHP 7.
* Add `MeCab` namespace classes and constants.
* Non-namespace classes are not supported on PHP 7.
* Non-namespace constants are not supported on PHP 7.
* Procedural APIs (`mecab_*` functions) are not supported on PHP 7.
* Non-namespace classes are deprecated on PHP 5.
* PHP versions earlier than 5.3 are no longer supported.
* MeCab versions earlier than 0.99 are no longer supported.
* Removed features:
* `$filter` callback argument of `mecab_split()` function.
* The persistent resource.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/php-mecab/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/textproc/php-mecab/PLIST.extras
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/php-mecab/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index