Add pear-Text_Diff 0.0.4, engine for performing and rendering text

diffs.

PR:		77715
Submitted by:	Joseph Scott <joseph (at) randomnetworks.com>
This commit is contained in:
Thierry Thomas 2005-02-19 12:12:51 +00:00
parent 9c89540227
commit 28ab6eb876
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129278
4 changed files with 42 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Text_Diff-0.0.4.tgz) = 51c69f16b373f75cb8dcf7c0247d7b94
SIZE (PEAR/Text_Diff-0.0.4.tgz) = 11566

View File

@ -0,0 +1,3 @@
Engine for performing and rendering text diffs.
WWW: http://pear.php.net/package/Text_Diff