[NEW PORTS] www/webobjects(+) Apple WebObjects ports bundle

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-cgi

	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>
This commit is contained in:
Edwin Groothuis 2008-06-13 06:33:56 +00:00
parent e6b6e3491e
commit 891837a0ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214757
2 changed files with 22 additions and 0 deletions

View File

@ -1407,6 +1407,7 @@
SUBDIR += wml
SUBDIR += wnews
SUBDIR += woadaptor
SUBDIR += woadaptor-cgi
SUBDIR += wordpress
SUBDIR += wordpress-mu
SUBDIR += wsdlpull

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: woadaptor-cgi
# Date created: Mon Apr 23 04:58:14 EST 2007
# Whom: Quinton Dolan <q@onthenet.com.au>
#
# $FreeBSD$
#
PORTNAME= woadaptor
PKGNAMESUFFIX= -cgi
MAINTAINER?= q@onthenet.com.au
COMMENT= WebObjects WebServer CGI/FastCGI Adaptor
MASTERDIR= ${.CURDIR}/../woadaptor
WITHOUT_APACHE= yes
WITH_CGI= yes
CONFLICTS= woadaptor-[0-9]*
.include "${MASTERDIR}/Makefile"