aboutsummaryrefslogtreecommitdiff
path: root/www/pecl-tidy
Commit message (Collapse)AuthorAgeFilesLines
* * Update comment to reflect that this is a PHP 4 only port.Martin Wilke2011-01-312-3/+5
| | | | | | | | | | | | | | * Update IGNORE_WITH_PHP to include php 5.2 as well as 5.3 * Add DEFAULT_PHP_VER to pull in php4 not php5. * Remove MD5 line from the distfile. PR: 152903 Submitted by: "Tom Judge" <tom@tomjudge.com> Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=268493
* BROKEN_WITH_PHP has been replaced by IGNORE_WITH_PHP which more accuratelyMark Linimon2006-09-181-1/+1
| | | | | | | | | describes what happens. Hat: portmgr Notes: svn path=/head/; revision=173280
* Tidy HTML Repairing and Parsing.Pav Lucistnik2006-03-223-0/+39
Tidy is a binding for the Tidy HTML clean and repair utility which allows you to clean and manipluate HTML documents. NOTE: This is the PHP4 version! WWW: http://pecl.php.net/package/tidy PR: ports/94687 Submitted by: Rick van der Zwet <rick@wzoeterwoude.net> Notes: svn path=/head/; revision=157940