summaryrefslogtreecommitdiff
path: root/www/aws-demos/DESCR
diff options
context:
space:
mode:
authormarino <marino>2012-07-08 20:16:13 +0000
committermarino <marino>2012-07-08 20:16:13 +0000
commit870af92a9a379bf548fbb80c8a6f868110a5ae38 (patch)
treedb06d57cecad51919cd72c24dcb66faa7157b89d /www/aws-demos/DESCR
parentfcb59814366d37c2dcdc5ccf66dc05a5f0ee9452 (diff)
downloadpkgsrc-870af92a9a379bf548fbb80c8a6f868110a5ae38.tar.gz
www/aws-demos: Build with USE_LANGUAGES+= ada
1) Remove lang/gnat-aux dependency 2) USE_LANGUAGES+= ada (invokes lang/gcc-aux dependency) 3) Restore use of pkgsrc wrappers 4) USE_TOOLS+= gawk (remove gawk dependency) 5) Add several CONFIGURE_ARGS 6) Add python dependency 7) Update 1-line description 8) Update long description Given the number of changes requires to build using lang/gcc-aux, it's doubtful that this package built correctly with lang/gnat-aux. Originally www/aws contained the demos and they were split out into a second package after submission, but this split package may not have been properly tested afterwards.
Diffstat (limited to 'www/aws-demos/DESCR')
-rw-r--r--www/aws-demos/DESCR22
1 files changed, 2 insertions, 20 deletions
diff --git a/www/aws-demos/DESCR b/www/aws-demos/DESCR
index ee6aeff83ff..a1ad8aa8fe7 100644
--- a/www/aws-demos/DESCR
+++ b/www/aws-demos/DESCR
@@ -1,21 +1,3 @@
-AWS stands for Ada Web Server, but it is more than just another webserver...
+This package demonstrates the capability of the Ada Web Server. More than
+25 small programs built with AWS are installed for educational purposes.
-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