e6b6e3491e
This is a bundle of several ports covering many typical requirements for building an Apple WebObjects deployment environment. Each port is or has a dependancy with some other port in the bundle, and have therefore been lodged collectively. www/woadaptor WOAdaptor is a collection of WebObjects WebServer Adaptors. These include an Apache Module, CGI and FastCGI adaptors This is a subproject of Project Wonder and is an effort to pool enhancements and bug fixes for Apple's open source codebase. WWW: http://wonder.sourceforge.net/WOAdaptor.html PR: ports/117299 Submitted by: Quinton Dolan <q@onthenet.com.au>
16 lines
643 B
Text
16 lines
643 B
Text
%%APACHE%%%%APACHEETCDIR%%/webobjects.conf-dist
|
|
%%APACHE%%%%APACHEMODDIR%%/mod_WebObjects.so
|
|
%%APACHE%%@exec %D/sbin/apxs -e -a -n WebObjects %f || true
|
|
%%APACHE%%@unexec %D/sbin/apxs -e -A -n WebObjects %f || true
|
|
%%CGI%%libexec/WebObjects
|
|
%%FASTCGI%%libexec/WebObjects-fcgi
|
|
%%FASTCGI%%%%DATADIR%%/apache.conf
|
|
%%FASTCGI%%%%DATADIR%%/nginx.conf
|
|
%%FASTCGI%%%%DATADIR%%/lighttpd.conf
|
|
%%PORTDOCS%%%%CGI%%%%DOCSDIR%%/Installation.html
|
|
%%PORTDOCS%%%%FASTCGI%%%%DOCSDIR%%/README-fcgi
|
|
%%PORTDOCS%%%%DOCSDIR%%/example.xml
|
|
%%PORTDOCS%%%%DOCSDIR%%/woadaptor.dtd
|
|
%%PORTDOCS%%%%DOCSDIR%%/woadaptor.xml
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrmtry %%DATADIR%%
|