The FreeBSD Ports Archive
FreeBSD www : aolserver4>
A multithreaded web server with embedded TCL interpreter
AOLserver is a highly-optimized multi-threaded web server.
It is used by America Online to power the busiest sites on the internet
such as AOL.com, Netscape.com, Mapquest.com and Moviefone.com.
AOLserver is similar in scope to servers such as BEA Weblogic,
IBM's Websphere and Apache's Tomcat.
The features that make it a strong server include
- a multi-threaded architecture for extremely efficient performance
in high demand environments
- native database APIs for simplified database access
- pooled database connections for fast, readily available database connectivity
- an embedded scripting language (Tcl) for rapid development of business logic.
AOLserver is also open source and freely available.
http://www.aolserver.com
|
aolserver history
v. 1.31
date: 2007/08/04 11:41:24; author: gabor; state: Exp; lines: +1 -1
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.30
date: 2007/07/02 22:34:45; author: mm; state: Exp; lines: +18 -13
- move AOLSERVERBASE under PREFIX
- add MANPAGES option and set to disabled by default
- bump PORTREVISION
Approved by: garga (mentor)
v. 1.29
date: 2007/06/26 13:33:14; author: mm; state: Exp; lines: +4 -1
- fix build on 6-STABLE (and maybe elsewhere)
- bump PORTREVISION
Suggested by: pav
Approved by: garga (mentor)
v. 1.28
date: 2007/04/30 14:25:37; author: mm; state: Exp; lines: +4 -1
- fixed and improved PKGINSTALL script
Approved by: garga (mentor)
v. 1.27
date: 2007/04/05 12:37:59; author: mm; state: Exp; lines: +6 -10
- updated maintainer e-mail address.
- switched to new bsd.tcl.mk infrastructure.
Approved by: garga (mentor)
v. 1.26
date: 2007/03/20 11:43:41; author: miwi; state: Exp; lines: +4 -12
- Added support for the new tcl threads structure.
PR: 110404
Submitted by: Martin Matuska (maintainer)
v. 1.25
date: 2007/03/07 13:27:46; author: miwi; state: Exp; lines: +1 -0
- Set only i386 and amd64
Submitted by: pointyhat via kris
Approved by: maintainer
v. 1.24
date: 2007/03/01 10:20:17; author: miwi; state: Exp; lines: +21 -3
- Added check for non-threaded tcl installations
- Added support for tcl85 via USE_TCL_VER=85
PR: 109676
Submitted by: Martin Matuska (maintainer)
v. 1.23
date: 2007/02/02 14:46:49; author: gabor; state: Exp; lines: +668 -318
- Update to 4.5.0
- Move out modules into separate ports
- Rename rc.d script
- Pass maintainership to submitter
PR: ports/105781
Submitted by: Martin Matuska
Approved by: aldert@nooitgedagt.net (maintainer),
erwin (mentor)
v. 1.22
date: 2006/08/04 12:34:49; author: erwin; state: Exp; lines: +2 -2
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
v. 1.21
date: 2006/01/07 06:29:56; author: dougb; state: Exp; lines: +1 -1
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
v. 1.20
date: 2005/09/28 11:12:33; author: flz; state: Exp; lines: +1 -0
- Fix/update rc script (-K doesn't exist anymore, fix rc.subr path, ...).
PR: ports/86658
Submitted by: maintainer
v. 1.19
date: 2005/07/17 17:03:18; author: pav; state: Exp; lines: +337 -30
- Update to 4.0.10
- Transfer maintainership to submitter
PR: ports/83547
Submitted by: Aldert Nooitgedagt
Approved by: Matthew Braithwaite (maintainer)
v. 1.18
date: 2005/03/01 22:15:34; author: kan; state: Exp; lines: +5 -1
Switch aolserver to start using rc.subr in startup script.
Auto-generate pkg-message to avoid hardcoding /usr/local.
v. 1.17
date: 2004/02/04 05:09:23; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.16
date: 2003/11/13 12:54:54; author: trevor; state: Exp; lines: +1 -1
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
v. 1.15
date: 2003/02/21 14:01:12; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.14
date: 2002/03/28 09:03:28; author: jkoshy; state: Exp; lines: +9 -10
Upgrade to v3.4.2.
PR: ports/35100
Submitted by: Jose Abelardo Martinez
v. 1.13
date: 2001/11/16 01:46:52; author: pat; state: Exp; lines: +0 -0
(forced commit)
oops i forgot to mention that this fix came from maintainer's
PR that he submitted.
PR: 31969
Submitted by: maintainer
Approved by: lioux
v. 1.12
date: 2001/11/15 23:41:04; author: pat; state: Exp; lines: +4 -5
Follow changes of the ftp directory structure and tarball name.
Approved by: lioux
v. 1.11
date: 2001/06/15 22:51:34; author: dwcjr; state: Exp; lines: +11 -7
Update to version 3.4
Convert hardcoded values to use port variables
Update pkg-plist and distinfo to reflect changes in new version
PR: 28187
Submitted by: maintainer
v. 1.10
date: 2001/06/01 06:05:14; author: obrien; state: Exp; lines: +3 -3
Use proper POSIX syntax for `chown'.
v. 1.9
date: 2000/10/27 16:11:21; author: kevlo; state: Exp; lines: +11 -14
Upgrade to version 3.2
PR: 22335
Submitted by: MAINTAINER
v. 1.8
date: 2000/10/22 13:40:54; author: jeh; state: Exp; lines: +10 -5
Update to version 1.3
PR: 22209
Submitted by: Matthew Braithwaite MAINTAINER
v. 1.7
date: 2000/10/08 10:23:07; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.6
date: 2000/07/25 00:59:35; author: kevlo; state: Exp; lines: +2 -2
Update MASTER_SITES
PR: 20158
Submitted by: MAINTAINER
v. 1.5
date: 2000/05/29 03:00:26; author: steve; state: Exp; lines: +4 -4
Provide a better rc.d startup script.
PR: 18419
Submitted by: Matthew Braithwaite
v. 1.4
date: 2000/04/30 00:19:36; author: steve; state: Exp; lines: +12 -271
Update to version 3.0.
PR: 18224
Submitted by: maintainer
v. 1.3
date: 2000/04/10 00:04:14; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.2
date: 2000/02/23 13:55:38; author: imura; state: Exp; lines: +197 -171
Update to version 3.0b6.1.
PR: 16724
Submitted by: maintainer
v. 1.1
date: 2000/01/29 05:59:24; author: steve; state: Exp;
Adding aolserver version 3.0b5.
A multithreaded web server with embedded TCL interpreter.
PR: 16115
Submitted by: Matt Braithwaite
=============================================================================
v. 1.31
date: 2007/08/04 11:41:24; author: gabor; state: Exp; lines: +1 -1
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.30
date: 2007/07/02 22:34:45; author: mm; state: Exp; lines: +18 -13
- move AOLSERVERBASE under PREFIX
- add MANPAGES option and set to disabled by default
- bump PORTREVISION
Approved by: garga (mentor)
v. 1.29
date: 2007/06/26 13:33:14; author: mm; state: Exp; lines: +4 -1
- fix build on 6-STABLE (and maybe elsewhere)
- bump PORTREVISION
Suggested by: pav
Approved by: garga (mentor)
v. 1.28
date: 2007/04/30 14:25:37; author: mm; state: Exp; lines: +4 -1
- fixed and improved PKGINSTALL script
Approved by: garga (mentor)
v. 1.27
date: 2007/04/05 12:37:59; author: mm; state: Exp; lines: +6 -10
- updated maintainer e-mail address.
- switched to new bsd.tcl.mk infrastructure.
Approved by: garga (mentor)
v. 1.26
date: 2007/03/20 11:43:41; author: miwi; state: Exp; lines: +4 -12
- Added support for the new tcl threads structure.
PR: 110404
Submitted by: Martin Matuska (maintainer)
v. 1.25
date: 2007/03/07 13:27:46; author: miwi; state: Exp; lines: +1 -0
- Set only i386 and amd64
Submitted by: pointyhat via kris
Approved by: maintainer
v. 1.24
date: 2007/03/01 10:20:17; author: miwi; state: Exp; lines: +21 -3
- Added check for non-threaded tcl installations
- Added support for tcl85 via USE_TCL_VER=85
PR: 109676
Submitted by: Martin Matuska (maintainer)
v. 1.23
date: 2007/02/02 14:46:49; author: gabor; state: Exp; lines: +668 -318
- Update to 4.5.0
- Move out modules into separate ports
- Rename rc.d script
- Pass maintainership to submitter
PR: ports/105781
Submitted by: Martin Matuska
Approved by: aldert@nooitgedagt.net (maintainer),
erwin (mentor)
v. 1.22
date: 2006/08/04 12:34:49; author: erwin; state: Exp; lines: +2 -2
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
v. 1.21
date: 2006/01/07 06:29:56; author: dougb; state: Exp; lines: +1 -1
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
v. 1.20
date: 2005/09/28 11:12:33; author: flz; state: Exp; lines: +1 -0
- Fix/update rc script (-K doesn't exist anymore, fix rc.subr path, ...).
PR: ports/86658
Submitted by: maintainer
v. 1.19
date: 2005/07/17 17:03:18; author: pav; state: Exp; lines: +337 -30
- Update to 4.0.10
- Transfer maintainership to submitter
PR: ports/83547
Submitted by: Aldert Nooitgedagt
Approved by: Matthew Braithwaite (maintainer)
v. 1.18
date: 2005/03/01 22:15:34; author: kan; state: Exp; lines: +5 -1
Switch aolserver to start using rc.subr in startup script.
Auto-generate pkg-message to avoid hardcoding /usr/local.
v. 1.17
date: 2004/02/04 05:09:23; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.16
date: 2003/11/13 12:54:54; author: trevor; state: Exp; lines: +1 -1
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
v. 1.15
date: 2003/02/21 14:01:12; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.14
date: 2002/03/28 09:03:28; author: jkoshy; state: Exp; lines: +9 -10
Upgrade to v3.4.2.
PR: ports/35100
Submitted by: Jose Abelardo Martinez
v. 1.13
date: 2001/11/16 01:46:52; author: pat; state: Exp; lines: +0 -0
(forced commit)
oops i forgot to mention that this fix came from maintainer's
PR that he submitted.
PR: 31969
Submitted by: maintainer
Approved by: lioux
v. 1.12
date: 2001/11/15 23:41:04; author: pat; state: Exp; lines: +4 -5
Follow changes of the ftp directory structure and tarball name.
Approved by: lioux
v. 1.11
date: 2001/06/15 22:51:34; author: dwcjr; state: Exp; lines: +11 -7
Update to version 3.4
Convert hardcoded values to use port variables
Update pkg-plist and distinfo to reflect changes in new version
PR: 28187
Submitted by: maintainer
v. 1.10
date: 2001/06/01 06:05:14; author: obrien; state: Exp; lines: +3 -3
Use proper POSIX syntax for `chown'.
v. 1.9
date: 2000/10/27 16:11:21; author: kevlo; state: Exp; lines: +11 -14
Upgrade to version 3.2
PR: 22335
Submitted by: MAINTAINER
v. 1.8
date: 2000/10/22 13:40:54; author: jeh; state: Exp; lines: +10 -5
Update to version 1.3
PR: 22209
Submitted by: Matthew Braithwaite MAINTAINER
v. 1.7
date: 2000/10/08 10:23:07; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.6
date: 2000/07/25 00:59:35; author: kevlo; state: Exp; lines: +2 -2
Update MASTER_SITES
PR: 20158
Submitted by: MAINTAINER
v. 1.5
date: 2000/05/29 03:00:26; author: steve; state: Exp; lines: +4 -4
Provide a better rc.d startup script.
PR: 18419
Submitted by: Matthew Braithwaite
v. 1.4
date: 2000/04/30 00:19:36; author: steve; state: Exp; lines: +12 -271
Update to version 3.0.
PR: 18224
Submitted by: maintainer
v. 1.3
date: 2000/04/10 00:04:14; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.2
date: 2000/02/23 13:55:38; author: imura; state: Exp; lines: +197 -171
Update to version 3.0b6.1.
PR: 16724
Submitted by: maintainer
v. 1.1
date: 2000/01/29 05:59:24; author: steve; state: Exp;
Adding aolserver version 3.0b5.
A multithreaded web server with embedded TCL interpreter.
PR: 16115
Submitted by: Matt Braithwaite
=============================================================================
v. 1.31
date: 2007/08/04 11:41:24; author: gabor; state: Exp; lines: +1 -1
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.30
date: 2007/07/02 22:34:45; author: mm; state: Exp; lines: +18 -13
- move AOLSERVERBASE under PREFIX
- add MANPAGES option and set to disabled by default
- bump PORTREVISION
Approved by: garga (mentor)
v. 1.29
date: 2007/06/26 13:33:14; author: mm; state: Exp; lines: +4 -1
- fix build on 6-STABLE (and maybe elsewhere)
- bump PORTREVISION
Suggested by: pav
Approved by: garga (mentor)
v. 1.28
date: 2007/04/30 14:25:37; author: mm; state: Exp; lines: +4 -1
- fixed and improved PKGINSTALL script
Approved by: garga (mentor)
v. 1.27
date: 2007/04/05 12:37:59; author: mm; state: Exp; lines: +6 -10
- updated maintainer e-mail address.
- switched to new bsd.tcl.mk infrastructure.
Approved by: garga (mentor)
v. 1.26
date: 2007/03/20 11:43:41; author: miwi; state: Exp; lines: +4 -12
- Added support for the new tcl threads structure.
PR: 110404
Submitted by: Martin Matuska (maintainer)
v. 1.25
date: 2007/03/07 13:27:46; author: miwi; state: Exp; lines: +1 -0
- Set only i386 and amd64
Submitted by: pointyhat via kris
Approved by: maintainer
v. 1.24
date: 2007/03/01 10:20:17; author: miwi; state: Exp; lines: +21 -3
- Added check for non-threaded tcl installations
- Added support for tcl85 via USE_TCL_VER=85
PR: 109676
Submitted by: Martin Matuska (maintainer)
v. 1.23
date: 2007/02/02 14:46:49; author: gabor; state: Exp; lines: +668 -318
- Update to 4.5.0
- Move out modules into separate ports
- Rename rc.d script
- Pass maintainership to submitter
PR: ports/105781
Submitted by: Martin Matuska
Approved by: aldert@nooitgedagt.net (maintainer),
erwin (mentor)
v. 1.22
date: 2006/08/04 12:34:49; author: erwin; state: Exp; lines: +2 -2
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
v. 1.21
date: 2006/01/07 06:29:56; author: dougb; state: Exp; lines: +1 -1
Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
v. 1.20
date: 2005/09/28 11:12:33; author: flz; state: Exp; lines: +1 -0
- Fix/update rc script (-K doesn't exist anymore, fix rc.subr path, ...).
PR: ports/86658
Submitted by: maintainer
v. 1.19
date: 2005/07/17 17:03:18; author: pav; state: Exp; lines: +337 -30
- Update to 4.0.10
- Transfer maintainership to submitter
PR: ports/83547
Submitted by: Aldert Nooitgedagt
Approved by: Matthew Braithwaite (maintainer)
v. 1.18
date: 2005/03/01 22:15:34; author: kan; state: Exp; lines: +5 -1
Switch aolserver to start using rc.subr in startup script.
Auto-generate pkg-message to avoid hardcoding /usr/local.
v. 1.17
date: 2004/02/04 05:09:23; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.16
date: 2003/11/13 12:54:54; author: trevor; state: Exp; lines: +1 -1
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
v. 1.15
date: 2003/02/21 14:01:12; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.14
date: 2002/03/28 09:03:28; author: jkoshy; state: Exp; lines: +9 -10
Upgrade to v3.4.2.
PR: ports/35100
Submitted by: Jose Abelardo Martinez
v. 1.13
date: 2001/11/16 01:46:52; author: pat; state: Exp; lines: +0 -0
(forced commit)
oops i forgot to mention that this fix came from maintainer's
PR that he submitted.
PR: 31969
Submitted by: maintainer
Approved by: lioux
v. 1.12
date: 2001/11/15 23:41:04; author: pat; state: Exp; lines: +4 -5
Follow changes of the ftp directory structure and tarball name.
Approved by: lioux
v. 1.11
date: 2001/06/15 22:51:34; author: dwcjr; state: Exp; lines: +11 -7
Update to version 3.4
Convert hardcoded values to use port variables
Update pkg-plist and distinfo to reflect changes in new version
PR: 28187
Submitted by: maintainer
v. 1.10
date: 2001/06/01 06:05:14; author: obrien; state: Exp; lines: +3 -3
Use proper POSIX syntax for `chown'.
v. 1.9
date: 2000/10/27 16:11:21; author: kevlo; state: Exp; lines: +11 -14
Upgrade to version 3.2
PR: 22335
Submitted by: MAINTAINER
v. 1.8
date: 2000/10/22 13:40:54; author: jeh; state: Exp; lines: +10 -5
Update to version 1.3
PR: 22209
Submitted by: Matthew Braithwaite MAINTAINER
v. 1.7
date: 2000/10/08 10:23:07; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.6
date: 2000/07/25 00:59:35; author: kevlo; state: Exp; lines: +2 -2
Update MASTER_SITES
PR: 20158
Submitted by: MAINTAINER
v. 1.5
date: 2000/05/29 03:00:26; author: steve; state: Exp; lines: +4 -4
Provide a better rc.d startup script.
PR: 18419
Submitted by: Matthew Braithwaite
v. 1.4
date: 2000/04/30 00:19:36; author: steve; state: Exp; lines: +12 -271
Update to version 3.0.
PR: 18224
Submitted by: maintainer
v. 1.3
date: 2000/04/10 00:04:14; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.2
date: 2000/02/23 13:55:38; author: imura; state: Exp; lines: +197 -171
Update to version 3.0b6.1.
PR: 16724
Submitted by: maintainer
v. 1.1
date: 2000/01/29 05:59:24; author: steve; state: Exp;
Adding aolserver version 3.0b5.
A multithreaded web server with embedded TCL interpreter.
PR: 16115
Submitted by: Matt Braithwaite
=============================================================================
|
| |

|