pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/php-gearman



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jul 17 16:28:08 UTC 2017

Added Files:
        pkgsrc/devel/php-gearman: DESCR Makefile distinfo

Log Message:
Import php-gearman-2.0.3 into pkgsrc as devel/php-gearman.  Contributed
by Michael Moll in NetBSD/pkgsrc#5.  From the DESCR:

The Gearman PHP Extension provides a wrapper to libgearman. This
gives the user the ability to write fully featured Gearman clients
and workers in PHP, allowing them to quickly develop distributed
applications.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/php-gearman/DESCR \
    pkgsrc/devel/php-gearman/Makefile pkgsrc/devel/php-gearman/distinfo

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

Added files:

Index: pkgsrc/devel/php-gearman/DESCR
diff -u /dev/null pkgsrc/devel/php-gearman/DESCR:1.1
--- /dev/null   Mon Jul 17 16:28:08 2017
+++ pkgsrc/devel/php-gearman/DESCR      Mon Jul 17 16:28:08 2017
@@ -0,0 +1,4 @@
+The Gearman PHP Extension provides a wrapper to libgearman. This
+gives the user the ability to write fully featured Gearman clients
+and workers in PHP, allowing them to quickly develop distributed
+applications.
Index: pkgsrc/devel/php-gearman/Makefile
diff -u /dev/null pkgsrc/devel/php-gearman/Makefile:1.1
--- /dev/null   Mon Jul 17 16:28:08 2017
+++ pkgsrc/devel/php-gearman/Makefile   Mon Jul 17 16:28:08 2017
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2017/07/17 16:28:08 jperkin Exp $
+
+GITHUB_PROJECT=        pecl-gearman
+MODNAME=       gearman
+PECL_VERSION=   2.0.3
+DISTNAME=      gearman-${PECL_VERSION}
+GITHUB_TAG=    gearman-${PKGVERSION_NOREV}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=wcgallego/}
+DIST_SUBDIR=   ${GITHUB_PROJECT}
+EXTRACT_SUFX=  .tar.gz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/wcgallego/pecl-gearman
+COMMENT=       PHP extension for Gearman
+LICENSE=       php
+
+WRKSRC=        ${WRKDIR}/pecl-gearman-gearman-${PECL_VERSION}
+
+PHP_VERSIONS_ACCEPTED= 70 71
+
+CONFIGURE_ARGS+=       --with-gearman=shared,${BUILDLINK_PREFIX.gearmand}
+
+.include "../../devel/gearmand/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/php-gearman/distinfo
diff -u /dev/null pkgsrc/devel/php-gearman/distinfo:1.1
--- /dev/null   Mon Jul 17 16:28:08 2017
+++ pkgsrc/devel/php-gearman/distinfo   Mon Jul 17 16:28:08 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/17 16:28:08 jperkin Exp $
+
+SHA1 (pecl-gearman/gearman-2.0.3.tar.gz) = 04c58188b28ce6c9b6dd6d9628761c366981801c
+RMD160 (pecl-gearman/gearman-2.0.3.tar.gz) = 185a55deb6e9fb99dd80d4c352a2c9898b3dc5be
+SHA512 (pecl-gearman/gearman-2.0.3.tar.gz) = d9a390d34c54f6a922a6b21a6b8a0412cbc4986f27012d52b0e6dc55d6db502e7c097472a81c0219c0b7f8075af5baa742b4dae6971bbf3cedc9e5fc5eb93cfd
+Size (pecl-gearman/gearman-2.0.3.tar.gz) = 40835 bytes



Home | Main Index | Thread Index | Old Index