Port details |
- libdombey SCGI application server in a library
- 5.56_1 devel =2 5.56_1Version of this port present on the latest quarterly branch.
- Maintainer: jimmy@mammothcheese.ca
- Port Added: 2010-04-24 20:03:45
- Last Update: 2024-03-18 10:25:39
- Commit Hash: 996f718
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- http://mammothcheese.ca/
- Description:
- Libdombey provides multi-process and multi-threaded TCP or UNIX-domain SCGI
application servers. The libraries handle network and concurrency tasks.
You write code to service connections.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libdombey>0:devel/libdombey
- To install the port:
- cd /usr/ports/devel/libdombey/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libdombey
- pkg install libdombey
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libdombey
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599355986
SHA256 (libdombey-5.56.tar.gz) = 94b49f0201563f0bed70703d5f6d0dc0bf5880c467b03b3784450401cd3002ed
SIZE (libdombey-5.56.tar.gz) = 58339
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_libdombey
- USES:
- ssl
- 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 |
5.56_1 18 Mar 2024 10:25:39 |
Christian Weisgerber (naddy) |
devel/libdombey: Move man pages to share/man
Approved by: portmgr (blanket) |
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) |
5.56 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 ) |
5.56 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.56 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.56 10 Sep 2020 04:04:14 |
danfe |
Update to the latest version 5.56 which is compatible with OpenSSL 1.1.x
and includes various bugfixes. |
5.34 05 Apr 2019 06:04:48 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
5.34 12 Oct 2016 19:18:58 |
pawel |
Update to version 5.34
PR: 213389
Submitted by: maintainer |
5.32 16 Sep 2016 22:48:48 |
amdmi3 |
- Update to 5.32
PR: 212525
Submitted by: jimmy@mammothcheese.ca (maintainer)
MFH: 2016Q3 |
5.29 10 Sep 2016 15:17:50 |
marino |
devel/libdombey: document SSL requirement and set CFLAGS accordingly
Approved by: SSL blanket |
5.29 05 Jun 2016 10:01:46 |
riggs |
Update to upstream version 5.29
Detailed maintainer log:
- Made scgi_get_env(), scgi_get_param(), scgi_get_cookie(), and
scgi_get_file() consistently reject NULL arguments in all servers.
- Changed the acceptable parameter quantities to 25 environment variables,
50 parameters, 50 files, and 25 cookies.
- Added hash table index to speed up scgi_get_env(), scgi_get_param(),
scgi_get_cookie(), and scgi_get_file().
- Fixed "make debug" target for the threaded library. Added description of
use of debugging builds to manuals.
- Fixed scgi_get_file() in event.c. It was returning char * when it needed
to return char **.
- Clarified used of the -x option in manuals.
PR: 209969
Submitted by: jimmy@mammothcheese.ca (maintainer) |
5.28 22 May 2016 08:07:19 |
riggs |
Update to upstream version 5.28
Detailed maintainer log:
- Libraries now prepend "dombey-" to temporary files so that users can
discriminate their own mkstemp()-created temporary files from files
created by the libraries in server root directories.
- Clarification of the structure of key and iv values has been added
to the manual pages.
PR: 209638
Submitted by: jimmy@mammothcheese.ca (maintainer) |
5.27 21 Apr 2016 05:20:18 |
pi |
devel/libdombey: 5.26 -> 5.27
PR: 208899
Submitted by: jimmy@mammothcheese.ca (maintainer) |
5.26 12 Feb 2016 12:33:10 |
miwi |
- Update to 5.26
PR: 207118
Submitted by: maintainer |
5.25 19 Dec 2015 01:05:46 |
junovitch |
devel/libdombey: update 5.22 -> 5.25
PR: 205381
Submitted by: jimmy@mammothcheese.ca (maintainer) |
5.22 07 Nov 2015 17:27:35 |
riggs |
Update to upstream version 5.22
PR: 204153
Submitted by: jimmy@mammothcheese.ca (maintainer) |
5.16 23 Oct 2015 11:07:24 |
danfe |
Update to version 5.16 which fixes event-driven server broken in 5.15.
PR: 203965
Submitted by: maintainer |
5.15 22 Oct 2015 17:21:30 |
amdmi3 |
- Update to 5.15
PR: 203953
Submitted by: jimmy@mammothcheese.ca (maintainer) |
5.9 15 Oct 2015 10:43:34 |
amdmi3 |
- Update to 5.9
PR: 203586
Submitted by: jimmy@mammothcheese.ca (maintainer) |
4.1.5 01 Oct 2015 01:40:38 |
vanilla |
Upgrade to 4.1.5
PR: 203444
Submitted by: maintainer |
4.1.4 09 Jun 2015 12:50:15 |
amdmi3 |
- Update to 4.1.5
- While here, add LICENSE
PR: 200701
Submitted by: jimmy@mammothcheese.ca (maintainer) |
4.1.3 01 Jun 2015 23:36:09 |
amdmi3 |
- Update to 4.1.3
PR: 200492
Submitted by: jimmy@mammothcheese.ca (maintainer) |
4.1.2 13 Feb 2015 12:02:54 |
pi |
devel/libdombey: 4.1.1 -> 4.1.2
New manual, no functional changes.
PR: 197569
Submitted by: jimmy@mammothcheese.ca (maintainer) |
4.1.1 21 Nov 2014 16:33:35 |
vanilla |
Upgrade to 4.1.1
PR: ports/195228
Submitted by: maintainer |
4.1 20 Nov 2014 08:07:59 |
robak |
devel/libdombey: update 4.0 -> 4.1
PR: 195036
Submitted by: James Bailie <jimmy@mammothcheese.ca>
Approved by: mentors (implicit) |
4.0 10 Nov 2014 20:35:13 |
antoine |
Update to 4.0
PR: ports/194816
Submitted by: maintainer |
3.7 21 May 2014 05:25:53 |
miwi |
- Update to 3.7
PR: 189235
Submitted by: maintainer |
3.4 23 Apr 2014 11:08:47 |
amdmi3 |
- Update to 3.4
PR: 188886
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) |
3.0 13 Apr 2014 12:14:40 |
vanilla |
Upgrade to 3.0.
PR: ports/188516
Submitted by: maintainer |
2.8 02 Mar 2014 05:11:17 |
tabthorpe |
- Update to 2.8
- Convert to STAGEDIR
PR: ports/186043
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) |
2.7 08 Oct 2013 16:01:13 |
tabthorpe |
- Update to 2.7
PR: ports/182603
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) |
2.5 30 Sep 2013 03:35:17 |
tabthorpe |
- Update to 2.5
PR: ports/182324
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) |
2.4 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.4 19 Sep 2013 15:35:20 |
tabthorpe |
- Update to 2.4
PR: ports/181998
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) |
2.3 04 Sep 2013 00:48:38 |
tabthorpe |
- Update to 2.3
PR: ports/181739
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) |
2.2 11 May 2012 16:44:28 |
tabthorpe |
- Update to 2.2
PR: ports/167409
Submitted by: maintainer |
2.1 16 Jan 2012 00:18:31 |
scheidell |
- Update to 2.1
PR: ports/164178
Submitted by: jimmy@mammothcheese.ca (maintainer)
Approved by: gabor (mentor, implicit) |
2.0 09 Jan 2012 23:42:55 |
tabthorpe |
- Update to 2.0
PR: ports/163889
Submitted by: maintainer |
1.14 31 Dec 2011 14:58:03 |
tabthorpe |
- Update to 1.14
PR: ports/163685
Submitted by: maintainer |
1.13 04 Dec 2011 05:50:02 |
tabthorpe |
- Update to 1.13
PR: ports/163039
Submitted by: maintainer
Feature safe: yes |
1.12 26 Nov 2011 04:00:54 |
tabthorpe |
- Update to 1.12
PR: ports/162797
Submitted by: maintainer
Feature safe: yes |
1.11 12 Nov 2011 00:27:03 |
tabthorpe |
- Update to 1.11
PR: ports/162365
Submitted by: maintainer
Feature safe: yes |
1.10 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.10 18 Oct 2011 03:07:33 |
tabthorpe |
- Update to 1.10
PR: ports/161699
Submitted by: maintainer |
1.9 10 Aug 2011 03:11:38 |
tabthorpe |
- Update to 1.9
PR: ports/159405
Submitted by: maintainer |
1.8 24 May 2011 03:10:06 |
tabthorpe |
- Update to 1.8
PR: ports/156917
Submitted by: maintainer |
1.7 30 Mar 2011 03:57:27 |
tabthorpe |
- Update to 1.7
PR: ports/155924
Submitted by: maintainer |
1.6 03 Feb 2011 23:24:43 |
dhn |
- Update to 1.6
PR: ports/154493
Submitted by: maintainer
Feature safe: yes |
1.5 30 Jan 2011 10:56:43 |
dhn |
- Update to 1.5
PR: ports/154386
Submitted by: maintainer
Feature safe: yes |
1.4 29 Dec 2010 05:41:43 |
tabthorpe |
- Update to 1.4
PR: ports/153359
Submitted by: maintainer |
1.3 27 Sep 2010 18:05:30 |
tabthorpe |
- Fix distinfo
Submitted by: QAT via ionbot |
1.3 27 Sep 2010 15:42:00 |
tabthorpe |
- Update to 1.3
PR: ports/150950
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) |
1.2 24 Jul 2010 05:56:58 |
sahil |
- Update to 1.2
PR: ports/148122
Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) |
1.1 04 May 2010 04:09:23 |
tabthorpe |
- Update to 1.1
PR: ports/146204
Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) |
1.0 24 Apr 2010 20:18:09 |
tabthorpe |
- Fix plist |
1.0 24 Apr 2010 20:12:20 |
tabthorpe |
- Fix distinfo |
1.0 24 Apr 2010 20:03:03 |
tabthorpe |
libdombey implements an SCGI application server which is incapable of
generating responses on its own. The programmer writes an initialization
function and a function to generate responses, then compiles and links his
or her code against the library to create a complete multi-process SCGI
application server.
libdombey is intended for use in applications where client requests are
either GET requests or POST requests encoded with x-www-form-urlencoding.
It drops connections over which it receives POST requests encoded as
multipart/form-data.
WWW: http://www.mammothcheese.ca/libdombey.html
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/145998
Submitted by: James Bailie <jimmy at mammothcheese.ca> |