From 110e7eb6f79b2e3dc2492d22b5dbba1c6368b3fc Mon Sep 17 00:00:00 2001 From: thierry Date: Sat, 19 Feb 2005 12:12:51 +0000 Subject: Add pear-Text_Diff 0.0.4, engine for performing and rendering text diffs. PR: 77715 Submitted by: Joseph Scott --- devel/Makefile | 1 + devel/pear-Text_Diff/Makefile | 36 ++++++++++++++++++++++++++++++++++++ devel/pear-Text_Diff/distinfo | 2 ++ devel/pear-Text_Diff/pkg-descr | 3 +++ 4 files changed, 42 insertions(+) create mode 100644 devel/pear-Text_Diff/Makefile create mode 100644 devel/pear-Text_Diff/distinfo create mode 100644 devel/pear-Text_Diff/pkg-descr (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 7411aaef52f..cbf213c5913 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 00000000000..6d18380a8bf --- /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 +# +# $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 +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include diff --git a/devel/pear-Text_Diff/distinfo b/devel/pear-Text_Diff/distinfo new file mode 100644 index 00000000000..8f7f2d20420 --- /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 00000000000..bf032a0b426 --- /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 -- cgit