XML catalogue of packages which are available for installation, using the mingw-get installer.
修訂 | b636ae7a83ed05ea42eecfb87483ec0decbb8f3b (tree) |
---|---|
時間 | 2010-09-06 13:43:47 |
作者 | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Update & publish msys-{autoconf,automake,binutils,gcc,libtool,w32api}
Add & publish msys-system-builder (aka msys-dvlpr).
@@ -23,8 +23,11 @@ | ||
23 | 23 | # MinGW Project, accept liability for any damages, however caused, |
24 | 24 | # arising from the use of this software. |
25 | 25 | # |
26 | + msys-autoconf.xml:2010090600 | |
27 | + msys-automake.xml:2010090600 | |
26 | 28 | msys-base.xml:2010080900 |
27 | 29 | msys-bash.xml:2010071901 |
30 | + msys-binutils.xml:2010090600 | |
28 | 31 | msys-bison.xml:2010090600 |
29 | 32 | msys-bzip2.xml:2010080500 |
30 | 33 | msys-console.xml:2010090600 |
@@ -40,6 +43,7 @@ | ||
40 | 43 | msys-findutils.xml:2010080600 |
41 | 44 | msys-flex.xml:2010090600 |
42 | 45 | msys-gawk.xml:2010072600 |
46 | + msys-gcc.xml:2010090600 | |
43 | 47 | msys-gdbm.xml:2010090500 |
44 | 48 | msys-gettext.xml:2010080500 |
45 | 49 | msys-gmp.xml:2010090600 |
@@ -50,6 +54,7 @@ | ||
50 | 54 | msys-less.xml:2010080500 |
51 | 55 | msys-libarchive.xml:2010090600 |
52 | 56 | msys-libiconv.xml:2010071900 |
57 | + msys-libtool.xml:2010090600 | |
53 | 58 | msys-libxml2.xml:2010090600 |
54 | 59 | msys-lndir.xml:2010090500 |
55 | 60 | msys-lpr-enhanced.xml:2010090600 |
@@ -60,7 +65,7 @@ | ||
60 | 65 | msys-mktemp.xml:2010090500 |
61 | 66 | msys-openssh.xml:2010090600 |
62 | 67 | msys-openssl.xml:2010090600 |
63 | - msys-package-list.xml:2010090602 | |
68 | + msys-package-list.xml:2010090603 | |
64 | 69 | msys-patch.xml:2010081000 |
65 | 70 | msys-perl.xml:2010090500 |
66 | 71 | msys-popt.xml:2010080900 |
@@ -68,11 +73,13 @@ | ||
68 | 73 | msys-regex.xml:2010080500 |
69 | 74 | msys-rxvt.xml:2010090600 |
70 | 75 | msys-sed.xml:2010072600 |
76 | + msys-system-builder.xml:2010090600 | |
71 | 77 | msys-tar.xml:2010072800 |
72 | 78 | msys-termcap.xml:2010071900 |
73 | 79 | msys-texinfo.xml:2010080900 |
74 | 80 | msys-unzip.xml:2010090600 |
75 | 81 | msys-vim.xml:2010090600 |
82 | + msys-w32api.xml:2010090600 | |
76 | 83 | msys-wget.xml:2010090600 |
77 | 84 | msys-xz.xml:2010080500 |
78 | 85 | msys-zip.xml:2010090600 |
@@ -1,52 +1,56 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | 2 | <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> |
3 | + | |
4 | + <!-- File: msys-autoconf.xml ~~ mingw-get package description autoconf (msys) --> | |
5 | + | |
3 | 6 | <package-collection subsystem="msys"> |
4 | 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> |
8 | + | |
5 | 9 | <package name="msys-autoconf"> |
6 | 10 | <affiliate group="MSYS System Builder" /> |
7 | 11 | <description lang="en" title="autoconf (msys): Automatic Configure Script Builder"> |
8 | 12 | <paragraph>This is not the autoconf you are looking for.</paragraph> |
9 | 13 | <paragraph>Autoconf is an extensible package of M4 macros |
10 | 14 | that produce shell scripts to automatically configure |
11 | - software source code packages. These scripts can adapt the | |
15 | + software source code packages. These scripts can adapt the | |
12 | 16 | packages to many kinds of UNIX-like systems without manual |
13 | - user intervention. Autoconf creates a configuration script | |
17 | + user intervention. Autoconf creates a configuration script | |
14 | 18 | for a package from a template file that lists the operating |
15 | 19 | system features that the package can use, in the form of M4 |
16 | 20 | macro calls. |
17 | 21 | </paragraph> |
18 | 22 | <paragraph>This msys port of autoconf has been modified |
19 | - specifically for the MSYS System Builder environment; that is, | |
20 | - it is intended to be used only when producing binary packages | |
21 | - for the MSYS subsystem. If you intend to produce executables | |
22 | - for the native "mingw32" subsystem (that is, applications that | |
23 | - should work on Microsoft Windows installations without the MSYS | |
24 | - dll), then you should install the mingw32-autoconf-*, | |
25 | - mingw32-autoconf2.5-*, and/or mingw32-autoconf2.1-* packages | |
26 | - instead. | |
23 | + specifically for the MSYS System Builder (msys-dvlpr) environment; | |
24 | + that is, it is intended to be used only when producing binary packages | |
25 | + for the MSYS subsystem. If you intend to produce executables for the | |
26 | + native "mingw32" subsystem (that is, applications that should work on | |
27 | + Microsoft Windows installations without the MSYS dll), then you should | |
28 | + install the mingw32-autoconf-*, mingw32-autoconf2.5-*, and/or | |
29 | + mingw32-autoconf2.1-* packages instead. | |
27 | 30 | </paragraph> |
28 | 31 | </description> |
32 | + | |
33 | + <licence tarname="autoconf-%-msys-%-lic.tar" /> | |
34 | + <source tarname="autoconf-%-msys-%-src.tar" /> | |
35 | + | |
29 | 36 | <component class="bin"> |
30 | - <release tarname="autoconf-2.63-1-msys-1.0.11-bin.tar.lzma" /> | |
31 | - <release tarname="autoconf-2.65-1-msys-1.0.13-bin.tar.lzma" /> | |
32 | 37 | <requires eq="msys-core-*-msys-*-bin.tar" /> |
33 | - <requires eq="msys-perl-*-msys-*-bin.tar" /> | |
34 | 38 | <requires eq="msys-coreutils-*-msys-*-bin.tar" /> |
35 | 39 | <requires eq="msys-m4-*-msys-*-bin.tar" /> |
40 | + <requires eq="msys-perl-*-msys-*-bin.tar" /> | |
36 | 41 | <requires eq="msys-texinfo-*-msys-*-bin.tar" /> |
42 | + <release tarname="autoconf-2.65-1-msys-1.0.13-bin.tar.lzma" /> | |
37 | 43 | </component> |
44 | + | |
38 | 45 | <component class="doc"> |
39 | - <release tarname="autoconf-2.63-1-msys-1.0.11-doc.tar.lzma" /> | |
40 | 46 | <release tarname="autoconf-2.65-1-msys-1.0.13-doc.tar.lzma" /> |
41 | 47 | </component> |
48 | + | |
42 | 49 | <component class="lic"> |
43 | - <release tarname="autoconf-2.63-1-msys-1.0.11-lic.tar.lzma" /> | |
44 | 50 | <release tarname="autoconf-2.65-1-msys-1.0.13-lic.tar.lzma" /> |
45 | 51 | </component> |
46 | - <licence tarname="autoconf-%-msys-%-lic.tar" /> | |
47 | - <source tarname="autoconf-%-msys-%-src.tar" /> | |
48 | 52 | </package> |
53 | + | |
49 | 54 | </package-collection> |
50 | 55 | </software-distribution> |
51 | -<!-- vim: set nocompatible expandtab tw=80 ts=2 sw=2 ff=unix: --> | |
52 | - | |
56 | +<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |
@@ -1,47 +1,52 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | 2 | <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> |
3 | + | |
4 | + <!-- File: msys-automake.xml ~~ mingw-get package description automake (msys) --> | |
5 | + | |
3 | 6 | <package-collection subsystem="msys"> |
4 | 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> |
8 | + | |
5 | 9 | <package name="msys-automake"> |
6 | 10 | <affiliate group="MSYS System Builder" /> |
7 | 11 | <description lang="en" title="automake (msys): Automatic Makefile Builder"> |
8 | 12 | <paragraph>This is not the automake you are looking for.</paragraph> |
9 | - <paragraph>Automake is a tool for automatically generating | |
10 | - Makefile.in files compliant with the GNU Coding Standards. | |
11 | - Automake requires the use of Autoconf. | |
13 | + <paragraph>Automake is a tool for automatically generating Makefile.in | |
14 | + files compliant with the GNU Coding Standards. Automake requires the | |
15 | + use of Autoconf. | |
12 | 16 | </paragraph> |
13 | - <paragraph>This msys port of automake has been modified | |
14 | - specifically for the MSYS System Builder environment; that is, | |
15 | - it is intended to be used only when producing binary packages | |
16 | - for the MSYS subsystem. If you intend to produce executables | |
17 | - for the native "mingw32" subsystem (that is, applications that | |
18 | - should work on Microsoft Windows installations without the MSYS | |
19 | - dll), then you should install the mingw32-automake-*, and/or | |
20 | - the mingw32-automake1.NN-* packages instead. | |
17 | + <paragraph>This msys port of automake has been modified specifically for | |
18 | + the MSYS System Builder (msys-dvlpr) environment; that is, it is | |
19 | + intended to be used only when producing binary packages for the MSYS | |
20 | + subsystem. If you intend to produce executables for the native | |
21 | + "mingw32" subsystem (that is, applications that should work on | |
22 | + Microsoft Windows installations without the MSYS dll), then you should | |
23 | + install the mingw32-automake-*, and/or the mingw32-automake1.NN-* | |
24 | + packages instead. | |
21 | 25 | </paragraph> |
22 | 26 | </description> |
27 | + | |
28 | + <licence tarname="automake-%-msys-%-lic.tar" /> | |
29 | + <source tarname="automake-%-msys-%-src.tar" /> | |
30 | + | |
23 | 31 | <component class="bin"> |
24 | - <release tarname="automake-1.11-1-msys-1.0.11-bin.tar.lzma" /> | |
25 | - <release tarname="automake-1.11.1-1-msys-1.0.13-bin.tar.lzma" /> | |
32 | + <requires eq="msys-autoconf-*-msys-*-bin.tar" /> | |
26 | 33 | <requires eq="msys-core-*-msys-*-bin.tar" /> |
27 | - <requires eq="msys-perl-*-msys-*-bin.tar" /> | |
28 | 34 | <requires eq="msys-coreutils-*-msys-*-bin.tar" /> |
29 | 35 | <requires eq="msys-m4-*-msys-*-bin.tar" /> |
36 | + <requires eq="msys-perl-*-msys-*-bin.tar" /> | |
30 | 37 | <requires eq="msys-texinfo-*-msys-*-bin.tar" /> |
31 | - <requires eq="msys-autoconf-*-msys-*-bin.tar" /> | |
38 | + <release tarname="automake-1.11.1-1-msys-1.0.13-bin.tar.lzma" /> | |
32 | 39 | </component> |
40 | + | |
33 | 41 | <component class="doc"> |
34 | - <release tarname="automake-1.11-1-msys-1.0.11-doc.tar.lzma" /> | |
35 | 42 | <release tarname="automake-1.11.1-1-msys-1.0.13-doc.tar.lzma" /> |
36 | 43 | </component> |
44 | + | |
37 | 45 | <component class="lic"> |
38 | - <release tarname="automake-1.11-1-msys-1.0.11-lic.tar.lzma" /> | |
39 | 46 | <release tarname="automake-1.11.1-1-msys-1.0.13-lic.tar.lzma" /> |
40 | 47 | </component> |
41 | - <licence tarname="automake-%-msys-%-lic.tar" /> | |
42 | - <source tarname="automake-%-msys-%-src.tar" /> | |
43 | 48 | </package> |
49 | + | |
44 | 50 | </package-collection> |
45 | 51 | </software-distribution> |
46 | -<!-- vim: set nocompatible expandtab tw=80 ts=2 sw=2 ff=unix: --> | |
47 | - | |
52 | +<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |
@@ -16,28 +16,31 @@ | ||
16 | 16 | specifically for use generating MSYS libraries and applications. |
17 | 17 | It should be installed into the / == /usr (that is, C:\msys\1.0) |
18 | 18 | directory, and NOT into the usual MinGW location /mingw (C:\MinGW). |
19 | - It is part of the MSYS System Builder toolset. | |
19 | + It is part of the MSYS System Builder (msys-dvlpr) toolset. | |
20 | 20 | </paragraph> |
21 | 21 | <paragraph> |
22 | 22 | Install this component only if you intend to create MSYS-dependent |
23 | 23 | applications. |
24 | 24 | </paragraph> |
25 | 25 | </description> |
26 | + | |
27 | + <licence tarname="binutils-%-msys-%-lic.tar.lzma" /> | |
28 | + <source tarname="binutils-%-msys-%-src.tar.lzma" /> | |
29 | + | |
26 | 30 | <component class="bin" > |
27 | 31 | <release tarname="binutils-2.19.51-3-msys-1.0.13-bin.tar.lzma" /> |
28 | 32 | <requires ge="msys-core-*-msys-*-bin.tar" /> |
29 | 33 | </component> |
34 | + | |
30 | 35 | <component class="doc" > |
31 | 36 | <release tarname="binutils-2.19.51-3-msys-1.0.13-doc.tar.lzma" /> |
32 | 37 | </component> |
38 | + | |
33 | 39 | <component class="lic" > |
34 | 40 | <release tarname="binutils-2.19.51-3-msys-1.0.13-lic.tar.lzma" /> |
35 | 41 | </component> |
36 | - <licence tarname="binutils-%-msys-%-lic.tar.lzma" /> | |
37 | - <source tarname="binutils-%-msys-%-src.tar.lzma" /> | |
38 | 42 | </package> |
39 | 43 | |
40 | 44 | </package-collection> |
41 | 45 | </software-distribution> |
42 | -<!-- vim: set nocompatible expandtab tw=80 ts=2 sw=2 ff=unix: --> | |
43 | - | |
46 | +<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |
@@ -14,35 +14,38 @@ | ||
14 | 14 | This package provides the MSYS implementation of the GNU C and |
15 | 15 | C++ language compilers; this includes the C preprocessor, and |
16 | 16 | the common back end processors which are necessary to these two |
17 | - language compilers. It has been compiled specifically for | |
18 | - generating MSYS-dependent applications and libraries. It should | |
17 | + language compilers. It has been compiled specifically for | |
18 | + generating MSYS-dependent applications and libraries. It should | |
19 | 19 | be installed into the / == /usr (that is, C:\msys\1.0) directory, |
20 | - and NOT into the usual MinGW location /mingw (C:\MinGW). It is | |
21 | - part of the MSYS System Builder toolset. | |
20 | + and NOT into the usual MinGW location /mingw (C:\MinGW). It is | |
21 | + part of the MSYS System Builder (msys-dvlpr) toolset. | |
22 | 22 | </paragraph> |
23 | 23 | <paragraph> |
24 | 24 | Install this component only if you intend to create MSYS-dependent |
25 | 25 | applications. |
26 | 26 | </paragraph> |
27 | 27 | </description> |
28 | + | |
29 | + <license tarname="gcc-%-msys-%-lic.tar.lzma" /> | |
30 | + <source tarname="gcc-%-msys-%-src.tar.lzma" /> | |
31 | + | |
28 | 32 | <component class="bin" > |
29 | - <release tarname="gcc-3.4.4-3-msys-1.0.13-bin.tar.lzma" /> | |
33 | + <requires ge="msys-binutils-*-msys-*-bin.tar" /> | |
30 | 34 | <requires ge="msys-core-*-msys-*-bin.tar" /> |
31 | 35 | <requires ge="msys-core-*-msys-*-dev.tar" /> |
32 | - <requires ge="msys-binutils-*-msys-*-bin.tar" /> | |
33 | 36 | <requires ge="msys-w32api-*-msys-*-dev.tar" /> |
37 | + <release tarname="gcc-3.4.4-3-msys-1.0.13-bin.tar.lzma" /> | |
34 | 38 | </component> |
39 | + | |
35 | 40 | <component class="doc" > |
36 | 41 | <release tarname="gcc-3.4.4-3-msys-1.0.13-doc.tar.lzma" /> |
37 | 42 | </component> |
43 | + | |
38 | 44 | <component class="lic" > |
39 | 45 | <release tarname="gcc-3.4.4-3-msys-1.0.13-lic.tar.lzma" /> |
40 | 46 | </component> |
41 | - <license tarname="gcc-%-msys-%-lic.tar.lzma" /> | |
42 | - <source tarname="gcc-%-msys-%-src.tar.lzma" /> | |
43 | 47 | </package> |
44 | 48 | |
45 | 49 | </package-collection> |
46 | 50 | </software-distribution> |
47 | -<!-- vim: set nocompatible expandtab tw=80 ts=2 sw=2 ff=unix: --> | |
48 | - | |
51 | +<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |
@@ -1,98 +1,103 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | 2 | <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> |
3 | + | |
4 | + <!-- File: msys-libtool.xml ~~ mingw-get package description libtool (msys) --> | |
5 | + | |
3 | 6 | <package-collection subsystem="msys"> |
4 | 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> |
8 | + | |
5 | 9 | <package name="msys-libtool"> |
6 | 10 | <affiliate group="MSYS System Builder" /> |
7 | 11 | <description lang="en" title="libtool (msys): A shared library generation tool" > |
8 | 12 | <paragraph>This is not the libtool you are looking for.</paragraph> |
9 | - <paragraph>GNU libtool is a generic library support package. | |
10 | - Libtool hides the complexity of using shared libraries behind | |
11 | - a consistent, portable interface. Libtool requires the use of | |
12 | - Autoconf. | |
13 | + <paragraph>GNU libtool is a generic library support package. Libtool | |
14 | + hides the complexity of using shared libraries behind a consistent, | |
15 | + portable interface. Libtool requires the use of Autoconf. | |
13 | 16 | </paragraph> |
14 | - <paragraph>This msys port of libtool has been modified | |
15 | - specifically for the MSYS System Builder environment; that is, | |
16 | - it is intended to be used only when producing binary packages | |
17 | - for the MSYS subsystem. If you intend to produce executables | |
18 | - for the native "mingw32" subsystem (that is, applications that | |
19 | - should work on Microsoft Windows installations without the MSYS | |
20 | - dll), then you should install the mingw32-libtool-* package | |
21 | - instead. | |
17 | + <paragraph>This msys port of libtool has been modified specifically for | |
18 | + the MSYS System Builder (msys-dvlpr) environment; that is, it is | |
19 | + intended to be used only when producing binary packages for the MSYS | |
20 | + subsystem. If you intend to produce executables for the native | |
21 | + "mingw32" subsystem (that is, applications that should work on | |
22 | + Microsoft Windows installations without the MSYS dll), then you should | |
23 | + install the mingw32-libtool-* package instead. | |
22 | 24 | </paragraph> |
23 | - <paragraph>msys-libtool provides the development files and | |
24 | - utilities for managing the creation and use of shared libraries | |
25 | - in a platform independent manner. The associated msys-libltdl | |
26 | - package provides the runtime library and development files for | |
27 | - using a pre-built version of libtool's dlopen replacement | |
28 | - library. | |
25 | + <paragraph>msys-libtool provides the development files and utilities for | |
26 | + managing the creation and use of shared libraries in a platform | |
27 | + independent manner. The associated msys-libltdl package provides the | |
28 | + runtime library and development files for using a pre-built version of | |
29 | + libtool's dlopen replacement library. | |
29 | 30 | </paragraph> |
30 | 31 | </description> |
32 | + | |
33 | + <licence tarname="libtool-%-msys-%-lic.tar" /> | |
34 | + <source tarname="libtool-%-msys-%-src.tar" /> | |
35 | + | |
31 | 36 | <component class="bin"> |
32 | - <release tarname="libtool-2.2.7a-1-msys-1.0.11-bin.tar.lzma" /> | |
33 | - <release tarname="libtool-2.2.7a-2-msys-1.0.13-bin.tar.lzma" /> | |
37 | + <requires eq="msys-autoconf-*-msys-*-bin.tar" /> | |
38 | + <requires eq="msys-automake-*-msys-*-bin.tar" /> | |
39 | + <requires eq="msys-bash-*-msys-*-bin.tar" /> | |
34 | 40 | <requires eq="msys-core-*-msys-*-bin.tar" /> |
35 | 41 | <requires eq="msys-coreutils-*-msys-*-bin.tar" /> |
36 | - <requires eq="msys-bash-*-msys-*-bin.tar" /> | |
37 | - <requires eq="msys-sed-*-msys-*-bin.tar" /> | |
38 | 42 | <requires eq="msys-file-*-msys-*-bin.tar" /> |
39 | 43 | <requires eq="msys-m4-*-msys-*-bin.tar" /> |
44 | + <requires eq="msys-sed-*-msys-*-bin.tar" /> | |
40 | 45 | <requires eq="msys-texinfo-*-msys-*-bin.tar" /> |
41 | - <requires eq="msys-autoconf-*-msys-*-bin.tar" /> | |
42 | - <requires eq="msys-automake-*-msys-*-bin.tar" /> | |
46 | + <!-- libtool doesn't actually depend on its own runtime library --> | |
47 | + <release tarname="libtool-2.2.7a-2-msys-1.0.13-bin.tar.lzma" /> | |
43 | 48 | </component> |
49 | + | |
44 | 50 | <component class="doc"> |
45 | - <release tarname="libtool-2.2.7a-1-msys-1.0.11-doc.tar.lzma" /> | |
46 | 51 | <release tarname="libtool-2.2.7a-2-msys-1.0.13-doc.tar.lzma" /> |
47 | 52 | </component> |
53 | + | |
48 | 54 | <component class="lic"> |
49 | - <release tarname="libtool-2.2.7a-1-msys-1.0.11-lic.tar.lzma" /> | |
50 | 55 | <release tarname="libtool-2.2.7a-2-msys-1.0.13-lic.tar.lzma" /> |
51 | 56 | </component> |
52 | - <licence tarname="libtool-%-msys-%-lic.tar" /> | |
53 | - <source tarname="libtool-%-msys-%-src.tar" /> | |
54 | 57 | </package> |
58 | + | |
55 | 59 | <package name="msys-libltdl"> |
56 | 60 | <affiliate group="MSYS System Builder" /> |
57 | 61 | <description lang="en" title="libltdl (msys): A portable dlopen replacement" > |
58 | 62 | <paragraph>This is not the libtool you are looking for.</paragraph> |
59 | - <paragraph>GNU libtool is a generic library support script. | |
60 | - Libtool hides the complexity of using shared libraries behind | |
61 | - a consistent, portable interface. Libtool requires the use of | |
62 | - Autoconf. | |
63 | + <paragraph>GNU libtool is a generic library support package. Libtool | |
64 | + hides the complexity of using shared libraries behind a consistent, | |
65 | + portable interface. Libtool requires the use of Autoconf. | |
63 | 66 | </paragraph> |
64 | - <paragraph>This msys port of libtool has been modified | |
65 | - specifically for the MSYS System Builder environment; that is, | |
66 | - it is intended to be used only when producing binary packages | |
67 | - for the MSYS subsystem. If you intend to produce executables | |
68 | - for the native "mingw32" subsystem (that is, applications that | |
69 | - should work on Microsoft Windows installations without the MSYS | |
70 | - dll), then you should install the mingw32-libtool-* package | |
71 | - instead. | |
67 | + <paragraph>This msys port of libtool has been modified specifically for | |
68 | + the MSYS System Builder (msys-dvlpr) environment; that is, it is | |
69 | + intended to be used only when producing binary packages for the MSYS | |
70 | + subsystem. If you intend to produce executables for the native | |
71 | + "mingw32" subsystem (that is, applications that should work on | |
72 | + Microsoft Windows installations without the MSYS dll), then you should | |
73 | + install the mingw32-libtool-* package instead. | |
72 | 74 | </paragraph> |
73 | - <paragraph>msys-libltdl provides the runtime library and | |
74 | - development files for using a pre-built version of libtool's | |
75 | - dlopen replacement library. The associated msys-libtool package | |
76 | - provides the development files and utilities for managing the | |
77 | - creation and use of shared libraries in a platform independent | |
78 | - manner. | |
75 | + <paragraph>msys-libltdl provides the runtime library and development | |
76 | + files for using a pre-built version of libtool's dlopen replacement | |
77 | + library. The associated msys-libtool package provides the development | |
78 | + files and utilities for managing the creation and use of shared | |
79 | + libraries in a platform independent manner. | |
79 | 80 | </paragraph> |
80 | 81 | </description> |
82 | + | |
83 | + <licence tarname="libtool-%-msys-%-lic.tar" /> | |
84 | + <source tarname="libtool-%-msys-%-src.tar" /> | |
85 | + | |
81 | 86 | <component class="dll"> |
82 | - <release tarname="libltdl-2.2.7a-1-msys-1.0.11-dll-7.tar.lzma" /> | |
83 | 87 | <release tarname="libltdl-2.2.7a-2-msys-1.0.13-dll-7.tar.lzma" /> |
88 | + | |
89 | + <!-- Every MSYS DLL package requires msys-core-bin --> | |
84 | 90 | <requires eq="msys-core-*-msys-*-bin.tar" /> |
85 | 91 | </component> |
92 | + | |
86 | 93 | <component class="dev"> |
87 | - <release tarname="libltdl-2.2.7a-1-msys-1.0.11-dev.tar.lzma" /> | |
88 | - <release tarname="libltdl-2.2.7a-2-msys-1.0.13-dev.tar.lzma" /> | |
89 | - <requires eq="msys-libltdl-%-msys-%-dll-7.tar" /> | |
90 | 94 | <requires eq="msys-libtool-%-msys-%-bin.tar" /> |
95 | + <release tarname="libltdl-2.2.7a-2-msys-1.0.13-dev.tar.lzma" > | |
96 | + <requires eq="msys-libltdl-%-msys-%-dll-7.tar" /> | |
97 | + </release> | |
91 | 98 | </component> |
92 | - <licence tarname="libtool-%-msys-%-lic.tar" /> | |
93 | - <source tarname="libtool-%-msys-%-src.tar" /> | |
94 | 99 | </package> |
100 | + | |
95 | 101 | </package-collection> |
96 | 102 | </software-distribution> |
97 | -<!-- vim: set nocompatible expandtab tw=80 ts=2 sw=2 ff=unix: --> | |
98 | - | |
103 | +<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |
@@ -10,7 +10,7 @@ | ||
10 | 10 | <package-group name="MSYS" expand="true"> |
11 | 11 | <package-group name="MSYS Base System" /> |
12 | 12 | <!--package-group name="MinGW Developer Toolkit" /--> |
13 | - <!--package-group name="MSYS System Builder" /--> | |
13 | + <package-group name="MSYS System Builder" /> | |
14 | 14 | </package-group> |
15 | 15 | </package-group-hierarchy> |
16 | 16 |
@@ -20,11 +20,11 @@ | ||
20 | 20 | <!--package-list catalogue="mingw32-libtool" /--> |
21 | 21 | <!--package-list catalogue="mingw32-libiconv" /--> |
22 | 22 | <!--package-list catalogue="mingw32-gettext" /--> |
23 | - <!--package-list catalogue="msys-autoconf" /--> | |
23 | + <package-list catalogue="msys-autoconf" /> | |
24 | 24 | <!--package-list catalogue="msys-autogen" /--> |
25 | - <!--package-list catalogue="msys-automake" /--> | |
25 | + <package-list catalogue="msys-automake" /> | |
26 | 26 | <package-list catalogue="msys-bash" /> |
27 | - <!--package-list catalogue="msys-binutils" /--> | |
27 | + <package-list catalogue="msys-binutils" /> | |
28 | 28 | <package-list catalogue="msys-bison" /> |
29 | 29 | <package-list catalogue="msys-bzip2" /> |
30 | 30 | <package-list catalogue="msys-console" /> |
@@ -40,7 +40,7 @@ | ||
40 | 40 | <package-list catalogue="msys-findutils" /> |
41 | 41 | <package-list catalogue="msys-flex" /> |
42 | 42 | <package-list catalogue="msys-gawk" /> |
43 | - <!--package-list catalogue="msys-gcc" /--> | |
43 | + <package-list catalogue="msys-gcc" /> | |
44 | 44 | <package-list catalogue="msys-gdbm" /> |
45 | 45 | <package-list catalogue="msys-gettext" /> |
46 | 46 | <package-list catalogue="msys-gmp" /> |
@@ -52,7 +52,7 @@ | ||
52 | 52 | <package-list catalogue="msys-less" /> |
53 | 53 | <package-list catalogue="msys-libarchive" /> |
54 | 54 | <package-list catalogue="msys-libiconv" /> |
55 | - <!--package-list catalogue="msys-libtool" /--> | |
55 | + <package-list catalogue="msys-libtool" /> | |
56 | 56 | <package-list catalogue="msys-libxml2" /> |
57 | 57 | <package-list catalogue="msys-lndir" /> |
58 | 58 | <package-list catalogue="msys-lpr-enhanced" /> |
@@ -75,7 +75,7 @@ | ||
75 | 75 | <package-list catalogue="msys-texinfo" /> |
76 | 76 | <package-list catalogue="msys-unzip" /> |
77 | 77 | <package-list catalogue="msys-vim" /> |
78 | - <!--package-list catalogue="msys-w32api" /--> | |
78 | + <package-list catalogue="msys-w32api" /> | |
79 | 79 | <package-list catalogue="msys-wget" /> |
80 | 80 | <package-list catalogue="msys-xz" /> |
81 | 81 | <package-list catalogue="msys-zip" /> |
@@ -84,7 +84,7 @@ | ||
84 | 84 | <!-- "virtual" packages --> |
85 | 85 | <package-list catalogue="msys-base" /> |
86 | 86 | <!--package-list catalogue="mingw-developer-toolkit" /--> |
87 | - <!--package-list catalogue="msys-system-builder" /--> | |
87 | + <package-list catalogue="msys-system-builder" /> | |
88 | 88 | |
89 | 89 | </software-distribution> |
90 | 90 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |
@@ -0,0 +1,60 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
2 | +<software-distribution project="MinGW" home="http://www.mingw.org" issue="@YYYYMMDDNN@"> | |
3 | + | |
4 | + <!-- File: msys-system-builder.xml --> | |
5 | + | |
6 | + <!-- This is a preliminary catalogue listing those tools necessary to | |
7 | + build MSYS-dependent applications and libraries, as well as the | |
8 | + MSYS DLL itself. It does not include headers or link libraries | |
9 | + needed to use those pre-build MSYS libraries distributed by the | |
10 | + MinGW/MSYS project; if desired, those should be installed as | |
11 | + needed, individually. In a manner of speaking, this "replicates" | |
12 | + the tools installed by the old "msysDVLPR" package ~~ although | |
13 | + that package contained an obsolete version of gcc-2.95.3, and | |
14 | + the tools installed by this (meta) package are much newer. --> | |
15 | + | |
16 | + <package-collection subsystem="msys"> | |
17 | + <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | |
18 | + | |
19 | + <package name="msys-system-builder" alias="msys-dvlpr" class="virtual"> | |
20 | + <affiliate group="MSYS System Builder" /> | |
21 | + <description lang="en" title="Tools for Building MSYS and MSYS utilities (meta)"> | |
22 | + <paragraph> | |
23 | + This meta package contains the components necessary to build | |
24 | + MSYS-dependent applications and libraries, as well as the MSYS DLL | |
25 | + itself. It does not include headers or link libraries needed to use | |
26 | + pre-built MSYS libraries distributed by the MinGW/MSYS project; if | |
27 | + desired, those should be installed as needed, individually. In a | |
28 | + manner of speaking, this "replicates" the tools installed by the old | |
29 | + "msysDVLPR" package ~~ although (1) that package contained an obsolete | |
30 | + version of gcc-2.95.3, while the tools installed by this (meta) | |
31 | + package are much newer, and (2) this (meta) package also adds | |
32 | + MSYS-customized versions of the autotools (autoconf, automake, | |
33 | + libtool, gettext, and libiconv). These msys-autotools can be | |
34 | + installed and used in parallel with the normal, MinGW-flavored ones | |
35 | + installed by the MinGW Developer Toolkit (MinGW-DTK). | |
36 | + </paragraph> | |
37 | + </description> | |
38 | + | |
39 | + <component class="bin"> | |
40 | + <release tarname="msys-system-builder-@YYYYMMDDNN@-msys-bin.meta" /> | |
41 | + <requires ge="msys-base-*-msys-*-bin.meta" /> | |
42 | + <requires ge="msys-core-*-msys-*-dev.tar" /> | |
43 | + <requires ge="msys-core-*-msys-*-dbg.tar" /> | |
44 | + <requires ge="msys-w32api-*-msys-*-dev.tar" /> | |
45 | + <requires ge="msys-binutils-*-msys-*-bin.tar" /> | |
46 | + <requires ge="msys-gcc-*-msys-*-bin.tar" /> | |
47 | + <requires ge="msys-autoconf-*-msys-*-bin.tar" /> | |
48 | + <requires ge="msys-automake-*-msys-*-bin.tar" /> | |
49 | + <requires ge="msys-libtool-*-msys-*-bin.tar" /> | |
50 | + <requires ge="msys-libltdl-*-msys-*-dev.tar" /> | |
51 | + <requires ge="msys-gettext-*-msys-*-bin.tar" /> | |
52 | + <requires ge="msys-gettext-*-msys-*-dev.tar" /> | |
53 | + <requires ge="msys-libiconv-*-msys-*-bin.tar" /> | |
54 | + <requires ge="msys-libiconv-*-msys-*-dev.tar" /> | |
55 | + </component> | |
56 | + </package> | |
57 | + | |
58 | + </package-collection> | |
59 | +</software-distribution> | |
60 | +<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |
@@ -19,9 +19,9 @@ | ||
19 | 19 | constituting a standard API for the development of applications |
20 | 20 | which utilise the capabilities of the 32-bit MS-Windows system |
21 | 21 | dynamic link libraries, configured specifically for use with the |
22 | - MSYS System Builder toolset. It should be installed into the | |
23 | - / == /usr (that is, C:\msys\1.0) directory, and NOT into the | |
24 | - usual MinGW location /mingw (C:\MinGW). | |
22 | + MSYS System Builder (msys-dvlpr) toolset. It should be installed | |
23 | + into the / == /usr (that is, C:\msys\1.0) directory, and NOT intoo | |
24 | + the usual MinGW location /mingw (C:\MinGW). | |
25 | 25 | </paragraph> |
26 | 26 | <paragraph> |
27 | 27 | Install this component only if you intend to create MSYS-dependent |
@@ -29,15 +29,15 @@ | ||
29 | 29 | </paragraph> |
30 | 30 | </description> |
31 | 31 | |
32 | - <component class="dev"> | |
33 | - <release tarname="w32api-3.14-3-msys-1.0.12-dev.tar.lzma" /> | |
34 | - </component> | |
35 | 32 | <!-- The -dev package includes licence and documentation --> |
36 | 33 | <licence tarname="w32api-%-msys-%-dev.tar.lzma" /> |
37 | 34 | <source tarname="w32api-%-msys-%-src.tar.lzma" /> |
35 | + | |
36 | + <component class="dev"> | |
37 | + <release tarname="w32api-3.14-3-msys-1.0.12-dev.tar.lzma" /> | |
38 | + </component> | |
38 | 39 | </package> |
39 | 40 | |
40 | 41 | </package-collection> |
41 | 42 | </software-distribution> |
42 | -<!-- vim: set nocompatible expandtab tw=80 ts=2 sw=2 ff=unix: --> | |
43 | - | |
43 | +<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |