aboutsummaryrefslogtreecommitdiff
path: root/textproc/simplehtmldom
Commit message (Collapse)AuthorAgeFilesLines
* Simplify plistBaptiste Daroussin2014-10-311-14/+1
| | | | Notes: svn path=/head/; revision=371885
* - Add staging supportPawel Pekala2014-08-051-50/+25
| | | | | | | | - Convert to new options framework - Fix indentation Notes: svn path=/head/; revision=364126
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-021-1/+1
| | | | | | | | | pending PR With hat: portmgr Notes: svn path=/head/; revision=360231
* Convert textproc to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347786
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Remove php4 referenceMartin Wilke2013-06-091-6/+1
| | | | Notes: svn path=/head/; revision=320355
* - Update to 1.5Li-Wen Hsu2012-01-183-21/+66
| | | | | | | | | | - Bump PORTEPOCH for version goes from 1.11 to 1.5 PR: ports/163818 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) Notes: svn path=/head/; revision=289412
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Remove pkg-message fileTong LIU2010-02-022-0/+1
| | | | | | | | | - Bump PORTREVISION Approved by: Joe Horn <joehorn@gmail.com> (maintainer) Notes: svn path=/head/; revision=249091
* - Add PHP pcre extension as requiredTong LIU2010-02-023-21/+26
| | | | | | | | | | - Use pkg-message.in for templated message output PR: ports/143404 Submmitted by: Joe Horn <joehorn@gmail.com> (maintainer) Notes: svn path=/head/; revision=249077
* PHP Simple HTML DOM Parser is a HTML DOM parser written in PHP5+,Martin Wilke2010-01-275-0/+100
and it let you manipulate HTML in a very easy way! Features: * Supports invalid HTML. * Find tags on an HTML page with selectors just like jQuery. * Extract contents from HTML in a single line. WWW: http://simplehtmldom.sourceforge.net/ PR: ports/142933 Submitted by: Joe Horn <joehorn at gmail.com> Notes: svn path=/head/; revision=248654