diff options
author | mm <mm@FreeBSD.org> | 2011-07-08 04:57:47 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-07-08 04:57:47 +0800 |
commit | 69fe069cf35c98fa408f78a85dfcc436c780443c (patch) | |
tree | 1dc40590b950ebd8e1b6cb908f2a2e791c666cf4 /textproc | |
parent | 18868ab494e5e6003d14014917419e5cb26c81f9 (diff) | |
download | freebsd-ports-graphics-69fe069cf35c98fa408f78a85dfcc436c780443c.tar.gz freebsd-ports-graphics-69fe069cf35c98fa408f78a85dfcc436c780443c.tar.zst freebsd-ports-graphics-69fe069cf35c98fa408f78a85dfcc436c780443c.zip |
This Horde package provides a text-based diff engine and renderers
for multiple diff output formats.
WWW: http://pear.horde.org
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-Horde_Text_Diff/Makefile | 18 | ||||
-rw-r--r-- | textproc/pear-Horde_Text_Diff/distinfo | 2 | ||||
-rw-r--r-- | textproc/pear-Horde_Text_Diff/pkg-descr | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1f513bdc1ab..6ef70f52fee 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -953,6 +953,7 @@ SUBDIR += pear-File_Fortune SUBDIR += pear-File_MARC SUBDIR += pear-Horde_Kolab_Format + SUBDIR += pear-Horde_Text_Diff SUBDIR += pear-Horde_Text_Filter SUBDIR += pear-Horde_Text_Filter_Csstidy SUBDIR += pear-Horde_Text_Flowed diff --git a/textproc/pear-Horde_Text_Diff/Makefile b/textproc/pear-Horde_Text_Diff/Makefile new file mode 100644 index 00000000000..5d6c1635df0 --- /dev/null +++ b/textproc/pear-Horde_Text_Diff/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: pear-Horde_Text_Diff +# Date created: 7 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= Horde_Text_Diff +PORTVERSION= 1.0.1 +CATEGORIES= textproc www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde engine for performing and rendering text diffs + +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_Diff/distinfo b/textproc/pear-Horde_Text_Diff/distinfo new file mode 100644 index 00000000000..7d2e3b16424 --- /dev/null +++ b/textproc/pear-Horde_Text_Diff/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Text_Diff-1.0.1.tgz) = b8b1b910c403259fe78327e7050822eb495fb9e304fd34b0fae4c681db59578b +SIZE (Horde/Horde_Text_Diff-1.0.1.tgz) = 19873 diff --git a/textproc/pear-Horde_Text_Diff/pkg-descr b/textproc/pear-Horde_Text_Diff/pkg-descr new file mode 100644 index 00000000000..8395d76ab2d --- /dev/null +++ b/textproc/pear-Horde_Text_Diff/pkg-descr @@ -0,0 +1,4 @@ +This Horde package provides a text-based diff engine and renderers +for multiple diff output formats. + +WWW: http://pear.horde.org |