aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Text_Highlighter/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* - Update WWW: pear.php.net uses https://Sunpoet Po-Chuan Hsieh2016-12-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=428494
* - Add correct pkg-descrMartin Wilke2007-12-311-7/+15
| | | | | | | | | | | | | | | | | | | | | | | Text_Highlighter is a package for syntax highlighting. It provides a base class provining all the functionality, and a descendent classes geneator class. The main idea is to simplify creation of subclasses implementing syntax highlighting for particular language. Subclasses do not implement any new functioanality, they just provide syntax highlighting rules. The rules sources are in XML format. To create a highlighter for a language, there is no need to code a new class manually. Simply describe the rules in XML file and use Text_Highlighter_Generator to create a new class. WWW: http://pear.php.net/package/Text_Highlighter Notes: svn path=/head/; revision=204725
* File_Fortune provides a PHP interface to reading fortune files. With it, you mayMartin Wilke2007-12-311-0/+9
retrieve a single fortune, a random fortune, or all fortunes in the file. Additionally, it offers the ability to access fortune files as if they were a native array, including updating and deleting items. All write operations will produce a binary header file to allow compatability with the fortune and fortune-mod programs (as well as other fortune interfaces). WWW: http://pear.php.net/package/File_Fortune/ Notes: svn path=/head/; revision=204723