| Port details |
- webdis HTTP interface for Redis
- 0.1.25 databases
=0 0.1.20_1Version of this port present on the latest quarterly branch. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2021-04-07 11:46:34
- Last Update: 2026-08-23 20:46:23
- Commit Hash: 0705271
- License: BSD2CLAUSE
- WWW:
- https://webd.is/
- Description:
- Webdis is a simple HTTP server which forwards commands to Redis and
sends the reply back using a format of your choice.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- webdis>0:databases/webdis
- To install the port:
- cd /usr/ports/databases/webdis/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/webdis
- pkg install webdis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: webdis
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1787496984
SHA256 (nicolasff-webdis-0.1.25_GH0.tar.gz) = 60dc5e876a1df74d83ce5db41f99c61e62f45fa5ea7dbfedde4b1c99530f8032
SIZE (nicolasff-webdis-0.1.25_GH0.tar.gz) = 231941
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.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libevent.so : devel/libevent
- libmsgpack-c.so : devel/msgpack-c
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for webdis-0.1.25:
MSGPACK=on: MessagePack output format support
===> Use 'make config' to modify these settings
- Options name:
- databases_webdis
- USES:
- gmake pkgconfig
- 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 |
0.1.25 23 Aug 2026 20:46:23
    |
Jimmy Olgeni (olgeni)  |
databases/webdis: Update to 0.1.25
Regenerate patch-Makefile: upstream reworked the CFLAGS line.
0.1.25 autodetects MessagePack through pkg-config, which would make the
package contents depend on what happens to be present in the build
environment. Add an explicit MSGPACK option (on by default) so the
build is deterministic either way. |
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) |
0.1.20_1 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 ) |
0.1.20_1 27 Feb 2022 12:13:39
    |
Jimmy Olgeni (olgeni)  |
databases/webdis: fix rc script
Pass -P to daemon(8), else the 'stop' command will just kill a child
process that will promptly be restarted. |
0.1.20 25 Feb 2022 17:15:42
    |
Jimmy Olgeni (olgeni)  |
databases/webdis: update to version 0.1.20 |
0.1.19_1 17 Feb 2022 05:14:02
    |
Jimmy Olgeni (olgeni)  |
databases/webdis: add 'restart' option to daemon(8).
It has been reported that websockets might cause crashes occasionally. |
0.1.19 19 Jan 2022 09:22:06
    |
Jimmy Olgeni (olgeni)  |
databases/webdis: Update to version 0.1.19
From the release notes:
* Performance: avoid redundant operations when building HTTP responses.
* Fix HTTP parser bug on architectures that used unsigned "char" types.
* Fix crash when receiving "FIN" WebSocket frame. |
0.1.18 23 Oct 2021 14:44:48
    |
Jimmy Olgeni (olgeni)  |
databases/webdis: Update to version 0.1.18 |
0.1.17 05 Sep 2021 20:48:15
    |
Jimmy Olgeni (olgeni)  |
databases/webdis: Update to version 0.1.17. |
0.1.15 26 Apr 2021 09:16:10
    |
Jimmy Olgeni (olgeni)  |
databases/webdis: update to version 0.1.15. |
0.1.14 06 Apr 2021 20:43:15
    |
Mathieu Arnold (mat)  |
More $FreeBSD crept back. |
0.1.14 06 Apr 2021 16:58:00
    |
Jimmy Olgeni (olgeni)  |
Add databases/webdis, a simple HTTP gateway for Redis. |