aboutsummaryrefslogtreecommitdiffstats
path: root/www/webserver/pkg-plist
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-10-31 14:13:48 +0800
committerdinoex <dinoex@FreeBSD.org>2006-10-31 14:13:48 +0800
commit26ff51873a9566c5444b8fe7532b0e34f48b8a01 (patch)
treef83dacadee8f54bec3e4e5f7a17e34fba7cbf341 /www/webserver/pkg-plist
parent0d5b22dca95dd8a905b2f943fc25d5c1727121ff (diff)
downloadfreebsd-ports-gnome-26ff51873a9566c5444b8fe7532b0e34f48b8a01.tar.gz
freebsd-ports-gnome-26ff51873a9566c5444b8fe7532b0e34f48b8a01.tar.zst
freebsd-ports-gnome-26ff51873a9566c5444b8fe7532b0e34f48b8a01.zip
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.
Diffstat (limited to 'www/webserver/pkg-plist')
-rw-r--r--www/webserver/pkg-plist10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/webserver/pkg-plist b/www/webserver/pkg-plist
new file mode 100644
index 000000000000..069b6a6c2920
--- /dev/null
+++ b/www/webserver/pkg-plist
@@ -0,0 +1,10 @@
+Local/Library/Documentation/WebServer/WebServer.gsdoc
+Local/Library/Documentation/WebServer/WebServer.html
+Local/Library/Documentation/WebServer/WebServer.igsdoc
+Local/Library/Documentation/WebServer/dependencies
+Local/Library/Headers/WebServer/WebServer.h
+Local/Library/Libraries/libWebServer.so
+Local/Library/Libraries/libWebServer.so.%%MAJORVERSION%%.1
+Local/Library/Libraries/libWebServer.so.%%VERSION%%
+@dirrm Local/Library/Headers/WebServer
+@dirrm Local/Library/Documentation/WebServer