aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-xdiff2
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-10-10 20:13:18 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-10-10 20:13:18 +0000
commitc0653a7ac0a42589db2467addead5dd83258c005 (patch)
tree4dd94ae28cc605985efc3d0c90206d3437ff0471 /textproc/pecl-xdiff2
parent481dcdc71a56a25f501d114cfd43f3707aca0310 (diff)
downloadports-c0653a7ac0a42589db2467addead5dd83258c005.tar.gz
ports-c0653a7ac0a42589db2467addead5dd83258c005.zip
pecl-xdiff is a php extension that creates and applies
patches to both text and binary files. WWW: http://pecl.php.net/package/xdiff/ PR: 212776 Submitted by: dbaio@bsd.com.br
Notes
Notes: svn path=/head/; revision=423699
Diffstat (limited to 'textproc/pecl-xdiff2')
-rw-r--r--textproc/pecl-xdiff2/Makefile27
-rw-r--r--textproc/pecl-xdiff2/distinfo3
-rw-r--r--textproc/pecl-xdiff2/pkg-descr4
3 files changed, 34 insertions, 0 deletions
diff --git a/textproc/pecl-xdiff2/Makefile b/textproc/pecl-xdiff2/Makefile
new file mode 100644
index 000000000000..e6de5e79b5b3
--- /dev/null
+++ b/textproc/pecl-xdiff2/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= xdiff
+PORTVERSION= 2.0.1
+CATEGORIES= textproc pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+PKGNAMESUFFIX= 2
+DIST_SUBDIR= PECL
+
+MAINTAINER= dbaio@bsd.com.br
+COMMENT= PECL extension to create/apply binary and text patches
+
+LICENSE= PHP301
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libxdiff.so:textproc/libxdiff
+
+PORTSCOUT= limit:^2.*
+
+USES= php:ext tar:tgz
+IGNORE_WITH_PHP= 55 56
+CONFLICTS= pecl-xdiff-1*
+
+LDFLAGS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>
diff --git a/textproc/pecl-xdiff2/distinfo b/textproc/pecl-xdiff2/distinfo
new file mode 100644
index 000000000000..ecacd4d537a2
--- /dev/null
+++ b/textproc/pecl-xdiff2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1474132200
+SHA256 (PECL/xdiff-2.0.1.tgz) = b4ac96c33ec28a5471b6498d18c84a6ad0fe2e4e890c93df08e34061fba7d207
+SIZE (PECL/xdiff-2.0.1.tgz) = 10418
diff --git a/textproc/pecl-xdiff2/pkg-descr b/textproc/pecl-xdiff2/pkg-descr
new file mode 100644
index 000000000000..0676e10cff88
--- /dev/null
+++ b/textproc/pecl-xdiff2/pkg-descr
@@ -0,0 +1,4 @@
+pecl-xdiff is a php extension that creates and applies
+patches to both text and binary files.
+
+WWW: http://pecl.php.net/package/xdiff/