annotate index.html @ 3256:7fb479d0241c

Update build tools for native mingw * src/build-m4.mk: do nothing for native mingw build * Makefile.in: - add bison, m4 as natve mingw, and python as jit build requirements. - remove build-bison as a mingw build dependancy * index.html: Add msys-bison to mingw required packages and mention ghostscript and python.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 26 Sep 2013 21:18:39 -0400
parents ebdaebefc651
children 869f160d71b6
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>
3053
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
560 <li><a href="#requirements-mingw">MingW</a></li>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
561 <li><a href="#requirements-opensuse">openSUSE</a></li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
562 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
563
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
564 <table class="requirements">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
565 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
566 <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
567 <td>≥ 2.64</td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
570 <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
571 <td>≥ 1.10</td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
574 <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
575 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
578 <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
579 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
582 <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
583 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
586 <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
587 <td>≥ 2.8.0</td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
590 <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
591 <td>≥ 2.5.31</td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
594 <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
595 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
598 <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
599 <td>≥ 1.7</td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
602 <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
603 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
606 <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
607 <td>≥ 3.81</td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
610 <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
611 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
614 <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
615 <td>≥ 0.40</td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
618 <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
619 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
622 <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
623 <td>≥ 2.2</td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
626 <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
627 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
630 <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
631 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
634 <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
635 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
638 <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
639 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
642 <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
643 <td>≥ 0.16</td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
646 <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
647 <td>≥ 0.98</td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
650 <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
651 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
654 <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
655 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
658 <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
659 <td></td>
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 <tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
662 <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
663 <td></td>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
664 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
665 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
666
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
667 <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
668
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
669 <!-- http://www.debian.org/distrib/packages#search_packages -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
670 <pre>aptitude install -R autoconf automake bash bison bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
671 cmake flex gettext git g++ intltool \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
672 libffi-dev libtool libltdl-dev openssl libssl-dev \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
673 libxml-parser-perl make patch perl \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
674 pkg-config scons sed unzip wget \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
675 xz-utils yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
676
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
677 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
678 On 64-bit Debian, install also:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
679 </p>
2532
38e6cbe5bdeb Add mission requirement package for 64-bit Debian
Volker Grabsch <vog@notjusthosting.com>
parents: 2484
diff changeset
680 <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
681
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
682 <h3 id="requirements-fedora">Fedora</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
683
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
684 <!-- https://admin.fedoraproject.org/pkgdb/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
685 <pre>yum install autoconf automake bash bison bzip2 cmake \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
686 flex gcc-c++ gettext git intltool make sed \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
687 libffi-devel libtool openssl-devel patch perl pkgconfig \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
688 scons yasm unzip wget xz</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
689
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
690 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
691 On 64-bit Fedora,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
692 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
693 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
694
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
695 <h3 id="requirements-freebsd">FreeBSD</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
696
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
697 <!-- http://www.freshports.org/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
698 <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
699 flex gettext git gmake gsed intltool libffi libtool \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
700 openssl patch perl p5-XML-Parser pkg-config \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
701 scons unzip wget yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
702
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
703 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
704 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
705 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
706 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
707 For C style shells, edit .cshrc
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
708 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
709 <pre>setenv PATH /usr/local/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
710 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
711 For Bourne shells, edit .profile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
712 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
713 <pre>export PATH = /usr/local/bin:$PATH</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
714 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
715 On 64-bit FreeBSD,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
716 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
717 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
718
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
719 <h3 id="requirements-frugalware">Frugalware</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
720
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
721 <!-- http://www.frugalware.org/packages -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
722 <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
723 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
724 openssl patch perl perl-xml-parser pkgconfig \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
725 scons unzip wget xz xz-lzma yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
726
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
727 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
728 On 64-bit Frugalware,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
729 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
730 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
731
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
732 <h3 id="requirements-gentoo">Gentoo</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
733
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
734 <!-- http://packages.gentoo.org/ -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
735 <pre>emerge sys-devel/autoconf sys-devel/automake \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
736 app-shells/bash sys-devel/bison app-arch/bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
737 dev-util/cmake sys-devel/flex sys-devel/gcc \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
738 sys-devel/gettext dev-vcs/git \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
739 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
740 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
741 dev-lang/perl dev-perl/XML-Parser \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
742 dev-util/pkgconfig dev-util/scons app-arch/unzip \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
743 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
744
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
745 <h3 id="requirements-macos">Mac OS X</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
746
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
747 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
748 Install
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
749 <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
750 and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
751 <a href="http://www.macports.org/">MacPorts</a>,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
752 then run:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
753 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
754 <!-- http://www.macports.org/ports.php -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
755 <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
756 gettext git-core gsed intltool libffi libtool \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
757 openssl p5-xml-parser pkgconfig scons \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
758 wget xz yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
759 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
760 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
761 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
762
3053
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
763 <h3 id="requirements-mingw">MingW</h3>
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
764 Make sure to update and upgrade packages as some of the default versions
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
765 of packages are too old to work correctly.
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
766 <pre>mingw-get update</pre>
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
767 <pre>mingw-get upgrade</pre>
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
768 <p>
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
769 And then get required packages.
3256
7fb479d0241c Update build tools for native mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3252
diff changeset
770 <pre>mingw-get install autoconf bash msys-bison msys-flex gcc gcc-c++ \
3053
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
771 gcc-fortran gettext msys-m4 msys-make msys-sed \
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
772 libiconv msys-openssl msys-patch msys-perl \
3248
e8240c0feedd Update mingw requirements for bsdtar
John Donoghue <john.donoghue@ieee.org>
parents: 3244
diff changeset
773 msys-libarchive msys-unzip msys-wget msys-bsdtar
3053
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
774 </pre>
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
775 <p>
3256
7fb479d0241c Update build tools for native mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3252
diff changeset
776 You will also need to install Windows versions of python
7fb479d0241c Update build tools for native mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3252
diff changeset
777 and ghostscript and ensure they are in visisble in the PATH.
7fb479d0241c Update build tools for native mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3252
diff changeset
778 <p>
3053
ea240b620dd8 Update index.html for mingw
John Donoghue <john.donoghue@ieee.org>
parents: 3048
diff changeset
779
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
780 <h3 id="requirements-opensuse">openSUSE</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
781
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
782 <!-- http://software.opensuse.org/113/en -->
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
783 <pre>zypper install -R autoconf automake bash bison bzip2 \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
784 cmake flex gcc-c++ gettext-tools git \
2664
6f16036a2cdf add libffi requirement for glib
William <r.3@libertysurf.fr>
parents: 2662
diff changeset
785 intltool libffi-devel libtool make openssl \
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
786 libopenssl-devel patch perl \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
787 perl-XML-Parser pkg-config scons \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
788 sed unzip wget xz yasm</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
789
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
790 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
791 On 64-bit openSUSE, install also:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
792 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
793 <pre>zypper install -R gcc-32bit glibc-devel-32bit \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
794 libgcc46-32bit libgomp46-32bit \
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
795 libstdc++46-devel-32bit</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
796
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
797 <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
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 The NSIS package contains some native tools that are
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
801 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
802 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
803 compiler toolchain. However, not all operating systems
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
804 support this.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
805 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
806 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
807 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
808 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
809 an empty build rule:
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
810 </p>
2377
50a50a14b100 doc update: exclude nsis with empty make rule instead of rm
Tony Theodore <tonyt@logyst.com>
parents: 2374
diff changeset
811 <pre>make nsis_BUILD=</pre>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
812 </div>
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 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
815 <h2 id="usage">Usage</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
816
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
817 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
818 All build commands also download the packages if necessary.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
819 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
820 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
821 In a BSD userland, substitute "make" with "gmake".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
822 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
823 <dl class="usage">
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 <dt>make</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
826
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
827 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
828 build all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
829 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
830 </dd>
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 <dt>make gcc</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
833
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
834 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
835 build a minimal useful set of packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
836 i.e. the cross compilers
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
837 and the most basic packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
838 non-parallel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
839 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
840
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
841 <dt>make foo bar</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
842
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
843 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
844 build packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
845 non-parallel
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 foo bar -j 4 JOBS=2</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 build packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
852 where up to 4 packages are build in parallel,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
853 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
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 check-requirements</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 check most of the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
860 <a href="#requirements">requirements</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
861 if necessary
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
862 &ndash; executed automatically
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
863 before building packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
864 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
865
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
866 <dt>make download</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
867
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 download all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
870 non-parallel,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
871 such that subsequent builds work without internet access
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
874 <dt>make download-foo download-bar</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
875
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
876 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
877 download packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
878 non-parallel
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
881 <dt>make download-foo download-bar -j 4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
882
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
883 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
884 download packages "foo", "bar" and their dependencies,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
885 where up to 4 packages are downloaded in parallel
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
888 <dt>make clean</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
889
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
890 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
891 remove all package builds
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
892 &ndash; use with caution!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
893 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
894
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
895 <dt>make clean-pkg</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
896
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
897 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
898 remove all unused package files,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
899 handy after a successful update
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
900 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
901
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
902 <dt>make update</dt>
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 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
905 for internal use only!
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
906 &ndash;
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
907 update the version numbers of all packages,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
908 download the new versions and note their checksums
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
909 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
910
2357
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
911 <dt>make cleanup-style</dt>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
912
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
913 <dd>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
914 for internal use only!
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
915 &ndash;
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
916 cleanup coding style
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
917 </dd>
5a0c2bf69e55 Add new command "make cleanup-style"
Volker Grabsch <vog@notjusthosting.com>
parents: 2356
diff changeset
918
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
919 </dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
920 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
921
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
922 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
923 <h2 id="packages">List of Packages</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
924
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
925 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
926 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
927 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
928 <table id="package-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
929 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
930 <td id="agg-package">agg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
931 <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
932 <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
933 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
934 <tr>
2466
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
935 <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
936 <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
937 <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
938 </tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
939 <tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
940 <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
941 <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
942 <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
943 </tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
944 <tr>
2720
82d1044a4434 added armadillo 3.4.0 with test
Christian Frisson <christian.frisson@gmail.com>
parents: 2718
diff changeset
945 <td id="armadillo-package">armadillo</td>
2840
a394b5a637a3 update package armadillo
Mark Brand <mabrand@mabrand.nl>
parents: 2839
diff changeset
946 <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
947 <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
948 </tr>
82d1044a4434 added armadillo 3.4.0 with test
Christian Frisson <christian.frisson@gmail.com>
parents: 2718
diff changeset
949 <tr>
2873
43a1c4d36636 Include arpack as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2872
diff changeset
950 <td id="arpack-package">arpack</td>
3011
75e142c0004b Update arpack to 3.1.3 which fixes issues with untaring in mingw.
John Donoghue <john.donoghue@ieee.org>
parents: 3007
diff changeset
951 <td id="arpack-version">3.1.3</td>
2873
43a1c4d36636 Include arpack as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2872
diff changeset
952 <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
953 </tr>
43a1c4d36636 Include arpack as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2872
diff changeset
954 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
955 <td id="atk-package">atk</td>
3164
1c7c6c090223 [MSVC] enable ATK compilation (and bump version to 2.8.0)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3163
diff changeset
956 <td id="atk-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
957 <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
958 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
959 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
960 <td id="atkmm-package">atkmm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
961 <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
962 <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
963 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
964 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
965 <td id="aubio-package">aubio</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
966 <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
967 <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
968 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
969 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
970 <td id="bfd-package">bfd</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
971 <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
972 <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
973 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
974 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
975 <td id="blas-package">blas</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
976 <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
977 <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
978 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
979 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
980 <td id="boost-package">boost</td>
2843
3e0cb61c076d update package boost
Mark Brand <mabrand@mabrand.nl>
parents: 2842
diff changeset
981 <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
982 <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
983 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
984 <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
985 <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
986 <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
987 <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
988 </tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
989 <tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
990 <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
991 <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
992 <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
993 </tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
994 <tr>
3048
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3011
diff changeset
995 <td id="build-binutils-package">binutils</td>
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3011
diff changeset
996 <td id="build-binutils-version">2.23.1</td>
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3011
diff changeset
997 <td id="build-binutils-website"><a href="http://www.gnu.org/software/binutils/">GNU Binutils</a></td>
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3011
diff changeset
998 </tr>
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3011
diff changeset
999 <tr>
2990
5329f4891fb7 build our own bison and flex
John W. Eaton <jwe@octave.org>
parents: 2984
diff changeset
1000 <td id="build-bison-package">bison</td>
5329f4891fb7 build our own bison and flex
John W. Eaton <jwe@octave.org>
parents: 2984
diff changeset
1001 <td id="build-bison-version">2.7.1</td>
5329f4891fb7 build our own bison and flex
John W. Eaton <jwe@octave.org>
parents: 2984
diff changeset
1002 <td id="build-bison-website"><a href="http://www.gnu.org/software/bison">bison</a></td>
5329f4891fb7 build our own bison and flex
John W. Eaton <jwe@octave.org>
parents: 2984
diff changeset
1003 </tr>
5329f4891fb7 build our own bison and flex
John W. Eaton <jwe@octave.org>
parents: 2984
diff changeset
1004 <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
1005 <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
1006 <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
1007 <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
1008 </tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
1009 <tr>
2990
5329f4891fb7 build our own bison and flex
John W. Eaton <jwe@octave.org>
parents: 2984
diff changeset
1010 <td id="build-flex-package">bison</td>
5329f4891fb7 build our own bison and flex
John W. Eaton <jwe@octave.org>
parents: 2984
diff changeset
1011 <td id="build-flex-version">2.5.37</td>
5329f4891fb7 build our own bison and flex
John W. Eaton <jwe@octave.org>
parents: 2984
diff changeset
1012 <td id="build-flex-website"><a href="http://flex.sourceforge.net">flex</a></td>
5329f4891fb7 build our own bison and flex
John W. Eaton <jwe@octave.org>
parents: 2984
diff changeset
1013 </tr>
5329f4891fb7 build our own bison and flex
John W. Eaton <jwe@octave.org>
parents: 2984
diff changeset
1014 <tr>
3048
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3011
diff changeset
1015 <td id="build-gcc-package">gcc</td>
3188
15520bf542ff update gcc to 4.8.1
John W. Eaton <jwe@octave.org>
parents: 3185
diff changeset
1016 <td id="build-gcc-version">4.8.1</td>
3048
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3011
diff changeset
1017 <td id="build-gcc-website"><a href="http://gcc.gnu.org/">GCC</a></td>
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3011
diff changeset
1018 </tr>
5ef49fb3299d treat gcc and binutils as build tools
John W. Eaton <jwe@octave.org>
parents: 3011
diff changeset
1019 <tr>
3000
ff35d61f226f include gperf in build tools
John W. Eaton <jwe@octave.org>
parents: 2993
diff changeset
1020 <td id="build-gperf-package">gperf</td>
ff35d61f226f include gperf in build tools
John W. Eaton <jwe@octave.org>
parents: 2993
diff changeset
1021 <td id="build-gperf-version">3.0.4</td>
ff35d61f226f include gperf in build tools
John W. Eaton <jwe@octave.org>
parents: 2993
diff changeset
1022 <td id="build-gperf-website"><a href="http://www.gnu.org/software/gperf">gperf</a></td>
ff35d61f226f include gperf in build tools
John W. Eaton <jwe@octave.org>
parents: 2993
diff changeset
1023 </tr>
ff35d61f226f include gperf in build tools
John W. Eaton <jwe@octave.org>
parents: 2993
diff changeset
1024 <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
1025 <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
1026 <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
1027 <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
1028 </tr>
7145a94e4f4e build autoconf, automake, libtool, and cmake instead of expecting them to exist
John W. Eaton <jwe@octave.org>
parents: 2964
diff changeset
1029 <tr>
3201
ce8bf9230005 build-m4: new package
John W. Eaton <jwe@octave.org>
parents: 3188
diff changeset
1030 <td id="build-m4-package">m4</td>
ce8bf9230005 build-m4: new package
John W. Eaton <jwe@octave.org>
parents: 3188
diff changeset
1031 <td id="build-m4-version">1.4.16</td>
ce8bf9230005 build-m4: new package
John W. Eaton <jwe@octave.org>
parents: 3188
diff changeset
1032 <td id="build-m4-website"><a href="http://www.gnu.org/software/m4">m4</a></td>
ce8bf9230005 build-m4: new package
John W. Eaton <jwe@octave.org>
parents: 3188
diff changeset
1033 </tr>
ce8bf9230005 build-m4: new package
John W. Eaton <jwe@octave.org>
parents: 3188
diff changeset
1034 <tr>
3061
f8299bb6c872 Initial support for native MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3053
diff changeset
1035 <td id="build-msvctools-package">msvctools</td>
f8299bb6c872 Initial support for native MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3053
diff changeset
1036 <td id="build-msvctools-version"></td>
f8299bb6c872 Initial support for native MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3053
diff changeset
1037 <td id="build-msvctools-website"></td>
f8299bb6c872 Initial support for native MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3053
diff changeset
1038 </tr>
f8299bb6c872 Initial support for native MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3053
diff changeset
1039 <tr>
2972
169114e27438 also build pkg-config instead of expecting it to be present
John W. Eaton <jwe@octave.org>
parents: 2971
diff changeset
1040 <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
1041 <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
1042 <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
1043 </tr>
169114e27438 also build pkg-config instead of expecting it to be present
John W. Eaton <jwe@octave.org>
parents: 2971
diff changeset
1044 <tr>
3004
b994e523cfac include texinfo in build tools
John W. Eaton <jwe@octave.org>
parents: 3000
diff changeset
1045 <td id="build-texinfo-package">texinfo</td>
3007
229ab69bba2d use texinfo 4.13a for build-texinfo package
John W. Eaton <jwe@octave.org>
parents: 3004
diff changeset
1046 <td id="build-texinfo-version">4.13a</td>
3004
b994e523cfac include texinfo in build tools
John W. Eaton <jwe@octave.org>
parents: 3000
diff changeset
1047 <td id="build-texinfo-website"><a href="http://www.gnu.org/software/texinfo">texinfo</a></td>
b994e523cfac include texinfo in build tools
John W. Eaton <jwe@octave.org>
parents: 3000
diff changeset
1048 </tr>
b994e523cfac include texinfo in build tools
John W. Eaton <jwe@octave.org>
parents: 3000
diff changeset
1049 <tr>
3185
5355c07c92b7 build our own copy of xz utility
John W. Eaton <jwe@octave.org>
parents: 3179
diff changeset
1050 <td id="build-xz-package">xz</td>
5355c07c92b7 build our own copy of xz utility
John W. Eaton <jwe@octave.org>
parents: 3179
diff changeset
1051 <td id="build-xz-version">5.0.4</td>
5355c07c92b7 build our own copy of xz utility
John W. Eaton <jwe@octave.org>
parents: 3179
diff changeset
1052 <td id="build-xz-website"><a href="http://tukaani.org/xz/">XZ</a></td>
5355c07c92b7 build our own copy of xz utility
John W. Eaton <jwe@octave.org>
parents: 3179
diff changeset
1053 </tr>
5355c07c92b7 build our own copy of xz utility
John W. Eaton <jwe@octave.org>
parents: 3179
diff changeset
1054 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1055 <td id="bzip2-package">bzip2</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1056 <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
1057 <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
1058 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1059 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1060 <td id="cairo-package">cairo</td>
3167
6aaa1723e277 [MSVC] enable Cairo compilation (and bump version to 1.12.14)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3166
diff changeset
1061 <td id="cairo-version">1.12.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
1062 <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
1063 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1064 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1065 <td id="cairomm-package">cairomm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1066 <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
1067 <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
1068 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1069 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1070 <td id="cblas-package">cblas</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1071 <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
1072 <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
1073 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1074 <tr>
3163
18c5fa5ce861 Add CFITSIO module (currently only compiles with MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3159
diff changeset
1075 <td id="cfitsio-package">cfitsio</td>
18c5fa5ce861 Add CFITSIO module (currently only compiles with MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3159
diff changeset
1076 <td id="cfitsio-version">3.350</td>
18c5fa5ce861 Add CFITSIO module (currently only compiles with MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3159
diff changeset
1077 <td id="cfitsio-website"><a href="http://heasarc.gsfc.nasa.gov/fitsio/">CFITSIO</a></td>
18c5fa5ce861 Add CFITSIO module (currently only compiles with MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3159
diff changeset
1078 </tr>
18c5fa5ce861 Add CFITSIO module (currently only compiles with MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3159
diff changeset
1079 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1080 <td id="cgal-package">cgal</td>
2669
3a195a5d439b update package cgal
Mark Brand <mabrand@mabrand.nl>
parents: 2666
diff changeset
1081 <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
1082 <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
1083 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1084 <tr>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1085 <td id="cminpack-package">cminpack</td>
2809
e6138a1951e6 update package cminpack
Mark Brand <mabrand@mabrand.nl>
parents: 2807
diff changeset
1086 <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
1087 <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
1088 </tr>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1089 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1090 <td id="cppunit-package">cppunit</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1091 <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
1092 <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
1093 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1094 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1095 <td id="cunit-package">cunit</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1096 <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
1097 <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
1098 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1099 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1100 <td id="curl-package">curl</td>
3243
150b79c3db88 Update curl to 7.32.0
John Donoghue <john.donoghue@ieee.org>
parents: 3242
diff changeset
1101 <td id="curl-version">7.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
1102 <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
1103 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1104 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1105 <td id="dbus-package">dbus</td>
2793
cf81d457fb81 update package dbus
Mark Brand <mabrand@mabrand.nl>
parents: 2792
diff changeset
1106 <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
1107 <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
1108 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1109 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1110 <td id="dcmtk-package">dcmtk</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1111 <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
1112 <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
1113 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1114 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1115 <td id="devil-package">devil</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1116 <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
1117 <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
1118 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1119 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1120 <td id="eigen-package">eigen</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1121 <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
1122 <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
1123 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1124 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1125 <td id="exiv2-package">exiv2</td>
2679
6111c939f1f3 upgrade package exiv2
Volker Grabsch <vog@notjusthosting.com>
parents: 2532
diff changeset
1126 <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
1127 <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
1128 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1129 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1130 <td id="expat-package">expat</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1131 <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
1132 <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
1133 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1134 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1135 <td id="faad2-package">faad2</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1136 <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
1137 <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
1138 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1139 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1140 <td id="ffmpeg-package">ffmpeg</td>
2792
98ecbecdae61 update package ffmpeg
Mark Brand <mabrand@mabrand.nl>
parents: 2791
diff changeset
1141 <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
1142 <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
1143 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1144 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1145 <td id="fftw-package">fftw</td>
3241
537ca0c3354d Update fftw to 3.3.3
John Donoghue <john.donoghue@ieee.org>
parents: 3240
diff changeset
1146 <td id="fftw-version">3.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
1147 <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
1148 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1149 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1150 <td id="file-package">file</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1151 <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
1152 <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
1153 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1154 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1155 <td id="flac-package">flac</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1156 <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
1157 <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
1158 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1159 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1160 <td id="fltk-package">fltk</td>
2845
c2642e72482c update package fltk
Mark Brand <mabrand@mabrand.nl>
parents: 2844
diff changeset
1161 <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
1162 <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
1163 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1164 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1165 <td id="fontconfig-package">fontconfig</td>
3173
33ba1ba99057 Update fontconfig to 2.10.93 (required by current Pango)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3172
diff changeset
1166 <td id="fontconfig-version">2.10.93</td>
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="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
1168 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1169 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1170 <td id="freeglut-package">freeglut</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1171 <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
1172 <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
1173 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1174 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1175 <td id="freeimage-package">freeimage</td>
2832
a3d573500901 update package freeimage
Mark Brand <mabrand@mabrand.nl>
parents: 2831
diff changeset
1176 <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
1177 <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
1178 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1179 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1180 <td id="freetds-package">freetds</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1181 <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
1182 <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
1183 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1184 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1185 <td id="freetype-package">freetype</td>
2610
aa9b01174b60 update package freetype
Mark Brand <mabrand@mabrand.nl>
parents: 2609
diff changeset
1186 <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
1187 <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
1188 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1189 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1190 <td id="fribidi-package">fribidi</td>
2709
39355c49f6bc update package fribidi
Mark Brand <mabrand@mabrand.nl>
parents: 2708
diff changeset
1191 <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
1192 <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
1193 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1194 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1195 <td id="ftgl-package">ftgl</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1196 <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
1197 <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
1198 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1199 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1200 <td id="gc-package">gc</td>
2694
332ce0550276 update package gc
Mark Brand <mabrand@mabrand.nl>
parents: 2688
diff changeset
1201 <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
1202 <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
1203 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1204 <tr>
3136
5481abb52912 Add gcab (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3135
diff changeset
1205 <td id="gcab-package">gcab</td>
5481abb52912 Add gcab (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3135
diff changeset
1206 <td id="gcab-version">0.4</td>
5481abb52912 Add gcab (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3135
diff changeset
1207 <td id="gcab-website"><a href="http://ftp.gnome.org/pub/GNOME/sources/gcab/">gcab</a></td>
5481abb52912 Add gcab (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3135
diff changeset
1208 </tr>
5481abb52912 Add gcab (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3135
diff changeset
1209 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1210 <td id="gcc-gmp-package">gcc-gmp</td>
2513
dcc7a0f02d83 update package gcc-gmp
Mark Brand <mabrand@mabrand.nl>
parents: 2512
diff changeset
1211 <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
1212 <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
1213 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1214 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1215 <td id="gcc-mpc-package">gcc-mpc</td>
2718
c38f62ba10b1 update gcc-mpc
Mark Brand <mabrand@mabrand.nl>
parents: 2717
diff changeset
1216 <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
1217 <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
1218 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1219 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1220 <td id="gcc-mpfr-package">gcc-mpfr</td>
2651
48dde24b85b1 update package mpfr
Mark Brand <mabrand@mabrand.nl>
parents: 2650
diff changeset
1221 <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
1222 <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
1223 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1224 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1225 <td id="gd-package">gd</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1226 <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
1227 <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
1228 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1229 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1230 <td id="gdal-package">gdal</td>
2812
1094976c3a57 update package gdal
Mark Brand <mabrand@mabrand.nl>
parents: 2811
diff changeset
1231 <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
1232 <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
1233 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1234 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1235 <td id="gdb-package">gdb</td>
2700
9be16103cdb1 update package gdb
Mark Brand <mabrand@mabrand.nl>
parents: 2699
diff changeset
1236 <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
1237 <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
1238 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1239 <tr>
3159
75eaca7603d8 Add GCDM module (currently only compiles with MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3157
diff changeset
1240 <td id="gdcm-package">gdcm</td>
75eaca7603d8 Add GCDM module (currently only compiles with MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3157
diff changeset
1241 <td id="gdcm-version">2.2.3</td>
75eaca7603d8 Add GCDM module (currently only compiles with MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3157
diff changeset
1242 <td id="gdcm-website"><a href="http://gdcm.sourceforge.net/">GDCM</a></td>
75eaca7603d8 Add GCDM module (currently only compiles with MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3157
diff changeset
1243 </tr>
75eaca7603d8 Add GCDM module (currently only compiles with MSVC)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3157
diff changeset
1244 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1245 <td id="gdk-pixbuf-package">gdk-pixbuf</td>
3165
e19ca43b6edd [MSVC] enable Gdk-Pixbuf compilation (and bump version to 2.28.2)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3164
diff changeset
1246 <td id="gdk-pixbuf-version">2.28.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
1247 <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
1248 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1249 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1250 <td id="geos-package">geos</td>
2644
cd5e84cf026f update package geos
Mark Brand <mabrand@mabrand.nl>
parents: 2643
diff changeset
1251 <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
1252 <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
1253 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1254 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1255 <td id="gettext-package">gettext</td>
3061
f8299bb6c872 Initial support for native MSVC compilation.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3053
diff changeset
1256 <td id="gettext-version">0.18.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
1257 <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
1258 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1259 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1260 <td id="giflib-package">giflib</td>
2853
4cf24236b87b update package giflib
Mark Brand <mabrand@mabrand.nl>
parents: 2852
diff changeset
1261 <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
1262 <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
1263 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1264 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1265 <td id="glew-package">glew</td>
2684
14f1e48fe31e update package glew
Mark Brand <mabrand@mabrand.nl>
parents: 2683
diff changeset
1266 <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
1267 <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
1268 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1269 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1270 <td id="glib-package">glib</td>
3132
2733829a184e [MSVC] enable glib compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3104
diff changeset
1271 <td id="glib-version">2.36.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
1272 <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
1273 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1274 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1275 <td id="glibmm-package">glibmm</td>
2624
a0bd65068e37 update packages glibmm pangomm
Mark Brand <mabrand@mabrand.nl>
parents: 2623
diff changeset
1276 <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
1277 <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
1278 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1279 <tr>
2871
b7c77abd9273 Include glpk as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2862
diff changeset
1280 <td id="glpk-package">glpk</td>
b7c77abd9273 Include glpk as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2862
diff changeset
1281 <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
1282 <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
1283 </tr>
b7c77abd9273 Include glpk as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2862
diff changeset
1284 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1285 <td id="gmp-package">gmp</td>
2510
8a41b8f8e79f update package gmp
Mark Brand <mabrand@mabrand.nl>
parents: 2509
diff changeset
1286 <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
1287 <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
1288 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1289 <tr>
2891
848118c648ae Include gnuplot as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2890
diff changeset
1290 <td id="gnuplot-package">gnuplot</td>
848118c648ae Include gnuplot as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2890
diff changeset
1291 <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
1292 <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
1293 </tr>
848118c648ae Include gnuplot as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2890
diff changeset
1294 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1295 <td id="gnutls-package">gnutls</td>
2846
9196b5fdf1c5 update package gnutls
Mark Brand <mabrand@mabrand.nl>
parents: 2845
diff changeset
1296 <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
1297 <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
1298 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1299 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1300 <td id="graphicsmagick-package">graphicsmagick</td>
2823
c9b15d4d4f7d update package graphicsmagick
Mark Brand <mabrand@mabrand.nl>
parents: 2822
diff changeset
1301 <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
1302 <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
1303 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1304 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1305 <td id="gsl-package">gsl</td>
3154
6665f8a98e70 [MSVC] enable GSL compilation and bump version to 1.15
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3140
diff changeset
1306 <td id="gsl-version">1.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
1307 <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
1308 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1309 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1310 <td id="gsoap-package">gsoap</td>
2822
4916e58b9c77 update package gsoap
Mark Brand <mabrand@mabrand.nl>
parents: 2821
diff changeset
1311 <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
1312 <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
1313 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1314 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1315 <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
1316 <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
1317 <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
1318 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1319 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1320 <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
1321 <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
1322 <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
1323 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1324 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1325 <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
1326 <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
1327 <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
1328 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1329 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1330 <td id="gta-package">gta</td>
2714
d3769995dfd5 update package gta
Mark Brand <mabrand@mabrand.nl>
parents: 2713
diff changeset
1331 <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
1332 <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
1333 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1334 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1335 <td id="gtk2-package">gtk2</td>
2619
6d33640e2024 update package gtk2
Hans Petter Jansson <hpj@cl.no>
parents: 2617
diff changeset
1336 <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
1337 <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
1338 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1339 <tr>
3176
0fc090129214 [MSVC] add GTK+ 3.x module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3173
diff changeset
1340 <td id="gtk3-package">gtk3</td>
0fc090129214 [MSVC] add GTK+ 3.x module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3173
diff changeset
1341 <td id="gtk3-version">3.8.2</td>
0fc090129214 [MSVC] add GTK+ 3.x module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3173
diff changeset
1342 <td id="gtk3-website"><a href="http://www.gtk.org/">GTK+</a></td>
0fc090129214 [MSVC] add GTK+ 3.x module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3173
diff changeset
1343 </tr>
0fc090129214 [MSVC] add GTK+ 3.x module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3173
diff changeset
1344 <tr>
2673
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1345 <td id="gtkglarea-package">gtkGLArea</td>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1346 <td id="gtkglarea-version">2.0.1</td>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1347 <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
1348 </tr>
a90c2311b6dc add package gtkglarea
William <r.3@libertysurf.fr>
parents: 2672
diff changeset
1349 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1350 <td id="gtkglext-package">gtkglext</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1351 <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
1352 <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
1353 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1354 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1355 <td id="gtkglextmm-package">gtkglextmm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1356 <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
1357 <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
1358 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1359 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1360 <td id="gtkmm2-package">gtkmm2</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1361 <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
1362 <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
1363 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1364 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1365 <td id="gtksourceview-package">gtksourceview</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1366 <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
1367 <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
1368 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1369 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1370 <td id="gtksourceviewmm2-package">gtksourceviewmm2</td>
2699
f4902ff680c1 update package gtksourceviewmm2
Mark Brand <mabrand@mabrand.nl>
parents: 2695
diff changeset
1371 <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
1372 <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
1373 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1374 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1375 <td id="guile-package">guile</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1376 <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
1377 <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
1378 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1379 <tr>
2849
1f72bc5b8701 add package harfbuzz
Mark Brand <mabrand@mabrand.nl>
parents: 2848
diff changeset
1380 <td id="harfbuzz-package">harfbuzz</td>
3171
4a05b335972b [MSVC] enable harfbuzz compilation (and bump version to 0.9.19)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3167
diff changeset
1381 <td id="harfbuzz-version">0.9.19</td>
2849
1f72bc5b8701 add package harfbuzz
Mark Brand <mabrand@mabrand.nl>
parents: 2848
diff changeset
1382 <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
1383 </tr>
1f72bc5b8701 add package harfbuzz
Mark Brand <mabrand@mabrand.nl>
parents: 2848
diff changeset
1384 <tr>
2929
4b72e7cf4f30 shared libraries and cross build for hdf5
John W. Eaton <jwe@octave.org>
parents: 2922
diff changeset
1385 <td id="hdf5-package">hdf5</td>
4b72e7cf4f30 shared libraries and cross build for hdf5
John W. Eaton <jwe@octave.org>
parents: 2922
diff changeset
1386 <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
1387 <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
1388 </tr>
4b72e7cf4f30 shared libraries and cross build for hdf5
John W. Eaton <jwe@octave.org>
parents: 2922
diff changeset
1389 <tr>
2394
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1390 <td id="hunspell-package">hunspell</td>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1391 <td id="hunspell-version">1.3.2</td>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1392 <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
1393 </tr>
013541fc1bdd New package: hunspell
Stefan Löffler <st.loeffler@gmail.com>
parents: 2393
diff changeset
1394 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1395 <td id="id3lib-package">id3lib</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1396 <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
1397 <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
1398 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1399 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1400 <td id="ilmbase-package">ilmbase</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1401 <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
1402 <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
1403 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1404 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1405 <td id="imagemagick-package">imagemagick</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1406 <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
1407 <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
1408 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1409 <tr>
3134
d0564e676d38 Add intltool
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3133
diff changeset
1410 <td id="intltool-package">intltool</td>
d0564e676d38 Add intltool
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3133
diff changeset
1411 <td id="intltool-version">0.50.2</td>
d0564e676d38 Add intltool
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3133
diff changeset
1412 <td id="intltool-website"><a href="https://launchpad.net/intltool/+download">intltool</a></td>
d0564e676d38 Add intltool
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3133
diff changeset
1413 </tr>
d0564e676d38 Add intltool
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3133
diff changeset
1414 <tr>
3104
920e26e6c6a3 Add ITSOL package. Enable compilation with MSVC.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3084
diff changeset
1415 <td id="itsol-package">ITSOL</td>
920e26e6c6a3 Add ITSOL package. Enable compilation with MSVC.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3084
diff changeset
1416 <td id="itsol-version">2</td>
920e26e6c6a3 Add ITSOL package. Enable compilation with MSVC.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3084
diff changeset
1417 <td id="itsol-website"><a href="http://www-users.cs.umn.edu/~saad/software/ITSOL/">ITSOL</a></td>
920e26e6c6a3 Add ITSOL package. Enable compilation with MSVC.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3084
diff changeset
1418 </tr>
920e26e6c6a3 Add ITSOL package. Enable compilation with MSVC.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3084
diff changeset
1419 <tr>
3179
90341dd4590e add itstool module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3178
diff changeset
1420 <td id="itstool-package">itstool</td>
90341dd4590e add itstool module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3178
diff changeset
1421 <td id="itstool-version">1.2.0</td>
90341dd4590e add itstool module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3178
diff changeset
1422 <td id="itstool-website"><a href="http://itstool.org/">ITS Tool</a></td>
90341dd4590e add itstool module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3178
diff changeset
1423 </tr>
90341dd4590e add itstool module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3178
diff changeset
1424 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1425 <td id="jasper-package">jasper</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1426 <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
1427 <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
1428 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1429 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1430 <td id="jpeg-package">jpeg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1431 <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
1432 <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
1433 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1434 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1435 <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
1436 <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
1437 <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
1438 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1439 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1440 <td id="lame-package">lame</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1441 <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
1442 <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
1443 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1444 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1445 <td id="lapack-package">lapack</td>
2788
eaa3134bbca4 upgrade package lapack
Mark Brand <mabrand@mabrand.nl>
parents: 2787
diff changeset
1446 <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
1447 <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
1448 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1449 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1450 <td id="lcms-package">lcms</td>
2721
382711917f93 update package lcms
Mark Brand <mabrand@mabrand.nl>
parents: 2718
diff changeset
1451 <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
1452 <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
1453 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1454 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1455 <td id="lcms1-package">lcms1</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1456 <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
1457 <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
1458 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1459 <tr>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1460 <td id="levmar-package">levmar</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1461 <td id="levmar-version">2.6</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1462 <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
1463 </tr>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1464 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1465 <td id="libarchive-package">libarchive</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1466 <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
1467 <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
1468 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1469 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1470 <td id="libass-package">libass</td>
2827
05e2ba2637c1 update package libass
Mark Brand <mabrand@mabrand.nl>
parents: 2825
diff changeset
1471 <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
1472 <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
1473 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1474 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1475 <td id="libcroco-package">libcroco</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1476 <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
1477 <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
1478 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1479 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1480 <td id="libdnet-package">libdnet</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1481 <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
1482 <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
1483 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1484 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1485 <td id="libevent-package">libevent</td>
2705
2dad6359bc72 update package libevent
Mark Brand <mabrand@mabrand.nl>
parents: 2702
diff changeset
1486 <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
1487 <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
1488 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1489 <tr>
2497
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1490 <td id="libf2c-package">libf2c</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1491 <td id="libf2c-version">1</td>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1492 <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
1493 </tr>
3dfd08abb308 new packages: cminpack levmar libf2c
Alois Schlögl <alois.schloegl@gmail.com>
parents: 2481
diff changeset
1494 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1495 <td id="libffi-package">libffi</td>
2441
17669944fd2f update package libffi
Mark Brand <mabrand@mabrand.nl>
parents: 2440
diff changeset
1496 <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
1497 <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
1498 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1499 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1500 <td id="libgcrypt-package">libgcrypt</td>
3084
6f7c1f4e9b2b [MSVC] enable libcrypt compilation and update to 1.5.2
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3083
diff changeset
1501 <td id="libgcrypt-version">1.5.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
1502 <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
1503 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1504 <tr>
3138
4cc36e7d6ff5 Add libgd (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3137
diff changeset
1505 <td id="libgd-package">libgd</td>
4cc36e7d6ff5 Add libgd (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3137
diff changeset
1506 <td id="libgd-version">2.1.0</td>
4cc36e7d6ff5 Add libgd (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3137
diff changeset
1507 <td id="libgd-website"><a href="http://www.libgd.org/">libgd</a></td>
4cc36e7d6ff5 Add libgd (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3137
diff changeset
1508 </tr>
4cc36e7d6ff5 Add libgd (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3137
diff changeset
1509 <tr>
2473
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1510 <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
1511 <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
1512 <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
1513 </tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1514 <tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1515 <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
1516 <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
1517 <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
1518 </tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1519 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1520 <td id="libgee-package">libgee</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1521 <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
1522 <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
1523 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1524 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1525 <td id="libgeotiff-package">libgeotiff</td>
2437
813453ab528b update package libgeotiff (part 2)
Mark Brand <mabrand@mabrand.nl>
parents: 2436
diff changeset
1526 <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
1527 <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
1528 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1529 <tr>
2563
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1530 <td id="libglade-package">libglade</td>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1531 <td id="libglade-version">2.6.4</td>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1532 <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
1533 </tr>
73d89a70785d add package libglade
William <r.3@libertysurf.fr>
parents: 2562
diff changeset
1534 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1535 <td id="libgnurx-package">libgnurx</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1536 <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
1537 <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
1538 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1539 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1540 <td id="libgomp-package">libgomp</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1541 <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
1542 <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
1543 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1544 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1545 <td id="libgpg_error-package">libgpg_error</td>
3083
1f1e0dc9a135 [MSVC] enable libgpg_error compilation and update to 1.11
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3067
diff changeset
1546 <td id="libgpg_error-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
1547 <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
1548 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1549 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1550 <td id="libgsasl-package">libgsasl</td>
2562
dddd4581f8d3 upgrade package libgsasl
Mark Brand <mabrand@mabrand.nl>
parents: 2559
diff changeset
1551 <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
1552 <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
1553 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1554 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1555 <td id="libgsf-package">libgsf</td>
3135
8147e6f8659a [MSVC] enable libgsf compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3134
diff changeset
1556 <td id="libgsf-version">1.14.27</td>
2484
9a0fd1a69bbe package libgsf: update website
Tony Theodore <tonyt@logyst.com>
parents: 2460
diff changeset
1557 <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
1558 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1559 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1560 <td id="libharu-package">libharu</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1561 <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
1562 <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
1563 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1564 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1565 <td id="libiberty-package">libiberty</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1566 <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
1567 <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
1568 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1569 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1570 <td id="libical-package">libical</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1571 <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
1572 <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
1573 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1574 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1575 <td id="libiconv-package">libiconv</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1576 <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
1577 <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
1578 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1579 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1580 <td id="libidn-package">libidn</td>
2545
ae5b25885cc2 update package libidn
Mark Brand <mabrand@mabrand.nl>
parents: 2544
diff changeset
1581 <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
1582 <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
1583 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1584 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1585 <td id="libircclient-package">libircclient</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1586 <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
1587 <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
1588 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1589 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1590 <td id="liblo-package">liblo</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1591 <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
1592 <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
1593 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1594 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1595 <td id="libmad-package">libmad</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1596 <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
1597 <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
1598 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1599 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1600 <td id="libmikmod-package">libmikmod</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1601 <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
1602 <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
1603 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1604 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1605 <td id="libmng-package">libmng</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1606 <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
1607 <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
1608 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1609 <tr>
2447
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1610 <td id="libmodplug-package">libmodplug</td>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1611 <td id="libmodplug-version">0.8.8.4</td>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1612 <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
1613 </tr>
7dbb9f04ee33 new package: libmodplug
Nikos Chantziaras <realnc@gmail.com>
parents: 2443
diff changeset
1614 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1615 <td id="libntlm-package">libntlm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1616 <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
1617 <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
1618 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1619 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1620 <td id="liboauth-package">liboauth</td>
2838
e1a8935c0ee6 update package liboauth
Mark Brand <mabrand@mabrand.nl>
parents: 2836
diff changeset
1621 <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
1622 <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
1623 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1624 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1625 <td id="libodbc++-package">libodbc++</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1626 <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
1627 <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
1628 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1629 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1630 <td id="liboil-package">liboil</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1631 <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
1632 <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
1633 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1634 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1635 <td id="libpano13-package">libpano13</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1636 <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
1637 <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
1638 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1639 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1640 <td id="libpaper-package">libpaper</td>
2514
42ada920402e update package libpaper
Mark Brand <mabrand@mabrand.nl>
parents: 2513
diff changeset
1641 <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
1642 <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
1643 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1644 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1645 <td id="libpng-package">libpng</td>
3244
929df089f40a Update libpng to 1.6.3
John Donoghue <john.donoghue@ieee.org>
parents: 3243
diff changeset
1646 <td id="libpng-version">1.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
1647 <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
1648 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1649 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1650 <td id="librsvg-package">librsvg</td>
2825
45487fd67ba8 update package librsvg
Mark Brand <mabrand@mabrand.nl>
parents: 2824
diff changeset
1651 <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
1652 <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
1653 </tr>
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1654 <tr>
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1655 <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
1656 <td id="librtmp-version">2.4</td>
2584
8ee32fa10c89 new package librtmp
Matthias Gehre <M.Gehre@gmx.de>
parents: 2583
diff changeset
1657 <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
1658 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1659 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1660 <td id="libsamplerate-package">libsamplerate</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1661 <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
1662 <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
1663 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1664 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1665 <td id="libshout-package">libshout</td>
2650
a6d192cd0f73 update package libshout
Mark Brand <mabrand@mabrand.nl>
parents: 2649
diff changeset
1666 <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
1667 <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
1668 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1669 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1670 <td id="libsigc++-package">libsigc++</td>
2828
ecc3e1e93194 update package libsigc++
Mark Brand <mabrand@mabrand.nl>
parents: 2827
diff changeset
1671 <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
1672 <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
1673 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1674 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1675 <td id="libsndfile-package">libsndfile</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1676 <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
1677 <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
1678 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1679 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1680 <td id="libssh2-package">libssh2</td>
2535
4a6fc9512b17 update package ssh2
Mark Brand <mabrand@mabrand.nl>
parents: 2533
diff changeset
1681 <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
1682 <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
1683 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1684 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1685 <td id="libtool-package">libtool</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1686 <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
1687 <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
1688 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1689 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1690 <td id="libunistring-package">libunistring</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1691 <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
1692 <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
1693 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1694 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1695 <td id="libusb-package">libusb</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1696 <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
1697 <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
1698 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1699 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1700 <td id="libvpx-package">libvpx</td>
2543
fd3ee2ca91ab update package libvpx
Mark Brand <mabrand@mabrand.nl>
parents: 2542
diff changeset
1701 <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
1702 <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
1703 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1704 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1705 <td id="libxml++-package">libxml++</td>
2842
f4572149c0fb upgrade package libmxl2
Mark Brand <mabrand@mabrand.nl>
parents: 2841
diff changeset
1706 <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
1707 <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
1708 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1709 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1710 <td id="libxml2-package">libxml2</td>
2810
5ae40d276a1d update package libxml2
Mark Brand <mabrand@mabrand.nl>
parents: 2809
diff changeset
1711 <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
1712 <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
1713 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1714 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1715 <td id="libxslt-package">libxslt</td>
2723
d9cf1d80ed77 update package libxslt
Mark Brand <mabrand@mabrand.nl>
parents: 2722
diff changeset
1716 <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
1717 <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
1718 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1719 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1720 <td id="llvm-package">llvm</td>
3140
772d03100c0a [MSVC] enable LLVM compilation (and upgrade to LLVM-3.1)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3138
diff changeset
1721 <td id="llvm-version">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
1722 <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
1723 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1724 <tr>
2466
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1725 <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
1726 <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
1727 <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
1728 </tr>
a7a203db74c5 packages apr, apr-util, log4cxx: various changes and add log4cxx test program
Tony Theodore <tonyt@logyst.com>
parents: 2463
diff changeset
1729 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1730 <td id="lua-package">lua</td>
2811
7959efe5af1f update package lua
Mark Brand <mabrand@mabrand.nl>
parents: 2810
diff changeset
1731 <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
1732 <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
1733 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1734 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1735 <td id="lzo-package">lzo</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1736 <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
1737 <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
1738 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1739 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1740 <td id="matio-package">matio</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1741 <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
1742 <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
1743 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1744 <tr>
2473
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1745 <td id="mdbtools-package">mdbtools</td>
2744
f3055fc0f798 update package mdbtools
Mark Brand <mabrand@mabrand.nl>
parents: 2734
diff changeset
1746 <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
1747 <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
1748 </tr>
1804bb1dccfc packages libgda, libgdamm, mdbtools: minor fixes and disable update macro
Tony Theodore <tonyt@logyst.com>
parents: 2468
diff changeset
1749 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1750 <td id="mingwrt-package">mingwrt</td>
2649
7e38c2c1bafe update package mingwrt
Mark Brand <mabrand@mabrand.nl>
parents: 2648
diff changeset
1751 <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
1752 <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
1753 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1754 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1755 <td id="mpfr-package">mpfr</td>
2651
48dde24b85b1 update package mpfr
Mark Brand <mabrand@mabrand.nl>
parents: 2650
diff changeset
1756 <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
1757 <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
1758 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1759 <tr>
3137
98d994cfc408 Add msitools (and MSVC-specific patches)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3136
diff changeset
1760 <td id="msitools-package">msitools</td>
98d994cfc408 Add msitools (and MSVC-specific patches)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3136
diff changeset
1761 <td id="msitools-version">0.92</td>
98d994cfc408 Add msitools (and MSVC-specific patches)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3136
diff changeset
1762 <td id="msitools-website"><a href="https://wiki.gnome.org/msitools">msitools</a></td>
98d994cfc408 Add msitools (and MSVC-specific patches)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3136
diff changeset
1763 </tr>
98d994cfc408 Add msitools (and MSVC-specific patches)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3136
diff changeset
1764 <tr>
2956
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1765 <td id="msys-bash-package">msys-bash</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1766 <td id="msys-bash-version">3.1.17-4</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1767 <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
1768 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1769 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1770 <td id="msys-coreutils-package">msys-coreutils</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1771 <td id="msys-coreutils-version">5.97-3</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1772 <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
1773 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1774 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1775 <td id="msys-diffutils-package">msys-diffutils</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1776 <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
1777 <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
1778 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1779 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1780 <td id="msys-file-package">msys-file</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1781 <td id="msys-file-version">5.04-1</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1782 <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
1783 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1784 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1785 <td id="msys-findutils-package">msys-findutils</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1786 <td id="msys-findutils-version">4.4.2-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1787 <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
1788 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1789 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1790 <td id="msys-gawk-package">msys-gawk</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1791 <td id="msys-gawk-version">3.1.7-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1792 <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
1793 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1794 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1795 <td id="msys-grep-package">msys-grep</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1796 <td id="msys-grep-version">2.5.4-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1797 <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
1798 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1799 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1800 <td id="msys-gzip-package">msys-gzip</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1801 <td id="msys-gzip-version">1.3.12-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1802 <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
1803 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1804 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1805 <td id="msys-less-package">msys-less</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1806 <td id="msys-less-version">436-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1807 <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
1808 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1809 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1810 <td id="msys-libiconv-package">msys-libiconv</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1811 <td id="msys-libiconv-version">1.14-1</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1812 <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
1813 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1814 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1815 <td id="msys-libintl-package">msys-libintl</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1816 <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
1817 <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
1818 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1819 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1820 <td id="msys-libmagic-package">msys-libmagic</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1821 <td id="msys-libmagic-version">5.04-1</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1822 <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
1823 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1824 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1825 <td id="msys-make-package">msys-make</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1826 <td id="msys-make-version">3.81-3</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1827 <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
1828 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1829 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1830 <td id="msys-msys-core-package">msys-msys-core</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1831 <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
1832 <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
1833 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1834 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1835 <td id="msys-regex-package">msys-regex</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1836 <td id="msys-regex-version">1.20090805-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1837 <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
1838 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1839 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1840 <td id="msys-sed-package">msys-sed</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1841 <td id="msys-sed-version">4.2.1-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1842 <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
1843 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1844 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1845 <td id="msys-tar-package">msys-tar</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1846 <td id="msys-tar-version">1.23-1</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1847 <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
1848 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1849 <tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1850 <td id="msys-termcap-package">msys-termcap</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1851 <td id="msys-termcap-version">0.20050421_1-2</td>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1852 <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
1853 </tr>
dfa81fbfc1f5 msys binary packages
John W. Eaton <jwe@octave.org>
parents: 2952
diff changeset
1854 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1855 <td id="muparser-package">muparser</td>
2420
59331dfd3b6b update package muparser
Tony Theodore <tonyt@logyst.com>
parents: 2409
diff changeset
1856 <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
1857 <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
1858 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1859 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1860 <td id="mxml-package">mxml</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1861 <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
1862 <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
1863 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1864 <tr>
2915
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1865 <td id="native-binutils-package">native-binutils</td>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1866 <td id="native-binutils-version">2.23.1</td>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1867 <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
1868 </tr>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1869 <tr>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1870 <td id="native-gcc-package">native-gcc</td>
3250
e3944cf36a54 update native gcc version to match build-gcc version
John W. Eaton <jwe@octave.org>
parents: 3235
diff changeset
1871 <td id="native-gcc-version">4.8.1</td>
2915
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1872 <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
1873 </tr>
74304e21f1ab native gcc and binutils
John W. Eaton <jwe@octave.org>
parents: 2904
diff changeset
1874 <tr>
2408
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1875 <td id="ncurses-package">ncurses</td>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1876 <td id="ncurses-version">5.9</td>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1877 <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
1878 </tr>
6cca7503b508 package ncurses:add to index.html
Tony Theodore <tonyt@logyst.com>
parents: 2394
diff changeset
1879 <tr>
3157
591b3d68b43e Add netcdf module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3154
diff changeset
1880 <td id="netcdf-package">netcdf</td>
591b3d68b43e Add netcdf module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3154
diff changeset
1881 <td id="netcdf-version">4.3.0</td>
591b3d68b43e Add netcdf module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3154
diff changeset
1882 <td id="netcdf-website"><a href="http://www.unidata.ucar.edu/software/netcdf/">NetCDF</a></td>
591b3d68b43e Add netcdf module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3154
diff changeset
1883 </tr>
591b3d68b43e Add netcdf module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3154
diff changeset
1884 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1885 <td id="nettle-package">nettle</td>
2655
769024253d0e update package nettle
Mark Brand <mabrand@mabrand.nl>
parents: 2654
diff changeset
1886 <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
1887 <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
1888 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1889 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1890 <td id="nsis-package">nsis</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1891 <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
1892 <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
1893 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1894 <tr>
2964
1955438b24dc get notepad++
John W. Eaton <jwe@octave.org>
parents: 2958
diff changeset
1895 <td id="npp-package">nsis</td>
1955438b24dc get notepad++
John W. Eaton <jwe@octave.org>
parents: 2958
diff changeset
1896 <td id="npp-version">6.2.3</td>
1955438b24dc get notepad++
John W. Eaton <jwe@octave.org>
parents: 2958
diff changeset
1897 <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
1898 </tr>
1955438b24dc get notepad++
John W. Eaton <jwe@octave.org>
parents: 2958
diff changeset
1899 <tr>
2834
fe0a6e45513f add package ocaml-native
William <r.3@libertysurf.fr>
parents: 2833
diff changeset
1900 <td id="ocaml-native-package">ocaml</td>
fe0a6e45513f add package ocaml-native
William <r.3@libertysurf.fr>
parents: 2833
diff changeset
1901 <td id="ocaml-native-version">4.00.0</td>
fe0a6e45513f add package ocaml-native
William <r.3@libertysurf.fr>
parents: 2833
diff changeset
1902 <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
1903 </tr>
fe0a6e45513f add package ocaml-native
William <r.3@libertysurf.fr>
parents: 2833
diff changeset
1904 <tr>
2836
5ebcd132140a add package ocaml-core
William <r.3@libertysurf.fr>
parents: 2835
diff changeset
1905 <td id="ocaml-core-package">ocaml</td>
5ebcd132140a add package ocaml-core
William <r.3@libertysurf.fr>
parents: 2835
diff changeset
1906 <td id="ocaml-core-version">4.00.0</td>
5ebcd132140a add package ocaml-core
William <r.3@libertysurf.fr>
parents: 2835
diff changeset
1907 <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
1908 </tr>
5ebcd132140a add package ocaml-core
William <r.3@libertysurf.fr>
parents: 2835
diff changeset
1909 <tr>
2835
72427f641846 add package ocaml-flexdll
William <r.3@libertysurf.fr>
parents: 2834
diff changeset
1910 <td id="ocaml-flexdll-package">ocaml-flexdll</td>
72427f641846 add package ocaml-flexdll
William <r.3@libertysurf.fr>
parents: 2834
diff changeset
1911 <td id="ocaml-flexdll-version">0.30</td>
72427f641846 add package ocaml-flexdll
William <r.3@libertysurf.fr>
parents: 2834
diff changeset
1912 <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
1913 </tr>
72427f641846 add package ocaml-flexdll
William <r.3@libertysurf.fr>
parents: 2834
diff changeset
1914 <tr>
2862
e93d77b61f17 Include support for building Octave.
John W. Eaton <jwe@octave.org>
parents: 2854
diff changeset
1915 <td id="octave-package">octave</td>
3252
ebdaebefc651 update to Octave 3.7.7
John W. Eaton <jwe@octave.org>
parents: 3251
diff changeset
1916 <td id="octave-version">3.7.7</td>
2862
e93d77b61f17 Include support for building Octave.
John W. Eaton <jwe@octave.org>
parents: 2854
diff changeset
1917 <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
1918 </tr>
e93d77b61f17 Include support for building Octave.
John W. Eaton <jwe@octave.org>
parents: 2854
diff changeset
1919 <tr>
2958
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1920 <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
1921 <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
1922 <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
1923 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1924 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1925 <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
1926 <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
1927 <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
1928 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1929 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1930 <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
1931 <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
1932 <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
1933 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1934 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1935 <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
1936 <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
1937 <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
1938 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1939 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1940 <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
1941 <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
1942 <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
1943 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1944 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1945 <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
1946 <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
1947 <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
1948 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1949 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1950 <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
1951 <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
1952 <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
1953 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1954 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1955 <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
1956 <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
1957 <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
1958 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1959 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1960 <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
1961 <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
1962 <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
1963 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1964 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1965 <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
1966 <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
1967 <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
1968 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1969 <tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1970 <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
1971 <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
1972 <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
1973 </tr>
04791633efbc Octave Forge package sources and build script
John W. Eaton <jwe@octave.org>
parents: 2956
diff changeset
1974 <tr>
2983
decdeed2ca59 include Octave Forge windows package
John W. Eaton <jwe@octave.org>
parents: 2981
diff changeset
1975 <td id="of-windows-package">of-windows</td>
decdeed2ca59 include Octave Forge windows package
John W. Eaton <jwe@octave.org>
parents: 2981
diff changeset
1976 <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
1977 <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
1978 </tr>
decdeed2ca59 include Octave Forge windows package
John W. Eaton <jwe@octave.org>
parents: 2981
diff changeset
1979 <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
1980 <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
1981 <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
1982 <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
1983 </tr>
30a5052213e6 octave-stable: build stable version of Octave
John W. Eaton <jwe@octave.org>
parents: 2935
diff changeset
1984 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1985 <td id="ogg-package">ogg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1986 <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
1987 <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
1988 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1989 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1990 <td id="old-package">old</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1991 <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
1992 <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
1993 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1994 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
1995 <td id="openal-package">openal</td>
2391
fbf67aa01033 update package openal
Mark Brand <mabrand@mabrand.nl>
parents: 2390
diff changeset
1996 <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
1997 <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
1998 </tr>
3067
bdb4b64f2ff8 Add initial openblas codebase to mxe
John Donoghue <john.donoghue@ieee.org>
parents: 3064
diff changeset
1999 <tr>
bdb4b64f2ff8 Add initial openblas codebase to mxe
John Donoghue <john.donoghue@ieee.org>
parents: 3064
diff changeset
2000 <td id="openblas-package">openblas</td>
3240
d99f6d03618c Update openblas to 0.2.8
John Donoghue <john.donoghue@ieee.org>
parents: 3235
diff changeset
2001 <td id="openblas-version">0.2.8</td>
3067
bdb4b64f2ff8 Add initial openblas codebase to mxe
John Donoghue <john.donoghue@ieee.org>
parents: 3064
diff changeset
2002 <td id="openblas-website"><a href="http://xianyi.github.io/OpenBLAS/">OpenBLAS</a></td>
bdb4b64f2ff8 Add initial openblas codebase to mxe
John Donoghue <john.donoghue@ieee.org>
parents: 3064
diff changeset
2003 </tr>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2004 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2005 <td id="opencore-amr-package">opencore-amr</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2006 <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
2007 <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
2008 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2009 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2010 <td id="opencsg-package">opencsg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2011 <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
2012 <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
2013 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2014 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2015 <td id="openexr-package">openexr</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2016 <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
2017 <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
2018 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2019 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2020 <td id="openscenegraph-package">openscenegraph</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2021 <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
2022 <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
2023 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2024 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2025 <td id="openssl-package">openssl</td>
2515
3925643b4743 update package openssl
Mark Brand <mabrand@mabrand.nl>
parents: 2514
diff changeset
2026 <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
2027 <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
2028 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2029 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2030 <td id="pango-package">pango</td>
3172
8d294e37ce65 [MSVC] enable Pango compilation (and bump version to 1.34.1)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3171
diff changeset
2031 <td id="pango-version">1.34.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
2032 <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
2033 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2034 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2035 <td id="pangomm-package">pangomm</td>
2624
a0bd65068e37 update packages glibmm pangomm
Mark Brand <mabrand@mabrand.nl>
parents: 2623
diff changeset
2036 <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
2037 <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
2038 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2039 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2040 <td id="pcre-package">pcre</td>
2676
6522e8f7a7f2 update package pcre
Mark Brand <mabrand@mabrand.nl>
parents: 2675
diff changeset
2041 <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
2042 <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
2043 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2044 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2045 <td id="pdcurses-package">pdcurses</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2046 <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
2047 <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
2048 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2049 <tr>
2539
dcc6afba15ac new package: plibc
Richard Boulton <richard@tartarus.org>
parents: 2538
diff changeset
2050 <td id="plibc-package">plibc</td>
dcc6afba15ac new package: plibc
Richard Boulton <richard@tartarus.org>
parents: 2538
diff changeset
2051 <td id="plibc-version">0.1.7</td>
dcc6afba15ac new package: plibc
Richard Boulton <richard@tartarus.org>
parents: 2538
diff changeset
2052 <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
2053 </tr>
dcc6afba15ac new package: plibc
Richard Boulton <richard@tartarus.org>
parents: 2538
diff changeset
2054 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2055 <td id="pdflib_lite-package">pdflib_lite</td>
2577
d1569d04b337 update package pdflib_lite
Mark Brand <mabrand@mabrand.nl>
parents: 2575
diff changeset
2056 <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
2057 <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
2058 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2059 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2060 <td id="pfstools-package">pfstools</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2061 <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
2062 <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
2063 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2064 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2065 <td id="physfs-package">physfs</td>
2833
5e20e0961816 update package physfs
Mark Brand <mabrand@mabrand.nl>
parents: 2832
diff changeset
2066 <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
2067 <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
2068 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2069 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2070 <td id="pixman-package">pixman</td>
3166
b52db21b9dcd [MSVC] enable pixman compilation
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3165
diff changeset
2071 <td id="pixman-version">0.30.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
2072 <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
2073 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2074 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2075 <td id="plotmm-package">plotmm</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2076 <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
2077 <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
2078 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2079 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2080 <td id="plotutils-package">plotutils</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2081 <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
2082 <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
2083 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2084 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2085 <td id="poco-package">poco</td>
2816
5f8b6875b672 update package poco
Mark Brand <mabrand@mabrand.nl>
parents: 2815
diff changeset
2086 <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
2087 <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
2088 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2089 <tr>
2440
5982c58c53e7 package poppler: add to index.html
Mark Brand <mabrand@mabrand.nl>
parents: 2437
diff changeset
2090 <td id="poppler-package">poppler</td>
2807
74ba99a9ac52 update package poppler
Mark Brand <mabrand@mabrand.nl>
parents: 2806
diff changeset
2091 <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
2092 <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
2093 </tr>
5982c58c53e7 package poppler: add to index.html
Mark Brand <mabrand@mabrand.nl>
parents: 2437
diff changeset
2094 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2095 <td id="popt-package">popt</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2096 <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
2097 <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
2098 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2099 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2100 <td id="portaudio-package">portaudio</td>
2688
52c2d81ac7d5 Update PortAudio v19 from 20071207 to 20111121
Stefan Hajnoczi <stefanha@gmail.com>
parents: 2684
diff changeset
2101 <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
2102 <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
2103 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2104 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2105 <td id="postgresql-package">postgresql</td>
2789
f20bbf45b91a update package postgresql
Mark Brand <mabrand@mabrand.nl>
parents: 2788
diff changeset
2106 <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
2107 <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
2108 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2109 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2110 <td id="proj-package">proj</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2111 <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
2112 <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
2113 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2114 <tr>
2746
a69eb5b6d9a5 Add package protobuf (google protocol buffers).
lotodore <pokerth@lotharmay.de>
parents: 2744
diff changeset
2115 <td id="protobuf-package">protobuf</td>
a69eb5b6d9a5 Add package protobuf (google protocol buffers).
lotodore <pokerth@lotharmay.de>
parents: 2744
diff changeset
2116 <td id="protobuf-version">2.4.1</td>
a69eb5b6d9a5 Add package protobuf (google protocol buffers).
lotodore <pokerth@lotharmay.de>
parents: 2744
diff changeset
2117 <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
2118 </tr>
a69eb5b6d9a5 Add package protobuf (google protocol buffers).
lotodore <pokerth@lotharmay.de>
parents: 2744
diff changeset
2119 <tr>
2952
09a58eb274f4 Include pstoedit as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2951
diff changeset
2120 <td id="pstoedit-package">pstoedit</td>
09a58eb274f4 Include pstoedit as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2951
diff changeset
2121 <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
2122 <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
2123 </tr>
09a58eb274f4 Include pstoedit as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2951
diff changeset
2124 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2125 <td id="pthreads-package">pthreads</td>
2559
480cba57f1bf update package pthreads
Mark Brand <mabrand@mabrand.nl>
parents: 2556
diff changeset
2126 <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
2127 <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
2128 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2129 <tr>
2521
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
2130 <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
2131 <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
2132 <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
2133 </tr>
e7c40b6c3e66 package qdbm: static cross-build, enable optional deps, test program
Tony Theodore <tonyt@logyst.com>
parents: 2518
diff changeset
2134 <tr>
2890
152e3e693568 Include qhull as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2873
diff changeset
2135 <td id="qhull-package">qhull</td>
152e3e693568 Include qhull as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2873
diff changeset
2136 <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
2137 <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
2138 </tr>
152e3e693568 Include qhull as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2873
diff changeset
2139 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2140 <td id="qjson-package">qjson</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2141 <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
2142 <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
2143 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2144 <tr>
2872
eb2f17fbd971 Include qrupdate as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2871
diff changeset
2145 <td id="qrupdate-package">qrupdate</td>
eb2f17fbd971 Include qrupdate as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2871
diff changeset
2146 <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
2147 <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
2148 </tr>
eb2f17fbd971 Include qrupdate as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2871
diff changeset
2149 <tr>
2935
8cf0cbcdaeea Include qscintilla as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2931
diff changeset
2150 <td id="qscintilla-package">qscintilla</td>
3064
be70678cc47b Update QScintilla to 2.7.2
"John Donoghue <john.donoghue@ieee.org>
parents: 3061
diff changeset
2151 <td id="qscintilla-version">2.7.2</td>
2935
8cf0cbcdaeea Include qscintilla as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2931
diff changeset
2152 <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
2153 </tr>
8cf0cbcdaeea Include qscintilla as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2931
diff changeset
2154 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2155 <td id="qt-package">qt</td>
2734
ffdcd0f515bc update package qt
Mark Brand <mabrand@mabrand.nl>
parents: 2723
diff changeset
2156 <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
2157 <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
2158 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2159 <tr>
2534
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
2160 <td id="qwt-package">qwt</td>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
2161 <td id="qwt-version">6.0.1</td>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
2162 <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
2163 </tr>
d4fbd818a248 new package: qwt
Luis Saavedra <luis94855510@gmail.com>
parents: 2533
diff changeset
2164 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2165 <td id="qwtplot3d-package">qwtplot3d</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2166 <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
2167 <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
2168 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2169 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2170 <td id="readline-package">readline</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2171 <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
2172 <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
2173 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2174 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2175 <td id="sdl-package">sdl</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2176 <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
2177 <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
2178 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2179 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2180 <td id="sdl_image-package">sdl_image</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2181 <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
2182 <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
2183 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2184 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2185 <td id="sdl_mixer-package">sdl_mixer</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2186 <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
2187 <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
2188 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2189 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2190 <td id="sdl_net-package">sdl_net</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2191 <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
2192 <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
2193 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2194 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2195 <td id="sdl_pango-package">sdl_pango</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2196 <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
2197 <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
2198 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2199 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2200 <td id="sdl_sound-package">sdl_sound</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2201 <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
2202 <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
2203 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2204 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2205 <td id="sdl_ttf-package">sdl_ttf</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2206 <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
2207 <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
2208 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2209 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2210 <td id="smpeg-package">smpeg</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2211 <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
2212 <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
2213 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2214 <tr>
2468
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
2215 <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
2216 <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
2217 <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
2218 </tr>
110883446649 package sox: update and fix pkg-config and test program build
Tony Theodore <tonyt@logyst.com>
parents: 2466
diff changeset
2219 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2220 <td id="speex-package">speex</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2221 <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
2222 <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
2223 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2224 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2225 <td id="sqlite-package">sqlite</td>
2795
fb06baf9132a update package sqlite
Mark Brand <mabrand@mabrand.nl>
parents: 2794
diff changeset
2226 <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
2227 <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
2228 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2229 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2230 <td id="suitesparse-package">suitesparse</td>
2670
47fc8672c8f5 update package suitesparse
Mark Brand <mabrand@mabrand.nl>
parents: 2669
diff changeset
2231 <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
2232 <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
2233 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2234 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2235 <td id="t4k_common-package">t4k_common</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2236 <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
2237 <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
2238 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2239 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2240 <td id="taglib-package">taglib</td>
2511
61dca89be476 update package taglib
Mark Brand <mabrand@mabrand.nl>
parents: 2510
diff changeset
2241 <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
2242 <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
2243 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2244 <tr>
2904
1122ae1e98b6 New rules for termcap package.
John W. Eaton <jwe@octave.org>
parents: 2896
diff changeset
2245 <td id="termcap-package">termcap</td>
1122ae1e98b6 New rules for termcap package.
John W. Eaton <jwe@octave.org>
parents: 2896
diff changeset
2246 <td id="termcap-version">1.3.1</td>
1122ae1e98b6 New rules for termcap package.
John W. Eaton <jwe@octave.org>
parents: 2896
diff changeset
2247 <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
2248 </tr>
1122ae1e98b6 New rules for termcap package.
John W. Eaton <jwe@octave.org>
parents: 2896
diff changeset
2249 <tr>
2951
01a2b5484d88 Include texinfo as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2941
diff changeset
2250 <td id="texinfo-package">texinfo</td>
01a2b5484d88 Include texinfo as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2941
diff changeset
2251 <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
2252 <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
2253 </tr>
01a2b5484d88 Include texinfo as a dependency of Octave
John W. Eaton <jwe@octave.org>
parents: 2941
diff changeset
2254 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2255 <td id="theora-package">theora</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2256 <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
2257 <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
2258 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2259 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2260 <td id="tiff-package">tiff</td>
2780
016ef289a545 update package tiff
Mark Brand <mabrand@mabrand.nl>
parents: 2775
diff changeset
2261 <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
2262 <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
2263 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2264 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2265 <td id="tinyxml-package">tinyxml</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2266 <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
2267 <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
2268 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2269 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2270 <td id="tre-package">tre</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2271 <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
2272 <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
2273 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2274 <tr>
2993
1f944d8d6fe5 Modfications for libuuid dependancies
John Donoghue <john.donoghue@ieee.org>
parents: 2990
diff changeset
2275 <td id="uuid-package">uuid</td>
1f944d8d6fe5 Modfications for libuuid dependancies
John Donoghue <john.donoghue@ieee.org>
parents: 2990
diff changeset
2276 <td id="uuid-version">3.17</td>
1f944d8d6fe5 Modfications for libuuid dependancies
John Donoghue <john.donoghue@ieee.org>
parents: 2990
diff changeset
2277 <td id="uuid-website"><a href="http://www.mingw.org/">MingWG Windows API</a></td>
1f944d8d6fe5 Modfications for libuuid dependancies
John Donoghue <john.donoghue@ieee.org>
parents: 2990
diff changeset
2278 </tr>
1f944d8d6fe5 Modfications for libuuid dependancies
John Donoghue <john.donoghue@ieee.org>
parents: 2990
diff changeset
2279 <tr>
3134
d0564e676d38 Add intltool
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3133
diff changeset
2280 <td id="vala-package">vala</td>
3133
93dc7f614289 Add vala to the package list
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3132
diff changeset
2281 <td id="vala-version">0.20.1</td>
93dc7f614289 Add vala to the package list
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3132
diff changeset
2282 <td id="vala-website"><a href="https://wiki.gnome.org/Vala/">Vala</a></td>
93dc7f614289 Add vala to the package list
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3132
diff changeset
2283 </tr>
93dc7f614289 Add vala to the package list
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3132
diff changeset
2284 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2285 <td id="vigra-package">vigra</td>
2844
e7027f79cdcd update package vigra
Mark Brand <mabrand@mabrand.nl>
parents: 2843
diff changeset
2286 <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
2287 <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
2288 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2289 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2290 <td id="vmime-package">vmime</td>
2851
053e00ca567e update package vmime
Mark Brand <mabrand@mabrand.nl>
parents: 2849
diff changeset
2291 <td id="vmime-version">fc9bc26</td>
2847
d37122aa7a10 package vmime: use github tarball
Mark Brand <mabrand@mabrand.nl>
parents: 2846
diff changeset
2292 <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
2293 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2294 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2295 <td id="vorbis-package">vorbis</td>
2512
748e8ede3a09 update package vorbis
Mark Brand <mabrand@mabrand.nl>
parents: 2511
diff changeset
2296 <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
2297 <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
2298 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2299 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2300 <td id="vtk-package">vtk</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2301 <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
2302 <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
2303 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2304 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2305 <td id="w32api-package">w32api</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2306 <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
2307 <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
2308 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2309 <tr>
2801
e5aad248555b new package wget
Mark Brand <mabrand@mabrand.nl>
parents: 2799
diff changeset
2310 <td id="wget-package">wget</td>
e5aad248555b new package wget
Mark Brand <mabrand@mabrand.nl>
parents: 2799
diff changeset
2311 <td id="wget-version">1.14</td>
e5aad248555b new package wget
Mark Brand <mabrand@mabrand.nl>
parents: 2799
diff changeset
2312 <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
2313 </tr>
e5aad248555b new package wget
Mark Brand <mabrand@mabrand.nl>
parents: 2799
diff changeset
2314 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2315 <td id="winpcap-package">winpcap</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2316 <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
2317 <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
2318 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2319 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2320 <td id="wt-package">wt</td>
2839
11504b1a840f update package wt
Mark Brand <mabrand@mabrand.nl>
parents: 2838
diff changeset
2321 <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
2322 <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
2323 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2324 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2325 <td id="wxwidgets-package">wxwidgets</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2326 <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
2327 <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
2328 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2329 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2330 <td id="x264-package">x264</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2331 <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
2332 <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
2333 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2334 <tr>
2753
00a8fe879b7b new package: xapian-core
Richard Boulton <richard@tartarus.org>
parents: 2751
diff changeset
2335 <td id="xapian-core-package">xapian-core</td>
2815
95b6461420ba update package xapian-core
Mark Brand <mabrand@mabrand.nl>
parents: 2812
diff changeset
2336 <td id="xapian-core-version">1.2.12</td>
2753
00a8fe879b7b new package: xapian-core
Richard Boulton <richard@tartarus.org>
parents: 2751
diff changeset
2337 <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
2338 </tr>
00a8fe879b7b new package: xapian-core
Richard Boulton <richard@tartarus.org>
parents: 2751
diff changeset
2339 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2340 <td id="xerces-package">xerces</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2341 <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
2342 <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
2343 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2344 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2345 <td id="xine-lib-package">xine-lib</td>
2583
c4cd2fe180e4 update package xine-lib
Mark Brand <mabrand@mabrand.nl>
parents: 2582
diff changeset
2346 <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
2347 <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
2348 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2349 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2350 <td id="xmlwrapp-package">xmlwrapp</td>
2393
295e88579d64 update package xmlwrapp
Mark Brand <mabrand@mabrand.nl>
parents: 2392
diff changeset
2351 <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
2352 <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
2353 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2354 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2355 <td id="xvidcore-package">xvidcore</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2356 <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
2357 <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
2358 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2359 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2360 <td id="xz-package">xz</td>
2642
9956b52eea59 update package xz
Mark Brand <mabrand@mabrand.nl>
parents: 2641
diff changeset
2361 <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
2362 <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
2363 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2364 <tr>
3178
a791ade9c790 add zenity module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3176
diff changeset
2365 <td id="zenity-package">zenity</td>
a791ade9c790 add zenity module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3176
diff changeset
2366 <td id="zenity-version">3.8.0</td>
a791ade9c790 add zenity module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3176
diff changeset
2367 <td id="zenity-website"><a href="https://wiki.gnome.org/Zenity">Zenity</a></td>
a791ade9c790 add zenity module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3176
diff changeset
2368 </tr>
a791ade9c790 add zenity module (and MSVC-specific patch)
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3176
diff changeset
2369 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2370 <td id="zlib-package">zlib</td>
3242
50a4de42ba1e Update zlib to 1.2.8
John Donoghue <john.donoghue@ieee.org>
parents: 3241
diff changeset
2371 <td id="zlib-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
2372 <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
2373 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2374 <tr>
2365
b5321bdec505 Move full package names from src/*.mk into package list (index.html)
Volker Grabsch <vog@notjusthosting.com>
parents: 2364
diff changeset
2375 <td id="zziplib-package">zziplib</td>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2376 <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
2377 <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
2378 </tr>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2379 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2380 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2381
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2382 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2383 <h2 id="creating-packages">Guidelines for Creating Packages</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2384
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2385 <ol>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2386 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2387 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2388 The package should be a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2389 <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
2390 <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
2391 <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
2392 that is really used by one of your applications.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2393 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2394
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 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
2397 We maintain a
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2398 <a href="#used-by">list of projects</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2399 which use MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2400 No matter whether your project is free or proprietary
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2401 &ndash; as long as it has its own website,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2402 we'd be happy to link to it.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2405 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2406 Also, feel free to link to us. :-)
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 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2409
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2410 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2411 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2412 Grep through the <code>src/*.mk</code> files
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2413 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
2414 (Really, <code>grep</code> is your friend here.)
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2415 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2416
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2417 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2418 For instance,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2419 when adding a GNU library,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2420 you should take a package like
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2421 <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
2422 or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2423 <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
2424 as the base of your work.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2425 When using a SourceForge project,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2426 you could start with a copy of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2427 <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
2428 And so on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2429 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2430 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2431
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 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2434 Adjust the comments,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2435 fill in the <code>$(PKG)_*</code> fields.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2436 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2437
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2438 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2439 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
2440 The easiest way to get the dependencies right
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2441 is to start with a minimal setup.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2442 That is,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2443 initialize MXE with <code>make gcc</code> only,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2444 then check whether your package builds successfully.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2445 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2446
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2447 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2448 Always list the dependency on <code>gcc</code> explicitly:
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 <pre>$(PKG)_DEPS := gcc ...</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2451 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2452
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2453 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2454 <p>
2719
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2455 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
2456 </p>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2457 <p>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2458 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
2459 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
2460 </p>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2461 <pre>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2462 &lt;tr&gt;
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2463 &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
2464 &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
2465 &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
2466 &lt;/tr&gt;
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2467 </pre>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2468 </li>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2469
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2470 <li>
7ba8f13a0853 Explanation for adding packages to index.html
Thomas Mayer <thomas@residuum.org>
parents: 2718
diff changeset
2471 <p>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2472 Write your <code>$(PKG)_BUILD</code>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2473 If your library has a <code>./configure</code> script,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2474 enable/disable all dependency libraries explicitly
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2475 via "<code>--enable-*</code>" and "<code>--disable-*</code>" options.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2476 </p>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2479 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2480 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2481 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
2482 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
2483 <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
2484 In particular, each patch file should be named as:
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 <pre>PACKAGE-PATCHNUMBER-DESCRIPTION.patch</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2487 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2488 and should start with:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2489 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2490 <pre>This file is part of MXE.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2491 See index.html for further information.
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 This patch has been taken from:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2494 https://...</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2495 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2496 where the URL points to the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2497 bugtracker entry,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2498 mailing list entry or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2499 website
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2500 you took the patch from.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2501 </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 If you created the patch yourself,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2505 please offer it to the upstream project first,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2506 and point to <em>that</em> URL,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2507 using the same wording:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2508 "This patch has been taken from:".
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2509 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2510
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 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
2513 you might want to improve your patch.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2514 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2515 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2516
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2517 <li>
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 If you find some time,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2520 please provide a minimal test program for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2521 It should be
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2522 simple,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2523 stand alone and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2524 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
2525 Test programs are named as:
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 <pre>PACKAGE-test.c</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2528 or
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2529 <pre>PACKAGE-test.cpp</pre>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2530 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2531 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
2532 To get a clue,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2533 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
2534 <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
2535 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2536
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2537 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2538 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
2539 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
2540 using strict compiler flags.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2541 The last few lines of
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2542 <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
2543 will give you a clue.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2544 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2545 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2546
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2547 <li>
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 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
2550 However, that requires some experience and "feeling" for it.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2551 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
2552 We'll fill that in for you.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2553 It's a funny exercise.
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 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2556
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2557 <li>
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 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
2560 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
2561 Have a look at random <code>*.mk</code> files
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2562 to get a feeling for the coding style.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2565 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2566 The same holds for your test program.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2567 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2568
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2569 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2570 However, patch files should always appear
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2571 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
2572 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2573
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2574 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2575 Finally, in your <code>$(PKG)_BUILD</code> section,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2576 please check that you use our portability variables:
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 <table class="translation">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2579 <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
2580 <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
2581 <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
2582 <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
2583 <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
2584 <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
2585 <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
2586 <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
2587 </table>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2588 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2589
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2590 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2591 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2592 Check whether everything runs fine.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2593 If you have some trouble,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2594 don't hesitate to ask on the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2595 <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
2596 providing your <code>*.mk</code> file so far.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2597 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2598 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2599
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2600 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2601 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2602 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
2603 Don't forget to tell us
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2604 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
2605 you feel unsure about.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2606 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
2607 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
2608 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2609 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2610 </ol>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2611 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2612
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2613 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2614 <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
2615
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2616 <ul id="authors-list" class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2617 <li>Volker Grabsch</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2618 <li>Mark Brand</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2619 <li>Tony Theodore</li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2620 <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
2621 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2622
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2623 <p>(contact via the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2624 <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
2625
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2626 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2627 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
2628 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
2629 "Software"), to deal in the Software without restriction, including
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2630 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
2631 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
2632 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
2633 to the following conditions:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2634 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2635
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 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
2638 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
2639 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2640
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2641 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2642 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
2643 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
2644 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2645 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
2646 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
2647 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
2648 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
2649 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2650 </div>
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 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2653 <h2 id="history">History</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2654
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2655 <dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2656
2382
5c1a76a8334b Update release date
Volker Grabsch <vog@notjusthosting.com>
parents: 2381
diff changeset
2657 <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
2658 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2659 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2660 <a href="http://mxe.cc/#download">Download</a> |
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2661 <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
2662 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2663
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 The project has been
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2666 <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
2667 from
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2668 mingw-cross-env (MinGW cross compiling environment)
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2669 to
7f494e72d0b6 Improve release notes
Volker Grabsch <vog@notjusthosting.com>
parents: 2377
diff changeset
2670 MXE (M&nbsp;cross&nbsp;environment).
2353
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
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 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
2675 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2676
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2677 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2678 Most packages were updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2681 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2682 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2683 agg, cgal, eigen, file, gta, json-c, libgnurx, libharu,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2684 libircclient, libssh2, libxml++, llvm, lzo, mpfr, nettle,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2685 opencsg, qjson, qwtplot3d, vtk, and wt.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2686 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2687 </dd>
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 <dt>2011-06-07 &ndash; Release 2.21</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2690 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2691 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2692 <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
2693 <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
2694 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2695
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 Minor bugfixes in several packages.
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
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 Almost all packages are updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2704 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2705 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
2706 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2707
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 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2710 libass, poco, and t4k_common.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2711 </p>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2714 <dt>2011-04-05 &ndash; Release 2.20</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2715 <dd>
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 <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
2718 <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
2719 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2720
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 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
2723 (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
2724 <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
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>2011-03-19 &ndash; Release 2.19</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="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
2732 <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
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 The download mechanisms are improved.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2737 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2738
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 A CMake toolchain file is provided
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2741 to simplify cross-compiling projects which use CMake.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2742 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2743
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2744 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2745 Support for Debian/Lenny is dropped.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2746 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2747
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 Package gtk is renamed to gtk2.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2750 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2751
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2752 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2753 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2754 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2755
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 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2758 dbus, graphicsmagick, libical, liboauth, physfs, and vigra.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2759 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2760
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 Note for <code>boost::filesystem</code> users:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2763 <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
2764 and now the default in 1.46.
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 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2767
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2768 <dt>2010-12-15 &ndash; Release 2.18</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2769 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2770 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2771 <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
2772 <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
2773 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2774
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 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
2777 (a sudden change of their current source tarball).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2778 <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
2779 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2780 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2781
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2782 <dt>2010-12-11 &ndash; Release 2.17</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2783 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2784 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2785 <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
2786 <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
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 This release provides some improvements of the build system
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2791 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
2792 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2793
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 All packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2796 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2797
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2798 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2799 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2800 bfd, blas, cblas, dcmtk, ftgl, lapack, lcms1,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2801 mingw-utils, mxml, suitesparse and tinyxml.
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 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2804
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2805 <dt>2010-10-27 &ndash; Release 2.16</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2806 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2807 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2808 <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
2809 <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
2810 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2811
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2812 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2813 This release provides lots of improvements to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2814 the build system as well as the documentation.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2815 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2816
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2817 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2818 Support for OpenSolaris is dropped.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2819 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2820
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2821 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2822 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2823 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2824
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 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2827 atkmm, cairomm, cunit, faac, faad2, ffmpeg, gdk-pixbuf, glibmm,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2828 gtkglextmm, gtkmm, gtksourceview, gtksourceviewmm, imagemagick,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2829 lame, libiberty, libsigc++, libvpx, matio, openal, opencore-amr,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2830 pangomm, pfstools, plotmm, sdl_sound and x264.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2831 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2832 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2833
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2834 <dt>2010-06-16 &ndash; Release 2.15</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2835 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2836 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2837 <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
2838 <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
2839 </p>
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 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2842 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
2843 (a sudden change of their current source tarball).
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2844 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2845
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 Almost all packages are updated to their latest version.
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 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2850
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2851 <dt>2010-06-08 &ndash; Release 2.14</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2852 <dd>
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 <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
2855 <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
2856 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2857
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2858 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2859 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
2860 (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
2861 <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
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 Almost all packages are updated to their latest version.
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2868 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2869 New packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2870 libarchive, libgee and xvidcore.
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 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2873
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2874 <dt>2010-05-31 &ndash; Release 2.13</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2875 <dd>
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 <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
2878 <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
2879 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2880
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2881 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2882 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
2883 thus supporting the current GCC&nbsp;4.5.
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
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 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
2888 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2889
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 The deadlock issues with Pthreads-w32 are fixed.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2892 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2893
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2894 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2895 A static build of GDB is provided,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2896 i.e. a standalone "gdb.exe"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2897 that doesn't require any extra DLLs.
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 More packages are backed by test programs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2902 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2903
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2904 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2905 Many "sed hacks" are replaced by proper portability patches.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2906 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2907
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2908 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2909 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2910 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2911
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2912 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2913 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2914 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
2915 gstreamer, gtkglext, guile, libcroco, libffi, liboil, libpaper,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2916 libshout, libunistring and xine-lib.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2917 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2918 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2919
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2920 <dt>2010-02-21 &ndash; Release 2.12</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2921 <dd>
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 <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
2924 <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
2925 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2926
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2927 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2928 This release fixes some minor build issues,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2929 and contains a first small set of test programs
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2930 to check the package builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2931 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2932
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 The build rules are simplified
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2935 by calling generators like Autotools and Flex,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2936 instead of patching the generated files.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2937 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2938
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2939 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2940 Almost all packages are updated to their latest version.
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 Many new packages are supported:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2945 aubio, devil, directx, exiv2, fftw, freeimage, gsoap,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2946 id3lib, liblo, libpano13, librsvg, libsamplerate,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2947 muparser, openscenegraph, portaudio and sdl_pango.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2948 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2949 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2950
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2951 <dt>2010-02-20 &ndash; Release 2.11</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2952 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2953 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2954 <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
2955 <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
2956 </p>
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 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2959 This release contains a packaging bug.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2960 Please use release 2.12 instead.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2961 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2962 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2963
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2964 <dt>2009-12-23 &ndash; Release 2.10</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2965 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2966 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2967 <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
2968 <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
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 This release adds support for many new packages:
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2973 flac, libmad, libsndfile, sdl_net, speex, postgresql,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2974 freetds, openssl, plotutils, taglib, lcms, freeglut,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2975 xerces and zziplib.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2976 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2977
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2978 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2979 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2980 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2981
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2982 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2983 In addition to the libraries
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2984 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
2985 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2986
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 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
2989 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2990 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2991
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2992 <dt>2009-10-24 &ndash; Release 2.9</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2993 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2994 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2995 <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
2996 <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
2997 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2998
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2999 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3000 This release adds support for Qt, VMime and libmng.
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 The target triplet is updated to i686-pc-mingw32.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3005 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3006
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3007 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3008 OpenMP support is enabled in GCC.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3009 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3010
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 Almost all packages are updated to their latest version.
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 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3015
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3016 <dt>2009-09-11 &ndash; Release 2.8</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3017 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3018 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3019 <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
3020 <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
3021 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3022
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 This release comes with a better look &amp; feel
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3025 by providing a highlevel overview of the build process.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3026 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3027
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 The detailed build messages are stored into
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3030 separate log files for each package,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3031 so parallel builds don't intermix them anymore.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3032 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3033
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3034 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3035 The download URLs of SourceForge packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3036 are adjusted to ensure that
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3037 the selected SourceForge mirror is really used
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3038 and not circumvalented via HTTP redirects to other mirrors.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3039 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3040
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 Almost all packages are updated to their latest version.
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
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 The whole mingw-cross-env project has moved to
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3047 <a href="https://savannah.nongnu.org/">Savannah</a>.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3048 So all URIs have changed,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3049 but the old URIs
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3050 redirect to the new locations seamlessly.
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 Everyone is invited to join the freshly created
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3055 <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
3056 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3057 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3058
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3059 <dt>2009-08-11 &ndash; Release 2.7</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3060 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3061 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3062 <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
3063 <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
3064 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3065
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3066 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3067 This release
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3068 provides an improved version recognition
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3069 for SourceForge packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3070 SourceForge changed their page layout
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3071 in a way that makes it much harder
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3072 to identify the current version of a package.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3073 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3074
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3075 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3076 Additionally,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3077 almost all packages are updated to their latest version.
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>2009-06-19 &ndash; Release 2.6</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.6.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.6">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 contains some portability fixes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3090 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
3091 such as Frugalware.
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 The documentation and website are completely revised.
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 New packages such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3100 CppUnit, libUsb, NSIS, Popt, SQLite and Theora
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3101 are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3102 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3103
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3104 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3105 Almost all packages are updated to their latest version.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3106 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3107
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 A new command "make download" is implemented.
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 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3112
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3113 <dt>2009-04-06 &ndash; Release 2.5</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3114 <dd>
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 <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
3117 <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
3118 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3119
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3120 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3121 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
3122 They suddenly changed the names of their source tarballs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3123 <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
3124 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3125
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3126 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3127 This release also contains some bugfixes
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3128 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
3129 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3130
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3131 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3132 All downloaded files are now
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3133 verified by their SHA-1 checksums.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3134 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3135
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3136 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3137 New versions of various packages are supported.
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 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3140
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3141 <dt>2009-03-08 &ndash; Release 2.4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3142 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3143 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3144 <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
3145 <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
3146 </p>
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 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3149 This release provides many new libraries such as
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3150 wxWidgets, GTK+ and OpenEXR.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3151 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3152
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 In addition, new versions of various packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3155 are supported.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3156 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3157 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3158
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3159 <dt>2009-02-09 &ndash; Release 2.3</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3160 <dd>
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 <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
3163 <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
3164 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3165
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 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
3168 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3169
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3170 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3171 The Makefile has a new target "clean-pkg"
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3172 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
3173 via "make -f .../Makefile".
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 Some new versions of the packages are supported,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3178 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
3179 <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
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>2009-01-31 &ndash; Release 2.2<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-2.2.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/2.2">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 fixes some minor build problems.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3192 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3193
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 It also supports some new packages and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3196 some newer versions of the already supported packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3197 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3198
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3199 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3200 Parallelization is now disabled by default.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3201 </p>
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
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3204 <dt>2008-12-13 &ndash; Release 2.1</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3205 <dd>
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 <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
3208 <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
3209 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3210
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3211 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3212 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
3213 They suddenly changed their download URLs.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3214 <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
3215 </p>
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 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3218 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
3219 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3220
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3221 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3222 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
3223 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3224 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3225
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3226 <dt>2008-11-10 &ndash; Release 2.0</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3227 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3228 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3229 <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
3230 <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
3231 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3232
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3233 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3234 The shell script has been rewritten as Makefile
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3235 and supports partial builds and parallel builds.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3236 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3237
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3238 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3239 As usual,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3240 this release also supports some new packages and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3241 some newer versions of the already supported packages.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3242 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3243 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3244
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3245 <dt>2008-01-11 &ndash; Release 1.4</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3246 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3247 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3248 <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
3249 <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
3250 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3251
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3252 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3253 This release now includes a tutorial by Hans Bezemer
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3254 and has improved compile options of FLTK.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3255 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
3256 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3257
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3258 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3259 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
3260 libowfat is no longer supported from this release on.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3261 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3262
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3263 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3264 The script now uses a specific SourceForge mirror
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3265 instead of randomly chosen ones,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3266 because the download phase
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3267 often stumbled on some very slow mirrors.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3268 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3269 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3270
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3271 <dt>2007-12-23 &ndash; Release 1.3</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3272 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3273 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3274 <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
3275 <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
3276 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3277
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3278 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3279 A sudden change in the download URLs of GEOS
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3280 made the automatic download fail.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3281 <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
3282 But it happened,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3283 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
3284 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3285
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3286 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3287 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
3288 including support for fontconfig-2.5.0.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3289 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3290 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3291
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3292 <dt>2007-12-13 &ndash; Release 1.2</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3293 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3294 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3295 <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
3296 <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
3297 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3298
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3299 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3300 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
3301 It also supports a new library and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3302 some newer versions of the already supported libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3303 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3304 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3305
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3306 <dt>2007-07-24 &ndash; Release 1.1</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3307 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3308 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3309 <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
3310 <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
3311 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3312
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3313 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3314 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
3315 It contains many improvements suggested by its first users,
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3316 and adds support for many new libraries.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3317 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3318
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3319 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3320 Thanks to Rocco Rutte who contributed many code snippets.
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3321 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3322 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3323
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3324 <dt>2007-06-19 &ndash; Release 1.0</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3325 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3326 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3327 <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
3328 <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
3329 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3330
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3331 <p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3332 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
3333 </p>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3334 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3335
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3336 <dt>2007-06-12 &ndash; Project start</dt>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3337 <dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3338 </dd>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3339
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3340 </dl>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3341 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3342
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3343 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3344 <h2 id="see-also">See also</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3345
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3346 <h3>This project</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3347
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3348 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3349 <li>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3350 <a href="http://mxe.cc/">Website</a>
2353
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 <li>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3353 <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
3354 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3355 <li>
2372
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3356 <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
3357 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3358 <li>
2460
86e178e3a1c7 Reflect the renaming of "Freshmeat" to "Freecode" in the docs
Volker Grabsch <vog@notjusthosting.com>
parents: 2457
diff changeset
3359 <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
3360 </li>
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3361 <li>
65847798eb13 Provide alternative download URL for package dcmtk
Volker Grabsch <vog@notjusthosting.com>
parents: 2371
diff changeset
3362 <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
3363 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3364 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3365 <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
3366 and the discussion around it
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3367 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3368 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3369
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3370 <h3>Related projects</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3371
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3372 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3373 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3374 <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
3375 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3376 win32 cross compiling packages by openSUSE
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="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
3380 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3381 win32 cross compiling packages by Fedora
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3382 </li>
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 <a href="http://www.sandroid.org/imcross/">IMCROSS</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3385 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3386 another project with similar goal
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 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3389 <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
3390 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3391 bare win32 cross compiler
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3392 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3393 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3394 <a href="http://gnuwin32.sourceforge.net/">GnuWin32</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3395 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3396 win32 ports of many free software packages
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3397 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3398 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3399 <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
3400 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3401 old script provided by the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3402 <a href="http://www.libsdl.org/">SDL project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3403 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3404 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3405
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3406 <h3>Related articles</h3>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3407
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3408 <ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3409 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3410 <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
3411 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3412 appeared on
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3413 <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
3414 and
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3415 <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
3416 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3417 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3418 <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
3419 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3420 overview of win32 cross compiling
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3421 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3422 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3423 <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
3424 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3425 official tutorial of the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3426 <a href="">MinGW project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3427 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3428 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3429 <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
3430 <br>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3431 old tutorial provided by the
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3432 <a href="http://www.wxwidgets.org/">wxWidgets project</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3433 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3434 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3435 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3436
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3437 <div class="section">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3438 <h2 id="used-by">Projects which use MXE</h2>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3439
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3440 <ul class="compact-list">
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3441 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3442 <a href="http://toppler.sourceforge.net/">Tower Toppler</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3443 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3444 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3445 <a href="http://pushover.sourceforge.net/">Pushover</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3446 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3447 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3448 <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
3449 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3450 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3451 <a href="http://springrts.com/">Spring RTS</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3452 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3453 <li>
2371
Volker Grabsch <vog@notjusthosting.com>
parents: 2366
diff changeset
3454 <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
3455 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3456 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3457 <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
3458 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3459 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3460 <a href="http://sourceforge.net/projects/aorta/">Aorta</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3461 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3462 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3463 <a href="http://msmtp.sourceforge.net/">msmtp</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3464 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3465 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3466 <a href="http://mpop.sourceforge.net/">mpop</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3467 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3468 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3469 <a href="http://cvtool.sourceforge.net/">cvtool</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3470 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3471 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3472 <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
3473 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3474 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3475 <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
3476 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3477 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3478 <a href="http://gcompris.net/">GCompris</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3479 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3480 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3481 <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
3482 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3483 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3484 <a href="http://qtads.sourceforge.net/">QTads</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3485 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3486 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3487 <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
3488 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3489 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3490 <a href="http://www.pokerth.net/">PokerTH</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3491 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3492 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3493 <a href="http://www.tug.org/texworks/">TeXworks</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3494 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3495 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3496 <a href="http://bino.nongnu.org/">Bino</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3497 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3498 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3499 <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
3500 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3501 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3502 <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
3503 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3504 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3505 <a href="http://www.openscad.org/">OpenSCAD</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3506 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3507 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3508 <a href="http://wz2100.net/">Warzone 2100</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3509 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3510 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3511 <a href="http://lightspark.github.com/">Lightspark</a>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3512 </li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3513 <li>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3514 <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
3515 </li>
2716
6dc4d0ba5077 Add DiffPDF and Pdfgrep to the list of projects which use MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2679
diff changeset
3516 <li>
6dc4d0ba5077 Add DiffPDF and Pdfgrep to the list of projects which use MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2679
diff changeset
3517 <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
3518 </li>
6dc4d0ba5077 Add DiffPDF and Pdfgrep to the list of projects which use MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2679
diff changeset
3519 <li>
6dc4d0ba5077 Add DiffPDF and Pdfgrep to the list of projects which use MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 2679
diff changeset
3520 <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
3521 </li>
2783
a4f838edafd4 Add Spek to the list of projects that use MXE
Alexander Kojevnikov <alexander@kojevnikov.com>
parents: 2716
diff changeset
3522 <li>
a4f838edafd4 Add Spek to the list of projects that use MXE
Alexander Kojevnikov <alexander@kojevnikov.com>
parents: 2716
diff changeset
3523 <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
3524 </li>
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3525 </ul>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3526 </div>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3527
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3528 </body>
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3529 </html>