svn commit: r423699 - in head/textproc: . pecl-xdiff2

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Oct 10 20:13:20 UTC 2016


Author: rm
Date: Mon Oct 10 20:13:18 2016
New Revision: 423699
URL: https://svnweb.freebsd.org/changeset/ports/423699

Log:
  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 at bsd.com.br

Added:
  head/textproc/pecl-xdiff2/
  head/textproc/pecl-xdiff2/Makefile   (contents, props changed)
  head/textproc/pecl-xdiff2/distinfo   (contents, props changed)
  head/textproc/pecl-xdiff2/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Oct 10 20:12:31 2016	(r423698)
+++ head/textproc/Makefile	Mon Oct 10 20:13:18 2016	(r423699)
@@ -1163,6 +1163,7 @@
     SUBDIR += pecl-syck
     SUBDIR += pecl-wbxml
     SUBDIR += pecl-xdiff
+    SUBDIR += pecl-xdiff2
     SUBDIR += pecl-xslcache
     SUBDIR += pecl-yaml
     SUBDIR += peco

Added: head/textproc/pecl-xdiff2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/pecl-xdiff2/Makefile	Mon Oct 10 20:13:18 2016	(r423699)
@@ -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 at 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>

Added: head/textproc/pecl-xdiff2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/pecl-xdiff2/distinfo	Mon Oct 10 20:13:18 2016	(r423699)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1474132200
+SHA256 (PECL/xdiff-2.0.1.tgz) = b4ac96c33ec28a5471b6498d18c84a6ad0fe2e4e890c93df08e34061fba7d207
+SIZE (PECL/xdiff-2.0.1.tgz) = 10418

Added: head/textproc/pecl-xdiff2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/pecl-xdiff2/pkg-descr	Mon Oct 10 20:13:18 2016	(r423699)
@@ -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/


More information about the svn-ports-all mailing list