| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
04 Oct 2012 19:51:34
1.11_1
|
glarkin  |
[devel/gearmand]:
- Updated to 0.39
- Added gearmand entries to UIDs and GIDs
- Registered conflict with devel/p5-Gearman-Server (conflicting rc.d scripts)
- Add patch to fix build with GCC < 4.4
- Cleaned up rc.d script
- Converted to OptionsNG
[devel/p5-Gearman-Server]:
- Registered conflict with devel/gearmand (conflicting rc.d scripts)
[devel/p5-Gearman-XS]:
- Removed explicit LIB_DEPENDS library version number
- Bumped PORTREVISION
PR: ports/171593 (based on)
Submitted by: Gasol Wu <gasol.wu@gmail.com> |
14 Jan 2012 08:57:23
1.11_1
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
08 Sep 2011 08:36:43
1.11_1
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat |
03 Jul 2011 14:59:23
1.11_1
|
ohauer  |
-remove MD5 |
24 Sep 2010 02:03:44
1.11_1
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
02 Apr 2010 13:53:57
1.11_1
|
pav  |
- Change rc script name to avoid conflict with devel/gearmand
PR: ports/144570
Submitted by: Vick Khera <vivek@khera.org> (maintainer) |
27 Mar 2010 00:15:24
1.11_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
11 Feb 2010 17:02:26
1.11
|
pgollucci  |
- Update to 1.11
PR: ports/143759
Submitted by: myself (pgollucci@)
Approved by: vivek@khera.org (maintainer) |
11 Oct 2009 12:46:38
1.10
|
miwi  |
- Update to 1.10
PR: 139443
Submitted by: Vick Khera <vivek@khera.org> (maintainer) |
17 Apr 2008 14:30:31
1.09
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
08 Sep 2007 08:17:15
1.09
|
clsung  |
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://search.cpan.org/dist/Gearman-Server/
PR: ports/116050
Submitted by: Tomoyuki Sakurai <cherry at trombik.org> |