Date: Thu, 3 Mar 2011 00:45:55 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/aws Makefile distinfo pkg-descr pkg-plist ports/www/aws/files patch-config__projects__aws.gpr patch-docs__makefile patch-regtests__0043_check_mem__test.opt patch-ssl__crypto_lib.gpr patch-templates_parser__docs__makefile Message-ID: <201103030045.p230jtU9023338@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wen 2011-03-03 00:45:55 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/aws Makefile distinfo pkg-descr pkg-plist
www/aws/files patch-config__projects__aws.gpr
patch-docs__makefile
patch-regtests__0043_check_mem__test.opt
patch-ssl__crypto_lib.gpr
patch-templates_parser__docs__makefile
Log:
AWS stands for Ada Web Server, but it is more than just another webserver...
AWS is a complete framework to develop web based applications. The main
part of the framework is the embedded web server. This small yet powerful
web server can be embedded into your application so your application will be
able to talk with a standard web browser such as Microsoft Internet Explorer
or Netscape Communicator. Around this web server, a lot of services have
been developed.
The framework includes:
* seb parameters module * session server
* SOAP support * WSDL generation from Ada
* template parser * AJAX support
* HTTPS/SSL support * large server support
* virtual hosting support * server push
* directory browser * status page
* log module * hotplug module
* light communications API * configuration API
* client API * web page service
* SMTP support * LDAP support
* Jabber support
WWW: http://libre.adacore.com/libre/tools/aws/
PR: ports/153828
Submitted by: John Marino <freebsdml@marino.st>
Revision Changes Path
1.2824 +1 -0 ports/www/Makefile
1.1 +177 -0 ports/www/aws/Makefile (new)
1.1 +2 -0 ports/www/aws/distinfo (new)
1.1 +10 -0 ports/www/aws/files/patch-config__projects__aws.gpr (new)
1.1 +27 -0 ports/www/aws/files/patch-docs__makefile (new)
1.1 +13 -0 ports/www/aws/files/patch-regtests__0043_check_mem__test.opt (new)
1.1 +10 -0 ports/www/aws/files/patch-ssl__crypto_lib.gpr (new)
1.1 +18 -0 ports/www/aws/files/patch-templates_parser__docs__makefile (new)
1.1 +23 -0 ports/www/aws/pkg-descr (new)
1.1 +798 -0 ports/www/aws/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103030045.p230jtU9023338>
