notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/aws/files/patch-docs__makefile
SVNWeb

Number of commits found: 3

Sat, 17 May 2014
[ 21:21 marino search for other commits by this committer ] Original commit   Revision:354373 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
www/aws: Upgrade from 3.1.0.0 => 3.2.0.0

The templates parser was split out from AWS and due to quirk how
GPRBuild interacts with aggregate library projects, linking it as a
separate library was more than challenging.  It would drop a library
exchange file (aws.lexch) in /usr/local/lib/templates_parser during
the linking process.  Ports are not support to touch areas outside of
their work directory -- if they do, builders will notice and fail the
port.  After hours of trying to get GPRLib to behave, I was reduced to
copying the *.ali files over to the work directory and creating a
custom gpr file to make linking legal.  In the process, I noticed AWS
was linking back to work directory (sanity checks don't flag this yet)
so that was fixed the the custom "-R" option that I added to GPRBuild
a couple of years ago.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 4 Jul 2013
[ 12:31 wg search for other commits by this committer ] Original commit   Revision:322270
www/aws: udpate to 3.1.0.0

- Update to 3.1.0.0
- Auto generate pkg-plist
- Add another option for SSL

PR:		ports/180242
Submitted by:	John Marino <draco@marino.st> (maintainer)
Thu, 3 Mar 2011
[ 00:45 wen search for other commits by this committer ] Original commit 
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 3