aboutsummaryrefslogtreecommitdiffstats
path: root/www/aolserver
Commit message (Collapse)AuthorAgeFilesLines
* - Get rid of USE_TCL_THREAD and USE_TK_THREAD usagesgahr2013-02-061-1/+0
|
* - Release to pool as I do not use this and am overcommitted.bdrewery2012-11-031-6/+2
| | | | | | - Trim header Feature safe: yes
* - Update to my new maintainer addressbdrewery2012-08-031-1/+1
| | | | Approved by: eadler (mentor)
* Misc. fixes:zeising2012-07-302-8/+6
| | | | | | | | | | | | | | - Remove pre/post include - No need for ARCH check since ONLY_FOR_ARCHS is used - Use USERS/GROUPS - Fix invalid @exec in plist causing directory to be created in the wrong place with pkgng Add nogroup to GIDs since this port uses it. PR: ports/169984 Submitted by: maintainer Approved by: kwm (mentor)
* - Set MAKE_JOBS_UNSAFEeadler2012-06-061-9/+12
| | | | | | | | | - OptionsNGify - Pet portlint - Give maintainership to submitter PR: ports/168735 Submitted by: "Bryan Drewery" <bryan@shatow.net>
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-2/+5
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* Transfer maintainer back to ports@FreeBSD.orgmm2011-08-091-1/+1
| | | | Approved by: maintainer (myself)
* - Add LICENSE knob(s)mm2011-03-231-0/+3
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Remove remaining SFP references (switch these ports to SF)amdmi32009-08-271-1/+1
| | | | Approved by: portmgr (pav)
* - Change to SFP macromiwi2009-08-191-2/+1
|
* - Change default Tcl/Tk version to 8.5mm2009-02-231-0/+1
| | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav)
* - Update to 4.5.1mm2009-02-033-11/+14
|
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - move AOLSERVERBASE under PREFIXmm2007-07-032-17/+22
| | | | | | | - add MANPAGES option and set to disabled by default - bump PORTREVISION Approved by: garga (mentor)
* - fix build on 6-STABLE (and maybe elsewhere)mm2007-06-261-1/+4
| | | | | | | - bump PORTREVISION Suggested by: pav Approved by: garga (mentor)
* - fixed and improved PKGINSTALL scriptmm2007-04-302-14/+23
| | | | Approved by: garga (mentor)
* - updated maintainer e-mail addressmm2007-04-051-1/+1
| | | | Approved by: garga (mentor)
* - updated maintainer e-mail address.mm2007-04-051-10/+6
| | | | | | - switched to new bsd.tcl.mk infrastructure. Approved by: garga (mentor)
* - Added support for the new tcl threads structure.miwi2007-03-201-12/+4
| | | | | PR: 110404 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Set only i386 and amd64miwi2007-03-071-0/+1
| | | | | Submitted by: pointyhat via kris Approved by: maintainer
* - Added check for non-threaded tcl installationsmiwi2007-03-011-3/+21
| | | | | | | - Added support for tcl85 via USE_TCL_VER=85 PR: 109676 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Update to 4.5.0gabor2007-02-0211-589/+1650
| | | | | | | | | | | - 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)
* Add support for DESTDIR part I.erwin2006-08-041-2/+2
| | | | | | | | | | | | | | 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
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
| | | | | | | 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.
* SHA256ifyedwin2006-01-241-0/+5
| | | | Approved by: krion@
* Now that new style rc.d scripts are being run as part of thedougb2006-01-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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.
* - Fix/update rc script (-K doesn't exist anymore, fix rc.subr path, ...).flz2005-09-282-13/+28
| | | | | PR: ports/86658 Submitted by: maintainer
* - Fix build on nssha1 module on 4.Xpav2005-07-281-0/+12
|
* - Update to 4.0.10pav2005-07-1811-263/+559
| | | | | | | | - Transfer maintainership to submitter PR: ports/83547 Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net> Approved by: Matthew Braithwaite <mab@red-bean.com> (maintainer)
* Switch aolserver to start using rc.subr in startup script.kan2005-03-023-17/+35
| | | | Auto-generate pkg-message to avoid hardcoding /usr/local.
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Upgrade to v3.4.2.jkoshy2002-03-286-12/+88
| | | | | PR: ports/35100 Submitted by: Jose Abelardo Martinez <jamartinez@altern.org>
* Follow changes of the ftp directory structure and tarball name.pat2001-11-162-5/+4
| | | | Approved by: lioux
* Update to version 3.4dwcjr2001-06-164-24/+24
| | | | | | | | Convert hardcoded values to use port variables Update pkg-plist and distinfo to reflect changes in new version PR: 28187 Submitted by: maintainer
* Use proper POSIX syntax for `chown'.obrien2001-06-011-2/+2
|
* Add WWW:tom2001-02-261-1/+1
|
* Upgrade to version 3.2kevlo2000-10-284-43/+130
| | | | | PR: 22335 Submitted by: MAINTAINER
* Update to version 1.3jeh2000-10-224-823/+33
| | | | | PR: 22209 Submitted by: Matthew Braithwaite <mab@red-bean.com> MAINTAINER
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Update MASTER_SITESkevlo2000-07-251-1/+1
| | | | | PR: 20158 Submitted by: MAINTAINER
* Add the huge number of files that are missing from the aolserver PLIST.will2000-06-021-0/+834
| | | | | | PR: 18921 Submitted by: maintainer Prodded by: asami
* Provide a better rc.d startup script.steve2000-05-292-3/+24
| | | | | PR: 18419 Submitted by: Matthew Braithwaite <mab@red-bean.com>
* Update to version 3.0.steve2000-04-304-403/+62
| | | | | PR: 18224 Submitted by: maintainer
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Update to version 3.0b6.1.imura2000-02-235-276/+325
| | | | | PR: 16724 Submitted by: maintainer
* Adding aolserver version 3.0b5.steve2000-01-296-0/+403
A multithreaded web server with embedded TCL interpreter. PR: 16115 Submitted by: Matt Braithwaite <mab@red-bean.com>