aedd FreshPorts -- devel/gearmand
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
gearmand 0.41 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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/boost-libs
  2. devel/libexecinfo
  3. textproc/py-sphinx
  4. databases/sqlite3
  5. lang/python27
  6. devel/gmake
  7. lang/perl5.12
Required Libraries:
  1. devel/libevent
  2. misc/e2fsprogs-libuuid
  3. devel/libexecinfo
  4. databases/sqlite3

This port is required by:

for Build for Libraries

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.41:
     DRIZZLE=off: Enable Drizzle support for persistent queue
     HIREDIS=off: Enable Hiredis support for persistent queue
     MEMCACHED=off: Enable memcached support for persistent queue
     MYSQL=off: Enable MySQL support for persistent queue
     PGSQL=off: Enable PostgreSQL support for persistent queue
     SQLITE=on: Enable SQLite support for persistent queue
     TOKYOCAB=off: Enable Tokyo Cabinet support for persistent queue
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://launchpad.net/gearmand/1.0/0.41/+download/

Number of commits found: 29

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
19 Mar 2013 13:04:31
Original commit files touched by this commit  0.41
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
16 Oct 2012 18:11:38
Original commit files touched by this commit  0.41
glarkin search for other commits by this committer
- Updated to 0.41
  ChangeLog: https://launchpad.net/gearmand/+milestone/0.41
- Added dependency for textproc/py-sphinx to build man pages
- Removed obsoleted patches

Feature safe:	yes
10 Oct 2012 01:47:02
Original commit files touched by this commit  0.39_1
glarkin search for other commits by this committer
- Added search path for libexecinfo to prevent configure error [1]
- Mark port BROKEN for versions of FreeBSD that don't include POSIX spawn().
  It may be possible to convert the spawn() code back to fork()/exec() for
  FreeBSD 7.x, and I'll look into that and unbreak once it's ready. [2]

Reported by:	ports ML [1]
Reported by:	bdrewery [2]
05 Oct 2012 16:43:53
Original commit files touched by this commit  0.39_1
glarkin search for other commits by this committer
- Added devel/libexecinfo to BUILD_DEPENDS to avoid configure script
  errors
- Bumped PORTREVISION

Reported by:	Andy Yopp <andyy@honeycomb.net>
04 Oct 2012 19:51:34
Original commit files touched by this commit  0.39
glarkin search for other commits by this committer
[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>
05 Aug 2012 23:19:40
Original commit files touched by this commit  0.26
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
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: 29

2845
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 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 24518
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days24
new fortnight76
new month206

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0