freebsd-ports/devel/pear-Net_Gearman/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
540 B
Text

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.