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/pear-Text_Highlighter | |
parent | 29ed26b8f8812661af633d306d94ad0f180acba1 (diff) | |
download | freebsd-ports-graphics-91bf9b5f4e55ad8a4f4376e2dc2a79f97ef3e45c.tar.gz freebsd-ports-graphics-91bf9b5f4e55ad8a4f4376e2dc2a79f97ef3e45c.tar.zst freebsd-ports-graphics-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/pear-Text_Highlighter')
-rw-r--r-- | textproc/pear-Text_Highlighter/Makefile | 35 | ||||
-rw-r--r-- | textproc/pear-Text_Highlighter/distinfo | 3 | ||||
-rw-r--r-- | textproc/pear-Text_Highlighter/pkg-descr | 9 |
3 files changed, 47 insertions, 0 deletions
diff --git a/textproc/pear-Text_Highlighter/Makefile b/textproc/pear-Text_Highlighter/Makefile new file mode 100644 index 00000000000..a7463c927b0 --- /dev/null +++ b/textproc/pear-Text_Highlighter/Makefile @@ -0,0 +1,35 @@ +# Ports collection makefile for: pear-File_Highlighter +# Date created: 28 Dec 2007 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text_Highlighter +PORTVERSION= 0.7.0 +CATEGORIES= textproc pear + +MAINTAINER= miwi@FreeBSD.org +COMMENT= PEAR Syntax highlighting + +BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser +RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser + +CATEGORY= Text +FILES= Highlighter.php abap.xml diff.xml generate.bat \ + javascript.xml php.xml sample.css cpp.xml dtd.xml \ + html.xml mysql.xml python.xml sql.xml \ + Highlighter/ABAP.php Highlighter/CSS.php Highlighter/DTD.php \ + Highlighter/HTML.php Highlighter/JAVASCRIPT.php Highlighter/PERL.php \ + Highlighter/PYTHON.php Highlighter/SQL.php Highlighter/CPP.php \ + Highlighter/DIFF.php Highlighter/Generator.php Highlighter/JAVA.php \ + Highlighter/MYSQL.php Highlighter/PHP.php Highlighter/RUBY.php \ + Highlighter/Renderer.php Highlighter/XML.php \ + Highlighter/Renderer/Array.php Highlighter/Renderer/BB.php \ + Highlighter/Renderer/Console.php Highlighter/Renderer/Html.php \ + Highlighter/Renderer/HtmlTags.php Highlighter/Renderer/JSON.php \ + Highlighter/Renderer/XML.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/textproc/pear-Text_Highlighter/distinfo b/textproc/pear-Text_Highlighter/distinfo new file mode 100644 index 00000000000..7e43acc44d7 --- /dev/null +++ b/textproc/pear-Text_Highlighter/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Text_Highlighter-0.7.0.tgz) = 66c15ab304c389fa63c9471106bfcd78 +SHA256 (PEAR/Text_Highlighter-0.7.0.tgz) = e1b900f11e107b38f18ba2cb6813c8e5de2b5903db47beabbfd3198f2cafc4af +SIZE (PEAR/Text_Highlighter-0.7.0.tgz) = 129483 diff --git a/textproc/pear-Text_Highlighter/pkg-descr b/textproc/pear-Text_Highlighter/pkg-descr new file mode 100644 index 00000000000..a7806b6d8a7 --- /dev/null +++ b/textproc/pear-Text_Highlighter/pkg-descr @@ -0,0 +1,9 @@ +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/ |