From 1438c0c6f44cab7168509d31c5c037866db6e575 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Thu, 20 Apr 2006 17:14:34 +0000 Subject: make sure all files get committed properly --- textproc/pecl-xdiff/Makefile | 26 ++++++++++++++++++++++++++ textproc/pecl-xdiff/distinfo | 3 +++ textproc/pecl-xdiff/pkg-descr | 6 ++++++ 3 files changed, 35 insertions(+) create mode 100644 textproc/pecl-xdiff/Makefile create mode 100644 textproc/pecl-xdiff/distinfo create mode 100644 textproc/pecl-xdiff/pkg-descr 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 +# +# $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 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 -- cgit v1.2.3