Port details |
- webserver Framework for a GNUstep to act as HTTP or HTTPS server
- 1.4.6 www
=0 1.4.6Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-10-31 06:14:23
- Last Update: 2013-08-28 18:26:01
- SVN Revision: 325546
- Also Listed In: gnustep
- License: LGPL3
- Description:
- The WebServer class provides the framework for a GNUstep program to act
as an HTTP or HTTPS server for simple applications.
It does not attempt to be a general-purpose web server, but is rather
intended to permit a program to easily handle requests from automated
systems which are intended to control, monitor, or use the services
provided by the program in which the class is embedded.
The emphasis is on making it robust/reliable/simple, so you can rapidly
develop software using it. It is a single-threaded, single-process
system using asynchronous I/O, so you can easily run it under debug
in gdb to fix any bugs in your delegate object.
LICENSE: LGPL3 or later
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- webserver>0:www/webserver
- No installation instructions:
- This port has been deleted.
- PKGNAME: webserver
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- GNUstep.sh : devel/gnustep-make
- libgnustep-base.so : lang/gnustep-base
- libPerformance.so : devel/performance
- gmake : devel/gmake
- Runtime dependencies:
-
- GNUstep.sh : devel/gnustep-make
- libgnustep-base.so : lang/gnustep-base
- libPerformance.so : devel/performance
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.4.6 28 Aug 2013 18:26:01 |
theraven (src committer) |
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C
features work out of the box and remove a lot of configurable options for
sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.
Several of the ports left in have scary warnings which mean that they are likely
broken in lots of cases. Future commits will fix them.
Approved by: bapt |
1.4.6 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
1.4.6 26 Jun 2012 05:43:33 |
dinoex |
- reset MAINTAINER |
1.4.6 09 Jun 2012 12:50:27 |
dinoex |
- update to 1.4.6 |
1.4.4 12 Sep 2011 05:20:13 |
dinoex |
- update to 1.4.4 |
1.4.3 06 Aug 2011 16:58:44 |
dinoex |
- update to 1.4.3 |
1.4.0 16 Apr 2011 09:42:26 |
dinoex |
- fix objc API, so only one libobjc is linked in. |
1.4.0 10 Apr 2011 10:01:42 |
dinoex |
- update to 1.4.0 |
1.3.0 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.3.0 05 Jun 2010 06:07:36 |
dinoex |
LICENSE LGPL3 |
1.3.0 30 May 2010 12:28:39 |
dinoex |
- drop USE_GNUSTEP_PREFIX |
1.3.0 14 Sep 2009 12:00:25 |
dinoex |
- update to 1.3.0 |
1.2.1 16 Jan 2009 17:35:54 |
dinoex |
- add LICENSE: |
1.2.1 24 Jun 2008 16:43:41 |
dinoex |
- update to 1.2.1 |
1.1.1 31 Jan 2007 18:18:14 |
dinoex |
- add category gnustep
PR: 103931
Approved by: pav |
1.1.1 30 Jan 2007 08:21:58 |
dinoex |
- update to 1.1.1 |
1.1.0 13 Jan 2007 03:57:25 |
dinoex |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu |
1.1.0 31 Oct 2006 06:13:48 |
dinoex |
The WebServer class provides the framework for a GNUstep program to act
as an HTTP or HTTPS server for simple applications.
It does not attempt to be a general-purpose web server, but is rather
intended to permit a program to easily handle requests from automated
systems which are intended to control, monitor, or use the services
provided by the program in which the class is embedded.
The emphasis is on making it robust/reliable/simple, so you can rapidly
develop software using it. It is a single-threaded, single-process
system using asynchronous I/O, so you can easily run it under debug
in gdb to fix any bugs in your delegate object. |