diff options
author | thierry <thierry@FreeBSD.org> | 2005-02-19 12:12:51 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-02-19 12:12:51 +0000 |
commit | 110e7eb6f79b2e3dc2492d22b5dbba1c6368b3fc (patch) | |
tree | 3cc02a187024bab8e61aa9cfab0b7b6991c843bb | |
parent | e5be677d7b9b6c5a146137055967bdc08dd96c29 (diff) | |
download | FreeBSD-ports-110e7eb6f79b2e3dc2492d22b5dbba1c6368b3fc.zip FreeBSD-ports-110e7eb6f79b2e3dc2492d22b5dbba1c6368b3fc.tar.gz |
Add pear-Text_Diff 0.0.4, engine for performing and rendering text
diffs.
PR: 77715
Submitted by: Joseph Scott <joseph (at) randomnetworks.com>
-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 7411aae..cbf213c 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 0000000..6d18380 --- /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 0000000..8f7f2d2 --- /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 0000000..bf032a0 --- /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 |