diff options
author | thierry <thierry@FreeBSD.org> | 2005-02-19 20:12:51 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-02-19 20:12:51 +0800 |
commit | 110e7eb6f79b2e3dc2492d22b5dbba1c6368b3fc (patch) | |
tree | 3cc02a187024bab8e61aa9cfab0b7b6991c843bb /devel | |
parent | e5be677d7b9b6c5a146137055967bdc08dd96c29 (diff) | |
download | freebsd-ports-gnome-110e7eb6f79b2e3dc2492d22b5dbba1c6368b3fc.tar.gz freebsd-ports-gnome-110e7eb6f79b2e3dc2492d22b5dbba1c6368b3fc.tar.zst freebsd-ports-gnome-110e7eb6f79b2e3dc2492d22b5dbba1c6368b3fc.zip |
Add pear-Text_Diff 0.0.4, engine for performing and rendering text
diffs.
PR: 77715
Submitted by: Joseph Scott <joseph (at) randomnetworks.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-Text_Diff/Makefile | 36 | ||||
-rw-r--r-- | devel/pear-Text_Diff/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-Text_Diff/pkg-descr | 3 |
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7411aaef52f6..cbf213c59137 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1144,6 +1144,7 @@ SUBDIR += pear-Pager SUBDIR += pear-Structures_DataGrid SUBDIR += pear-System_Command + SUBDIR += pear-Text_Diff SUBDIR += pear-VFS SUBDIR += pear-Validate SUBDIR += pear-Var_Dump diff --git a/devel/pear-Text_Diff/Makefile b/devel/pear-Text_Diff/Makefile new file mode 100644 index 000000000000..6d18380a8bf1 --- /dev/null +++ b/devel/pear-Text_Diff/Makefile @@ -0,0 +1,36 @@ +# Ports collection makefile for: pear-Text_Diff +# Date created: 18 Feb 2005 +# Whom: Joseph Scott <joseph@randomnetworks.com> +# +# $FreeBSD$ +# + +PORTNAME= Text_Diff +PORTVERSION= 0.0.4 +CATEGORIES= devel pear + +MAINTAINER= joseph@randomnetworks.com +COMMENT= Engine for performing and rendering text diffs + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Text +FILES= Diff.php \ + Diff3.php \ + Diff/Renderer.php \ + Diff/Renderer/inline.php \ + Diff/Renderer/unified.php +TESTS= 1.txt \ + 2.txt \ + diff.phpt \ + inline.phpt \ + unified.phpt +EXAMPLES= 1.txt \ + 2.txt \ + diff.php +_EXAMPLESDIR= docs/examples + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/devel/pear-Text_Diff/distinfo b/devel/pear-Text_Diff/distinfo new file mode 100644 index 000000000000..8f7f2d204209 --- /dev/null +++ b/devel/pear-Text_Diff/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Text_Diff-0.0.4.tgz) = 51c69f16b373f75cb8dcf7c0247d7b94 +SIZE (PEAR/Text_Diff-0.0.4.tgz) = 11566 diff --git a/devel/pear-Text_Diff/pkg-descr b/devel/pear-Text_Diff/pkg-descr new file mode 100644 index 000000000000..bf032a0b4265 --- /dev/null +++ b/devel/pear-Text_Diff/pkg-descr @@ -0,0 +1,3 @@ +Engine for performing and rendering text diffs. + +WWW: http://pear.php.net/package/Text_Diff |