FreshPorts -- The Place For Ports Sat, 4 Feb 2012 3:02 AM GMT
Port details
gearmand 0.26 devel on this many watch lists=1 search for ports that depend on this port
Gearman C Server and Library
Maintained by: glarkin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Jan 2009 06:58:46
License: not specified in port


Gearman provides a generic framework to farm out work to other
machines or dispatch function calls to machines 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 for database replication.

WWW:	http://www.gearman.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/boost-libs, databases/sqlite3, devel/gmake, lang/perl5.8
Required Libraries: devel/libevent, misc/e2fsprogs-libuuid, databases/sqlite3
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/gearmand/ && make install clean
To add the package: pkg_add -r gearmand


Configuration Options
===> The following configuration options are available for gearmand-0.26:
     DRIZZLE=off (default) "Enable Drizzle support for persistent queue"
     MEMCACHED=off (default) "Enable memcached support for persistent queue"
     PGSQL=off (default) "Enable PostgreSQL support for persistent queue"
     SQLITE=on (default) "Enable SQLite support for persistent queue"
     REDIS=off (default) "Enable Redis support for persistent queue"
     TOKYOCAB=off (default) "Enable Tokyo Cabinet support for persistent queue"
===> Use 'make config' to modify these settings

Master Sites:
http://launchpad.net/gearmand/trunk/0.26/+download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
03 Feb 2012 21:40:00
Original commit files touched by this commit  0.26
glarkin search for other commits by this committer
- Unbreak on 7.x due to missing sigignore()

Submitted by:   pointyhat (via pav)
02 Feb 2012 20:35:22
Original commit files touched by this commit  0.26
pav search for other commits by this committer
- Mark BROKEN on 7.X: does not compile
  libtest/test.cc: In function 'int main(int, char**)':
  libtest/test.cc:116: error: 'sigignore' was not declared in this scope
  gmake[1]: *** [libtest/libtest_libtest_la-test.lo] Error 1

Reported by:    pointyhat
16 Jan 2012 20:18:06
Original commit files touched by this commit  0.26
glarkin search for other commits by this committer
- Fix the SQLite library detection the correct way this time

Submitted by:   pointyhat (via pav)
Pointyhat to:   glarkin
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.26
dougb search for other commits by this committer
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.
13 Jan 2012 21:59:09
Original commit files touched by this commit  0.26
glarkin search for other commits by this committer
- Unbreak
- Upgrade to 0.26
- Add new build dependencies
- Add new build option for Redis persistent queue
- Move SQLite library version checking to BUILD_DEPENDS from the upstream
  configure script.  It always failed due to incorrect comparison of a version
  string with a version number.
- Update a bunch of depends and CONFIGURE_ARGS due to changes in the upstream
  configure script.

PR:             ports/164026 (based on)
Submitted by:   Marc Peters <marc.peters@trivago.com>
06 Nov 2011 22:53:12
Original commit files touched by this commit  0.14
pav search for other commits by this committer
- Mark BROKEN: does not compile
  gearmand/gearmand.o(.text+0x8ce):gearmand/gearmand.c:376: undefined reference
to `gearmand_queue_libmemcached_init'
  gearmand/gearmand.o(.text+0xc32):gearmand/gearmand.c:443: undefined reference
to `gearmand_queue_libmemcached_deinit'

Reported by:    pointyhat
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.14
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 14:59:23
Original commit files touched by this commit  0.14
ohauer search for other commits by this committer
-remove MD5
15 Sep 2010 23:54:09
Original commit files touched by this commit  0.14
glarkin search for other commits by this committer
- Fix linker errors by adding Perl build dependency (needed for configure
  script) and adding proper SASL library to CONFIGURE_ENV.

  If the libmemcached support option is selected in this port and the
  libmemcached library was built with SASL support, our library test
  in the configure script failed silently with a linker error.

- Minor OPTION processing cleanups and whitespace fixes

Reported by:    pointhat
08 Sep 2010 17:41:10
Original commit files touched by this commit  0.14
glarkin search for other commits by this committer
- Updated to 0.14 [1]
- Added options for libdrizzle and Tokyo Cabinet support

PR:             ports/149921
Submitted by:   Vick Khera <vivek at khera at org> [1]
27 Apr 2010 18:04:04
Original commit files touched by this commit  0.13
glarkin search for other commits by this committer
- Take maintainership
- Add another master site
22 Apr 2010 22:30:20
Original commit files touched by this commit  0.13
sahil search for other commits by this committer
- Update to 0.13

Approved by:    itetcu@ (mentor), wxs@ (mentor)
17 Apr 2010 15:24:00
Original commit files touched by this commit  0.12
sahil search for other commits by this committer
- Update to 0.12
- Reset maintainer to ports@FreeBSD.org

PR:             ports/145315
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Approved by:    wxs@ (mentor)
27 Mar 2010 00:15:24
Original commit files touched by this commit  0.11
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
31 Dec 2009 20:14:28
Original commit files touched by this commit  0.11
miwi search for other commits by this committer
- Update to 0.11

PR:             141303
Submitted by:   Vick Khera <vivek@khera.org>
Approved by:    maintainer timeout
19 Sep 2009 12:00:16
Original commit files touched by this commit  0.9
miwi search for other commits by this committer
- Update to 0.9
- Add support for SQLite and PostgresSQL

PR:             138614
Submitted by:   Keith Gaughan <k@stereochro.me> (based on)
Approved by:    maintainer
Feature safe:   yes
04 Jul 2009 23:21:06
Original commit files touched by this commit  0.8
miwi search for other commits by this committer
- Update to 0.8

PR:             136249
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
01 Jul 2009 08:58:20
Original commit files touched by this commit  0.7
miwi search for other commits by this committer
- Update to 0.7

PR:             136068
Submitted by:   Alex Kapranoff <ka@nadoby.ru>
Approved by:    maintainer
20 May 2009 09:55:31
Original commit files touched by this commit  0.6
lwhsu search for other commits by this committer
- Update to 0.6

PR:             ports/134744
Submitted by:   Gea-Suan Lin <gslin AT gslin.org> (maintainer)
01 May 2009 08:39:56
Original commit files touched by this commit  0.5
miwi search for other commits by this committer
- Update to 0.5

PR:             134119
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
12 Feb 2009 13:20:18
Original commit files touched by this commit  0.3
lwhsu search for other commits by this committer
- Update to 0.3

PR:             ports/131455
Submitted by:   Gea-Suan Lin <gslin AT gslin.org> (maintainer)
30 Jan 2009 05:18:43
Original commit files touched by this commit  0.2_1
rafan search for other commits by this committer
- Remove duplicate command arguments

PR:             ports/131144
Submitted by:   Gea-Suan Lin <gslin atgslin.org> (maintainer)
29 Jan 2009 06:58:29
Original commit files touched by this commit  0.2
lwhsu search for other commits by this committer
Add gearmand 0.2, gearman C Server and Library.

PR:             ports/131088
Submitted by:   Gea-Suan Lin <gslin at gslin.org>

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01
thunderbirdFeb 01
thunderbird3Feb 01
apache2Jan 31
apache20Jan 31
apache21Jan 31
apache22Jan 31
apache22-prefork-mpmJan 31
sudo*Jan 31

17 vulnerabilities affecting 41 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23097
Broken 192
Deprecated 94
Ignore 728
Forbidden 2
Restricted 329
No CDROM 108
Vulnerable 0
Expired 7
Set to expire 92
Interactive 62
new 24 hours 5
new 48 hours6
new 7 days27
new fortnight59
new month112

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.352 seconds.