./textproc/php-mecab, PHP extension for MeCab Morphological Analyzer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.0nb1, Package name: php74-mecab-0.6.0nb1, Maintainer: taca

A PHP extension for MeCab Morphological Analyzer.

Still in experimental but seems to used well.


Required to run:
[textproc/mecab-base] [lang/php74]

Required to build:
[devel/pcre2]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2022-08-29 16:27:31 by Thomas Klausner | Files touched by this commit (1)
Log message:
php-mecab: limit to old php versions
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2019-11-04 22:43:49 by Roland Illig | Files touched by this commit (155)
Log message:
textproc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537)
Log message:
Sort PLIST files.

Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
   2016-11-27 15:55:30 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Solve build problem after enabling use of ${PREFIX}/etc/php.d and incomplete
fix of previous commit.

Bump PKGREVISION due to PLIST change.
   2016-09-05 22:14:28 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
lang/php/ext.mk overrides EGDIR with an absolute path, so drop
definition here and adjust post-install command.
   2015-12-13 18:20:21 by Takahiro Kambe | Files touched by this commit (3)
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.