pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

php-xdiff: Import php-xdiff-2.0.1



Module Name:	pkgsrc-wip
Committed By:	Jeremy C. Reed <reed%reedmedia.net@localhost>
Pushed By:	reed
Date:		Thu Sep 29 11:35:14 2016 -0500
Changeset:	b48d9f2566dcb447ad954dd9ce9ca4367514f4d6

Modified Files:
	Makefile
Added Files:
	php-xdiff/DESCR
	php-xdiff/Makefile
	php-xdiff/distinfo

Log Message:
php-xdiff: Import php-xdiff-2.0.1

php-xdiff provides bindings to the functions of LibXDiff,
for creating or applying patches for both text and binary files.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b48d9f2566dcb447ad954dd9ce9ca4367514f4d6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 +
 php-xdiff/DESCR    |  2 ++
 php-xdiff/Makefile | 26 ++++++++++++++++++++++++++
 php-xdiff/distinfo |  6 ++++++
 4 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index bf4a318..a80bc5b 100644
--- a/Makefile
+++ b/Makefile
@@ -2483,6 +2483,7 @@ SUBDIR+=	php-libawl-git
 SUBDIR+=	php-malware-finder
 SUBDIR+=	php-msgpack
 SUBDIR+=	php-tclink
+SUBDIR+=	php-xdiff
 SUBDIR+=	php-zmq
 SUBDIR+=	picosat
 SUBDIR+=	picprog
diff --git a/php-xdiff/DESCR b/php-xdiff/DESCR
new file mode 100644
index 0000000..7480eeb
--- /dev/null
+++ b/php-xdiff/DESCR
@@ -0,0 +1,2 @@
+php-xdiff provides bindings to the functions of LibXDiff,
+for creating or applying patches for both text and binary files.
diff --git a/php-xdiff/Makefile b/php-xdiff/Makefile
new file mode 100644
index 0000000..b1390b3
--- /dev/null
+++ b/php-xdiff/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+#
+
+MODNAME=		xdiff
+PECL_VERSION=		2.0.1
+CATEGORIES+=		misc
+
+MAINTAINER=		pkgsrc-users%pkgsrc.org@localhost
+HOMEPAGE=		http://php.net/xdiff
+COMMENT=		PHP bindings to the functions of LibXDiff
+LICENSE=		php
+
+PHP_VERSIONS_ACCEPTED=	70 71
+
+TEST_TARGET=		test
+TEST_ENV=		NO_INTERACTION=set
+
+pre-configure:
+	${MV} ${WRKSRC}/configure ${WRKSRC}/configure.orig
+	${SED} -e "s|SEARCH_PATH=\"/usr/local /usr\"|SEARCH_PATH=\"${BUILDLINK_PREFIX.libxdiff}\"|" \
+		${WRKSRC}/configure.orig > ${WRKSRC}/configure
+
+#.include "../../devel/libxdiff/buildlink3.mk"
+.include "../../wip/libxdiff/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/php-xdiff/distinfo b/php-xdiff/distinfo
new file mode 100644
index 0000000..ba3bec9
--- /dev/null
+++ b/php-xdiff/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.2 2015/11/04 01:18:01 agc Exp $
+
+SHA1 (php-xdiff/xdiff-2.0.1.tgz) = 1f3b5375e7319777b38e6125c0be0fb1bd77b01b
+RMD160 (php-xdiff/xdiff-2.0.1.tgz) = 31297409cf3641f5434fd4ce615f781f5ca17a20
+SHA512 (php-xdiff/xdiff-2.0.1.tgz) = 43f2bddac82ac19ac688ae7dad3fef65b0d8887c0e6adefd1fc15236582c31d78a54538903760270dee294ca8b8ba3def48bfa9b1d44160bcc450f5c6516402a
+Size (php-xdiff/xdiff-2.0.1.tgz) = 10418 bytes


Home | Main Index | Thread Index | Old Index