aboutsummaryrefslogtreecommitdiff
path: root/textproc/php-mecab
Commit message (Collapse)AuthorAgeFilesLines
* Introduce PHP flavors.Mathieu Arnold2018-03-081-2/+3
| | | | | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208 Notes: svn path=/head/; revision=463917
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-12-291-2/+2
| | | | | | | | | - While here, minor cosmetic and license fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=429918
* Don't use extension.ini any more, and have each extension install in itsMathieu Arnold2016-08-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022 Notes: svn path=/head/; revision=419514
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-8/+4
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* - Update to 0.6.0Martin Wilke2016-01-092-4/+4
| | | | | | | | PR: 205995 Submitted by: maintainer Notes: svn path=/head/; revision=405615
* Add php-mecab 0.5.0.20121209, PHP bindings of the MeCab.Vanilla I. Shu2015-09-073-0/+33
PR: 202831 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=396253