From owner-cvs-all@FreeBSD.ORG Thu Sep 6 12:00:09 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B49816A49C; Thu, 6 Sep 2007 12:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AC1213C48A; Thu, 6 Sep 2007 12:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l86C09Zl021864; Thu, 6 Sep 2007 12:00:09 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l86C08sn021863; Thu, 6 Sep 2007 12:00:08 GMT (envelope-from edwin) Message-Id: <200709061200.l86C08sn021863@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 6 Sep 2007 12:00:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/abyssws Makefile distinfo pkg-descr pkg-install pkg-plist ports/www/abyssws/files abyssws.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2007 12:00:09 -0000 edwin 2007-09-06 12:00:08 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/abyssws Makefile distinfo pkg-descr pkg-install pkg-plist www/abyssws/files abyssws.sh.in Log: New Port: www/abyssws - compact and easy to use web server 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 Revision Changes Path 1.1892 +1 -0 ports/www/Makefile 1.1 +38 -0 ports/www/abyssws/Makefile (new) 1.1 +3 -0 ports/www/abyssws/distinfo (new) 1.1 +35 -0 ports/www/abyssws/files/abyssws.sh.in (new) 1.1 +16 -0 ports/www/abyssws/pkg-descr (new) 1.1 +50 -0 ports/www/abyssws/pkg-install (new) 1.1 +103 -0 ports/www/abyssws/pkg-plist (new)