diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 2006-04-20 17:14:34 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 2006-04-20 17:14:34 +0000 |
commit | 1438c0c6f44cab7168509d31c5c037866db6e575 (patch) | |
tree | 46ae770ebe681d29a917192bd6b0a007a5593ebf /textproc | |
parent | d0ba903fd7786e762576208f4f797724d16c732c (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-xdiff/Makefile | 26 | ||||
-rw-r--r-- | textproc/pecl-xdiff/distinfo | 3 | ||||
-rw-r--r-- | textproc/pecl-xdiff/pkg-descr | 6 |
3 files changed, 35 insertions, 0 deletions
diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile new file mode 100644 index 000000000000..57ac3c2448c2 --- /dev/null +++ b/textproc/pecl-xdiff/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: pecl-xdiff +# Date created: 19 April 2006 +# Whom: Larry Rosenman <ler@lerctr.org> +# +# $FreeBSD$ +# + +PORTNAME= xdiff +PORTVERSION= 1.4 +CATEGORIES= textproc pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= ler@lerctr.org +COMMENT= A PECL extension to create/apply binary and text patches + +LIB_DEPENDS= xdiff.0:${PORTSDIR}/textproc/libxdiff + +USE_PHP= yes +USE_PHPEXT= yes + +post-configure: + echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h +.include <bsd.port.mk> diff --git a/textproc/pecl-xdiff/distinfo b/textproc/pecl-xdiff/distinfo new file mode 100644 index 000000000000..6a0250e4d03d --- /dev/null +++ b/textproc/pecl-xdiff/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/xdiff-1.4.tgz) = fc24cb6725fdf2f518a0f2cd42343e7f +SHA256 (PECL/xdiff-1.4.tgz) = 12b1ada362be8857266e5b051a5af58cc8bdeeb48b9eca405e4ba41f6231fcef +SIZE (PECL/xdiff-1.4.tgz) = 8167 diff --git a/textproc/pecl-xdiff/pkg-descr b/textproc/pecl-xdiff/pkg-descr new file mode 100644 index 000000000000..4932facdca94 --- /dev/null +++ b/textproc/pecl-xdiff/pkg-descr @@ -0,0 +1,6 @@ +xdiff is an extension to do binary and text differences + +WWW: http://pecl.php.net/package/xdiff/ + +- Larry Rosenman +ler@lerctr.org |