FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:23 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
aolserver 4.5.1_1 www on this many watch lists=2 search for ports that depend on this port
A multithreaded web server with embedded TCL interpreter
Maintained by: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


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.

WWW: http://www.aolserver.com

- Aldert
aldert@openacs.nl
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake
Required Libraries: lang/tcl85-thread

To install the port: cd /usr/ports/www/aolserver/ && make install clean
To add the package: pkg_add -r aolserver


Configuration Options
===> The following configuration options are available for aolserver-4.5.1_1:
     HTMLDOCS=off (default) "Install HTML documentation"
     MANPAGES=off (default) "Install manpages"
     TESTS=off (default) "Install tests in examples directory"
===> Use 'make config' to modify these settings

Master Sites:
http://garr.dl.sourceforge.net/project/aolserver/AOLserver/4.5.1/
http://superb-east.dl.sourceforge.net/project/aolserver/AOLserver/4.5.1/
http://nchc.dl.sourceforge.net/project/aolserver/AOLserver/4.5.1/
http://kent.dl.sourceforge.net/project/aolserver/AOLserver/4.5.1/
http://easynews.dl.sourceforge.net/project/aolserver/AOLserver/4.5.1/
http://ufpr.dl.sourceforge.net/project/aolserver/AOLserver/4.5.1/
http://mesh.dl.sourceforge.net/project/aolserver/AOLserver/4.5.1/
http://heanet.dl.sourceforge.net/project/aolserver/AOLserver/4.5.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/aolserver/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-02-02
    Affects: users of www/aolserver
    Author: martin@matuska.org
    Reason: 
      With update to aolserver 4.5.0 modules have been moved to separate ports.
    
      The following modules are available initially:
    
    	archivers/aolserver-nszlib
    	databases/aolserver-nsmysql
    	databases/aolserver-nspostgres
    	graphics/aolserver-nsgd
    	security/aolserver-nsencrypt
    	security/aolserver-nsmcrypt
    	security/aolserver-nsmhash
    	security/aolserver-nsopenssl
    	security/aolserver-nssha1
    	www/aolserver-nscache
    
      A different aolserver install directory for aolserver and modules
      can be specified by defining AOLSERVERBASE in make.conf
    
      The rc.d script has been renamed from aolserver.sh to aolserver.
    
    

Number of commits found: 39

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
27 Aug 2009 16:04:16
Original commit files touched by this commit  4.5.1_1
amdmi3 search for other commits by this committer
- Remove remaining SFP references (switch these ports to SF)

Approved by:    portmgr (pav)
19 Aug 2009 10:32:50
Original commit files touched by this commit  4.5.1_1
miwi search for other commits by this committer
- Change to SFP macro
23 Feb 2009 14:46:38
Original commit files touched by this commit  4.5.1
mm search for other commits by this committer
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:      pointyhat (pav)
03 Feb 2009 09:18:52
Original commit files touched by this commit  4.5.1
mm search for other commits by this committer
- Update to 4.5.1
04 Aug 2007 12:41:31
Original commit files touched by this commit  4.5.0_5
gabor search for other commits by this committer
- 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)
02 Jul 2007 23:34:46
Original commit files touched by this commit  4.5.0_5
mm search for other commits by this committer
- move AOLSERVERBASE under PREFIX
- add MANPAGES option and set to disabled by default
- bump PORTREVISION

Approved by:    garga (mentor)
26 Jun 2007 14:33:15
Original commit files touched by this commit  4.5.0_4
mm search for other commits by this committer
- fix build on 6-STABLE (and maybe elsewhere)
- bump PORTREVISION

Suggested by:   pav
Approved by:    garga (mentor)
30 Apr 2007 15:25:38
Original commit files touched by this commit  4.5.0_3
mm search for other commits by this committer
- fixed and improved PKGINSTALL script

Approved by:    garga (mentor)
05 Apr 2007 14:19:09
Original commit files touched by this commit  4.5.0_2
mm search for other commits by this committer
- updated maintainer e-mail address

Approved by:    garga (mentor)
05 Apr 2007 13:37:59
Original commit files touched by this commit  4.5.0_2
mm search for other commits by this committer
- updated maintainer e-mail address.
- switched to new bsd.tcl.mk infrastructure.

Approved by:    garga (mentor)
20 Mar 2007 11:43:41
Original commit files touched by this commit  4.5.0_2
miwi search for other commits by this committer
- Added support for the new tcl threads structure.

PR:             110404
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
07 Mar 2007 13:27:46
Original commit files touched by this commit  4.5.0_1
miwi search for other commits by this committer
- Set only i386 and amd64

