Date: Sun, 19 Sep 2021 06:07:30 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 838b620352a9 - main - devel/pear-Net_Gearman: Remove duplicate BUILD_DEPENDS and RUN_DEPENDS Message-ID: <202109190607.18J67UIE053333@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=838b620352a97184039c5624208654ddb71c7dc8 commit 838b620352a97184039c5624208654ddb71c7dc8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-19 05:29:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-19 06:00:02 +0000 devel/pear-Net_Gearman: Remove duplicate BUILD_DEPENDS and RUN_DEPENDS - Add NO_ARCH - Update pkg-descr --- devel/pear-Net_Gearman/Makefile | 9 ++++----- devel/pear-Net_Gearman/pkg-descr | 10 +++++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/devel/pear-Net_Gearman/Makefile b/devel/pear-Net_Gearman/Makefile index 7a214daa33fe..b80cd1d1c7ee 100644 --- a/devel/pear-Net_Gearman/Makefile +++ b/devel/pear-Net_Gearman/Makefile @@ -6,14 +6,13 @@ PORTREVISION= 3 CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Gearman client libraray for PHP +COMMENT= PHP interface to Gearman LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR} -RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR} - +USES= pear USE_PHP= json mbstring sockets -USES= pear php + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/pear-Net_Gearman/pkg-descr b/devel/pear-Net_Gearman/pkg-descr index bbeebe9c98b2..f61fa78015d3 100644 --- a/devel/pear-Net_Gearman/pkg-descr +++ b/devel/pear-Net_Gearman/pkg-descr @@ -1,3 +1,11 @@ -Gearman client library for PHP. +Gearman provides a generic application framework to farm out work to other +machines or processes that are better suited to do the work. It allows you to do +work in parallel, to load balance processing, and to call functions between +languages. It can be used in a variety of applications, from high-availability +web sites to the transport of database replication events. In other words, it is +the nervous system for how distributed processing communicates. + +This package provides an interface for PHP to communicate with the Gearman +server. WWW: https://pear.php.net/package/Net_Gearman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190607.18J67UIE053333>