aboutsummaryrefslogtreecommitdiff
path: root/www/aws-demos
Commit message (Collapse)AuthorAgeFilesLines
* Remove @dirrm from my www and x11-toolkits portsJohn Marino2014-10-161-9/+0
| | | | Notes: svn path=/head/; revision=370999
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* www/aws: Upgrade from 3.1.0.0 => 3.2.0.0John Marino2014-05-175-30/+386
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. I had to create a custom aws.gpr file for lib/gnat, and it works really well. Currently something like 238 of 243 tests are passing and the failing ones are socket related and may looking for linux-specific output in a couple of cases. * Documentation is now based on Sphinx. * A fixed package list has replaced the generated one (due to number of options, this was a real chore to generate and validate) * The option to generate only a shared library was removed. It was confusing and not really useful. It produces static and shared libraries by default, and the shared ones can be suppressed optionally. * The FreeBSD-specific makefile was removed. The previous issue was caused by the way the compiler was built which has since been fixed * ASIS was added as dependency * RUN_DEPENDS were defined (they were missing before) * GNUTLS support was fixed. It requires version 3 now and does not required gcrypt or openssl anymore which indicated a previous problem. The aws-demos port had some missing files and other problems. It has been updated at the same time. Note that the output directory has changed from share/examples/aws-demos to share/examples/aws. A couple of tests that were broken now build, and a new test was added. This update comes straight from the latest repositories and was custom packaged. The annual Adacore release was about 5 months old. Notes: svn path=/head/; revision=354373
* www/aws-demos: Specify LICENSE (GPLv3 + GPLv3RLE)John Marino2014-02-151-0/+4
| | | | Notes: svn path=/head/; revision=344449
* www/aws(-demos): Convert to stagingJohn Marino2013-11-101-5/+3
| | | | | | | * Convert USE_GMAKE to USES Notes: svn path=/head/; revision=333409
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* Replace John Marino email address with FreeBSD versionJohn Marino2013-07-121-2/+2
| | | | | | | | | | 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) Notes: svn path=/head/; revision=322832
* www/aws-demos: update to 3.1.0.0William Grzybowski2013-07-044-11/+24
| | | | | | | | | | - Update to 3.1.0.0 PR: ports/180251 Submitted by: John Marino <draco@marino.st> (maintainer) Notes: svn path=/head/; revision=322271
* Split demos out of www/aws:Baptiste Daroussin2013-04-305-0/+150
Comment out 2 demos that doesn't build LDAP demo now builds SSL demos are now switched properly Supports USES+= ada PR: ports/178164 Submitted by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=316924