notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-gearmand Gearman server daemon
1.03 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.03Version of this port present on the latest quarterly branch.
Maintainer: vivek@khera.org search for ports maintained by this maintainer
Port Added: 2007-03-27 07:16:23
Last Update: 2008-01-20 12:09:16
SVN Revision: UNKNOWN
Also Listed In: perl5
License: not specified in port
WWW:
http://www.danga.com/gearman/
Description:
Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages. This is the server daemon component. The bridge between workers (clients who can do work) and callers (clients who want work done). You should run several of these, at least two, for both load balancing and high availability. WWW: http://www.danga.com/gearman/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • p5-gearmand>0:devel/p5-gearmand
No installation instructions:
This port has been deleted.
PKGNAME: p5-gearmand
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Gearman>=1.0 : devel/p5-Gearman
  2. p5-Danga-Socket>=1.52 : devel/p5-Danga-Socket
  3. perl5.8.8 : lang/perl5.8
Runtime dependencies:
  1. p5-Gearman>=1.0 : devel/p5-Gearman
  2. p5-Danga-Socket>=1.52 : devel/p5-Danga-Socket
  3. perl5.8.8 : lang/perl5.8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (18 items)
Collapse this list.
  1. ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  2. ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  3. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  4. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  5. ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  6. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  7. ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  8. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  9. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  10. ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  11. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  12. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  13. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  14. ftp://mirror.hiwaay.net/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  15. http://at.cpan.org/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  16. http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  17. http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
  18. http://www.cpan.dk/modules/by-module/../by-authors/id/B/BR/BRADFITZ/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.03
20 Jan 2008 12:09:16
Original commit files touched by this commit
rafan search for other commits by this committer
devel/p5-gearmand is replaced by devel/p5-Gearman-Server

PR:             ports/116611
Submitted by:   Vivek Khera <vivek at khera.org> (maintainer)
1.03
27 Mar 2007 07:15:31
Original commit files touched by this commit
miwi search for other commits by this committer
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of function calls, or to call functions between
languages.

This is the server daemon component.  The bridge between workers (clients who
can do work) and callers (clients who want work done).  You should run several
of these, at least two, for both load balancing and high availability.

WWW: http://www.danga.com/gearman/

PR:             ports/110878
Submitted by:   Vivek Khera <vivek at khera.org>

Number of commits found: 2