Port details |
- beanstalkd Fast, distributed, in-memory workqueue service
- 1.12_1 net =3 1.12_1Version of this port present on the latest quarterly branch.
- Maintainer: vsevolod@FreeBSD.org
- Port Added: 2008-04-11 12:56:18
- Last Update: 2024-01-22 16:52:31
- Commit Hash: efc7eb7
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: MIT
- WWW:
- http://xph.us/software/beanstalkd/
- Description:
- Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface
is generic, but is intended for use in reducing the latency of page views in
high-volume web applications by running most time-consuming tasks
asynchronously.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- beanstalkd>0:net/beanstalkd
- To install the port:
- cd /usr/ports/net/beanstalkd/ && make install clean
- To add the package, run one of these commands:
- pkg install net/beanstalkd
- pkg install beanstalkd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: beanstalkd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1662585941
SHA256 (beanstalkd-beanstalkd-v1.12_GH0.tar.gz) = f43a7ea7f71db896338224b32f5e534951a976f13b7ef7a4fb5f5aed9f57883f
SIZE (beanstalkd-beanstalkd-v1.12_GH0.tar.gz) = 79592
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Run
-
- sysutils/cbsd-mq-router
Configuration Options:
- ===> The following configuration options are available for beanstalkd-1.12_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_beanstalkd
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12_1 22 Jan 2024 16:52:31 |
Muhammad Moinur Rahman (bofh) |
net/beanstalkd: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.12 22 Sep 2022 10:13:38 |
Piotr Kubaj (pkubaj) |
net/beanstalkd: fix build on 32-bits by specifying correct format specifier
net.c:162:21: error: format specifies type 'long' but the argument has type
'unsigned int' [-Werror,-Wformat]
path, strlen(path), maxlen);
^~~~~~~~~~~~
net.c:162:35: error: format specifies type 'long' but the argument has type
'size_t' (aka 'unsigned int') [-Werror,-Wformat]
path, strlen(path), maxlen);
^~~~~~ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
1.12 07 Sep 2022 21:32:30 |
Vsevolod Stakhov (vsevolod) |
net/beanstalkd: update to 1.12
PR: 261902
Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> |
1.10 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.10 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.10 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10 12 May 2018 08:34:04 |
amdmi3 |
- Add LICENSE_FILE
- Switch to new test framework
- Switch to options helpers
Approved by: portmgr blanket |
1.10 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
1.10 17 Aug 2015 12:22:31 |
vsevolod |
- Update to 1.10 |
1.9 07 May 2015 17:26:06 |
mat |
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.9 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.9 16 Jun 2014 08:57:58 |
vsevolod |
- Update to 1.9. |
1.8 28 Feb 2014 08:32:07 |
ehaupt |
- Support staging
- Define DOCS option |
1.8 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.8 09 Mar 2013 12:29:07 |
vsevolod |
Update to 1.8.
Reported by: Eric Freeman [eric at sundivenetworks.com] |
1.7 19 Oct 2012 12:27:52 |
vsevolod |
- Update to 1.7
- Remove LICENSE_FILE for those listed in bsd.licenses.db.mk
- Add test and regression-test targets
- Patch integ-test.c so we can run unit tests (#include order, thanks ak!)
- New Makefile header convention
Changes: http://kr.github.com/beanstalkd/2012/09/11/1.7-release-notes.html
PR: 172405
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com>
Feature safe: yes |
1.6 04 Oct 2012 10:50:43 |
bapt |
revert commit that shouldn't have been done |
1.6 04 Oct 2012 10:00:38 |
bapt |
Convert to new options framework |
1.6 07 Jun 2012 16:19:45 |
vsevolod |
Add LICENSE_FILE.
PR: 168457
Submitted by: koobs |
1.6 21 May 2012 12:02:16 |
vsevolod |
- Update to 1.6
- Honour CC and CFLAGS
- Mark MAKE_JOBS_SAFE
- Confirm build with clang on 9.0-RELEASE-amd64
Submitted by: koobs via private email |
1.5 17 Feb 2012 16:49:41 |
vsevolod |
Update beanstalkd to 1.5.
Add support of multiply profiles (idea obtained from memcached port). |
1.4.6_1 14 Jan 2012 08:57:23 |
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. |
1.4.6_1 24 Jun 2011 11:51:20 |
vsevolod |
Fix build with clang |
1.4.6 24 Feb 2011 17:40:27 |
vsevolod |
Change MASTER_SITE according to github.com change.
Reported by: pointyhat via pav |
1.4.6 21 Feb 2011 14:38:12 |
vsevolod |
Update beanstalkd to 1.4.6.
PR: 154625
Submitted by: Nicolas de Bari Embriz <nbari at dalmp.com> |
1.4.2_1 25 Jul 2010 15:39:20 |
mm |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
1.4.2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.4.2 10 Nov 2009 16:15:35 |
vsevolod |
Update net/beanstalkd to 1.4.2.
PR: 139932
Submitted by: Sylvio Cesar <scjamorim at bsd.com.br> |
1.3 18 May 2009 12:28:50 |
vsevolod |
Update to 1.3. |
1.2 05 Feb 2009 10:51:39 |
vsevolod |
- Remove unused patch. |
1.2 05 Feb 2009 10:49:05 |
vsevolod |
- Update beanstalkd to 1.2 |
1.0 29 Oct 2008 15:03:17 |
vsevolod |
- Update beanstalkd to 1.0 |
0.11_1 19 Aug 2008 16:40:17 |
mnag |
- Update libevent dependency and bump PORTREVISION |
0.11 08 May 2008 11:15:36 |
vsevolod |
Update to 0.11 |
0.10 11 Apr 2008 12:55:52 |
vsevolod |
Add port net/beanstalkd - fast workqueue service. |