America Online's web server version 4.

This commit is contained in:
Ian A. Harding 2004-06-01 16:40:26 +00:00 committed by Thomas Klausner
parent 6ba56a9fd0
commit 031e6346b5
5 changed files with 63 additions and 0 deletions

4
aolserver4/DESCR Normal file
View File

@ -0,0 +1,4 @@
$ NetBSD $
AOLserver is America Online's Open-Source web server. AOLserver is the backbone
of the largest and busiest production environments in the world. AOLserver is a
multithreaded, Tcl-enabled web server used for large scale, dynamic web sites.

42
aolserver4/Makefile Normal file
View File

@ -0,0 +1,42 @@
# $NetBSD: Makefile,v 1.1.1.1 2004/06/01 16:40:26 ianharding Exp $
#
DISTNAME= aolserver-4.01-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aolserver/}
MAINTAINER= iharding@destinydata.com
HOMEPAGE= http://www.aolserver.com/
COMMENT= America Online's open source web server
MAKE_FLAGS= NSHOME=${WRKSRC}
CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_PKGINSTALL= yes
OWN_DIRS= ?
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
PTHREAD_OPTS+= require
EGDIR= ${PREFIX}/share/examples/nsd
PKG_SYSCONFSUBDIR= nsd
NSD_LOGDIR= /var/log/nsd
NSD_USER?= nsadmin
NSD_GROUP?= nsadmin
PKG_GROUPS= ${NSD_GROUP}
PKG_USERS= ${NSD_USER} ${NSD_GROUP}::AOLServer\\ User::${SH}
CONF_FILES= ${EGDIR}/nsd.tcl ${PKG_SYSCONFDIR}/nsd.tcl
RCD_SCRIPTS= nsd
OWN_DIRS= ${NSD_LOGDIR}
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

1
aolserver4/PLIST Normal file
View File

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/01 16:40:26 ianharding Exp $

12
aolserver4/TODO Normal file
View File

@ -0,0 +1,12 @@
This package does not build.
- ${WRKSRC}/include/Makefile.global has a variable named TCL_CC that
seems to be undefined so when a "module" tries to build, there is
no compiler in the command line.
- Even after kludging that, there seems to be a thread library
conflict. I have pth installed, but even then, I thought it
was all supposed to Just Work now.
- There are undoubtedly tons of mistakes here, but I want to get
it out there so someone smarter than me can work on it.

4
aolserver4/distinfo Normal file
View File

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2004/06/01 16:40:26 ianharding Exp $
SHA1 (aolserver-4.01-src.tar.gz) = 4c5aaa1755cef1c0ae69f48da31619f8c2368970
Size (aolserver-4.01-src.tar.gz) = 586019 bytes