diff options
author | scrappy <scrappy@FreeBSD.org> | 2006-04-21 01:14:34 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2006-04-21 01:14:34 +0800 |
commit | d3358512cc49b2eefd138de0d84903f270753559 (patch) | |
tree | 19ebf6b131a47403768dfe45676435a607d61f4c /textproc/pecl-xdiff | |
parent | 7e3f2357238254c0c7402c33ce2ed88c0f57a761 (diff) | |
download | freebsd-ports-gnome-d3358512cc49b2eefd138de0d84903f270753559.tar.gz freebsd-ports-gnome-d3358512cc49b2eefd138de0d84903f270753559.tar.zst freebsd-ports-gnome-d3358512cc49b2eefd138de0d84903f270753559.zip |
make sure all files get committed properly
Diffstat (limited to 'textproc/pecl-xdiff')
-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 |