diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 02:46:22 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 02:46:22 +0800 |
commit | 920443db68a91be85b2b643929f5aadde60e3edf (patch) | |
tree | 7c24fafce833384d3cfdf6831aa9d6c7cbb420b7 /textproc | |
parent | 8a73d55c0fa194332aed1be757d757e7a2b3249d (diff) | |
download | freebsd-ports-gnome-920443db68a91be85b2b643929f5aadde60e3edf.tar.gz freebsd-ports-gnome-920443db68a91be85b2b643929f5aadde60e3edf.tar.zst freebsd-ports-gnome-920443db68a91be85b2b643929f5aadde60e3edf.zip |
The Horde_Text_Filter library provides common methods for fitering
and converting text.
WWW: http://pear.horde.org
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-Horde_Text_Filter/Makefile | 18 | ||||
-rw-r--r-- | textproc/pear-Horde_Text_Filter/distinfo | 2 | ||||
-rw-r--r-- | textproc/pear-Horde_Text_Filter/pkg-descr | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e57e0692a493..1ffe434532b4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -952,6 +952,7 @@ SUBDIR += pdftohtml SUBDIR += pear-File_Fortune SUBDIR += pear-File_MARC + SUBDIR += pear-Horde_Text_Filter SUBDIR += pear-Numbers_Roman SUBDIR += pear-Numbers_Words SUBDIR += pear-Spreadsheet_Excel_Writer diff --git a/textproc/pear-Horde_Text_Filter/Makefile b/textproc/pear-Horde_Text_Filter/Makefile new file mode 100644 index 000000000000..97e90457ef8d --- /dev/null +++ b/textproc/pear-Horde_Text_Filter/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: pear-Horde_Text_Filter +# Date created: 7 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Text_Filter +PORTVERSION= 1.0.3 +CATEGORIES= textproc www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde Text Filter API + +USE_HORDE_RUN= Horde_Exception Horde_Util + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/textproc/pear-Horde_Text_Filter/distinfo b/textproc/pear-Horde_Text_Filter/distinfo new file mode 100644 index 000000000000..63b6cbb4df8f --- /dev/null +++ b/textproc/pear-Horde_Text_Filter/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Text_Filter-1.0.3.tgz) = fa962433d48f3dc1f38f85c2022e2e28b936d0a2359ff36177b0894bad1e5c7c +SIZE (Horde/Horde_Text_Filter-1.0.3.tgz) = 40386 diff --git a/textproc/pear-Horde_Text_Filter/pkg-descr b/textproc/pear-Horde_Text_Filter/pkg-descr new file mode 100644 index 000000000000..fd6e2ca3f1a5 --- /dev/null +++ b/textproc/pear-Horde_Text_Filter/pkg-descr @@ -0,0 +1,4 @@ +The Horde_Text_Filter library provides common methods for fitering +and converting text. + +WWW: http://pear.horde.org |