On Jul 8, 2012, at 16:30, [email protected] wrote: > Revision: 95293 > https://trac.macports.org/changeset/95293 > Author: [email protected] > Date: 2012-07-08 14:30:14 -0700 (Sun, 08 Jul 2012) > Log Message: > ----------- > mpvim: Add syntax highlighting for more port groups
Great! Thanks. > +" PHP 1.0 > +syn match PortfileGroups > "php\.\(branch\(es\)\?\|build_dirs\|default_branch\|extension_ini\|extensions\|rootname\|type\|setup\)" > +syn match PortfileGroups > "php\.\(config\|extension_dir\|ini\(_dir\)\?\|ize\|suffix\)" > +" PHP 1.1 (only adding those not already present in 1.0) > +syn match PortfileGroups > "php\.\(rootname\|create_subports\|extensions\.zend\|build_dirs\|add_port_code\)" > +syn match PortfileGroups > "php\.\(pecl\(_livecheck_stable\)\?\|pecl\.\(name\|prerelease\)\)" > + > +" PHP5 extension > +syn match PortfileGroups > "php5extension\.\(setup\|build_dirs\|extensions\|extension_dir\|ini\|inidir\|php_ini\|phpize\|type\|source\)" Note that the php 1.0 portgroup was sort of an unfinished experiment, which was finished by making the php 1.1 portgroup. There are no ports using the php 1.0 portgroup nor should there be any new ones. The only reason the php 1.0 portgroup still exists is so that if anybody still has any old ports installed that use it, they won't meet error messages when they try to uninstall them. The even older php5extension portgroup will stick around a little longer as there are still ports using it and they won't be deprecated until all php-using ports have been updated to have php53 and php54 variants. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
