update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / boost-test-suite / files / comment.html.in
1 <!-- $NetBSD$ -->
2
3 <!--
4   - Copyright (c) 2009, Brook Milligan < brook -at- nmsu.edu >
5   - All rights reserved.
6   -
7   - Redistribution and use in source and binary forms, with or without
8   - modification, are permitted provided that the following conditions
9   - are met:
10   - 1. Redistributions of source code must retain the above copyright
11   -    notice, this list of conditions, and the following disclaimer.
12   - 2. Redistributions in binary form must reproduce the above copyright
13   -    notice, this list of conditions and the following disclaimer in the
14   -    documentation and/or other materials provided with the distribution.
15   -
16   - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17   - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18   - OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19   - IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20   - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21   - NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22   - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23   - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24   - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25   - THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26   -->
27
28 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
29 <html>
30   <head>
31     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
32       <title>@TITLE@</title>
33     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
34   </head>
35   <body>
36     <h1>@TITLE@</h1>
37     <hr>
38     <p>
39       This test is orchestrated by
40       <a href="http://pkgsrc-wip.cvs.sourceforge.net/viewvc/pkgsrc-wip/wip/boost-test-suite/">boost-test-suite</a>,
41       a package within the
42       <a href="http://www.netbsd.org">NetBSD</a>
43       <a href="http://www.pkgsrc.org">pkgsrc</a>
44       system.  The package allows easy and automated operation of the 
45       <a href="http://www.boost.org">Boost</a>
46       test suite, with or without a set of patches.  Consequently, it
47       aids in evaluating
48       <a href="http://www.boost.org">Boost</a>
49       on multiple platforms, it provides a means of verifying
50       potential patches for the
51       <a href="ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/meta-pkgs/boost/README.html">Boost pkgsrc package</a>
52       prior to deploying packages for new versions of
53       <a href="http://www.boost.org">Boost</a>,
54       and it provides a means of exercising a system's compilers.  The
55       test suite itself is described more completely
56       <a href="http://www.boost.org/development/running_regression_tests.html">here</a>
57       and the results of all tests are summarized
58       <a href="http://www.boost.org/development/tests/trunk/developer/summary.html">here</a>.
59     </p>
60     <h2>Test configuration</h2>
61       <dl class="docutils">
62         <dt>Platform</dt>
63         <dd>@SYS@/@ARCH@ @RELEASE@</dd>
64         <dt>Compilers</dt>
65         <dd>@CC@: <UL>@CC_DESC@</UL></dd>
66         <dd>@CXX@: <UL>@CXX_DESC@</UL></dd>
67         <dt>Patches</dt>
68 NO_PATCHES          <dd>None</dd>
69 DISTRIB_PATCHES          <dd>These builds are based upon the set of patches 
70 DISTRIB_PATCHES          that make up the
71 DISTRIB_PATCHES          <a href="http://pkgsrc-wip.cvs.sourceforge.net/viewvc/pkgsrc-wip/wip/boost-test-suite/">boost-test-suite</a>
72 DISTRIB_PATCHES          package, a part of the
73 DISTRIB_PATCHES          <a href="http://www.netbsd.org">NetBSD</a>
74 DISTRIB_PATCHES          <a href="http://www.pkgsrc.org">pkgsrc</a>
75 DISTRIB_PATCHES          system that exercises the test suite for
76 DISTRIB_PATCHES          <a href="http://www.boost.org">Boost</a>.
77 DISTRIB_PATCHES          Specifically, the patches used for this test
78 DISTRIB_PATCHES          are those that are distributed with the package itself
79 DISTRIB_PATCHES          and are available at
80 DISTRIB_PATCHES          <a href="@PATCH_URL@">@PATCH_URL@</a>.
81 DISTRIB_PATCHES          </dd>
82 PUBLIC_PATCHES          <dd>These builds are based upon a set of patches that
83 PUBLIC_PATCHES          are available at
84 PUBLIC_PATCHES          <a href="@PATCH_URL@">@PATCH_URL@</a>.
85 PUBLIC_PATCHES          </dd>
86 PRIVATE_PATCHES          <dd>These builds are based upon a set of private
87 PRIVATE_PATCHES          patches that are not publicly available.
88 PRIVATE_PATCHES          </dd>
89 DEBUG        <dt>Debugging information</dt>
90 DEBUG          <dd>Command line: @COMMAND_LINE@</dd>
91 DEBUG          <dd>Test command: @TEST_CMD@</dd>
92         <dt>Schedule</dt>
93         <dd>@TEST_SCHEDULE@</dd>
94         <dt>Contact</dt>
95         <dd>@CONTACT_NAME@</dd>
96         <dd>
97           <tt class="docutils literal">
98             <span class="pre">@CONTACT_USER@</span>
99           </tt>
100           <em>at</em>
101           <tt class="docutils literal">
102             <span class="pre">@CONTACT_DOMAIN@</span>
103           </tt>
104         </dd>
105     </dl>
106   </body>
107 </html>