diff options
-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 |