Commit graph

10 commits

Author SHA1 Message Date
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
John Marino
5feebd9c74 Replace John Marino email address with FreeBSD version
While I'm here, also trim the headers on a couple of ports and remove
a reference to the Dragonlace mirror which is down indefinitely.

Approved by:	bapt (mentor)
2013-07-12 13:40:50 +00:00
William Grzybowski
071055deb6 www/aws: fix secure socket layer selection
What we really wanted here is SINGLE, which allows only option to be selected,
and not none.

Reported by:	bapt
2013-07-04 12:58:37 +00:00
William Grzybowski
cc3063e8db 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)
2013-07-04 12:31:07 +00:00
Raphael Kubo da Costa
c9c5de0c6d Remove leftovers introduced in r320123.
Submitted by:	John Marino <draco@marino.st>
2013-06-06 22:31:15 +00:00
Raphael Kubo da Costa
6148b8c3b3 Fix pkg-plist so that tinderbox gets happy at www/aws-demos.
PR:		ports/179362
Submitted by:	John Marino <draco@marino.st> (maintainer)
2013-06-06 19:53:29 +00:00
Baptiste Daroussin
8f3258f077 support USES+= ada
Remove demos and put then in another port (they require aws to be installed before they can build)
Fix LDAP support
Fix PLIST in multiple places
Fix RPATH issues (tested in pkgsrc)
Fix gcc-aux incompatibilities
Use new gprbuild port
convert to new options framework
support multijob building
Remove demos
Rename ipv6 options to ip6 to avoid having it on by default.

PR:		ports/178163
Submitted by:	John Marino <draco@marino.st>
2013-04-30 12:13:12 +00:00
Baptiste Daroussin
606c17b9c8 Convert a bunch of www ports to new options framework 2013-03-22 11:53:34 +00:00
Frederic Culot
be1cfc221a - Do not hardcode Python version in Makefile test target
- Avoid sed errors during documentation build

PR:		ports/158896
Submitted by:	John Marino <freebsdml@marino.st> (maintainer)
2011-07-19 10:58:23 +00:00
Wen Heping
2896d3abc3 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>
2011-03-03 00:45:55 +00:00