diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-31 08:11:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-31 08:11:28 +0800 |
commit | 91bf9b5f4e55ad8a4f4376e2dc2a79f97ef3e45c (patch) | |
tree | 722b37e81c2c684658513185f6c7d8750e4f8dd2 /textproc/Makefile | |
parent | 29ed26b8f8812661af633d306d94ad0f180acba1 (diff) | |
download | freebsd-ports-gnome-91bf9b5f4e55ad8a4f4376e2dc2a79f97ef3e45c.tar.gz freebsd-ports-gnome-91bf9b5f4e55ad8a4f4376e2dc2a79f97ef3e45c.tar.zst freebsd-ports-gnome-91bf9b5f4e55ad8a4f4376e2dc2a79f97ef3e45c.zip |
File_Fortune provides a PHP interface to reading fortune files. With it, you may
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/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4a0c571802fc..795d419e8e54 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -747,6 +747,7 @@ SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-Structures_DataGrid_DataSource_RSS SUBDIR += pear-Structures_DataGrid_DataSource_XML + SUBDIR += pear-Text_Highlighter SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_DTD SUBDIR += pear-XML_Feed_Parser |