summaryrefslogtreecommitdiff
path: root/textproc/php-mecab
AgeCommit message (Collapse)AuthorFilesLines
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-11Change MASTER_SITES to http one.obache1-3/+2
2012-03-11For https, let's at least all use the same tool (curl) until we havewiz1-2/+2
a better solution.
2012-03-04Update php-mecab pacakge to 0.5.0.taca2-9/+11
* Support MecCab 0.99. * Support PHP 5.4 (don't check safe mode). Change MASTER_SITES to github.
2012-02-27require mecab 0.9.obache1-2/+2
2012-01-20change HOMEPAGE to point github page (original URL is not available anymore).obache1-2/+2
2011-12-17Change default PKGNAME scheme for PECL packages.obache1-1/+2
Drop ${PHP_BASE_VARS} from PKGVERSION by default. It used to be required to support multiple php version. But after PHP version based ${PHP_PKG_PREFIX} was introduced, such trick is not required anymore. In addition to this, such version name schme invokes unwanted version bump when base php version is bumped, plus, such version scheme is hard to use for DEPENDS pattern. To avoid downgrading of package using such legacy version scheme, PECL_LEGACY_VERSION_SCHEME is introduced. If it is defined, current version scheme is still used for currently supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS}, current fixed PHP base version in pkgsrc is used to avoid unwanted version bump from update of PHP base package. With newer PHP (54, or so on), new version scheme will be used if it is defined. This trick will not be required and should be removed after php5 and php53 will be gone away from pkgsrc.
2010-12-19Importing textproc/php-mecab version 0.4.1.taca4-0/+66
A PHP extension for MeCab Morphological Analyzer. Still in experimental but seems to used well.