Submitted by:   pointyhat via kris
Approved by:    maintainer
01 Mar 2007 10:20:17
Original commit files touched by this commit  4.5.0_1
miwi search for other commits by this committer
- Added check for non-threaded tcl installations
- Added support for tcl85 via USE_TCL_VER=85

PR:             109676
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
02 Feb 2007 14:46:50
Original commit files touched by this commit  4.5.0
gabor search for other commits by this committer
- 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 <martin@matuska.org>
Approved by:    aldert@nooitgedagt.net (maintainer),
                erwin (mentor)
04 Aug 2006 13:34:50
Original commit files touched by this commit  4.0.10_2
erwin search for other commits by this committer
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
20 Feb 2006 20:47:50
Original commit files touched by this commit  4.0.10_2
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
24 Jan 2006 03:14:23
Original commit files touched by this commit  4.0.10_2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
07 Jan 2006 06:29:57
Original commit files touched by this commit  4.0.10_2
dougb search for other commits by this committer
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.
28 Sep 2005 12:12:33
Original commit files touched by this commit  4.0.10_1
flz search for other commits by this committer
- Fix/update rc script (-K doesn't exist anymore, fix rc.subr path, ...).

PR:             ports/86658
Submitted by:   maintainer
28 Jul 2005 13:52:21
Original commit files touched by this commit  4.0.10
pav search for other commits by this committer
- Fix build on nssha1 module on 4.X
17 Jul 2005 18:03:18
Original commit files touched by this commit  4.0.10
pav search for other commits by this committer
- Update to 4.0.10
- Transfer maintainership to submitter

PR:             ports/83547
Submitted by:   Aldert Nooitgedagt <aldert@nooitgedagt.net>
Approved by:    Matthew Braithwaite <mab@red-bean.com> (maintainer)
01 Mar 2005 22:15:34
Original commit files touched by this commit  3.4.2_1
kan search for other commits by this committer
Switch aolserver to start using rc.subr in startup script.
Auto-generate pkg-message to avoid hardcoding /usr/local.
18 Mar 2004 02:27:55
Original commit files touched by this commit  3.4.2_1
trevor search for other commits by this committer
Add size data.

Approved by:    maintainers
04 Feb 2004 05:10:27
Original commit files touched by this commit  3.4.2_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
13 Nov 2003 12:54:57
Original commit files touched by this commit  3.4.2
trevor search for other commits by this committer
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
21 Feb 2003 14:01:38
Original commit files touched by this commit  3.4.2
knu search for other commits by this committer
De-pkg-comment.
28 Mar 2002 09:03:29
Original commit files touched by this commit  3.4.2
jkoshy search for other commits by this committer
Upgrade to v3.4.2.

PR:             ports/35100
Submitted by:   Jose Abelardo Martinez <jamartinez@altern.org>
16 Nov 2001 01:46:52
files touched by this commit
pat search for other commits by this committer
(forced commit)   oops i forgot to mention that this fix came from maintainer's 
 PR that he submitted.    
15 Nov 2001 23:41:05
files touched by this commit
pat search for other commits by this committer
Follow changes of the ftp directory structure and tarball name.    
16 Jun 2001 00:51:34
files touched by this commit
dwcjr search for other commits by this committer
Update to version 3.4   Convert hardcoded values to use port variables   Update
pkg-plist and distinfo to reflect changes in new version    
01 Jun 2001 08:05:18
files touched by this commit
obrien search for other commits by this committer
Use proper POSIX syntax for `chown'.    
26 Feb 2001 15:57:45
files touched by this commit
tom search for other commits by this committer
Add WWW:    
27 Oct 2000 18:11:27
files touched by this commit
kevlo search for other commits by this committer
Upgrade to version 3.2    
22 Oct 2000 15:40:55
files touched by this commit
jeh search for other commits by this committer
Update to version 1.3    
08 Oct 2000 12:23:49
files touched by this commit
asami search for other commits by this committer
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.    
08 Oct 2000 09:11:25
files touched by this commit
asami search for other commits by this committer
Convert category www to new layout.  
25 Jul 2000 02:59:35
files touched by this commit
kevlo search for other commits by this committer
Update MASTER_SITES    
01 Jun 2000 18:55:30
files touched by this commit
will search for other commits by this committer
Add the huge number of files that are missing from the aolserver PLIST.    
29 May 2000 05:00:29
files touched by this commit
steve search for other commits by this committer
Provide a better rc.d startup script.    

Number of commits found: 39

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.221 seconds.