summaryrefslogtreecommitdiff
path: root/www/abyssws (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | www)
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* - drop invalid post-deinstall target, and add pkg-deinstall scriptJason Helfman2012-03-283-30/+36
| | | | | | | | | - while here adjust install scripts PR: ports/166094 Submitted by: jgh Approved by: maintainer timeout ( 14 days ) Feature safe: yes
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | 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.
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to version 2.6Beech Rintoul2009-01-224-17/+19
| | | | | | | | - New Features: http://www.aprelium.com/news/abws26.html - Update pkg-descr to remove features not present in the FreeBSD version. PR: ports/130841 Submitted by: Dan Voisine <voisined@wit.edu> (maintainer)
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-061-4/+0
| | | | Approved by: pav
* - Correctly define dependencyPav Lucistnik2007-12-143-12/+54
| | | | | | | | | - For FreeBSD 6.X and later - Correctly preserve index.html - Remove user and group left behind at deinstall PR: ports/117003 Submitted by: Dan Voisine <voisined@wit.edu> (maintainer)
* - Make fetchableBeech Rintoul2007-09-154-9/+29
| | | | | | | | - Fix install and package permissions PR: ports/116265 Submitted by: Daniel Voisine <voisined@wit.edu> Approved by: sat (mentor)
* New Port: www/abyssws - compact and easy to use web serverEdwin Groothuis2007-09-066-0/+245
Abyss Web Server is a compact and easy to use web server. Despite its small footprint, it supports HTTP/1.1, dynamic content generation through CGI/FastCGI scripts, ISAPI extensions, native ASP.NET support, Server Side Includes (SSI), custom error pages, password protection, IP address control, anti-leeching, and bandwidth throttling. It also features an automatic antihacking system as well as a multilingual remote web management interface that makes its configuration as easy as browsing a web site. It supports a wide range of Web technologies and can run advanced PHP, Perl, Python, ASP, ASP.NET, and Ruby on Rails Web applications which can be backed by databases such as MySQL, SQLite, MS SQL Server, MS Access, or Oracle. WWW: http://www.aprelium.com/ PR: ports/115840 Submitted by: Daniel Voisine <voisined@wit.edu>