Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

new package: devel/php-gearman #5

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions devel/php-gearman/DESCR
Original file line number Diff line number Diff line change
@@ -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.
26 changes: 26 additions & 0 deletions devel/php-gearman/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# $NetBSD$

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
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"
6 changes: 6 additions & 0 deletions devel/php-gearman/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$NetBSD$

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