head 1.3; access; symbols pkgsrc-2013Q2:1.2.0.16 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.14 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.12 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.10 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.8 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.6 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.2 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.1.1.1.0.4 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.2 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2013.07.07.23.46.50; author marino; state dead; branches; next 1.2; commitid R7oHWv4x962k2BWw; 1.2 date 2011.07.19.19.56.37; author drochner; state Exp; branches; next 1.1; 1.1 date 2011.02.11.16.48.53; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.02.11.16.48.53; author drochner; state Exp; branches; next ; desc @@ 1.3 log @www/aws: Update to from version 2.10.0 to 3.1.0 There is no dedicated change log but version 2.10 was introduced to pkgsrc 2.5 years ago. The current capability is described by http://docs.adacore.com/aws-docs/aws.html This is roughly equivalent to Adacore release 2013 of aws. The "gnutls" option was added as an alternative to ssl. @ text @$NetBSD: patch-bh,v 1.2 2011/07/19 19:56:37 drochner Exp $ --- docs/makefile.orig 2011-02-11 11:14:58.000000000 +0000 +++ docs/makefile @@@@ -209,14 +209,16 @@@@ check_texi: aws.texi: gen_texi check_texi install: - -$(CP) aws.pdf $(I_DOC) - -$(CP) aws.html $(I_DOC) - -$(CP) aws.txt $(I_DOC) - -$(CP) aws*.info* $(I_DOC) - -$(CP) ../templates_parser/docs/templates_parser.pdf $(I_DOC) - -$(CP) ../templates_parser/docs/templates_parser.html $(I_DOC) - -$(CP) ../templates_parser/docs/templates_parser.txt $(I_DOC) - -$(CP) ../templates_parser/docs/templates_parser.info* $(I_DOC) + if [ -f aws.pdf ]; then \ + $(CP) aws.pdf $(DESTDIR)$(I_DOC); \ + $(CP) ../templates_parser/docs/templates_parser.pdf $(DESTDIR)$(I_DOC); \ + fi; + -$(CP) aws.html $(DESTDIR)$(I_DOC) + -$(CP) aws.txt $(DESTDIR)$(I_DOC) + -$(CP) aws*.info* $(DESTDIR)$(I_DOC) + -$(CP) ../templates_parser/docs/templates_parser.html $(DESTDIR)$(I_DOC) + -$(CP) ../templates_parser/docs/templates_parser.txt $(DESTDIR)$(I_DOC) + -$(CP) ../templates_parser/docs/templates_parser.info* $(DESTDIR)$(I_DOC) clean: -$(GNAT) clean -XLIBRARY_TYPE=static -Pdocs @ 1.2 log @fix DESTDIR breakage and other problems, from John Marino per PR pkg/45136, with minor fixes by me (PKGREV bumped) @ text @d1 1 a1 1 $NetBSD: patch-bh,v 1.1.1.1 2011/02/11 16:48:53 drochner Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -209,14 +209,14 @@@@ check_texi: d17 4 a20 1 + -$(CP) aws.pdf $(DESTDIR)$(I_DOC) a23 1 + -$(CP) ../templates_parser/docs/templates_parser.pdf $(DESTDIR)$(I_DOC) @ 1.1.1.1 log @add aws-2.10.0.1, a web server library for Ada, from John Marino per PM @ text @@