annotate index.html @ 2988:aca8511e7751

qt.mk: link to correct files in bin directory
author John W. Eaton <jwe@octave.org>
date Thu, 16 May 2013 13:32:57 -0400
parents 046c38b3c351
children 5329f4891fb7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2374
da62ac2a6890 Restore HTML compliance of index.html by declaring it as HTML5
Volker Grabsch <vog@notjusthosting.com>
parents: 2373
diff changeset
1 <!DOCTYPE html>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2 <html>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3 <head>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 <title>MXE (M cross environment)</title>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 <style type="text/css">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 body {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 font-size: 11pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 margin-top: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14 h1, h2, h3 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
15 font-family: sans-serif;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
16 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
17 h2 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
18 font-size: 14pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
19 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
20 h3 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
21 font-size: 11pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
22 background-color: #eee;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
23 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
24 ul {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
25 padding-left: 2em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
26 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
27 li, dt {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
28 margin-bottom: 0.8em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
29 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
30 .compact-list li {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
31 margin-bottom: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
32 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
33 .usage dt {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
34 font-family: monospace;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
35 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
36 dd {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
37 margin-bottom: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
38 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
39 table {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
40 border-collapse: separate;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
41 border-spacing: 1px;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
42 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
43 table.translation td {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
44 padding-left: 0.5em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
45 padding-right: 0.5em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
46 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
47 td, dt {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
48 background-color: #eee;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
49 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
50 pre {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
51 font-size: 8pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
52 border: thin dotted #ccc;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
53 padding: 2pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
54 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
55 img {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
56 border: thin solid #000;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
57 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
58 #navigation a {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
59 text-decoration: none;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
60 color: #00f;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
61 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
62 #navigation a:visited {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
63 text-decoration: none;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
64 color: #009;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
65 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
66 #navigation ul {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
67 padding-left: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
68 margin-left: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
69 margin-top: 1.5em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
70 margin-bottom: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
71 list-style-type: none;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
72 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
73 #navigation li {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
74 margin-bottom: 0.2em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
75 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
76 @media screen, handheld {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
77 h1 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
78 font-size: 12pt;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
79 margin-top: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
80 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
81 h2 {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
82 margin-top: 0em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
83 padding-top: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
84 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
85 #navigation {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
86 position: fixed;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
87 float: left; /* hack for ancient browsers
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
88 which don't support "position: fixed;" */
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
89 margin-top: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
90 margin-left: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
91 padding-left: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
92 padding-right: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
93 padding-top: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
94 padding-bottom: 1em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
95 width: 14em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
96 background-color: #afa;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
97 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
98 .section {
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
99 width: 30em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
100 margin-left: 19em;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
101 margin-bottom: 100%;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
102 }
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
103 #package-list {
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
104 width: 40em;
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
105 }
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
106 }
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
107 </style>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
108
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
109 </head>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
110 <body>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
111
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
112 <div id="navigation">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
113 <h1>MXE (M&nbsp;cross&nbsp;environment)</h1>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
114
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
115 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
116 <li><a href="#introduction" >Introduction</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
117 <li><a href="#screenshots" >Screenshots</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
118 <li><a href="#tutorial" >Tutorial</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
119 <li><a href="#download" >Download</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
120 <li><a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">Mailing List</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
121 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
122 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
123 <li><a href="#requirements" >Requirements</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
124 <li><a href="#usage" >Usage</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
125 <li><a href="#packages" >List of Packages</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
126 <li><a href="#creating-packages">Creating Packages</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
127 <li><a href="#copyright" >Copyright</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
128 <li><a href="#history" >History</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
129 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
130 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
131 <li><a href="#see-also" >See also</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
132 <li><a href="#used-by" >Used by</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
133 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
134 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
135
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
136 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
137 <h2 id="introduction">Introduction</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
138
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
139 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
140 MXE (M cross environment) is a Makefile that
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
141 compiles a cross compiler and cross compiles
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
142 many free libraries such as SDL and Qt. Thus,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
143 it provides a nice cross compiling environment
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
144 for various target platforms, which
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
145 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
146
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
147 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
148 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
149 is designed to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
150 <a href="#requirements">run on any Unix system</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
151 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
152 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
153 is easy to adapt and to extend
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
154 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
155 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
156 builds
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
157 <a href="#packages">many free libraries</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
158 in addition to the cross compiler
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
159 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
160 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
161 can also
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
162 <a href="#usage">build just a subset</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
163 of the packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
164 and automatically builds their dependencies
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
165 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
166 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
167 downloads all needed packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
168 and verifies them by their checksums
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
169 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
170 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
171 is able to update the version numbers of all packages automatically
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
172 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
173 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
174 directly uses source packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
175 thus ensuring the whole build mechanism is transparent
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
176 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
177 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
178 allows inter-package and intra-package
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
179 <a href="#usage">parallel builds</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
180 whenever possible
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
181 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
182 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
183 is already
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
184 <a href="#used-by">used by several projects</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
185 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
186 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
187 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
188
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
189 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
190 <h2 id="screenshots">Screenshots</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
191
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
192 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
193 Cross compiling
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
194 <a href="http://www.xs4all.nl/~thebeez/4tH/">4tH</a>:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
195 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
196 <a href="doc/screenshot-4th-compile.png"><img src="doc/screenshot-4th-compile-small.png" alt="4th-compile"></a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
197
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
198 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
199 and running it:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
200 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
201 <a href="doc/screenshot-4th-run.png"><img src="doc/screenshot-4th-run-small.png" alt="4th-run"></a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
202 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
203
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
204 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
205 <h2 id="tutorial">Tutorial</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
206
2784
a35bc5f99e0e Fix historical leftover in tutorial
Volker Grabsch <vog@notjusthosting.com>
parents: 2783
diff changeset
207 <h3>Step 1: Requirements and Download</h3>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
208
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
209 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
210 First, you should ensure that your system meets
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
211 MXE's
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
212 <a href="#requirements">requirements</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
213 You will almost certainly have to install some stuff.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
214 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
215
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
216 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
217 When everything is fine, download the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
218 <a href="#download">current stable version</a>:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
219 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
220 <pre>git clone -b stable https://github.com/mxe/mxe.git</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
221
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
222 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
223 If you don't mind installing it in your home directory,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
224 just skip the following step and go straight to step 3.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
225 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
226
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
227 <h3>Step 2: System-wide Installation (optional)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
228
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
229 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
230 Now you should save any previous installation
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
231 of the MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
232 Assuming you've installed it under
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
233 /opt/mxe (any other directory will do as well),
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
234 you should execute the following commands:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
235 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
236 <pre>su
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
237 mv /opt/mxe /opt/mxe.old
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
238 exit</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
239
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
240 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
241 Then you need to transfer the entire directory to its definitive location.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
242 We will assume again you use /opt/mxe,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
243 but feel free to use any other directory if you like.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
244 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
245 <pre>su
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
246 mv mxe /opt/mxe
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
247 exit</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
248
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
249 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
250 We're almost done.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
251 Just change to your newly created directory and get going:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
252 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
253 <pre>cd /opt/mxe</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
254
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
255 <h3>Step 3: Build MXE</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
256
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
257 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
258 Enter the directory where you've downloaded the MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
259 Now it depends on what you actually want &ndash; or need.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
260 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
261
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
262 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
263 If you choose to enter:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
264 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
265 <pre>make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
266 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
267 you're in for a long wait,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
268 because it compiles
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
269 <a href="#packages">a lot of packages</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
270 On the other hand it doesn't require any intervention,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
271 so you're free to do whatever you like
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
272 &ndash; like watch a movie or go for a night on the town.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
273 When it's done you'll find that you've installed
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
274 a very capable Win32 cross compiler onto your system.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
275 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
276
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
277 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
278 If you only need the most basic tools you can also use:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
279 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
280 <pre>make gcc</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
281 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
282 and add any additional packages you need later on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
283 You can also supply a host of packages on the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
284 <a href="#usage">command line</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
285 e.g.:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
286 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
287 <pre>make gtk lua libidn</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
288 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
289 You'll always end up with a consistent cross compiling environment.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
290 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
291
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
292 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
293 After you're done it just needs a little post-installation.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
294 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
295
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
296 <h3>Step 4: Environment Variables</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
297
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
298 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
299 Edit your .bashrc script in order to change $PATH:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
300 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
301 <pre>export PATH=/<em>where MXE is installed</em>/usr/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
302
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
303 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
304 In case you are using custom $PKG_CONFIG_PATH entries,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
305 you can add separate entries for cross builds:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
306 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
307 <pre>export PKG_CONFIG_PATH="<em>entries for native builds</em>"</pre>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
308 <pre>export PKG_CONFIG_PATH_i686_pc_mingw32="<em>entries for MXE builds</em>"</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
309 <p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
310 Remember to use i686-pc-mingw32-pkg-config
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
311 instead of pkg-config for cross builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
312 The Autotools do that automatically for you.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
313 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
314
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
315 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
316 Note that any other compiler related environment variables
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
317 (like $CC, $LDFLAGS, etc.)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
318 may spoil your compiling pleasure,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
319 so be sure to delete or disable those.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
320 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
321
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
322 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
323 Congratulations!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
324 You're ready to cross compile anything you like.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
325 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
326
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
327 <h3>Step 5a: Cross compile your Project (Autotools)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
328
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
329 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
330 If you use the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
331 <a href="http://www.lrde.epita.fr/~adl/autotools.html">Autotools</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
332 all you have to do is:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
333 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
334 <pre>./configure --host=i686-pc-mingw32
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
335 make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
336
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
337 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
338 If you build a library, you might also want to enforce a static build:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
339 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
340 <pre>./configure --host=i686-pc-mingw32 --enable-static --disable-shared
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
341 make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
342
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
343 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
344 Don't worry about a warning like this:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
345 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
346 <pre>configure: WARNING: If you wanted to set the --build type, don't use --host.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
347 If a cross compiler is detected then cross compile mode will be used.</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
348 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
349 Everything will be just fine.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
350 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
351
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
352 <h3>Step 5b: Cross compile your Project (CMake)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
354 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
355 If you have a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
356 <a href="http://www.cmake.org/">CMake</a> project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
357 you can use the provided toolchain file:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
358 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
359 <pre>cmake ... -DCMAKE_TOOLCHAIN_FILE=/<em>where MXE is installed</em>/usr/i686-pc-mingw32/share/cmake/mingw-cross-env-conf.cmake</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
360
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
361 <h3>Step 5c: Cross compile your Project (Qt)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
362
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
363 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
364 If you have a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
365 <a href="http://qt.nokia.com/">Qt</a> application,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
366 all you have to do is:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
367 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
368 <pre>i686-pc-mingw32-qmake
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
369 make</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
370 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
371 If you are using Qt plugins
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
372 such as the svg or ico image handlers,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
373 you should also have a look at the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
374 <a href="http://qt.nokia.com/doc/plugins-howto.html#static-plugins">Qt documentation about static plugins</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
375 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
376 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
377 Note the sql drivers (-qt-sql-*)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
378 and the image handlers for jpeg, tiff, gif and mng
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
379 are built-in, <em>not</em> plugins.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
380 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
381
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
382 <h3>Step 5d: Cross compile your Project (Makefile)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
383
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
384 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
385 If you have a handwritten Makefile,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
386 you probably will have to make a few adjustments to it:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
387 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
388 <pre>CC=$(CROSS)gcc
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
389 LD=$(CROSS)ld
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
390 AR=$(CROSS)ar
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
391 PKG_CONFIG=$(CROSS)pkg-config</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
392 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
393 You may have to add a few others, depending on your project.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
394 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
395
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
396 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
397 Then, all you have to do is:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
398 </p>
2355
e48270110799 Remove unneeded classes in index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2353
diff changeset
399 <pre>make CROSS=i686-pc-mingw32-</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
400 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
401 That's it!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
402 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
403
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
404 <h3>Step 5e: Cross compile your Project (OSG)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
405
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
406 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
407 Using static OpenSceneGraph libraries requires a few changes to your source.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
408 The graphics subsystem and all plugins required by your application must be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
409 referenced explicitly. Use a code block like the following:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
410 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
411 <pre>#ifdef OSG_LIBRARY_STATIC
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
412 USE_GRAPHICSWINDOW()
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
413 USE_OSGPLUGIN(&lt;plugin1&gt;)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
414 USE_OSGPLUGIN(&lt;plugin2&gt;)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
415 ...
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
416 #endif</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
417 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
418 Look at <code>examples/osgstaticviewer/osgstaticviewer.cpp</code> in the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
419 OpenSceneGraph source distribution for an example. This example can be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
420 compiled with the following command:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
421 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
422 <pre>i686-pc-mingw32-g++ \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
423 -o osgstaticviewer.exe examples/osgstaticviewer/osgstaticviewer.cpp \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
424 `i686-pc-mingw32-pkg-config --cflags openscenegraph-osgViewer openscenegraph-osgPlugins` \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
425 `i686-pc-mingw32-pkg-config --libs openscenegraph-osgViewer openscenegraph-osgPlugins`</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
426 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
427 The <code>i686-pc-mingw32-pkg-config</code> command from MXE will
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
428 automatically add <code>-DOSG_LIBRARY_STATIC</code> to your compiler flags.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
429 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
430
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
431 <h3>Further Steps</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
432
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
433 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
434 If you need further assistance,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
435 feel free to join the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
436 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
437 where you'll get in touch with
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
438 the MXE developers
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
439 and other users.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
440 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
441 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
442
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
443 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
444 <div id="latest-release"></div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
445 <div id="development"></div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
446 <h2 id="download">Download</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
447
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
448 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
449 To obtain the current stable version, run:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
450 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
451
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
452 <pre>git clone -b stable https://github.com/mxe/mxe.git</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
453
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
454 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
455 The development version can be obtained by:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
456 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
457
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
458 <pre>git clone -b master https://github.com/mxe/mxe.git</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
459
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
460 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
461 To retrieve updates, run:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
462 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
463
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
464 <pre>git pull</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
465
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
466 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
467 You can also browse the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
468 <a href="https://github.com/mxe/mxe">web repository</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
469 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
470
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
471 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
472 In addition,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
473 feel free to join the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
474 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
475 and to <a href="#creating-packages">propose new packages</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
476 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
477
2388
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
478 <h3>For Committers</h3>
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
479
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
480 <p>
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
481 The following <code>.git/config</code> settings ensure
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
482 that the stable branch will always be pushed to the
2432
f682ec903c52 Link to more information about gh-pages in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 2388
diff changeset
483 <code><a href="http://help.github.com/pages/">gh-pages</a></code>
f682ec903c52 Link to more information about gh-pages in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 2388
diff changeset
484 branch in addition to the
2388
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
485 <code>stable</code> branch,
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
486 thus ensuring the website will always stay in sync:
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
487 </p>
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
488 <pre>[remote "origin"]
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
489 url = git@github.com:mxe/mxe.git
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
490 fetch = +refs/heads/*:refs/remotes/origin/*
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
491 push = refs/heads/master:refs/heads/master
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
492 push = refs/heads/stable:refs/heads/stable
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
493 push = refs/heads/stable:refs/heads/gh-pages
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
494 [branch "master"]
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
495 remote = origin
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
496 merge = refs/heads/master
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
497 [branch "stable"]
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
498 remote = origin
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
499 merge = refs/heads/stable</pre>
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
500
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
501 <h3>Branch Concept</h3>
1f418794d59f Document recommended .git/config settings for committers
Volker Grabsch <vog@notjusthosting.com>
parents: 2382
diff changeset
502
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
503 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
504 For the sake of simplicity, there are just two
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
505 branches, "master" and "stable". Although it might
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
506 seem obvious, here's an overview of the types of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
507 changes that go into each branch:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
508 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
509
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
510 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
511 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
512 Any change of a build script goes into "master".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
513 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
514 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
515 Any package upgrade goes into "master".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
516 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
517 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
518 Any documentation upgrade that refers to a feature
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
519 not present in stable goes into "master".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
520 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
521 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
522 Anything else that doesn't affect the build goes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
523 into "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
524 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
525 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
526 Any non-critical improvement to the main Makefile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
527 goes into "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
528 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
529 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
530 Any improvement in the package download URLs or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
531 package version recognition goes into "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
532 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
533 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
534 When in doubt, "master" is used rather than "stable".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
535 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
536 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
537 After a successful testing phase, the whole "master"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
538 branch will be merged into "stable" (fast-forward).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
539 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
540 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
541 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
542
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
543 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
544 <h2 id="requirements">Requirements</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
545
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
546 <p>
2457
feb730d8565d Replace a lone reference to mingw-cross-env
Ryan Pavlik <rpavlik@iastate.edu>
parents: 2432
diff changeset
547 MXE requires a recent Unix system where
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
548 all components as stated in the table below
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
549 are installed.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
550 Detailed instructions are available for:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
551 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
552
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
553 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
554 <li><a href="#requirements-debian">Debian</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
555 <li><a href="#requirements-fedora">Fedora</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
556 <li><a href="#requirements-freebsd">FreeBSD</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
557 <li><a href="#requirements-frugalware">Frugalware</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
558 <li><a href="#requirements-gentoo">Gentoo</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
559 <li><a href="#requirements-macos">Mac OS X</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
560 <li><a href="#requirements-opensuse">openSUSE</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
561 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
562
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
563 <table class="requirements">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
564 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
565 <td><a href="http://www.gnu.org/software/autoconf/">Autoconf</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
566 <td>≥ 2.64</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
567 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
568 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
569 <td><a href="http://sources.redhat.com/automake/">Automake</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
570 <td>≥ 1.10</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
571 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
572 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
573 <td><a href="http://www.gnu.org/software/bash/">Bash</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
574 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
575 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
576 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
577 <td><a href="http://www.gnu.org/software/bison/">Bison</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
578 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
579 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
580 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
581 <td><a href="http://www.bzip.org/">Bzip2</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
582 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
583 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
584 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
585 <td><a href="http://www.cmake.org/">CMake</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
586 <td>≥ 2.8.0</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
587 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
588 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
589 <td><a href="http://flex.sourceforge.net/">Flex</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
590 <td>≥ 2.5.31</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
591 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
592 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
593 <td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
594 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
595 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
596 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
597 <td><a href="http://git-scm.com/">Git</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
598 <td>≥ 1.7</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
599 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
600 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
601 <td><a href="http://www.gnu.org/s/gettext/">GNU Gettext</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
602 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
603 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
604 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
605 <td><a href="http://www.gnu.org/software/make/">GNU Make</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
606 <td>≥ 3.81</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
607 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
608 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
609 <td><a href="http://www.gnu.org/software/sed/">GNU Sed</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
610 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
611 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
612 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
613 <td><a href="http://freedesktop.org/wiki/Software/intltool/">Intltool</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
614 <td>≥ 0.40</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
615 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
616 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
617 <td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
618 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
619 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
620 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
621 <td><a href="http://www.gnu.org/software/libtool/">Libtool</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
622 <td>≥ 2.2</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
623 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
624 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
625 <td><a href="http://www.openssl.org/">OpenSSL</a>-dev</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
626 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
627 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
628 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
629 <td><a href="http://www.gnu.org/software/patch/">Patch</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
630 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
631 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
632 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
633 <td><a href="http://www.perl.org/">Perl</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
634 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
635 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
636 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
637 <td><a href="http://search.cpan.org/dist/XML-Parser/Parser.pm">Perl XML::Parser</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
638 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
639 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
640 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
641 <td><a href="http://pkg-config.freedesktop.org/">Pkg-config</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
642 <td>≥ 0.16</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
643 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
644 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
645 <td><a href="http://www.scons.org/">SCons</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
646 <td>≥ 0.98</td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
647 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
648 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
649 <td><a href="http://www.info-zip.org/UnZip.html">UnZip</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
650 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
651 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
652 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
653 <td><a href="http://www.gnu.org/software/wget/">Wget</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
654 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
655 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
656 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
657 <td><a href="http://tukaani.org/xz/">XZ Utils</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
658 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
659 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
660 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
661 <td><a href="http://www.tortall.net/projects/yasm/">Yasm</a></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
662 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
663 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
664 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
665
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
666 <h3 id="requirements-debian">Debian (GNU/kFreeBSD &amp; GNU/Linux)</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
667
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
668 <!-- http://www.debian.org/distrib/packages#search_packages -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
669 <pre>aptitude install -R autoconf automake bash bison bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
670 cmake flex gettext git g++ intltool \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
671 libffi-dev libtool libltdl-dev openssl libssl-dev \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
672 libxml-parser-perl make patch perl \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
673 pkg-config scons sed unzip wget \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
674 xz-utils yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
675
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
676 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
677 On 64-bit Debian, install also:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
678 </p>
2532
38e6cbe5bdeb Add mission requirement package for 64-bit Debian
Volker Grabsch <vog@notjusthosting.com>
parents: 2484
diff changeset
679 <pre>aptitude install -R g++-multilib libc6-dev-i386</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
680
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
681 <h3 id="requirements-fedora">Fedora</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
682
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
683 <!-- https://admin.fedoraproject.org/pkgdb/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
684 <pre>yum install autoconf automake bash bison bzip2 cmake \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
685 flex gcc-c++ gettext git intltool make sed \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
686 libffi-devel libtool openssl-devel patch perl pkgconfig \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
687 scons yasm unzip wget xz</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
688
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
689 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
690 On 64-bit Fedora,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
691 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
692 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
693
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
694 <h3 id="requirements-freebsd">FreeBSD</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
695
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
696 <!-- http://www.freshports.org/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
697 <pre>pkg_add -r automake111 autoconf268 bash bison cmake \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
698 flex gettext git gmake gsed intltool libffi libtool \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
699 openssl patch perl p5-XML-Parser pkg-config \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
700 scons unzip wget yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
701
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
702 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
703 Ensure that /usr/local/bin precedes /usr/bin in your $PATH:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
704 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
705 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
706 For C style shells, edit .cshrc
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
707 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
708 <pre>setenv PATH /usr/local/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
709 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
710 For Bourne shells, edit .profile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
711 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
712 <pre>export PATH = /usr/local/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
713 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
714 On 64-bit FreeBSD,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
715 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
716 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
717
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
718 <h3 id="requirements-frugalware">Frugalware</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
719
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
720 <!-- http://www.frugalware.org/packages -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
721 <pre>pacman-g2 -S autoconf automake bash bzip2 bison cmake \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
722 flex gcc gettext git intltool make sed libffi libtool \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
723 openssl patch perl perl-xml-parser pkgconfig \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
724 scons unzip wget xz xz-lzma yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
725
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
726 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
727 On 64-bit Frugalware,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
728 there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
729 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
730
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
731 <h3 id="requirements-gentoo">Gentoo</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
732
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
733 <!-- http://packages.gentoo.org/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
734 <pre>emerge sys-devel/autoconf sys-devel/automake \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
735 app-shells/bash sys-devel/bison app-arch/bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
736 dev-util/cmake sys-devel/flex sys-devel/gcc \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
737 sys-devel/gettext dev-vcs/git \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
738 dev-util/intltool sys-devel/make sys-apps/sed \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
739 dev-libs/libffi sys-devel/libtool dev-libs/openssl sys-devel/patch \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
740 dev-lang/perl dev-perl/XML-Parser \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
741 dev-util/pkgconfig dev-util/scons app-arch/unzip \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
742 net-misc/wget app-arch/xz-utils dev-lang/yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
743
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
744 <h3 id="requirements-macos">Mac OS X</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
745
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
746 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
747 Install
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
748 <a href="http://developer.apple.com/xcode/">Xcode 4</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
749 and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
750 <a href="http://www.macports.org/">MacPorts</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
751 then run:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
752 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
753 <!-- http://www.macports.org/ports.php -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
754 <pre>sudo port install autoconf automake bison cmake flex \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
755 gettext git-core gsed intltool libffi libtool \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
756 openssl p5-xml-parser pkgconfig scons \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
757 wget xz yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
758 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
759 Mac OS X versions ≤ 10.6 are no longer supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
760 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
761
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
762 <h3 id="requirements-opensuse">openSUSE</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
763
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
764 <!-- http://software.opensuse.org/113/en -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
765 <pre>zypper install -R autoconf automake bash bison bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
766 cmake flex gcc-c++ gettext-tools git \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
767 intltool libffi-devel libtool make openssl \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
768 libopenssl-devel patch perl \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
769 perl-XML-Parser pkg-config scons \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
770 sed unzip wget xz yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
771
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
772 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
773 On 64-bit openSUSE, install also:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
774 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
775 <pre>zypper install -R gcc-32bit glibc-devel-32bit \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
776 libgcc46-32bit libgomp46-32bit \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
777 libstdc++46-devel-32bit</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
778
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
779 <h3 id="open-issue-nsis">Open Issues with NSIS</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
780
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
781 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
782 The NSIS package contains some native tools that are
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
783 currently 32-bit only. In order to build these on a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
784 64-bit system, multi-lib support must be enabled in the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
785 compiler toolchain. However, not all operating systems
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
786 support this.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
787 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
788 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
789 Since no other packages depend on it, the remainder of
2377
50a50a14b100 doc update: exclude nsis with empty make rule instead of rm
Tony Theodore <tonyt@logyst.com>
parents: 2374
diff changeset
790 MXE can be successfully built by simply specifying
50a50a14b100 doc update: exclude nsis with empty make rule instead of rm
Tony Theodore <tonyt@logyst.com>
parents: 2374
diff changeset
791 an empty build rule:
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
792 </p>
2377
50a50a14b100 doc update: exclude nsis with empty make rule instead of rm
Tony Theodore <tonyt@logyst.com>
parents: 2374
diff changeset
793 <pre>make nsis_BUILD=</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
794 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
795
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
796 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
797 <h2 id="usage">Usage</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
798
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
799 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
800 All build commands also download the packages if necessary.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
801 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
802 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
803 In a BSD userland, substitute "make" with "gmake".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
804 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
805 <dl class="usage">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
806
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
807 <dt>make</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
808
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
809 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
810 build all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
811 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
812 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
813
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
814 <dt>make gcc</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
815
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
816 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
817 build a minimal useful set of packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
818 i.e. the cross compilers
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
819 and the most basic packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
820 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
821 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
822
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
823 <dt>make foo bar</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
824
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
825 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
826 build packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
827 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
828 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
829
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
830 <dt>make foo bar -j 4 JOBS=2</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
831
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
832 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
833 build packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
834 where up to 4 packages are build in parallel,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
835 each with up to 2 compiler processes running in parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
836 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
837
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
838 <dt>make check-requirements</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
839
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
840 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
841 check most of the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
842 <a href="#requirements">requirements</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
843 if necessary
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
844 &ndash; executed automatically
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
845 before building packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
846 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
847
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
848 <dt>make download</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
849
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
850 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
851 download all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
852 non-parallel,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
853 such that subsequent builds work without internet access
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
854 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
855
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
856 <dt>make download-foo download-bar</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
857
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
858 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
859 download packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
860 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
861 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
862
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
863 <dt>make download-foo download-bar -j 4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
864
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
865 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
866 download packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
867 where up to 4 packages are downloaded in parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
868 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
869
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
870 <dt>make clean</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
871
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
872 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
873 remove all package builds
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
874 &ndash; use with caution!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
875 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
876
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
877 <dt>make clean-pkg</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
878
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
879 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
880 remove all unused package files,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
881 handy after a successful update
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
882 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
883
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
884 <dt>make update</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
885
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
886 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
887 for internal use only!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
888 &ndash;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
889 update the version numbers of all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
890 download the new versions and note their checksums
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
891 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
892
2357
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
893 <dt>make cleanup-style</dt>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
894
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
895 <dd>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
896 for internal use only!
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
897 &ndash;
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
898 cleanup coding style
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
899 </dd>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
900
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
901 </dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
902 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
903
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
904 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
905 <h2 id="packages">List of Packages</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
906
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
907 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
908 See something missing? Feel free to <a href="#creating-packages">create a new package</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
909 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
910 <table id="package-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
911 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
912 <td id="agg-package">agg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
913 <td id="agg-version">2.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
914 <td id="agg-website"><a href="http://www.antigrain.com/">Anti-Grain Geometry</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
915 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
916 <tr>
2466
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
917 <td id="apr-util-package">apr-util</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
918 <td id="apr-util-version">1.3.10</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
919 <td id="apr-util-website"><a href="http://apr.apache.org/">APR-util</a></td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
920 </tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
921 <tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
922 <td id="apr-package">apr</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
923 <td id="apr-version">1.4.2</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
924 <td id="apr-website"><a href="http://apr.apache.org/">APR</a></td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
925 </tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
926 <tr>
2720
82d1044a4434 added armadillo 3.4.0 with test
Christian Frisson <christian.frisson@gmail.com>
parents: 2718
diff changeset
927 <td id="armadillo-package">armadillo</td>
2840
a394b5a637a3 update package armadillo
Mark Brand <mabrand@mabrand.nl>
parents: 2839
diff changeset
928 <td id="armadillo-version">3.4.4</td>
2720
82d1044a4434 added armadillo 3.4.0 with test
Christian Frisson <christian.frisson@gmail.com>
parents: 2718
diff changeset
929 <td id="armadillo-website"><a href="http://armadillo.sf.net/">Armadillo C++ linear algebra library</a></td>
82d1044a4434 added armadillo 3.4.0 with test
Christian Frisson <christian.frisson@gmail.com>
parents: 2718
diff changeset
930 </tr>
82d1044a4434 added armadillo 3.4.0 with test
Christian Frisson <christian.frisson@gmail.com>
parents: 2718
diff changeset
931 <tr>
2873
43a1c4d36636 Include arpack as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2872
diff changeset
932 <td id="arpack-package">arpack</td>
43a1c4d36636 Include arpack as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2872
diff changeset
933 <td id="arpack-version">3.1.2</td>
43a1c4d36636 Include arpack as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2872
diff changeset
934 <td id="arpack-website"><a href="http://forge.scilab.org/index.php/p/arpack-ng/">ARPACK</a></td>
43a1c4d36636 Include arpack as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2872
diff changeset
935 </tr>
43a1c4d36636 Include arpack as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2872
diff changeset
936 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
937 <td id="atk-package">atk</td>
2820
b8257faceb70 update package atk
Mark Brand <mabrand@mabrand.nl>
parents: 2819
diff changeset
938 <td id="atk-version">2.6.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
939 <td id="atk-website"><a href="http://www.gtk.org/">ATK</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
940 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
941 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
942 <td id="atkmm-package">atkmm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
943 <td id="atkmm-version">2.22.6</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
944 <td id="atkmm-website"><a href="http://www.gtkmm.org/">ATKmm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
945 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
946 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
947 <td id="aubio-package">aubio</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
948 <td id="aubio-version">0.3.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
949 <td id="aubio-website"><a href="http://www.aubio.org/">aubio</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
950 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
951 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
952 <td id="bfd-package">bfd</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
953 <td id="bfd-version">2.22</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
954 <td id="bfd-website"><a href="http://www.gnu.org/software/binutils/">Binary File Descriptor library</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
955 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
956 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
957 <td id="binutils-package">binutils</td>
2852
978dab6a3cd0 update package binutils
Mark Brand <mabrand@mabrand.nl>
parents: 2851
diff changeset
958 <td id="binutils-version">2.23.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
959 <td id="binutils-website"><a href="http://www.gnu.org/software/binutils/">GNU Binutils</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
960 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
961 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
962 <td id="blas-package">blas</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
963 <td id="blas-version">1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
964 <td id="blas-website"><a href="http://www.netlib.org/blas/">blas</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
965 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
966 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
967 <td id="boost-package">boost</td>
2843
3e0cb61c076d update package boost
Mark Brand <mabrand@mabrand.nl>
parents: 2842
diff changeset
968 <td id="boost-version">1.52.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
969 <td id="boost-website"><a href="http://www.boost.org/">Boost C++ Library</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
970 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
971 <tr>
2971
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
972 <td id="build-autoconf-package">autoconf</td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
973 <td id="build-autoconf-version">2.69</td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
974 <td id="build-autoconf-website"><a href="http://www.gnu.org/software/autoconf">autoconf</a></td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
975 </tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
976 <tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
977 <td id="build-automake-package">automake</td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
978 <td id="build-automake-version">1.11.6</td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
979 <td id="build-automake-website"><a href="http://www.gnu.org/software/automake">automake</a></td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
980 </tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
981 <tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
982 <td id="build-cmake-package">cmake</td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
983 <td id="build-cmake-version">2.8.9</td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
984 <td id="build-cmake-website"><a href="http://www.cmake.org">cmake</a></td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
985 </tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
986 <tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
987 <td id="build-libtool-package">libtool</td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
988 <td id="build-libtool-version">2.4.2</td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
989 <td id="build-libtool-website"><a href="http://www.gnu.org/software/libtool">libtool</a></td>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
990 </tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
991 <tr>
2972
169114e27438 also build pkg-config instead of expecting it to be present
John W. Eaton <jwe@octave.org>
parents: 2971
diff changeset
992 <td id="build-pkg-config-package">pkg-config</td>
2973
b5bdf006eebc update to newer version of pkg-config so it can build without pkg-config or glib already installed
John W. Eaton <jwe@octave.org>
parents: 2972
diff changeset
993 <td id="build-pkg-config-version">0.28</td>
2972
169114e27438 also build pkg-config instead of expecting it to be present
John W. Eaton <jwe@octave.org>
parents: 2971
diff changeset
994 <td id="build-pkg-config-website"><a href="http://www.freedesktop.org/wiki/Software/pkg-config">pkg-config</a></td>
169114e27438 also build pkg-config instead of expecting it to be present
John W. Eaton <jwe@octave.org>
parents: 2971
diff changeset
995 </tr>
169114e27438 also build pkg-config instead of expecting it to be present
John W. Eaton <jwe@octave.org>
parents: 2971
diff changeset
996 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
997 <td id="bzip2-package">bzip2</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
998 <td id="bzip2-version">1.0.6</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
999 <td id="bzip2-website"><a href="http://www.bzip.org/">bzip2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1000 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1001 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1002 <td id="cairo-package">cairo</td>
2841
3ff647d285f6 upgrade package cairo
Mark Brand <mabrand@mabrand.nl>
parents: 2840
diff changeset
1003 <td id="cairo-version">1.12.8</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1004 <td id="cairo-website"><a href="http://cairographics.org/">cairo</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1005 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1006 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1007 <td id="cairomm-package">cairomm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1008 <td id="cairomm-version">1.10.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1009 <td id="cairomm-website"><a href="http://cairographics.org/cairomm/">cairomm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1010 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1011 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1012 <td id="cblas-package">cblas</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1013 <td id="cblas-version">1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1014 <td id="cblas-website"><a href="http://www.netlib.org/blas/">cblas</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1015 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1016 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1017 <td id="cgal-package">cgal</td>
2669
3a195a5d439b update package cgal
Mark Brand <mabrand@mabrand.nl>
parents: 2666
diff changeset
1018 <td id="cgal-version">4.0.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1019 <td id="cgal-website"><a href="http://www.cgal.org/">cgal</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1020 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1021 <tr>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1022 <td id="cminpack-package">cminpack</td>
2809
e6138a1951e6 update package cminpack
Mark Brand <mabrand@mabrand.nl>
parents: 2807
diff changeset
1023 <td id="cminpack-version">1.3.0</td>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1024 <td id="cminpack-website"><a href="http://devernay.free.fr/hacks/cminpack/cminpack.html">cminpack</a></td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1025 </tr>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1026 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1027 <td id="cppunit-package">cppunit</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1028 <td id="cppunit-version">1.12.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1029 <td id="cppunit-website"><a href="http://apps.sourceforge.net/mediawiki/cppunit/">CppUnit</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1030 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1031 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1032 <td id="cunit-package">cunit</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1033 <td id="cunit-version">2.1-2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1034 <td id="cunit-website"><a href="http://cunit.sourceforge.net/">cunit</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1035 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1036 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1037 <td id="curl-package">curl</td>
2799
7d4c8f2179f6 update package curl
Mark Brand <mabrand@mabrand.nl>
parents: 2798
diff changeset
1038 <td id="curl-version">7.28.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1039 <td id="curl-website"><a href="http://curl.haxx.se/libcurl/">cURL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1040 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1041 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1042 <td id="dbus-package">dbus</td>
2793
cf81d457fb81 update package dbus
Mark Brand <mabrand@mabrand.nl>
parents: 2792
diff changeset
1043 <td id="dbus-version">1.6.8</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1044 <td id="dbus-website"><a href="http://dbus.freedesktop.org/">dbus</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1045 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1046 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1047 <td id="dcmtk-package">dcmtk</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1048 <td id="dcmtk-version">3.6.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1049 <td id="dcmtk-website"><a href="http://dicom.offis.de/dcmtk.php.en">DCMTK</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1050 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1051 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1052 <td id="devil-package">devil</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1053 <td id="devil-version">1.7.8</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1054 <td id="devil-website"><a href="http://openil.sourceforge.net/">DevIL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1055 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1056 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1057 <td id="eigen-package">eigen</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1058 <td id="eigen-version">2.0.17</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1059 <td id="eigen-website"><a href="http://eigen.tuxfamily.org/">eigen</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1060 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1061 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1062 <td id="exiv2-package">exiv2</td>
2679
6111c939f1f3 upgrade package exiv2
Volker Grabsch <vog@notjusthosting.com>
parents: 2532
diff changeset
1063 <td id="exiv2-version">0.23</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1064 <td id="exiv2-website"><a href="http://www.exiv2.org/">Exiv2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1065 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1066 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1067 <td id="expat-package">expat</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1068 <td id="expat-version">2.1.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1069 <td id="expat-website"><a href="http://expat.sourceforge.net/">Expat XML Parser</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1070 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1071 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1072 <td id="faad2-package">faad2</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1073 <td id="faad2-version">2.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1074 <td id="faad2-website"><a href="http://www.audiocoding.com/">faad2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1075 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1076 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1077 <td id="ffmpeg-package">ffmpeg</td>
2792
98ecbecdae61 update package ffmpeg
Mark Brand <mabrand@mabrand.nl>
parents: 2791
diff changeset
1078 <td id="ffmpeg-version">1.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1079 <td id="ffmpeg-website"><a href="http://www.ffmpeg.org/">ffmpeg</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1080 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1081 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1082 <td id="fftw-package">fftw</td>
2509
33366d1e2300 update package fftw
Mark Brand <mabrand@mabrand.nl>
parents: 2507
diff changeset
1083 <td id="fftw-version">3.3.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1084 <td id="fftw-website"><a href="http://www.fftw.org/">fftw</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1085 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1086 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1087 <td id="file-package">file</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1088 <td id="file-version">5.11</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1089 <td id="file-website"><a href="http://www.darwinsys.com/file/">file</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1090 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1091 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1092 <td id="flac-package">flac</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1093 <td id="flac-version">1.2.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1094 <td id="flac-website"><a href="http://www.xiph.org/ogg/">FLAC</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1095 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1096 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1097 <td id="fltk-package">fltk</td>
2845
c2642e72482c update package fltk
Mark Brand <mabrand@mabrand.nl>
parents: 2844
diff changeset
1098 <td id="fltk-version">1.3.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1099 <td id="fltk-website"><a href="http://www.fltk.org/">FLTK</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1100 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1101 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1102 <td id="fontconfig-package">fontconfig</td>
2715
879c46089542 update package fontconfig
Mark Brand <mabrand@mabrand.nl>
parents: 2714
diff changeset
1103 <td id="fontconfig-version">2.10.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1104 <td id="fontconfig-website"><a href="http://fontconfig.org/">fontconfig</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1105 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1106 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1107 <td id="freeglut-package">freeglut</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1108 <td id="freeglut-version">2.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1109 <td id="freeglut-website"><a href="http://freeglut.sourceforge.net/">freeglut</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1110 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1111 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1112 <td id="freeimage-package">freeimage</td>
2832
a3d573500901 update package freeimage
Mark Brand <mabrand@mabrand.nl>
parents: 2831
diff changeset
1113 <td id="freeimage-version">3.15.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1114 <td id="freeimage-website"><a href="http://freeimage.sourceforge.net/">FreeImage</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1115 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1116 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1117 <td id="freetds-package">freetds</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1118 <td id="freetds-version">0.91</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1119 <td id="freetds-website"><a href="http://www.freetds.org/">FreeTDS</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1120 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1121 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1122 <td id="freetype-package">freetype</td>
2610
aa9b01174b60 update package freetype
Mark Brand <mabrand@mabrand.nl>
parents: 2609
diff changeset
1123 <td id="freetype-version">2.4.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1124 <td id="freetype-website"><a href="http://freetype.sourceforge.net/">freetype</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1125 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1126 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1127 <td id="fribidi-package">fribidi</td>
2709
39355c49f6bc update package fribidi
Mark Brand <mabrand@mabrand.nl>
parents: 2708
diff changeset
1128 <td id="fribidi-version">0.19.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1129 <td id="fribidi-website"><a href="http://fribidi.org/">FriBidi</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1130 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1131 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1132 <td id="ftgl-package">ftgl</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1133 <td id="ftgl-version">2.1.3~rc5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1134 <td id="ftgl-website"><a href="http://sourceforge.net/projects/ftgl/">ftgl</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1135 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1136 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1137 <td id="gc-package">gc</td>
2694
332ce0550276 update package gc
Mark Brand <mabrand@mabrand.nl>
parents: 2688
diff changeset
1138 <td id="gc-version">7.2d</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1139 <td id="gc-website"><a href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">gc</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1140 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1141 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1142 <td id="gcc-package">gcc</td>
2769
072676f75749 update package gcc
Mark Brand <mabrand@mabrand.nl>
parents: 2768
diff changeset
1143 <td id="gcc-version">4.7.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1144 <td id="gcc-website"><a href="http://gcc.gnu.org/">GCC</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1145 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1146 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1147 <td id="gcc-gmp-package">gcc-gmp</td>
2513
dcc7a0f02d83 update package gcc-gmp
Mark Brand <mabrand@mabrand.nl>
parents: 2512
diff changeset
1148 <td id="gcc-gmp-version">5.0.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1149 <td id="gcc-gmp-website"><a href="http://www.gmplib.org/">GMP for GCC</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1150 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1151 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1152 <td id="gcc-mpc-package">gcc-mpc</td>
2718
c38f62ba10b1 update gcc-mpc
Mark Brand <mabrand@mabrand.nl>
parents: 2717
diff changeset
1153 <td id="gcc-mpc-version">1.0.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1154 <td id="gcc-mpc-website"><a href="http://www.multiprecision.org/">MPC for GCC</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1155 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1156 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1157 <td id="gcc-mpfr-package">gcc-mpfr</td>
2651
48dde24b85b1 update package mpfr
Mark Brand <mabrand@mabrand.nl>
parents: 2650
diff changeset
1158 <td id="gcc-mpfr-version">3.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1159 <td id="gcc-mpfr-website"><a href="http://www.mpfr.org/">MPFR for GCC</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1160 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1161 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1162 <td id="gd-package">gd</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1163 <td id="gd-version">2.0.35</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1164 <td id="gd-website"><a href="http://www.libgd.org/">GD (without support for xpm)</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1165 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1166 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1167 <td id="gdal-package">gdal</td>
2812
1094976c3a57 update package gdal
Mark Brand <mabrand@mabrand.nl>
parents: 2811
diff changeset
1168 <td id="gdal-version">1.9.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1169 <td id="gdal-website"><a href="http://www.gdal.org/">GDAL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1170 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1171 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1172 <td id="gdb-package">gdb</td>
2700
9be16103cdb1 update package gdb
Mark Brand <mabrand@mabrand.nl>
parents: 2699
diff changeset
1173 <td id="gdb-version">7.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1174 <td id="gdb-website"><a href="http://www.gnu.org/software/gdb/">gdb</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1175 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1176 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1177 <td id="gdk-pixbuf-package">gdk-pixbuf</td>
2819
7bbe1601a5ed update package gdk-pixbuf
Mark Brand <mabrand@mabrand.nl>
parents: 2818
diff changeset
1178 <td id="gdk-pixbuf-version">2.26.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1179 <td id="gdk-pixbuf-website"><a href="http://www.gdk-pixbuf.org/">GDK-pixbuf</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1180 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1181 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1182 <td id="geos-package">geos</td>
2644
cd5e84cf026f update package geos
Mark Brand <mabrand@mabrand.nl>
parents: 2643
diff changeset
1183 <td id="geos-version">3.3.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1184 <td id="geos-website"><a href="http://trac.osgeo.org/geos/">GEOS</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1185 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1186 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1187 <td id="gettext-package">gettext</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1188 <td id="gettext-version">0.18.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1189 <td id="gettext-website"><a href="http://www.gnu.org/software/gettext/">gettext</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1190 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1191 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1192 <td id="giflib-package">giflib</td>
2853
4cf24236b87b update package giflib
Mark Brand <mabrand@mabrand.nl>
parents: 2852
diff changeset
1193 <td id="giflib-version">5.0.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1194 <td id="giflib-website"><a href="http://sourceforge.net/projects/libungif/">giflib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1195 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1196 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1197 <td id="glew-package">glew</td>
2684
14f1e48fe31e update package glew
Mark Brand <mabrand@mabrand.nl>
parents: 2683
diff changeset
1198 <td id="glew-version">1.9.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1199 <td id="glew-website"><a href="http://glew.sourceforge.net/">GLEW</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1200 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1201 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1202 <td id="glib-package">glib</td>
2817
8b3bb715b237 update package glib
Mark Brand <mabrand@mabrand.nl>
parents: 2816
diff changeset
1203 <td id="glib-version">2.34.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1204 <td id="glib-website"><a href="http://www.gtk.org/">GLib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1205 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1206 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1207 <td id="glibmm-package">glibmm</td>
2624
a0bd65068e37 update packages glibmm pangomm
Mark Brand <mabrand@mabrand.nl>
parents: 2623
diff changeset
1208 <td id="glibmm-version">2.32.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1209 <td id="glibmm-website"><a href="http://www.gtkmm.org/">GLibmm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1210 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1211 <tr>
2871
b7c77abd9273 Include glpk as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2862
diff changeset
1212 <td id="glpk-package">glpk</td>
b7c77abd9273 Include glpk as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2862
diff changeset
1213 <td id="glpk-version">4.47</td>
b7c77abd9273 Include glpk as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2862
diff changeset
1214 <td id="glpk-website"><a href="http://www.gnu.org/software/glpk/">GLPK</a></td>
b7c77abd9273 Include glpk as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2862
diff changeset
1215 </tr>
b7c77abd9273 Include glpk as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2862
diff changeset
1216 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1217 <td id="gmp-package">gmp</td>
2510
8a41b8f8e79f update package gmp
Mark Brand <mabrand@mabrand.nl>
parents: 2509
diff changeset
1218 <td id="gmp-version">5.0.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1219 <td id="gmp-website"><a href="http://www.gmplib.org/">GMP</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1220 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1221 <tr>
2891
848118c648ae Include gnuplot as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2890
diff changeset
1222 <td id="gnuplot-package">gnuplot</td>
848118c648ae Include gnuplot as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2890
diff changeset
1223 <td id="gnuplot-version">4.6.1</td>
848118c648ae Include gnuplot as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2890
diff changeset
1224 <td id="gnuplot-website"><a href="http://www.gnuplot.info/">gnuplot</a></td>
848118c648ae Include gnuplot as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2890
diff changeset
1225 </tr>
848118c648ae Include gnuplot as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2890
diff changeset
1226 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1227 <td id="gnutls-package">gnutls</td>
2846
9196b5fdf1c5 update package gnutls
Mark Brand <mabrand@mabrand.nl>
parents: 2845
diff changeset
1228 <td id="gnutls-version">3.1.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1229 <td id="gnutls-website"><a href="http://www.gnu.org/software/gnutls/">GnuTLS</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1230 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1231 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1232 <td id="graphicsmagick-package">graphicsmagick</td>
2823
c9b15d4d4f7d update package graphicsmagick
Mark Brand <mabrand@mabrand.nl>
parents: 2822
diff changeset
1233 <td id="graphicsmagick-version">1.3.17</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1234 <td id="graphicsmagick-website"><a href="http://www.graphicsmagick.org/">GraphicsMagick</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1235 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1236 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1237 <td id="gsl-package">gsl</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1238 <td id="gsl-version">1.14</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1239 <td id="gsl-website"><a href="http://www.gnu.org/software/gsl/">GSL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1240 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1241 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1242 <td id="gsoap-package">gsoap</td>
2822
4916e58b9c77 update package gsoap
Mark Brand <mabrand@mabrand.nl>
parents: 2821
diff changeset
1243 <td id="gsoap-version">2.8.11</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1244 <td id="gsoap-website"><a href="http://gsoap2.sourceforge.net/">gSOAP</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1245 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1246 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1247 <td id="gst-plugins-base-package">gst-plugins-base</td>
2638
2e46fabcbbd0 packages gstreamer gst-plugins-base gst-plugins-good: revert to stable versions
Mark Brand <mabrand@mabrand.nl>
parents: 2637
diff changeset
1248 <td id="gst-plugins-base-version">0.10.36</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1249 <td id="gst-plugins-base-website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-base</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1250 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1251 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1252 <td id="gst-plugins-good-package">gst-plugins-good</td>
2638
2e46fabcbbd0 packages gstreamer gst-plugins-base gst-plugins-good: revert to stable versions
Mark Brand <mabrand@mabrand.nl>
parents: 2637
diff changeset
1253 <td id="gst-plugins-good-version">0.10.31</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1254 <td id="gst-plugins-good-website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-good</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1255 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1256 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1257 <td id="gstreamer-package">gstreamer</td>
2638
2e46fabcbbd0 packages gstreamer gst-plugins-base gst-plugins-good: revert to stable versions
Mark Brand <mabrand@mabrand.nl>
parents: 2637
diff changeset
1258 <td id="gstreamer-version">0.10.36</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1259 <td id="gstreamer-website"><a href="http://gstreamer.freedesktop.org/">gstreamer</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1260 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1261 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1262 <td id="gta-package">gta</td>
2714
d3769995dfd5 update package gta
Mark Brand <mabrand@mabrand.nl>
parents: 2713
diff changeset
1263 <td id="gta-version">1.0.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1264 <td id="gta-website"><a href="http://gta.nongnu.org/">gta</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1265 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1266 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1267 <td id="gtk2-package">gtk2</td>
2619
6d33640e2024 update package gtk2
Hans Petter Jansson <hpj@cl.no>
parents: 2617
diff changeset
1268 <td id="gtk2-version">2.24.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1269 <td id="gtk2-website"><a href="http://www.gtk.org/">GTK+</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1270 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1271 <tr>
2673
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1272 <td id="gtkglarea-package">gtkGLArea</td>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1273 <td id="gtkglarea-version">2.0.1</td>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1274 <td id="gtkglarea-website"><a href="http://www.mono-project.com/GtkGLArea/">GtkGLArea</a></td>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1275 </tr>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1276 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1277 <td id="gtkglext-package">gtkglext</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1278 <td id="gtkglext-version">1.2.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1279 <td id="gtkglext-website"><a href="http://gtkglext.sourceforge.net/">GtkGLExt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1280 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1281 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1282 <td id="gtkglextmm-package">gtkglextmm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1283 <td id="gtkglextmm-version">1.2.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1284 <td id="gtkglextmm-website"><a href="http://gtkglext.sourceforge.net/">GtkGLExtmm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1285 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1286 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1287 <td id="gtkmm2-package">gtkmm2</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1288 <td id="gtkmm2-version">2.24.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1289 <td id="gtkmm2-website"><a href="http://www.gtkmm.org/">GTKMM</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1290 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1291 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1292 <td id="gtksourceview-package">gtksourceview</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1293 <td id="gtksourceview-version">2.10.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1294 <td id="gtksourceview-website"><a href="http://projects.gnome.org/gtksourceview/">GTKSourceView</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1295 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1296 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1297 <td id="gtksourceviewmm2-package">gtksourceviewmm2</td>
2699
f4902ff680c1 update package gtksourceviewmm2
Mark Brand <mabrand@mabrand.nl>
parents: 2695
diff changeset
1298 <td id="gtksourceviewmm2-version">2.10.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1299 <td id="gtksourceviewmm2-website"><a href="http://projects.gnome.org/gtksourceviewmm/">GtkSourceViewmm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1300 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1301 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1302 <td id="guile-package">guile</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1303 <td id="guile-version">1.8.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1304 <td id="guile-website"><a href="http://www.gnu.org/software/guile/">GNU Guile</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1305 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1306 <tr>
2849
1f72bc5b8701 add package harfbuzz
Mark Brand <mabrand@mabrand.nl>
parents: 2848
diff changeset
1307 <td id="harfbuzz-package">harfbuzz</td>
2854
54522aaf400c update package harfbuzz
Mark Brand <mabrand@mabrand.nl>
parents: 2853
diff changeset
1308 <td id="harfbuzz-version">0.9.6</td>
2849
1f72bc5b8701 add package harfbuzz
Mark Brand <mabrand@mabrand.nl>
parents: 2848
diff changeset
1309 <td id="harfbuzz-website"><a href="http://harfbuzz.sourceforge.net/">HarfBuzz</a></td>
1f72bc5b8701 add package harfbuzz
Mark Brand <mabrand@mabrand.nl>
parents: 2848
diff changeset
1310 </tr>
1f72bc5b8701 add package harfbuzz
Mark Brand <mabrand@mabrand.nl>
parents: 2848
diff changeset
1311 <tr>
2929
4b72e7cf4f30 shared libraries and cross build for hdf5
John W. Eaton <jwe@octave.org>
parents: 2922
diff changeset
1312 <td id="hdf5-package">hdf5</td>
4b72e7cf4f30 shared libraries and cross build for hdf5
John W. Eaton <jwe@octave.org>
parents: 2922
diff changeset
1313 <td id="hdf5-version">1.8.10</td>
4b72e7cf4f30 shared libraries and cross build for hdf5
John W. Eaton <jwe@octave.org>
parents: 2922
diff changeset
1314 <td id="hdf5-website"><a href="http://www.hdfgroup.org/HDF5/">HDF5</a></td>
4b72e7cf4f30 shared libraries and cross build for hdf5
John W. Eaton <jwe@octave.org>
parents: 2922
diff changeset
1315 </tr>
4b72e7cf4f30 shared libraries and cross build for hdf5
John W. Eaton <jwe@octave.org>
parents: 2922
diff changeset
1316 <tr>
2394
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1317 <td id="hunspell-package">hunspell</td>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1318 <td id="hunspell-version">1.3.2</td>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1319 <td id="hunspell-website"><a href="http://hunspell.sourceforge.net/">Hunspell</a></td>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1320 </tr>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1321 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1322 <td id="id3lib-package">id3lib</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1323 <td id="id3lib-version">3.8.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1324 <td id="id3lib-website"><a href="http://id3lib.sourceforge.net/">id3lib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1325 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1326 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1327 <td id="ilmbase-package">ilmbase</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1328 <td id="ilmbase-version">1.0.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1329 <td id="ilmbase-website"><a href="http://www.openexr.com/">IlmBase</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1330 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1331 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1332 <td id="imagemagick-package">imagemagick</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1333 <td id="imagemagick-version">6.7.2-7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1334 <td id="imagemagick-website"><a href="http://www.imagemagick.org/">ImageMagick</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1335 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1336 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1337 <td id="jasper-package">jasper</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1338 <td id="jasper-version">1.900.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1339 <td id="jasper-website"><a href="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1340 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1341 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1342 <td id="jpeg-package">jpeg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1343 <td id="jpeg-version">8d</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1344 <td id="jpeg-website"><a href="http://www.ijg.org/">jpeg</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1345 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1346 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1347 <td id="json-c-package">json-c</td>
2661
3567da505594 json-c update to version 0.10, using github downloads.
Thomas Mayer <thomas@residuum.org>
parents: 2660
diff changeset
1348 <td id="json-c-version">0.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1349 <td id="json-c-website"><a href="http://oss.metaparadigm.com/json-c/">json-c</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1350 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1351 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1352 <td id="lame-package">lame</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1353 <td id="lame-version">3.99</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1354 <td id="lame-website"><a href="http://lame.sourceforge.net/">lame</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1355 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1356 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1357 <td id="lapack-package">lapack</td>
2788
eaa3134bbca4 upgrade package lapack
Mark Brand <mabrand@mabrand.nl>
parents: 2787
diff changeset
1358 <td id="lapack-version">3.4.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1359 <td id="lapack-website"><a href="http://www.netlib.org/lapack/">lapack</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1360 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1361 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1362 <td id="lcms-package">lcms</td>
2721
382711917f93 update package lcms
Mark Brand <mabrand@mabrand.nl>
parents: 2718
diff changeset
1363 <td id="lcms-version">2.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1364 <td id="lcms-website"><a href="http://www.littlecms.com/">lcms</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1365 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1366 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1367 <td id="lcms1-package">lcms1</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1368 <td id="lcms1-version">1.19</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1369 <td id="lcms1-website"><a href="http://www.littlecms.com/">lcms1</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1370 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1371 <tr>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1372 <td id="levmar-package">levmar</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1373 <td id="levmar-version">2.6</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1374 <td id="levmar-website"><a href="http://www.ics.forth.gr/~lourakis/levmar">levmar</a></td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1375 </tr>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1376 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1377 <td id="libarchive-package">libarchive</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1378 <td id="libarchive-version">3.0.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1379 <td id="libarchive-website"><a href="http://code.google.com/p/libarchive/">Libarchive</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1380 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1381 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1382 <td id="libass-package">libass</td>
2827
05e2ba2637c1 update package libass
Mark Brand <mabrand@mabrand.nl>
parents: 2825
diff changeset
1383 <td id="libass-version">0.10.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1384 <td id="libass-website"><a href="http://code.google.com/p/libass/">libass</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1385 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1386 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1387 <td id="libcroco-package">libcroco</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1388 <td id="libcroco-version">0.6.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1389 <td id="libcroco-website"><a href="http://www.freespiders.org/projects/libcroco/">Libcroco</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1390 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1391 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1392 <td id="libdnet-package">libdnet</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1393 <td id="libdnet-version">1.11</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1394 <td id="libdnet-website"><a href="http://libdnet.sourceforge.net/">libdnet</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1395 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1396 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1397 <td id="libevent-package">libevent</td>
2705
2dad6359bc72 update package libevent
Mark Brand <mabrand@mabrand.nl>
parents: 2702
diff changeset
1398 <td id="libevent-version">2.0.20</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1399 <td id="libevent-website"><a href="http://libevent.org/">libevent</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1400 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1401 <tr>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1402 <td id="libf2c-package">libf2c</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1403 <td id="libf2c-version">1</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1404 <td id="libf2c-website"><a href="http://www.netlib.org/f2c/">libf2c</a></td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1405 </tr>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1406 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1407 <td id="libffi-package">libffi</td>
2441
17669944fd2f update package libffi
Mark Brand <mabrand@mabrand.nl>
parents: 2440
diff changeset
1408 <td id="libffi-version">3.0.11</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1409 <td id="libffi-website"><a href="http://sourceware.org/libffi/">libffi</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1410 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1411 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1412 <td id="libgcrypt-package">libgcrypt</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1413 <td id="libgcrypt-version">1.5.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1414 <td id="libgcrypt-website"><a href="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1415 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1416 <tr>
2473
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1417 <td id="libgda-package">libgda</td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1418 <td id="libgda-version">4.2.13</td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1419 <td id="libgda-website"><a href="http://www.gnome-db.org/">libgda</a></td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1420 </tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1421 <tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1422 <td id="libgdamm-package">libgdamm</td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1423 <td id="libgdamm-version">4.1.3</td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1424 <td id="libgdamm-website"><a href="https://launchpad.net/libgdamm">libgdamm</a></td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1425 </tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1426 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1427 <td id="libgee-package">libgee</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1428 <td id="libgee-version">0.5.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1429 <td id="libgee-website"><a href="http://live.gnome.org/Libgee">libgee</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1430 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1431 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1432 <td id="libgeotiff-package">libgeotiff</td>
2437
813453ab528b update package libgeotiff (part 2)
Mark Brand <mabrand@mabrand.nl>
parents: 2436
diff changeset
1433 <td id="libgeotiff-version">1.4.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1434 <td id="libgeotiff-website"><a href="http://trac.osgeo.org/geotiff/">GeoTiff</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1435 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1436 <tr>
2563
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1437 <td id="libglade-package">libglade</td>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1438 <td id="libglade-version">2.6.4</td>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1439 <td id="libglade-website"><a href="http://glade.gnome.org/">glade</a></td>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1440 </tr>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1441 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1442 <td id="libgnurx-package">libgnurx</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1443 <td id="libgnurx-version">2.5.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1444 <td id="libgnurx-website"><a href="http://sourceforge.net/projects/mingw/files/UserContributed/regex/">libgnurx</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1445 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1446 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1447 <td id="libgomp-package">libgomp</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1448 <td id="libgomp-version">4.7.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1449 <td id="libgomp-website"><a href="http://gcc.gnu.org/projects/gomp/">GCC-libgomp</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1450 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1451 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1452 <td id="libgpg_error-package">libgpg_error</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1453 <td id="libgpg_error-version">1.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1454 <td id="libgpg_error-website"><a href="ftp://ftp.gnupg.org/gcrypt/libgpg-error/">libgpg-error</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1455 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1456 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1457 <td id="libgsasl-package">libgsasl</td>
2562
dddd4581f8d3 upgrade package libgsasl
Mark Brand <mabrand@mabrand.nl>
parents: 2559
diff changeset
1458 <td id="libgsasl-version">1.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1459 <td id="libgsasl-website"><a href="http://www.gnu.org/software/gsasl/">Libgsasl</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1460 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1461 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1462 <td id="libgsf-package">libgsf</td>
2626
f73f450e0115 update packages libgsf libxml2
Mark Brand <mabrand@mabrand.nl>
parents: 2625
diff changeset
1463 <td id="libgsf-version">1.14.23</td>
2484
9a0fd1a69bbe package libgsf: update website
Tony Theodore <tonyt@logyst.com>
parents: 2460
diff changeset
1464 <td id="libgsf-website"><a href="http://projects.gnome.org/libgsf/">libgsf</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1465 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1466 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1467 <td id="libharu-package">libharu</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1468 <td id="libharu-version">2.2.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1469 <td id="libharu-website"><a href="http://libharu.org/">libharu</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1470 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1471 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1472 <td id="libiberty-package">libiberty</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1473 <td id="libiberty-version">2.22</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1474 <td id="libiberty-website"><a href="http://gcc.gnu.org/onlinedocs/libiberty/">libiberty</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1475 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1476 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1477 <td id="libical-package">libical</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1478 <td id="libical-version">0.48</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1479 <td id="libical-website"><a href="http://freeassociation.sourceforge.net/">libical</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1480 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1481 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1482 <td id="libiconv-package">libiconv</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1483 <td id="libiconv-version">1.14</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1484 <td id="libiconv-website"><a href="http://www.gnu.org/software/libiconv/">libiconv</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1485 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1486 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1487 <td id="libidn-package">libidn</td>
2545
ae5b25885cc2 update package libidn
Mark Brand <mabrand@mabrand.nl>
parents: 2544
diff changeset
1488 <td id="libidn-version">1.25</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1489 <td id="libidn-website"><a href="http://www.gnu.org/software/libidn/">Libidn</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1490 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1491 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1492 <td id="libircclient-package">libircclient</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1493 <td id="libircclient-version">1.6</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1494 <td id="libircclient-website"><a href="http://sourceforge.net/projects/libircclient/">libircclient</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1495 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1496 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1497 <td id="liblo-package">liblo</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1498 <td id="liblo-version">0.26</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1499 <td id="liblo-website"><a href="http://liblo.sourceforge.net/">liblo</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1500 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1501 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1502 <td id="libmad-package">libmad</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1503 <td id="libmad-version">0.15.1b</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1504 <td id="libmad-website"><a href="http://www.underbit.com/products/mad/">libmad</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1505 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1506 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1507 <td id="libmikmod-package">libmikmod</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1508 <td id="libmikmod-version">3.2.0-beta2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1509 <td id="libmikmod-website"><a href="http://mikmod.raphnet.net/">libMikMod</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1510 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1511 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1512 <td id="libmng-package">libmng</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1513 <td id="libmng-version">1.0.10</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1514 <td id="libmng-website"><a href="http://www.libmng.com/">libmng</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1515 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1516 <tr>
2447
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1517 <td id="libmodplug-package">libmodplug</td>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1518 <td id="libmodplug-version">0.8.8.4</td>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1519 <td id="libmodplug-website"><a href="http://modplug-xmms.sourceforge.net/">libmodplug</a></td>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1520 </tr>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1521 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1522 <td id="libntlm-package">libntlm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1523 <td id="libntlm-version">1.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1524 <td id="libntlm-website"><a href="http://www.nongnu.org/libntlm/">Libntlm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1525 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1526 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1527 <td id="liboauth-package">liboauth</td>
2838
e1a8935c0ee6 update package liboauth
Mark Brand <mabrand@mabrand.nl>
parents: 2836
diff changeset
1528 <td id="liboauth-version">1.0.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1529 <td id="liboauth-website"><a href="http://liboauth.sourceforge.net/">liboauth</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1530 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1531 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1532 <td id="libodbc++-package">libodbc++</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1533 <td id="libodbc++-version">0.2.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1534 <td id="libodbc++-website"><a href="http://libodbcxx.sourceforge.net/">libodbc++</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1535 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1536 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1537 <td id="liboil-package">liboil</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1538 <td id="liboil-version">0.3.17</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1539 <td id="liboil-website"><a href="http://liboil.freedesktop.org/">liboil</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1540 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1541 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1542 <td id="libpano13-package">libpano13</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1543 <td id="libpano13-version">2.9.18_rc2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1544 <td id="libpano13-website"><a href="http://panotools.sourceforge.net/">libpano13</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1545 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1546 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1547 <td id="libpaper-package">libpaper</td>
2514
42ada920402e update package libpaper
Mark Brand <mabrand@mabrand.nl>
parents: 2513
diff changeset
1548 <td id="libpaper-version">1.1.24+nmu2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1549 <td id="libpaper-website"><a href="http://packages.debian.org/unstable/libpaper1">libpaper</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1550 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1551 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1552 <td id="libpng-package">libpng</td>
2791
a4f31aa591e1 update package libpng
Mark Brand <mabrand@mabrand.nl>
parents: 2790
diff changeset
1553 <td id="libpng-version">1.5.13</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1554 <td id="libpng-website"><a href="http://www.libpng.org/">libpng</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1555 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1556 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1557 <td id="librsvg-package">librsvg</td>
2825
45487fd67ba8 update package librsvg
Mark Brand <mabrand@mabrand.nl>
parents: 2824
diff changeset
1558 <td id="librsvg-version">2.36.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1559 <td id="librsvg-website"><a href="http://librsvg.sourceforge.net/">librsvg</a></td>
2584
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1560 </tr>
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1561 <tr>
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1562 <td id="librtmp-package">librtmp</td>
2586
5136e4e6e487 package librtmp: update to v2.4 and beyond
Mark Brand <mabrand@mabrand.nl>
parents: 2584
diff changeset
1563 <td id="librtmp-version">2.4</td>
2584
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1564 <td id="librtmp-website"><a href="http://rtmpdump.mplayerhq.hu/">librtmp</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1565 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1566 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1567 <td id="libsamplerate-package">libsamplerate</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1568 <td id="libsamplerate-version">0.1.8</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1569 <td id="libsamplerate-website"><a href="http://www.mega-nerd.com/SRC/">libsamplerate</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1570 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1571 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1572 <td id="libshout-package">libshout</td>
2650
a6d192cd0f73 update package libshout
Mark Brand <mabrand@mabrand.nl>
parents: 2649
diff changeset
1573 <td id="libshout-version">2.3.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1574 <td id="libshout-website"><a href="http://www.icecast.org/">libshout</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1575 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1576 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1577 <td id="libsigc++-package">libsigc++</td>
2828
ecc3e1e93194 update package libsigc++
Mark Brand <mabrand@mabrand.nl>
parents: 2827
diff changeset
1578 <td id="libsigc++-version">2.3.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1579 <td id="libsigc++-website"><a href="http://libsigc.sourceforge.net/">libsigc++</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1580 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1581 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1582 <td id="libsndfile-package">libsndfile</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1583 <td id="libsndfile-version">1.0.25</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1584 <td id="libsndfile-website"><a href="http://www.mega-nerd.com/libsndfile/">libsndfile</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1585 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1586 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1587 <td id="libssh2-package">libssh2</td>
2535
4a6fc9512b17 update package ssh2
Mark Brand <mabrand@mabrand.nl>
parents: 2533
diff changeset
1588 <td id="libssh2-version">1.4.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1589 <td id="libssh2-website"><a href="http://www.libssh2.org">libssh2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1590 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1591 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1592 <td id="libtool-package">libtool</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1593 <td id="libtool-version">2.4.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1594 <td id="libtool-website"><a href="http://www.gnu.org/software/libtool/">GNU Libtool</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1595 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1596 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1597 <td id="libunistring-package">libunistring</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1598 <td id="libunistring-version">0.9.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1599 <td id="libunistring-website"><a href="http://www.gnu.org/software/libunistring/">libunistring</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1600 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1601 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1602 <td id="libusb-package">libusb</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1603 <td id="libusb-version">1.2.6.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1604 <td id="libusb-website"><a href="http://libusb-win32.sourceforge.net/">LibUsb</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1605 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1606 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1607 <td id="libvpx-package">libvpx</td>
2543
fd3ee2ca91ab update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 2542
diff changeset
1608 <td id="libvpx-version">1.1.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1609 <td id="libvpx-website"><a href="http://code.google.com/p/webm/">vpx</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1610 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1611 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1612 <td id="libxml++-package">libxml++</td>
2842
f4572149c0fb upgrade package libmxl2
Mark Brand <mabrand@mabrand.nl>
parents: 2841
diff changeset
1613 <td id="libxml++-version">2.36.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1614 <td id="libxml++-website"><a href="http://libxmlplusplus.sourceforge.net/">libxml2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1615 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1616 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1617 <td id="libxml2-package">libxml2</td>
2810
5ae40d276a1d update package libxml2
Mark Brand <mabrand@mabrand.nl>
parents: 2809
diff changeset
1618 <td id="libxml2-version">2.9.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1619 <td id="libxml2-website"><a href="http://www.xmlsoft.org/">libxml2</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1620 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1621 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1622 <td id="libxslt-package">libxslt</td>
2723
d9cf1d80ed77 update package libxslt
Mark Brand <mabrand@mabrand.nl>
parents: 2722
diff changeset
1623 <td id="libxslt-version">1.1.27</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1624 <td id="libxslt-website"><a href="http://xmlsoft.org/XSLT/">libxslt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1625 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1626 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1627 <td id="llvm-package">llvm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1628 <td id="llvm-version">3.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1629 <td id="llvm-website"><a href="http://llvm.org/">llvm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1630 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1631 <tr>
2466
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1632 <td id="log4cxx-package">log4cxx</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1633 <td id="log4cxx-version">0.10.0</td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1634 <td id="log4cxx-website"><a href="http://logging.apache.org/log4cxx/">log4cxx</a></td>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1635 </tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1636 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1637 <td id="lua-package">lua</td>
2811
7959efe5af1f update package lua
Mark Brand <mabrand@mabrand.nl>
parents: 2810
diff changeset
1638 <td id="lua-version">5.2.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1639 <td id="lua-website"><a href="http://www.lua.org/">Lua</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1640 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1641 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1642 <td id="lzo-package">lzo</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1643 <td id="lzo-version">2.06</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1644 <td id="lzo-website"><a href="http://www.oberhumer.com/opensource/lzo/">lzo</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1645 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1646 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1647 <td id="matio-package">matio</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1648 <td id="matio-version">1.3.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1649 <td id="matio-website"><a href="http://sourceforge.net/projects/matio/">matio</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1650 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1651 <tr>
2473
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1652 <td id="mdbtools-package">mdbtools</td>
2744
f3055fc0f798 update package mdbtools
Mark Brand <mabrand@mabrand.nl>
parents: 2734
diff changeset
1653 <td id="mdbtools-version">0.7</td>
2473
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1654 <td id="mdbtools-website"><a href="http://sourceforge.net/projects/mdbtools/">mdbtools</a></td>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1655 </tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1656 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1657 <td id="mingwrt-package">mingwrt</td>
2649
7e38c2c1bafe update package mingwrt
Mark Brand <mabrand@mabrand.nl>
parents: 2648
diff changeset
1658 <td id="mingwrt-version">3.20-2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1659 <td id="mingwrt-website"><a href="http://www.mingw.org/">MinGW Runtime</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1660 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1661 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1662 <td id="mpfr-package">mpfr</td>
2651
48dde24b85b1 update package mpfr
Mark Brand <mabrand@mabrand.nl>
parents: 2650
diff changeset
1663 <td id="mpfr-version">3.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1664 <td id="mpfr-website"><a href="http://www.mpfr.org/">mpfr</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1665 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1666 <tr>
2956
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1667 <td id="msys-bash-package">msys-bash</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1668 <td id="msys-bash-version">3.1.17-4</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1669 <td id="msys-bash-website"><a href="http://www.mingw.org/">MinGW bash</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1670 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1671 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1672 <td id="msys-coreutils-package">msys-coreutils</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1673 <td id="msys-coreutils-version">5.97-3</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1674 <td id="msys-coreutils-website"><a href="http://www.mingw.org/">MinGW coreutils</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1675 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1676 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1677 <td id="msys-diffutils-package">msys-diffutils</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1678 <td id="msys-diffutils-version">2.8.7.20071206cvs-3</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1679 <td id="msys-diffutils-website"><a href="http://www.mingw.org/">MinGW diffutils</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1680 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1681 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1682 <td id="msys-file-package">msys-file</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1683 <td id="msys-file-version">5.04-1</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1684 <td id="msys-file-website"><a href="http://www.mingw.org/">MinGW file</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1685 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1686 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1687 <td id="msys-findutils-package">msys-findutils</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1688 <td id="msys-findutils-version">4.4.2-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1689 <td id="msys-findutils-website"><a href="http://www.mingw.org/">MinGW findutils</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1690 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1691 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1692 <td id="msys-gawk-package">msys-gawk</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1693 <td id="msys-gawk-version">3.1.7-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1694 <td id="msys-gawk-website"><a href="http://www.mingw.org/">MinGW gawk</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1695 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1696 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1697 <td id="msys-grep-package">msys-grep</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1698 <td id="msys-grep-version">2.5.4-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1699 <td id="msys-grep-website"><a href="http://www.mingw.org/">MinGW grep</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1700 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1701 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1702 <td id="msys-gzip-package">msys-gzip</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1703 <td id="msys-gzip-version">1.3.12-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1704 <td id="msys-gzip-website"><a href="http://www.mingw.org/">MinGW gzip</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1705 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1706 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1707 <td id="msys-less-package">msys-less</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1708 <td id="msys-less-version">436-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1709 <td id="msys-less-website"><a href="http://www.mingw.org/">MinGW less</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1710 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1711 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1712 <td id="msys-libiconv-package">msys-libiconv</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1713 <td id="msys-libiconv-version">1.14-1</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1714 <td id="msys-libiconv-website"><a href="http://www.mingw.org/">MinGW libiconv</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1715 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1716 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1717 <td id="msys-libintl-package">msys-libintl</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1718 <td id="msys-libintl-version">0.18.1.1-1</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1719 <td id="msys-libintl-website"><a href="http://www.mingw.org/">MinGW libintl</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1720 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1721 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1722 <td id="msys-libmagic-package">msys-libmagic</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1723 <td id="msys-libmagic-version">5.04-1</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1724 <td id="msys-libmagic-website"><a href="http://www.mingw.org/">MinGW libmagic</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1725 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1726 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1727 <td id="msys-make-package">msys-make</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1728 <td id="msys-make-version">3.81-3</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1729 <td id="msys-make-website"><a href="http://www.mingw.org/">MinGW make</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1730 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1731 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1732 <td id="msys-msys-core-package">msys-msys-core</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1733 <td id="msys-msys-core-version">1.0.18-1</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1734 <td id="msys-msys-core-website"><a href="http://www.mingw.org/">MinGW msys-core</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1735 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1736 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1737 <td id="msys-regex-package">msys-regex</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1738 <td id="msys-regex-version">1.20090805-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1739 <td id="msys-regex-website"><a href="http://www.mingw.org/">MinGW regex</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1740 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1741 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1742 <td id="msys-sed-package">msys-sed</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1743 <td id="msys-sed-version">4.2.1-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1744 <td id="msys-sed-website"><a href="http://www.mingw.org/">MinGW sed</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1745 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1746 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1747 <td id="msys-tar-package">msys-tar</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1748 <td id="msys-tar-version">1.23-1</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1749 <td id="msys-tar-website"><a href="http://www.mingw.org/">MinGW tar</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1750 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1751 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1752 <td id="msys-termcap-package">msys-termcap</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1753 <td id="msys-termcap-version">0.20050421_1-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1754 <td id="msys-termcap-website"><a href="http://www.mingw.org/">MinGW termcap</a></td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1755 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1756 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1757 <td id="muparser-package">muparser</td>
2420
59331dfd3b6b update package muparser
Tony Theodore <tonyt@logyst.com>
parents: 2409
diff changeset
1758 <td id="muparser-version">2.2.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1759 <td id="muparser-website"><a href="http://muparser.sourceforge.net/">muParser</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1760 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1761 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1762 <td id="mxml-package">mxml</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1763 <td id="mxml-version">2.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1764 <td id="mxml-website"><a href="http://www.minixml.org/">Mini-XML</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1765 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1766 <tr>
2915
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1767 <td id="native-binutils-package">native-binutils</td>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1768 <td id="native-binutils-version">2.23.1</td>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1769 <td id="native-binutils-website"><a href="http://www.gnu.org/software/binutils/">GNU Binutils</a></td>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1770 </tr>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1771 <tr>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1772 <td id="native-gcc-package">native-gcc</td>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1773 <td id="native-gcc-version">4.7.2</td>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1774 <td id="native-gcc-website"><a href="http://gcc.gnu.org/">GCC</a></td>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1775 </tr>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1776 <tr>
2408
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1777 <td id="ncurses-package">ncurses</td>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1778 <td id="ncurses-version">5.9</td>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1779 <td id="ncurses-website"><a href="http://www.gnu.org/software/ncurses/">Ncurses</a></td>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1780 </tr>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1781 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1782 <td id="nettle-package">nettle</td>
2655
769024253d0e update package nettle
Mark Brand <mabrand@mabrand.nl>
parents: 2654
diff changeset
1783 <td id="nettle-version">2.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1784 <td id="nettle-website"><a href="http://www.lysator.liu.se/~nisse/nettle/">nettle</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1785 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1786 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1787 <td id="nsis-package">nsis</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1788 <td id="nsis-version">2.46</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1789 <td id="nsis-website"><a href="http://nsis.sourceforge.net/">NSIS</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1790 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1791 <tr>
2964
1955438b24dc get notepad++
John W. Eaton <jwe@octave.org>
parents: 2958
diff changeset
1792 <td id="npp-package">nsis</td>
1955438b24dc get notepad++
John W. Eaton <jwe@octave.org>
parents: 2958
diff changeset
1793 <td id="npp-version">6.2.3</td>
1955438b24dc get notepad++
John W. Eaton <jwe@octave.org>
parents: 2958
diff changeset
1794 <td id="npp-website"><a href="http://notepad-plus-plus.org">Notepad++</a></td>
1955438b24dc get notepad++
John W. Eaton <jwe@octave.org>
parents: 2958
diff changeset
1795 </tr>
1955438b24dc get notepad++
John W. Eaton <jwe@octave.org>
parents: 2958
diff changeset
1796 <tr>
2834
fe0a6e45513f add package ocaml-native
William <r.3@libertysurf.fr>
parents: 2833
diff changeset
1797 <td id="ocaml-native-package">ocaml</td>
fe0a6e45513f add package ocaml-native
William <r.3@libertysurf.fr>
parents: 2833
diff changeset
1798 <td id="ocaml-native-version">4.00.0</td>
fe0a6e45513f add package ocaml-native
William <r.3@libertysurf.fr>
parents: 2833
diff changeset
1799 <td id="ocaml-native-website"><a href="http://caml.inria.fr/">ocaml</a></td>
fe0a6e45513f add package ocaml-native
William <r.3@libertysurf.fr>
parents: 2833
diff changeset
1800 </tr>
fe0a6e45513f add package ocaml-native
William <r.3@libertysurf.fr>
parents: 2833
diff changeset
1801 <tr>
2836
5ebcd132140a add package ocaml-core
William <r.3@libertysurf.fr>
parents: 2835
diff changeset
1802 <td id="ocaml-core-package">ocaml</td>
5ebcd132140a add package ocaml-core
William <r.3@libertysurf.fr>
parents: 2835
diff changeset
1803 <td id="ocaml-core-version">4.00.0</td>
5ebcd132140a add package ocaml-core
William <r.3@libertysurf.fr>
parents: 2835
diff changeset
1804 <td id="ocaml-core-website"><a href="http://caml.inria.fr/">ocaml</a></td>
5ebcd132140a add package ocaml-core
William <r.3@libertysurf.fr>
parents: 2835
diff changeset
1805 </tr>
5ebcd132140a add package ocaml-core
William <r.3@libertysurf.fr>
parents: 2835
diff changeset
1806 <tr>
2835
72427f641846 add package ocaml-flexdll
William <r.3@libertysurf.fr>
parents: 2834
diff changeset
1807 <td id="ocaml-flexdll-package">ocaml-flexdll</td>
72427f641846 add package ocaml-flexdll
William <r.3@libertysurf.fr>
parents: 2834
diff changeset
1808 <td id="ocaml-flexdll-version">0.30</td>
72427f641846 add package ocaml-flexdll
William <r.3@libertysurf.fr>
parents: 2834
diff changeset
1809 <td id="ocaml-flexdll-website"><a href="http://alain.frisch.fr/">flexdll</a></td>
72427f641846 add package ocaml-flexdll
William <r.3@libertysurf.fr>
parents: 2834
diff changeset
1810 </tr>
72427f641846 add package ocaml-flexdll
William <r.3@libertysurf.fr>
parents: 2834
diff changeset
1811 <tr>
2862
e93d77b61f17 Include support for building Octave.
John W. Eaton <jwe@octave.org>
parents: 2854
diff changeset
1812 <td id="octave-package">octave</td>
2984
046c38b3c351 update to Octave 3.7.5
John W. Eaton <jwe@octave.org>
parents: 2983
diff changeset
1813 <td id="octave-version">3.7.5</td>
2862
e93d77b61f17 Include support for building Octave.
John W. Eaton <jwe@octave.org>
parents: 2854
diff changeset
1814 <td id="octave-website"><a href="http://octave.org/">Octave</a></td>
e93d77b61f17 Include support for building Octave.
John W. Eaton <jwe@octave.org>
parents: 2854
diff changeset
1815 </tr>
e93d77b61f17 Include support for building Octave.
John W. Eaton <jwe@octave.org>
parents: 2854
diff changeset
1816 <tr>
2958
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1817 <td id="of-communications-package">of-communications</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1818 <td id="of-communications-version">1.1.1</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1819 <td id="of-communications-website"><a href="http://octave.sf.net/">Octave Forge communications package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1820 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1821 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1822 <td id="of-control-package">of-control</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1823 <td id="of-control-version">2.4.1</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1824 <td id="of-control-website"><a href="http://octave.sf.net/">Octave Forge control package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1825 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1826 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1827 <td id="of-general-package">of-general</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1828 <td id="of-general-version">1.3.2</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1829 <td id="of-general-website"><a href="http://octave.sf.net/">Octave Forge general package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1830 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1831 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1832 <td id="of-image-package">of-image</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1833 <td id="of-image-version">2.0.0</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1834 <td id="of-image-website"><a href="http://octave.sf.net/">Octave Forge image package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1835 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1836 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1837 <td id="of-io-package">of-io</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1838 <td id="of-io-version">1.2.0</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1839 <td id="of-io-website"><a href="http://octave.sf.net/">Octave Forge io package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1840 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1841 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1842 <td id="of-miscellaneous-package">of-miscellaneous</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1843 <td id="of-miscellaneous-version">1.2.0</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1844 <td id="of-miscellaneous-website"><a href="http://octave.sf.net/">Octave Forge miscellaneous package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1845 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1846 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1847 <td id="of-optim-package">of-optim</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1848 <td id="of-optim-version">1.2.2</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1849 <td id="of-optim-website"><a href="http://octave.sf.net/">Octave Forge optim package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1850 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1851 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1852 <td id="of-signal-package">of-signal</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1853 <td id="of-signal-version">1.2.0</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1854 <td id="of-signal-website"><a href="http://octave.sf.net/">Octave Forge signal package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1855 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1856 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1857 <td id="of-specfun-package">of-specfun</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1858 <td id="of-specfun-version">1.1.0</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1859 <td id="of-specfun-website"><a href="http://octave.sf.net/">Octave Forge specfun package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1860 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1861 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1862 <td id="of-statistics-package">of-statistics</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1863 <td id="of-statistics-version">1.1.3</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1864 <td id="of-statistics-website"><a href="http://octave.sf.net/">Octave Forge statistics package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1865 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1866 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1867 <td id="of-struct-package">of-struct</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1868 <td id="of-struct-version">1.0.10</td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1869 <td id="of-struct-website"><a href="http://octave.sf.net/">Octave Forge struct package</a></td>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1870 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1871 <tr>
2983
decdeed2ca59 include Octave Forge windows package
John W. Eaton <jwe@octave.org>
parents: 2981
diff changeset
1872 <td id="of-windows-package">of-windows</td>
decdeed2ca59 include Octave Forge windows package
John W. Eaton <jwe@octave.org>
parents: 2981
diff changeset
1873 <td id="of-windows-version">1.2.1</td>
decdeed2ca59 include Octave Forge windows package
John W. Eaton <jwe@octave.org>
parents: 2981
diff changeset
1874 <td id="of-windows-website"><a href="http://octave.sf.net/">Octave Forge struct package</a></td>
decdeed2ca59 include Octave Forge windows package
John W. Eaton <jwe@octave.org>
parents: 2981
diff changeset
1875 </tr>
decdeed2ca59 include Octave Forge windows package
John W. Eaton <jwe@octave.org>
parents: 2981
diff changeset
1876 <tr>
2941
8f0c44add205 rename octave-stable to stable-octave to avoid conflict with patch file
John W. Eaton <jwe@octave.org>
parents: 2939
diff changeset
1877 <td id="stable-octave-package">stable-octave</td>
2978
9d0ba0c088f5 update stable-octave to 3.6.4
John W. Eaton <jwe@octave.org>
parents: 2977
diff changeset
1878 <td id="stable-octave-version">3.6.4</td>
2941
8f0c44add205 rename octave-stable to stable-octave to avoid conflict with patch file
John W. Eaton <jwe@octave.org>
parents: 2939
diff changeset
1879 <td id="stable-octave-website"><a href="http://octave.org/">Octave</a></td>
2939
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents: 2935
diff changeset
1880 </tr>
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents: 2935
diff changeset
1881 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1882 <td id="ogg-package">ogg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1883 <td id="ogg-version">1.3.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1884 <td id="ogg-website"><a href="http://www.xiph.org/ogg/">OGG</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1885 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1886 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1887 <td id="old-package">old</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1888 <td id="old-version">0.17</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1889 <td id="old-website"><a href="http://blitiri.com.ar/p/old/">old</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1890 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1891 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1892 <td id="openal-package">openal</td>
2391
fbf67aa01033 update package openal
Mark Brand <mabrand@mabrand.nl>
parents: 2390
diff changeset
1893 <td id="openal-version">1.14</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1894 <td id="openal-website"><a href="http://kcat.strangesoft.net/openal.html">openal</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1895 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1896 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1897 <td id="opencore-amr-package">opencore-amr</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1898 <td id="opencore-amr-version">0.1.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1899 <td id="opencore-amr-website"><a href="http://opencore-amr.sourceforge.net/">opencore-amr</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1900 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1901 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1902 <td id="opencsg-package">opencsg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1903 <td id="opencsg-version">1.3.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1904 <td id="opencsg-website"><a href="http://www.opencsg.org/">opencsg</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1905 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1906 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1907 <td id="openexr-package">openexr</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1908 <td id="openexr-version">1.7.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1909 <td id="openexr-website"><a href="http://www.openexr.com/">OpenEXR</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1910 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1911 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1912 <td id="openscenegraph-package">openscenegraph</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1913 <td id="openscenegraph-version">3.0.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1914 <td id="openscenegraph-website"><a href="http://www.openscenegraph.org/">OpenSceneGraph</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1915 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1916 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1917 <td id="openssl-package">openssl</td>
2515
3925643b4743 update package openssl
Mark Brand <mabrand@mabrand.nl>
parents: 2514
diff changeset
1918 <td id="openssl-version">1.0.1c</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1919 <td id="openssl-website"><a href="http://www.openssl.org/">openssl</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1920 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1921 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1922 <td id="pango-package">pango</td>
2818
c9c16664efca update package pango
Mark Brand <mabrand@mabrand.nl>
parents: 2817
diff changeset
1923 <td id="pango-version">1.32.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1924 <td id="pango-website"><a href="http://www.pango.org/">Pango</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1925 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1926 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1927 <td id="pangomm-package">pangomm</td>
2624
a0bd65068e37 update packages glibmm pangomm
Mark Brand <mabrand@mabrand.nl>
parents: 2623
diff changeset
1928 <td id="pangomm-version">2.28.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1929 <td id="pangomm-website"><a href="http://www.pango.org/">Pangomm</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1930 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1931 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1932 <td id="pcre-package">pcre</td>
2676
6522e8f7a7f2 update package pcre
Mark Brand <mabrand@mabrand.nl>
parents: 2675
diff changeset
1933 <td id="pcre-version">8.31</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1934 <td id="pcre-website"><a href="http://www.pcre.org/">PCRE</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1935 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1936 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1937 <td id="pdcurses-package">pdcurses</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1938 <td id="pdcurses-version">3.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1939 <td id="pdcurses-website"><a href="http://pdcurses.sourceforge.net/">PDcurses</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1940 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1941 <tr>
2539
dcc6afba15ac new package: plibc
Richard Boulton <richard@tartarus.org>
parents: 2538
diff changeset
1942 <td id="plibc-package">plibc</td>
dcc6afba15ac new package: plibc
Richard Boulton <richard@tartarus.org>
parents: 2538
diff changeset
1943 <td id="plibc-version">0.1.7</td>
dcc6afba15ac new package: plibc
Richard Boulton <richard@tartarus.org>
parents: 2538
diff changeset
1944 <td id="plibc-website"><a href="http://plibc.sourceforge.net/">Plibc</a></td>
dcc6afba15ac new package: plibc
Richard Boulton <richard@tartarus.org>
parents: 2538
diff changeset
1945 </tr>
dcc6afba15ac new package: plibc
Richard Boulton <richard@tartarus.org>
parents: 2538
diff changeset
1946 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1947 <td id="pdflib_lite-package">pdflib_lite</td>
2577
d1569d04b337 update package pdflib_lite
Mark Brand <mabrand@mabrand.nl>
parents: 2575
diff changeset
1948 <td id="pdflib_lite-version">7.0.5p3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1949 <td id="pdflib_lite-website"><a href="http://www.pdflib.com/download/free-software/pdflib-lite-7/">PDFlib Lite</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1950 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1951 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1952 <td id="pfstools-package">pfstools</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1953 <td id="pfstools-version">1.8.5</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1954 <td id="pfstools-website"><a href="http://pfstools.sourceforge.net/">pfstools</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1955 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1956 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1957 <td id="physfs-package">physfs</td>
2833
5e20e0961816 update package physfs
Mark Brand <mabrand@mabrand.nl>
parents: 2832
diff changeset
1958 <td id="physfs-version">2.0.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1959 <td id="physfs-website"><a href="http://icculus.org/physfs/">physfs</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1960 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1961 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1962 <td id="pixman-package">pixman</td>
2831
45afd19a2f3b update package pixman
Mark Brand <mabrand@mabrand.nl>
parents: 2830
diff changeset
1963 <td id="pixman-version">0.27.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1964 <td id="pixman-website"><a href="http://cairographics.org/">pixman</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1965 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1966 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1967 <td id="plotmm-package">plotmm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1968 <td id="plotmm-version">0.1.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1969 <td id="plotmm-website"><a href="http://plotmm.sourceforge.net/">PlotMM</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1970 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1971 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1972 <td id="plotutils-package">plotutils</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1973 <td id="plotutils-version">2.6</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1974 <td id="plotutils-website"><a href="http://www.gnu.org/software/plotutils/">plotutils</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1975 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1976 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1977 <td id="poco-package">poco</td>
2816
5f8b6875b672 update package poco
Mark Brand <mabrand@mabrand.nl>
parents: 2815
diff changeset
1978 <td id="poco-version">1.4.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1979 <td id="poco-website"><a href="http://pocoproject.org/">POCO C++ Libraries</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1980 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1981 <tr>
2440
5982c58c53e7 package poppler: add to index.html
Mark Brand <mabrand@mabrand.nl>
parents: 2437
diff changeset
1982 <td id="poppler-package">poppler</td>
2807
74ba99a9ac52 update package poppler
Mark Brand <mabrand@mabrand.nl>
parents: 2806
diff changeset
1983 <td id="poppler-version">0.20.5</td>
2440
5982c58c53e7 package poppler: add to index.html
Mark Brand <mabrand@mabrand.nl>
parents: 2437
diff changeset
1984 <td id="poppler-website"><a href="http://poppler.freedesktop.org/">poppler</a></td>
5982c58c53e7 package poppler: add to index.html
Mark Brand <mabrand@mabrand.nl>
parents: 2437
diff changeset
1985 </tr>
5982c58c53e7 package poppler: add to index.html
Mark Brand <mabrand@mabrand.nl>
parents: 2437
diff changeset
1986 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1987 <td id="popt-package">popt</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1988 <td id="popt-version">1.16</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1989 <td id="popt-website"><a href="http://freshmeat.net/projects/popt/">popt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1990 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1991 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1992 <td id="portaudio-package">portaudio</td>
2688
52c2d81ac7d5 Update PortAudio v19 from 20071207 to 20111121
Stefan Hajnoczi <stefanha@gmail.com>
parents: 2684
diff changeset
1993 <td id="portaudio-version">19_20111121</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1994 <td id="portaudio-website"><a href="http://www.portaudio.com/">portaudio</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1995 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1996 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1997 <td id="postgresql-package">postgresql</td>
2789
f20bbf45b91a update package postgresql
Mark Brand <mabrand@mabrand.nl>
parents: 2788
diff changeset
1998 <td id="postgresql-version">9.2.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1999 <td id="postgresql-website"><a href="http://www.postgresql.org/">PostgreSQL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2000 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2001 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2002 <td id="proj-package">proj</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2003 <td id="proj-version">4.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2004 <td id="proj-website"><a href="http://trac.osgeo.org/proj/">proj</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2005 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2006 <tr>
2746
a69eb5b6d9a5 Add package protobuf (google protocol buffers).
lotodore <pokerth@lotharmay.de>
parents: 2744
diff changeset
2007 <td id="protobuf-package">protobuf</td>
a69eb5b6d9a5 Add package protobuf (google protocol buffers).
lotodore <pokerth@lotharmay.de>
parents: 2744
diff changeset
2008 <td id="protobuf-version">2.4.1</td>
a69eb5b6d9a5 Add package protobuf (google protocol buffers).
lotodore <pokerth@lotharmay.de>
parents: 2744
diff changeset
2009 <td id="protobuf-website"><a href="http://code.google.com/p/protobuf"/>protobuf</a></td>
a69eb5b6d9a5 Add package protobuf (google protocol buffers).
lotodore <pokerth@lotharmay.de>
parents: 2744
diff changeset
2010 </tr>
a69eb5b6d9a5 Add package protobuf (google protocol buffers).
lotodore <pokerth@lotharmay.de>
parents: 2744
diff changeset
2011 <tr>
2952
09a58eb274f4 Include pstoedit as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2951
diff changeset
2012 <td id="pstoedit-package">pstoedit</td>
09a58eb274f4 Include pstoedit as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2951
diff changeset
2013 <td id="pstoedit-version">3.61</td>
09a58eb274f4 Include pstoedit as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2951
diff changeset
2014 <td id="pstoedit-website"><a href="http://www.pstoedit.net"</a></td>
09a58eb274f4 Include pstoedit as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2951
diff changeset
2015 </tr>
09a58eb274f4 Include pstoedit as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2951
diff changeset
2016 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2017 <td id="pthreads-package">pthreads</td>
2559
480cba57f1bf update package pthreads
Mark Brand <mabrand@mabrand.nl>
parents: 2556
diff changeset
2018 <td id="pthreads-version">2-9-1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2019 <td id="pthreads-website"><a href="http://sourceware.org/pthreads-win32/">Pthreads-w32</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2020 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2021 <tr>
2521
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
2022 <td id="qdbm-package">qdbm</td>
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
2023 <td id="qdbm-version">1.8.78</td>
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
2024 <td id="qdbm-website"><a href="http://fallabs.com/qdbm/">QDBM</a></td>
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
2025 </tr>
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
2026 <tr>
2890
152e3e693568 Include qhull as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2873
diff changeset
2027 <td id="qhull-package">qhull</td>
152e3e693568 Include qhull as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2873
diff changeset
2028 <td id="qhull-version">2009.1</td>
152e3e693568 Include qhull as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2873
diff changeset
2029 <td id="qhull-website"><a href="http://qjson.sourceforge.net/">QHull</a></td>
152e3e693568 Include qhull as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2873
diff changeset
2030 </tr>
152e3e693568 Include qhull as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2873
diff changeset
2031 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2032 <td id="qjson-package">qjson</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2033 <td id="qjson-version">0.7.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2034 <td id="qjson-website"><a href="http://qjson.sourceforge.net/">QJson</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2035 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2036 <tr>
2872
eb2f17fbd971 Include qrupdate as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2871
diff changeset
2037 <td id="qrupdate-package">qrupdate</td>
eb2f17fbd971 Include qrupdate as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2871
diff changeset
2038 <td id="qrupdate-version">1.1.2</td>
eb2f17fbd971 Include qrupdate as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2871
diff changeset
2039 <td id="qrupdate-website"><a href="http://sourceforge.net/projects/qrupdate/">qrupdate</a></td>
eb2f17fbd971 Include qrupdate as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2871
diff changeset
2040 </tr>
eb2f17fbd971 Include qrupdate as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2871
diff changeset
2041 <tr>
2935
8cf0cbcdaeea Include qscintilla as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2931
diff changeset
2042 <td id="qscintilla-package">qscintilla</td>
8cf0cbcdaeea Include qscintilla as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2931
diff changeset
2043 <td id="qscintilla-version">2.7</td>
8cf0cbcdaeea Include qscintilla as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2931
diff changeset
2044 <td id="qscintilla-website"><a href="http://www.riverbankcomputing.com/software/qscintilla/intro">QScintilla</a></td>
8cf0cbcdaeea Include qscintilla as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2931
diff changeset
2045 </tr>
8cf0cbcdaeea Include qscintilla as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2931
diff changeset
2046 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2047 <td id="qt-package">qt</td>
2734
ffdcd0f515bc update package qt
Mark Brand <mabrand@mabrand.nl>
parents: 2723
diff changeset
2048 <td id="qt-version">4.8.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2049 <td id="qt-website"><a href="http://qt.nokia.com/">Qt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2050 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2051 <tr>
2534
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
2052 <td id="qwt-package">qwt</td>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
2053 <td id="qwt-version">6.0.1</td>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
2054 <td id="qwt-website"><a href="http://qwt.sourceforge.net/">Qwt</a></td>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
2055 </tr>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
2056 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2057 <td id="qwtplot3d-package">qwtplot3d</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2058 <td id="qwtplot3d-version">0.2.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2059 <td id="qwtplot3d-website"><a href="http://qwtplot3d.sourceforge.net/">QwtPlot3D</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2060 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2061 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2062 <td id="readline-package">readline</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2063 <td id="readline-version">6.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2064 <td id="readline-website"><a href="http://tiswww.case.edu/php/chet/readline/rltop.html">Readline</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2065 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2066 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2067 <td id="sdl-package">sdl</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2068 <td id="sdl-version">1.2.15</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2069 <td id="sdl-website"><a href="http://www.libsdl.org/">SDL</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2070 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2071 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2072 <td id="sdl_image-package">sdl_image</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2073 <td id="sdl_image-version">1.2.12</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2074 <td id="sdl_image-website"><a href="http://www.libsdl.org/projects/SDL_image/">SDL_image</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2075 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2076 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2077 <td id="sdl_mixer-package">sdl_mixer</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2078 <td id="sdl_mixer-version">1.2.12</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2079 <td id="sdl_mixer-website"><a href="http://www.libsdl.org/projects/SDL_mixer/">SDL_mixer</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2080 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2081 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2082 <td id="sdl_net-package">sdl_net</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2083 <td id="sdl_net-version">1.2.8</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2084 <td id="sdl_net-website"><a href="http://www.libsdl.org/projects/SDL_net/">SDL_net</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2085 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2086 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2087 <td id="sdl_pango-package">sdl_pango</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2088 <td id="sdl_pango-version">0.1.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2089 <td id="sdl_pango-website"><a href="http://sdlpango.sourceforge.net/">SDL_Pango</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2090 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2091 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2092 <td id="sdl_sound-package">sdl_sound</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2093 <td id="sdl_sound-version">1.0.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2094 <td id="sdl_sound-website"><a href="http://icculus.org/SDL_sound/">SDL_sound</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2095 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2096 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2097 <td id="sdl_ttf-package">sdl_ttf</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2098 <td id="sdl_ttf-version">2.0.11</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2099 <td id="sdl_ttf-website"><a href="http://www.libsdl.org/projects/SDL_ttf/">SDL_ttf</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2100 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2101 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2102 <td id="smpeg-package">smpeg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2103 <td id="smpeg-version">0.4.5+cvs20030824</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2104 <td id="smpeg-website"><a href="http://icculus.org/smpeg/">smpeg</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2105 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2106 <tr>
2468
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
2107 <td id="sox-package">sox</td>
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
2108 <td id="sox-version">14.4.0</td>
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
2109 <td id="sox-website"><a href="http://sox.sourceforge.net/">SoX</a></td>
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
2110 </tr>
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
2111 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2112 <td id="speex-package">speex</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2113 <td id="speex-version">1.2rc1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2114 <td id="speex-website"><a href="http://www.speex.org/">Speex</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2115 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2116 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2117 <td id="sqlite-package">sqlite</td>
2795
fb06baf9132a update package sqlite
Mark Brand <mabrand@mabrand.nl>
parents: 2794
diff changeset
2118 <td id="sqlite-version">3071401</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2119 <td id="sqlite-website"><a href="http://www.sqlite.org/">SQLite</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2120 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2121 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2122 <td id="suitesparse-package">suitesparse</td>
2670
47fc8672c8f5 update package suitesparse
Mark Brand <mabrand@mabrand.nl>
parents: 2669
diff changeset
2123 <td id="suitesparse-version">4.0.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2124 <td id="suitesparse-website"><a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">SuiteSparse</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2125 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2126 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2127 <td id="t4k_common-package">t4k_common</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2128 <td id="t4k_common-version">0.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2129 <td id="t4k_common-website"><a href="http://tux4kids.alioth.debian.org/">t4k_common</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2130 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2131 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2132 <td id="taglib-package">taglib</td>
2511
61dca89be476 update package taglib
Mark Brand <mabrand@mabrand.nl>
parents: 2510
diff changeset
2133 <td id="taglib-version">1.7.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2134 <td id="taglib-website"><a href="http://developer.kde.org/~wheeler/taglib.html">TagLib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2135 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2136 <tr>
2904
1122ae1e98b6 New rules for termcap package.
John W. Eaton <jwe@octave.org>
parents: 2896
diff changeset
2137 <td id="termcap-package">termcap</td>
1122ae1e98b6 New rules for termcap package.
John W. Eaton <jwe@octave.org>
parents: 2896
diff changeset
2138 <td id="termcap-version">1.3.1</td>
1122ae1e98b6 New rules for termcap package.
John W. Eaton <jwe@octave.org>
parents: 2896
diff changeset
2139 <td id="termcap-website"><a href="ftp://ftp.gnu.org/gnu/termcap/">GNU termcap</a></td>
1122ae1e98b6 New rules for termcap package.
John W. Eaton <jwe@octave.org>
parents: 2896
diff changeset
2140 </tr>
1122ae1e98b6 New rules for termcap package.
John W. Eaton <jwe@octave.org>
parents: 2896
diff changeset
2141 <tr>
2951
01a2b5484d88 Include texinfo as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2941
diff changeset
2142 <td id="texinfo-package">texinfo</td>
01a2b5484d88 Include texinfo as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2941
diff changeset
2143 <td id="texinfo-version">4.13a</td>
01a2b5484d88 Include texinfo as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2941
diff changeset
2144 <td id="texinfo-website"><a href="http://www.gnu.org/software/texinfo/">GNU Texinfo</a></td>
01a2b5484d88 Include texinfo as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2941
diff changeset
2145 </tr>
01a2b5484d88 Include texinfo as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2941
diff changeset
2146 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2147 <td id="theora-package">theora</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2148 <td id="theora-version">1.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2149 <td id="theora-website"><a href="http://theora.org/">Theora</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2150 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2151 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2152 <td id="tiff-package">tiff</td>
2780
016ef289a545 update package tiff
Mark Brand <mabrand@mabrand.nl>
parents: 2775
diff changeset
2153 <td id="tiff-version">4.0.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2154 <td id="tiff-website"><a href="http://www.remotesensing.org/libtiff/">LibTIFF</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2155 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2156 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2157 <td id="tinyxml-package">tinyxml</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2158 <td id="tinyxml-version">2.6.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2159 <td id="tinyxml-website"><a href="http://sourceforge.net/projects/tinyxml/">tinyxml</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2160 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2161 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2162 <td id="tre-package">tre</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2163 <td id="tre-version">0.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2164 <td id="tre-website"><a href="http://laurikari.net/tre/">TRE</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2165 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2166 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2167 <td id="vigra-package">vigra</td>
2844
e7027f79cdcd update package vigra
Mark Brand <mabrand@mabrand.nl>
parents: 2843
diff changeset
2168 <td id="vigra-version">1.9.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2169 <td id="vigra-website"><a href="http://hci.iwr.uni-heidelberg.de/vigra">vigra</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2170 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2171 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2172 <td id="vmime-package">vmime</td>
2851
053e00ca567e update package vmime
Mark Brand <mabrand@mabrand.nl>
parents: 2849
diff changeset
2173 <td id="vmime-version">fc9bc26</td>
2847
d37122aa7a10 package vmime: use github tarball
Mark Brand <mabrand@mabrand.nl>
parents: 2846
diff changeset
2174 <td id="vmime-website"><a href="http://www.vmime.org/">VMime</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2175 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2176 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2177 <td id="vorbis-package">vorbis</td>
2512
748e8ede3a09 update package vorbis
Mark Brand <mabrand@mabrand.nl>
parents: 2511
diff changeset
2178 <td id="vorbis-version">1.3.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2179 <td id="vorbis-website"><a href="http://www.vorbis.com/">Vorbis</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2180 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2181 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2182 <td id="vtk-package">vtk</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2183 <td id="vtk-version">5.8.0</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2184 <td id="vtk-website"><a href="http://www.vtk.org/">vtk</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2185 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2186 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2187 <td id="w32api-package">w32api</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2188 <td id="w32api-version">3.17</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2189 <td id="w32api-website"><a href="http://www.mingw.org/">MinGW Windows API</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2190 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2191 <tr>
2801
e5aad248555b new package wget
Mark Brand <mabrand@mabrand.nl>
parents: 2799
diff changeset
2192 <td id="wget-package">wget</td>
e5aad248555b new package wget
Mark Brand <mabrand@mabrand.nl>
parents: 2799
diff changeset
2193 <td id="wget-version">1.14</td>
e5aad248555b new package wget
Mark Brand <mabrand@mabrand.nl>
parents: 2799
diff changeset
2194 <td id="wget-website"><a href="http://www.gnu.org/software/wget/">wget</a></td>
e5aad248555b new package wget
Mark Brand <mabrand@mabrand.nl>
parents: 2799
diff changeset
2195 </tr>
e5aad248555b new package wget
Mark Brand <mabrand@mabrand.nl>
parents: 2799
diff changeset
2196 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2197 <td id="winpcap-package">winpcap</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2198 <td id="winpcap-version">4_1_2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2199 <td id="winpcap-website"><a href="http://www.winpcap.org/">WinPcap</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2200 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2201 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2202 <td id="wt-package">wt</td>
2839
11504b1a840f update package wt
Mark Brand <mabrand@mabrand.nl>
parents: 2838
diff changeset
2203 <td id="wt-version">3.2.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2204 <td id="wt-website"><a href="http://witty.sourceforge.net/">Wt</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2205 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2206 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2207 <td id="wxwidgets-package">wxwidgets</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2208 <td id="wxwidgets-version">2.8.12</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2209 <td id="wxwidgets-website"><a href="http://www.wxwidgets.org/">wxWidgets</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2210 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2211 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2212 <td id="x264-package">x264</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2213 <td id="x264-version">20111018-2245</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2214 <td id="x264-website"><a href="http://www.videolan.org/developers/x264.html">x264</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2215 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2216 <tr>
2753
00a8fe879b7b new package: xapian-core
Richard Boulton <richard@tartarus.org>
parents: 2751
diff changeset
2217 <td id="xapian-core-package">xapian-core</td>
2815
95b6461420ba update package xapian-core
Mark Brand <mabrand@mabrand.nl>
parents: 2812
diff changeset
2218 <td id="xapian-core-version">1.2.12</td>
2753
00a8fe879b7b new package: xapian-core
Richard Boulton <richard@tartarus.org>
parents: 2751
diff changeset
2219 <td id="xapian-core-website"><a href="http://xapian.org/">Xapian-Core</a></td>
00a8fe879b7b new package: xapian-core
Richard Boulton <richard@tartarus.org>
parents: 2751
diff changeset
2220 </tr>
00a8fe879b7b new package: xapian-core
Richard Boulton <richard@tartarus.org>
parents: 2751
diff changeset
2221 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2222 <td id="xerces-package">xerces</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2223 <td id="xerces-version">3.1.1</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2224 <td id="xerces-website"><a href="http://xerces.apache.org/xerces-c/">Xerces-C++</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2225 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2226 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2227 <td id="xine-lib-package">xine-lib</td>
2583
c4cd2fe180e4 update package xine-lib
Mark Brand <mabrand@mabrand.nl>
parents: 2582
diff changeset
2228 <td id="xine-lib-version">1.1.21</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2229 <td id="xine-lib-website"><a href="http://www.xine-project.org/">xine-lib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2230 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2231 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2232 <td id="xmlwrapp-package">xmlwrapp</td>
2393
295e88579d64 update package xmlwrapp
Mark Brand <mabrand@mabrand.nl>
parents: 2392
diff changeset
2233 <td id="xmlwrapp-version">0.6.3</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2234 <td id="xmlwrapp-website"><a href="http://sourceforge.net/projects/xmlwrapp/">xmlwrapp</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2235 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2236 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2237 <td id="xvidcore-package">xvidcore</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2238 <td id="xvidcore-version">1.3.2</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2239 <td id="xvidcore-website"><a href="http://www.xvid.org/">xvidcore</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2240 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2241 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2242 <td id="xz-package">xz</td>
2642
9956b52eea59 update package xz
Mark Brand <mabrand@mabrand.nl>
parents: 2641
diff changeset
2243 <td id="xz-version">5.0.4</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2244 <td id="xz-website"><a href="http://tukaani.org/xz/">XZ</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2245 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2246 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2247 <td id="zlib-package">zlib</td>
2502
72b584e79721 update package zlib
Mark Brand <mabrand@mabrand.nl>
parents: 2501
diff changeset
2248 <td id="zlib-version">1.2.7</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2249 <td id="zlib-website"><a href="http://zlib.net/">zlib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2250 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2251 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2252 <td id="zziplib-package">zziplib</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2253 <td id="zziplib-version">0.13.59</td>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2254 <td id="zziplib-website"><a href="http://zziplib.sourceforge.net/">ZZIPlib</a></td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2255 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2256 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2257 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2258
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2259 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2260 <h2 id="creating-packages">Guidelines for Creating Packages</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2261
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2262 <ol>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2263 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2264 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2265 The package should be a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2266 <a href="http://www.gnu.org/philosophy/free-sw.html">free</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2267 <a href="http://www.debian.org/social_contract#guidelines">software</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2268 <a href="http://www.opensource.org/osd.html">library</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2269 that is really used by one of your applications.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2270 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2271
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2272 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2273 BTW, we're always curious about the applications people are porting.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2274 We maintain a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2275 <a href="#used-by">list of projects</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2276 which use MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2277 No matter whether your project is free or proprietary
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2278 &ndash; as long as it has its own website,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2279 we'd be happy to link to it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2280 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2281
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2282 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2283 Also, feel free to link to us. :-)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2284 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2285 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2286
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2287 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2288 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2289 Grep through the <code>src/*.mk</code> files
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2290 to find a project that is most similar to yours.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2291 (Really, <code>grep</code> is your friend here.)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2292 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2293
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2294 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2295 For instance,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2296 when adding a GNU library,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2297 you should take a package like
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2298 <a href="https://github.com/mxe/mxe/blob/master/src/gettext.mk">gettext.mk</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2299 or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2300 <a href="https://github.com/mxe/mxe/blob/master/src/libiconv.mk">libiconv.mk</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2301 as the base of your work.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2302 When using a SourceForge project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2303 you could start with a copy of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2304 <a href="https://github.com/mxe/mxe/blob/master/src/xmlwrapp.mk">xmlwrapp.mk</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2305 And so on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2306 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2307 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2308
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2309 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2310 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2311 Adjust the comments,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2312 fill in the <code>$(PKG)_*</code> fields.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2313 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2314
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2315 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2316 Be especially careful with the <code>$(PKG)_DEPS</code> section.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2317 The easiest way to get the dependencies right
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2318 is to start with a minimal setup.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2319 That is,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2320 initialize MXE with <code>make gcc</code> only,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2321 then check whether your package builds successfully.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2322 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2323
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2324 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2325 Always list the dependency on <code>gcc</code> explicitly:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2326 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2327 <pre>$(PKG)_DEPS := gcc ...</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2328 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2329
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2330 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2331 <p>
2719
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2332 Add your package to the <a href="#packages">list of packages</a>.
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2333 </p>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2334 <p>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2335 Each package gets its own table row element with table cells having IDs
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2336 specifying your .mk file, package version and website:
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2337 </p>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2338 <pre>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2339 &lt;tr&gt;
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2340 &lt;td id="gettext-package"&gt;gettext&lt;/td&gt;
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2341 &lt;td id="gettext-version"&gt;0.18.1.1&lt;/td&gt;
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2342 &lt;td id="gettext-website"&gt;&lt;a href="http://www.gnu.org/software/gettext/"&gt;gettext&lt;/a&gt;&lt;/td&gt;
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2343 &lt;/tr&gt;
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2344 </pre>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2345 </li>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2346
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2347 <li>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2348 <p>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2349 Write your <code>$(PKG)_BUILD</code>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2350 If your library has a <code>./configure</code> script,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2351 enable/disable all dependency libraries explicitly
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2352 via "<code>--enable-*</code>" and "<code>--disable-*</code>" options.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2353 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2354 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2355
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2356 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2357 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2358 You might also have to provide a patch for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2359 In that case, have a look at other patches such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2360 <a href="https://github.com/mxe/mxe/blob/master/src/sdl-2-fix-dinput.patch">sdl-2-fix-dinput.patch</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2361 In particular, each patch file should be named as:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2362 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2363 <pre>PACKAGE-PATCHNUMBER-DESCRIPTION.patch</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2364 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2365 and should start with:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2366 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2367 <pre>This file is part of MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2368 See index.html for further information.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2369
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2370 This patch has been taken from:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2371 https://...</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2372 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2373 where the URL points to the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2374 bugtracker entry,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2375 mailing list entry or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2376 website
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2377 you took the patch from.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2378 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2379
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2380 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2381 If you created the patch yourself,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2382 please offer it to the upstream project first,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2383 and point to <em>that</em> URL,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2384 using the same wording:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2385 "This patch has been taken from:".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2386 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2387
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2388 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2389 Depending on the feedback you get from the upstream project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2390 you might want to improve your patch.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2391 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2392 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2393
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2394 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2395 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2396 If you find some time,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2397 please provide a minimal test program for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2398 It should be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2399 simple,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2400 stand alone and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2401 should work unmodified for many (all?) future versions of the library.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2402 Test programs are named as:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2403 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2404 <pre>PACKAGE-test.c</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2405 or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2406 <pre>PACKAGE-test.cpp</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2407 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2408 depending on whether it is a C or C++ library.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2409 To get a clue,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2410 please have a look at existing test programs such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2411 <a href="https://github.com/mxe/mxe/blob/master/src/sdl-test.c">sdl-test.c</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2412 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2413
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2414 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2415 At the very end of your <code>*.mk</code> file
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2416 you should build the test program in a generic way,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2417 using strict compiler flags.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2418 The last few lines of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2419 <a href="https://github.com/mxe/mxe/blob/master/src/sdl.mk">sdl.mk</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2420 will give you a clue.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2421 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2422 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2423
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2424 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2425 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2426 You could also try to provide a <code>$(PKG)_UPDATE</code> section.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2427 However, that requires some experience and "feeling" for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2428 So it is perfectly okay if you leave the <code>$(PKG)_UPDATE</code> section empty.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2429 We'll fill that in for you.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2430 It's a funny exercise.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2431 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2432 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2433
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2434 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2435 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2436 Check that you don't have "dirty stuff" in your <code>*.mk</code> files,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2437 such as TAB characters or trailing spaces at lines endings.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2438 Have a look at random <code>*.mk</code> files
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2439 to get a feeling for the coding style.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2440 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2441
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2442 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2443 The same holds for your test program.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2444 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2445
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2446 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2447 However, patch files should always appear
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2448 in the same coding style as the files they are patching.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2449 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2450
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2451 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2452 Finally, in your <code>$(PKG)_BUILD</code> section,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2453 please check that you use our portability variables:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2454 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2455 <table class="translation">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2456 <tr><td><code>bash</code></td> <td>&rarr;</td><td><code>$(SHELL)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2457 <tr><td><code>install</code></td> <td>&rarr;</td><td><code>$(INSTALL)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2458 <tr><td><code>libtool</code></td> <td>&rarr;</td><td><code>$(LIBTOOL)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2459 <tr><td><code>libtoolize</code></td><td>&rarr;</td><td><code>$(LIBTOOLIZE)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2460 <tr><td><code>make</code></td> <td>&rarr;</td><td><code>$(MAKE)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2461 <tr><td><code>patch</code></td> <td>&rarr;</td><td><code>$(PATCH)</code></td></tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2462 <tr><td><code>sed</code></td> <td>&rarr;</td><td><code>$(SED)</code></td></tr>
2526
68f3f2acee91 add $(WGET) variable to docs
Tony Theodore <tonyt@logyst.com>
parents: 2523
diff changeset
2463 <tr><td><code>wget</code></td> <td>&rarr;</td><td><code>$(WGET)</code></td></tr>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2464 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2465 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2466
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2467 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2468 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2469 Check whether everything runs fine.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2470 If you have some trouble,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2471 don't hesitate to ask on the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2472 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">mailing list</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2473 providing your <code>*.mk</code> file so far.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2474 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2475 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2476
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2477 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2478 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2479 Propose your final <code>*.mk</code> file to the mailing list.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2480 Don't forget to tell us
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2481 if there are some pieces in your <code>*.mk</code> file
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2482 you feel unsure about.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2483 We'll then have a specific look at those parts,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2484 which avoids trouble for you and us in the future.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2485 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2486 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2487 </ol>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2488 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2489
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2490 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2491 <h2 id="copyright">Copyright © <span class="years">2007–2012</span></h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2492
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2493 <ul id="authors-list" class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2494 <li>Volker Grabsch</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2495 <li>Mark Brand</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2496 <li>Tony Theodore</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2497 <li><a href="https://www.ohloh.net/p/mxe/contributors">... and many other contributors</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2498 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2499
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2500 <p>(contact via the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2501 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>)</p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2502
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2503 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2504 Permission is hereby granted, free of charge, to any person obtaining
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2505 a copy of this software and associated documentation files (the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2506 "Software"), to deal in the Software without restriction, including
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2507 without limitation the rights to use, copy, modify, merge, publish,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2508 distribute, sublicense, and/or sell copies of the Software, and to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2509 permit persons to whom the Software is furnished to do so, subject
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2510 to the following conditions:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2511 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2512
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2513 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2514 The above copyright notice and this permission notice shall be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2515 included in all copies or substantial portions of the Software.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2516 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2517
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2518 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2519 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2520 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2521 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2522 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2523 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2524 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2525 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2526 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2527 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2528
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2529 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2530 <h2 id="history">History</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2531
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2532 <dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2533
2382
5c1a76a8334b Update release date
Volker Grabsch <vog@notjusthosting.com>
parents: 2381
diff changeset
2534 <dt>2012-04-12 &ndash; Release <span id="latest-version">2.22</span></dt>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2535 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2536 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2537 <a href="http://mxe.cc/#download">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2538 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.22">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2539 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2540
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2541 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2542 The project has been
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2543 <a href="http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00101.html">renamed</a>
2381
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2544 from
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2545 mingw-cross-env (MinGW cross compiling environment)
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2546 to
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2547 MXE (M&nbsp;cross&nbsp;environment).
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2548 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2549
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2550 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2551 The release tarballs have been replaced with a <a href="#download">Git checkout</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2552 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2553
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2554 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2555 Most packages were updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2556 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2557
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2558 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2559 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2560 agg, cgal, eigen, file, gta, json-c, libgnurx, libharu,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2561 libircclient, libssh2, libxml++, llvm, lzo, mpfr, nettle,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2562 opencsg, qjson, qwtplot3d, vtk, and wt.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2563 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2564 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2565
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2566 <dt>2011-06-07 &ndash; Release 2.21</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2567 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2568 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2569 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.21.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2570 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.21">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2571 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2572
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2573 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2574 Minor bugfixes in several packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2575 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2576
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2577 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2578 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2579 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2580
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2581 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2582 Packages gtkmm and gtksourceviewmm have been renamed to gtkmm2 and gtksourceviewmm2.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2583 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2584
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2585 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2586 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2587 libass, poco, and t4k_common.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2588 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2589 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2590
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2591 <dt>2011-04-05 &ndash; Release 2.20</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2592 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2593 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2594 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.20.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2595 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.20">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2596 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2597
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2598 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2599 This release fixes a download error caused by the pixman project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2600 (a sudden change of their URL scheme without proper redirects).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2601 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2602 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2603 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2604
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2605 <dt>2011-03-19 &ndash; Release 2.19</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2606 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2607 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2608 <a href="https://bitbucket.org/vog/mingw-cross-env/downloads/mingw-cross-env-2.19.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2609 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.19">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2610 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2611
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2612 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2613 The download mechanisms are improved.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2614 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2615
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2616 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2617 A CMake toolchain file is provided
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2618 to simplify cross-compiling projects which use CMake.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2619 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2620
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2621 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2622 Support for Debian/Lenny is dropped.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2623 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2624
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2625 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2626 Package gtk is renamed to gtk2.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2627 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2628
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2629 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2630 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2631 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2632
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2633 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2634 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2635 dbus, graphicsmagick, libical, liboauth, physfs, and vigra.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2636 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2637
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2638 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2639 Note for <code>boost::filesystem</code> users:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2640 <a href="http://beta.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/index.htm">Version 3 is a major revision</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2641 and now the default in 1.46.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2642 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2643 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2644
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2645 <dt>2010-12-15 &ndash; Release 2.18</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2646 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2647 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2648 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.18.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2649 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.18">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2650 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2651
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2652 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2653 This release fixes a checksum error caused by the atkmm project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2654 (a sudden change of their current source tarball).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2655 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2656 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2657 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2658
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2659 <dt>2010-12-11 &ndash; Release 2.17</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2660 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2661 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2662 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.17.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2663 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.17">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2664 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2665
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2666 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2667 This release provides some improvements of the build system
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2668 such as an automatic check for most of the requirements.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2669 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2670
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2671 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2672 All packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2673 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2674
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2675 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2676 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2677 bfd, blas, cblas, dcmtk, ftgl, lapack, lcms1,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2678 mingw-utils, mxml, suitesparse and tinyxml.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2679 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2680 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2681
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2682 <dt>2010-10-27 &ndash; Release 2.16</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2683 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2684 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2685 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.16.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2686 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.16">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2687 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2688
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2689 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2690 This release provides lots of improvements to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2691 the build system as well as the documentation.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2692 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2693
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2694 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2695 Support for OpenSolaris is dropped.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2696 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2697
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2698 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2699 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2700 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2701
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2702 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2703 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2704 atkmm, cairomm, cunit, faac, faad2, ffmpeg, gdk-pixbuf, glibmm,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2705 gtkglextmm, gtkmm, gtksourceview, gtksourceviewmm, imagemagick,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2706 lame, libiberty, libsigc++, libvpx, matio, openal, opencore-amr,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2707 pangomm, pfstools, plotmm, sdl_sound and x264.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2708 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2709 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2710
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2711 <dt>2010-06-16 &ndash; Release 2.15</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2712 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2713 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2714 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.15.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2715 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.15">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2716 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2717
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2718 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2719 This release fixes download errors caused by the Qt project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2720 (a sudden change of their current source tarball).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2721 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2722
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2723 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2724 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2725 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2726 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2727
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2728 <dt>2010-06-08 &ndash; Release 2.14</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2729 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2730 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2731 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.14.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2732 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.14">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2733 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2734
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2735 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2736 This release fixes download errors caused by the MinGW project
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2737 (a sudden change of their URL scheme without proper redirects).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2738 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2739 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2740
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2741 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2742 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2743 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2744
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2745 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2746 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2747 libarchive, libgee and xvidcore.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2748 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2749 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2750
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2751 <dt>2010-05-31 &ndash; Release 2.13</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2752 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2753 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2754 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.13.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2755 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.13">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2756 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2757
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2758 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2759 This release switches back from TDM to the official GCC,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2760 thus supporting the current GCC&nbsp;4.5.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2761 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2762
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2763 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2764 The set of DirectX headers is improved and more complete.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2765 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2766
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2767 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2768 The deadlock issues with Pthreads-w32 are fixed.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2769 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2770
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2771 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2772 A static build of GDB is provided,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2773 i.e. a standalone "gdb.exe"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2774 that doesn't require any extra DLLs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2775 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2776
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2777 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2778 More packages are backed by test programs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2779 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2780
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2781 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2782 Many "sed hacks" are replaced by proper portability patches.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2783 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2784
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2785 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2786 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2787 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2788
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2789 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2790 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2791 fribidi, gc, gdb, gmp, gsl, gst-plugins-base, gst-plugins-good,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2792 gstreamer, gtkglext, guile, libcroco, libffi, liboil, libpaper,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2793 libshout, libunistring and xine-lib.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2794 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2795 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2796
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2797 <dt>2010-02-21 &ndash; Release 2.12</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2798 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2799 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2800 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.12.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2801 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.12">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2802 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2803
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2804 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2805 This release fixes some minor build issues,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2806 and contains a first small set of test programs
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2807 to check the package builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2808 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2809
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2810 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2811 The build rules are simplified
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2812 by calling generators like Autotools and Flex,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2813 instead of patching the generated files.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2814 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2815
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2816 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2817 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2818 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2819
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2820 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2821 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2822 aubio, devil, directx, exiv2, fftw, freeimage, gsoap,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2823 id3lib, liblo, libpano13, librsvg, libsamplerate,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2824 muparser, openscenegraph, portaudio and sdl_pango.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2825 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2826 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2827
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2828 <dt>2010-02-20 &ndash; Release 2.11</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2829 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2830 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2831 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.11.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2832 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.11">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2833 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2834
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2835 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2836 This release contains a packaging bug.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2837 Please use release 2.12 instead.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2838 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2839 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2840
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2841 <dt>2009-12-23 &ndash; Release 2.10</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2842 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2843 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2844 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.10.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2845 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.10">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2846 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2847
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2848 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2849 This release adds support for many new packages:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2850 flac, libmad, libsndfile, sdl_net, speex, postgresql,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2851 freetds, openssl, plotutils, taglib, lcms, freeglut,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2852 xerces and zziplib.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2853 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2854
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2855 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2856 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2857 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2858
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2859 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2860 In addition to the libraries
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2861 some command line tools such as psql.exe are built, too.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2862 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2863
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2864 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2865 The placements of logfiles, as well as many other build details, have been improved.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2866 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2867 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2868
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2869 <dt>2009-10-24 &ndash; Release 2.9</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2870 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2871 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2872 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.9.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2873 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.9">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2874 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2875
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2876 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2877 This release adds support for Qt, VMime and libmng.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2878 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2879
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2880 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2881 The target triplet is updated to i686-pc-mingw32.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2882 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2883
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2884 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2885 OpenMP support is enabled in GCC.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2886 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2887
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2888 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2889 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2890 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2891 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2892
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2893 <dt>2009-09-11 &ndash; Release 2.8</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2894 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2895 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2896 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.8.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2897 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.8">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2898 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2899
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2900 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2901 This release comes with a better look &amp; feel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2902 by providing a highlevel overview of the build process.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2903 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2904
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2905 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2906 The detailed build messages are stored into
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2907 separate log files for each package,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2908 so parallel builds don't intermix them anymore.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2909 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2910
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2911 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2912 The download URLs of SourceForge packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2913 are adjusted to ensure that
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2914 the selected SourceForge mirror is really used
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2915 and not circumvalented via HTTP redirects to other mirrors.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2916 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2917
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2918 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2919 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2920 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2921
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2922 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2923 The whole mingw-cross-env project has moved to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2924 <a href="https://savannah.nongnu.org/">Savannah</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2925 So all URIs have changed,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2926 but the old URIs
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2927 redirect to the new locations seamlessly.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2928 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2929
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2930 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2931 Everyone is invited to join the freshly created
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2932 <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2933 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2934 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2935
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2936 <dt>2009-08-11 &ndash; Release 2.7</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2937 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2938 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2939 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.7.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2940 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.7">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2941 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2942
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2943 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2944 This release
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2945 provides an improved version recognition
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2946 for SourceForge packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2947 SourceForge changed their page layout
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2948 in a way that makes it much harder
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2949 to identify the current version of a package.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2950 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2951
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2952 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2953 Additionally,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2954 almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2955 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2956 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2957
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2958 <dt>2009-06-19 &ndash; Release 2.6</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2959 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2960 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2961 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.6.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2962 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.6">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2963 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2964
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2965 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2966 This release contains some portability fixes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2967 which allow it to run on a wider range of systems
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2968 such as Frugalware.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2969 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2970
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2971 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2972 The documentation and website are completely revised.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2973 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2974
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2975 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2976 New packages such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2977 CppUnit, libUsb, NSIS, Popt, SQLite and Theora
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2978 are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2979 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2980
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2981 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2982 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2983 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2984
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2985 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2986 A new command "make download" is implemented.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2987 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2988 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2989
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2990 <dt>2009-04-06 &ndash; Release 2.5</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2991 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2992 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2993 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.5.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2994 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.5">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2995 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2996
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2997 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2998 This release fixes a download error caused by the MinGW project.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2999 They suddenly changed the names of their source tarballs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3000 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3001 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3002
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3003 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3004 This release also contains some bugfixes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3005 which allow it to run on a wider range of systems.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3006 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3007
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3008 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3009 All downloaded files are now
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3010 verified by their SHA-1 checksums.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3011 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3012
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3013 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3014 New versions of various packages are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3015 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3016 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3017
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3018 <dt>2009-03-08 &ndash; Release 2.4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3019 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3020 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3021 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.4.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3022 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.4">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3023 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3024
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3025 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3026 This release provides many new libraries such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3027 wxWidgets, GTK+ and OpenEXR.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3028 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3029
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3030 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3031 In addition, new versions of various packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3032 are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3033 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3034 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3035
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3036 <dt>2009-02-09 &ndash; Release 2.3</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3037 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3038 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3039 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.3.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3040 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.3">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3041 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3042
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3043 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3044 This release fixes some serious build problems on FreeBSD and MacOS-X.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3045 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3046
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3047 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3048 The Makefile has a new target "clean-pkg"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3049 and allows to be called from a separate build directory
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3050 via "make -f .../Makefile".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3051 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3052
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3053 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3054 Some new versions of the packages are supported,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3055 especially GCC-4.3 by switching from MinGW GCC to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3056 <a href="http://www.tdragon.net/recentgcc/">TDM-GCC</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3057 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3058 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3059
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3060 <dt>2009-01-31 &ndash; Release 2.2<dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3061 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3062 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3063 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.2.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3064 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.2">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3065 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3066
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3067 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3068 This release fixes some minor build problems.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3069 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3070
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3071 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3072 It also supports some new packages and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3073 some newer versions of the already supported packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3074 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3075
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3076 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3077 Parallelization is now disabled by default.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3078 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3079 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3080
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3081 <dt>2008-12-13 &ndash; Release 2.1</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3082 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3083 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3084 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.1.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3085 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.1">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3086 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3087
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3088 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3089 This release fixes a download error caused by the GDAL project.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3090 They suddenly changed their download URLs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3091 <a href="http://www.w3.org/Provider/Style/URI">That sort of thing should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3092 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3093
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3094 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3095 In addition, some newer versions of various packages are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3096 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3097
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3098 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3099 There is also a small compatibility fix for OS X.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3100 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3101 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3102
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3103 <dt>2008-11-10 &ndash; Release 2.0</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3104 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3105 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3106 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-2.0.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3107 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/2.0">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3108 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3109
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3110 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3111 The shell script has been rewritten as Makefile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3112 and supports partial builds and parallel builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3113 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3114
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3115 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3116 As usual,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3117 this release also supports some new packages and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3118 some newer versions of the already supported packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3119 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3120 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3121
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3122 <dt>2008-01-11 &ndash; Release 1.4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3123 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3124 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3125 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.4.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3126 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.4">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3127 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3128
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3129 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3130 This release now includes a tutorial by Hans Bezemer
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3131 and has improved compile options of FLTK.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3132 As usual, it supports some newer versions of the libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3133 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3134
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3135 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3136 At the <a href="http://www.fefe.de/nowindows/">request of its author</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3137 libowfat is no longer supported from this release on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3138 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3139
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3140 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3141 The script now uses a specific SourceForge mirror
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3142 instead of randomly chosen ones,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3143 because the download phase
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3144 often stumbled on some very slow mirrors.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3145 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3146 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3147
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3148 <dt>2007-12-23 &ndash; Release 1.3</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3149 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3150 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3151 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.3.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3152 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.3">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3153 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3154
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3155 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3156 A sudden change in the download URLs of GEOS
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3157 made the automatic download fail.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3158 <a href="http://www.w3.org/Provider/Style/URI">Such changes should never happen!</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3159 But it happened,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3160 and this quick release is an attempt to limit the damage.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3161 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3162
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3163 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3164 This release also supports some newer versions of the libraries
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3165 including support for fontconfig-2.5.0.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3166 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3167 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3168
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3169 <dt>2007-12-13 &ndash; Release 1.2</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3170 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3171 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3172 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.2.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3173 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.2">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3174 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3175
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3176 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3177 This release is a switch from gcc-3 to gcc-4.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3178 It also supports a new library and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3179 some newer versions of the already supported libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3180 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3181 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3182
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3183 <dt>2007-07-24 &ndash; Release 1.1</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3184 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3185 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3186 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.1.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3187 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.1">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3188 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3189
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3190 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3191 This release is the result of the public attention the release 1.0 got.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3192 It contains many improvements suggested by its first users,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3193 and adds support for many new libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3194 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3195
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3196 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3197 Thanks to Rocco Rutte who contributed many code snippets.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3198 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3199 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3200
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3201 <dt>2007-06-19 &ndash; Release 1.0</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3202 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3203 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3204 <a href="http://download.savannah.nongnu.org/releases/mingw-cross-env/mingw-cross-env-1.0.tar.gz">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3205 <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env/log/1.0">Changelog</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3206 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3207
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3208 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3209 This first release has been created in a 7-day-sprint.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3210 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3211 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3212
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3213 <dt>2007-06-12 &ndash; Project start</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3214 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3215 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3216
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3217 </dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3218 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3219
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3220 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3221 <h2 id="see-also">See also</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3222
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3223 <h3>This project</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3224
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3225 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3226 <li>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3227 <a href="http://mxe.cc/">Website</a>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3228 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3229 <li>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3230 <a href="https://github.com/mxe/mxe">Entry on GitHub</a>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3231 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3232 <li>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3233 <a href="https://www.ohloh.net/p/mxe">Entry on Ohloh</a>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3234 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3235 <li>
2460
86e178e3a1c7 Reflect the renaming of "Freshmeat" to "Freecode" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 2457
diff changeset
3236 <a href="http://freshmeat.net/projects/mingw_cross_env">Entry on Freecode (formerly Freshmeat)</a>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3237 </li>
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3238 <li>
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3239 <a href="http://savannah.nongnu.org/projects/mingw-cross-env">Entry on Savannah</a>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3240 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3241 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3242 <a href="http://lists.debian.org/debian-embedded/2007/06/msg00007.html">First release anouncement</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3243 and the discussion around it
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3244 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3245 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3246
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3247 <h3>Related projects</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3248
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3249 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3250 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3251 <a href="http://download.opensuse.org/repositories/windows:/mingw:/win32/SLE_11/noarch/">openSUSE MinGW packages</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3252 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3253 win32 cross compiling packages by openSUSE
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3254 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3255 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3256 <a href="https://admin.fedoraproject.org/pkgdb/acls/list/**mingw**">Fedora MinGW packages</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3257 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3258 win32 cross compiling packages by Fedora
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3259 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3260 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3261 <a href="http://www.sandroid.org/imcross/">IMCROSS</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3262 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3263 another project with similar goal
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3264 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3265 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3266 <a href="http://packages.debian.org/stable/devel/mingw32">mingw32 Debian package</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3267 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3268 bare win32 cross compiler
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3269 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3270 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3271 <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3272 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3273 win32 ports of many free software packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3274 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3275 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3276 <a href="http://www.libsdl.org/extras/win32/cross/README.txt">MinGW cross-compiler build script</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3277 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3278 old script provided by the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3279 <a href="http://www.libsdl.org/">SDL project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3280 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3281 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3282
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3283 <h3>Related articles</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3284
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3285 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3286 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3287 <a href="http://thebeezspeaks.blogspot.com/2009/04/cross-compilers-new-wave.html">Cross compilers, the new wave</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3288 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3289 appeared on
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3290 <a href="http://lxer.com/module/newswire/view/118868">LXer</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3291 and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3292 <a href="http://www.linuxtoday.com/developer/2009041501335RVSWDV">Linux Today</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3293 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3294 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3295 <a href="http://wiki.njh.eu/Cross_Compiling_for_Win32">Cross Compiling for Win32</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3296 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3297 overview of win32 cross compiling
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3298 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3299 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3300 <a href="http://www.mingw.org/wiki/LinuxCrossMinGW">MinGW cross compiler for Linux build environment</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3301 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3302 official tutorial of the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3303 <a href="">MinGW project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3304 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3305 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3306 <a href="http://wiki.wxwidgets.org/Cross-Compiling_Under_Linux#Cross-compiling_under_Linux_for_MS_Windows">Cross-compiling under Linux for MS Windows</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3307 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3308 old tutorial provided by the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3309 <a href="http://www.wxwidgets.org/">wxWidgets project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3310 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3311 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3312 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3313
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3314 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3315 <h2 id="used-by">Projects which use MXE</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3316
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3317 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3318 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3319 <a href="http://toppler.sourceforge.net/">Tower Toppler</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3320 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3321 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3322 <a href="http://pushover.sourceforge.net/">Pushover</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3323 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3324 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3325 <a href="http://www.xs4all.nl/~thebeez/4tH/">The 4tH Compiler</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3326 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3327 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3328 <a href="http://springrts.com/">Spring RTS</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3329 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3330 <li>
2371
Volker Grabsch <vog@notjusthosting.com>
parents: 2366
diff changeset
3331 <a href="http://ph.on.things.free.fr/projects/ube/">Ube</a>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3332 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3333 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3334 <a href="http://marathon.sourceforge.net/">Marathon Aleph One</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3335 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3336 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3337 <a href="http://sourceforge.net/projects/aorta/">Aorta</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3338 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3339 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3340 <a href="http://msmtp.sourceforge.net/">msmtp</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3341 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3342 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3343 <a href="http://mpop.sourceforge.net/">mpop</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3344 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3345 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3346 <a href="http://cvtool.sourceforge.net/">cvtool</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3347 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3348 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3349 <a href="http://tux4kids.alioth.debian.org/tuxmath/">Tux Math</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3350 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3351 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3352 <a href="http://tux4kids.alioth.debian.org/tuxtype/">Tux Typing</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3353 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3354 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3355 <a href="http://gcompris.net/">GCompris</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3356 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3357 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3358 <a href="http://www.nongnu.org/gta/">Generic Tagged Arrays</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3359 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3360 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3361 <a href="http://qtads.sourceforge.net/">QTads</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3362 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3363 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3364 <a href="http://ufoai.ninex.info/">UFO: Alien Invasion</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3365 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3366 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3367 <a href="http://www.pokerth.net/">PokerTH</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3368 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3369 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3370 <a href="http://www.tug.org/texworks/">TeXworks</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3371 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3372 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3373 <a href="http://bino.nongnu.org/">Bino</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3374 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3375 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3376 <a href="http://www.ros.org/wiki/eros">Eros</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3377 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3378 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3379 <a href="http://www.bunkus.org/videotools/mkvtoolnix/">MKVToolNix</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3380 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3381 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3382 <a href="http://www.openscad.org/">OpenSCAD</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3383 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3384 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3385 <a href="http://wz2100.net/">Warzone 2100</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3386 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3387 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3388 <a href="http://lightspark.github.com/">Lightspark</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3389 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3390 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3391 <a href="http://ifwiki.org/index.php/Hugor">Hugor</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3392 </li>
2716
6dc4d0ba5077 Add DiffPDF and Pdfgrep to the list of projects which use MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2679
diff changeset
3393 <li>
6dc4d0ba5077 Add DiffPDF and Pdfgrep to the list of projects which use MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2679
diff changeset
3394 <a href="http://www.qtrac.eu/diffpdf.html">DiffPDF</a>
6dc4d0ba5077 Add DiffPDF and Pdfgrep to the list of projects which use MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2679
diff changeset
3395 </li>
6dc4d0ba5077 Add DiffPDF and Pdfgrep to the list of projects which use MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2679
diff changeset
3396 <li>
6dc4d0ba5077 Add DiffPDF and Pdfgrep to the list of projects which use MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2679
diff changeset
3397 <a href="http://pdfgrep.sourceforge.net/">Pdfgrep</a>
6dc4d0ba5077 Add DiffPDF and Pdfgrep to the list of projects which use MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2679
diff changeset
3398 </li>
2783
a4f838edafd4 Add Spek to the list of projects that use MXE
Alexander Kojevnikov <alexander@kojevnikov.com>
parents: 2716
diff changeset
3399 <li>
a4f838edafd4 Add Spek to the list of projects that use MXE
Alexander Kojevnikov <alexander@kojevnikov.com>
parents: 2716
diff changeset
3400 <a href="http://spek-project.org/">Spek</a>
a4f838edafd4 Add Spek to the list of projects that use MXE
Alexander Kojevnikov <alexander@kojevnikov.com>
parents: 2716
diff changeset
3401 </li>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3402 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3403 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3404
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3405 </body>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3406 </html>