XML catalogue of packages which are available for installation, using the mingw-get installer.
リビジョン | 4aad433eddff7f432db5ae8668b751f910fe072e (tree) |
---|---|
日時 | 2011-03-17 04:39:52 |
作者 | Keith Marshall <keithmarshall@user...> |
コミッター | Keith Marshall |
Add and publish specification for mingw32-pkginfo package.
@@ -1,3 +1,13 @@ | ||
1 | +2011-03-16 Charles Wilson <mingw@cwilson.fastmail.fm> | |
2 | + | |
3 | + Add and publish specification for mingw32-pkginfo package. | |
4 | + | |
5 | + * mingw32/mingw32-mingw-get.xml (mingw32-pkginfo): New package; | |
6 | + add free-standing specification, (there are no dependencies), with... | |
7 | + (pkginfo): ...this alias name. | |
8 | + | |
9 | + * mingw32/issue.log: Update accordingly. | |
10 | + | |
1 | 11 | 2011-03-15 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 12 | |
3 | 13 | Correct inconsistencies in msys-gettext package names. |
@@ -42,7 +42,7 @@ | ||
42 | 42 | mingw32-libiconv.xml:2010090601 |
43 | 43 | mingw32-libtool.xml:2010092500 |
44 | 44 | mingw32-make.xml:2011012200 |
45 | - mingw32-mingw-get.xml:2011031500 | |
45 | + mingw32-mingw-get.xml:2011031600 | |
46 | 46 | mingw32-mingw-utils.xml:2010090600 |
47 | 47 | mingw32-mpc.xml:2010083100 |
48 | 48 | mingw32-mpfr.xml:2010083100 |
@@ -47,6 +47,31 @@ | ||
47 | 47 | </component> |
48 | 48 | </package> |
49 | 49 | |
50 | + <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> | |
51 | + | |
52 | + <package name="mingw32-pkginfo" alias="pkginfo"> | |
53 | + <description lang="en" title="MinGW Package Identification Tool"> | |
54 | + <paragraph>pkginfo is a tool which may be used to parse and analyse | |
55 | + the names of packages provided by the MinGW/MSYS Project. It uses | |
56 | + the same lexical analyser as mingw-get, to extract meta-data from | |
57 | + any specified package name. | |
58 | + </paragraph> | |
59 | + <paragraph>It is usually of interest only to members of the MinGW/MSYS | |
60 | + Project Team, who may use it to confirm that their chosen package | |
61 | + names convey the intended meta-data to mingw-get. | |
62 | + </paragraph> | |
63 | + </description> | |
64 | + | |
65 | + <licence tarname="mingw-get-%-mingw32-%-lic.tar" /> | |
66 | + <source tarname="mingw-get-%-mingw32-%-src.tar" /> | |
67 | + | |
68 | + <component class="bin"> | |
69 | + <release tarname="pkginfo-0.2-mingw32-alpha-2-bin.tar.gz" /> | |
70 | + <release tarname="pkginfo-0.1-mingw32-alpha-5.2-bin.tar.gz" /> | |
71 | + <release tarname="pkginfo-0.1-mingw32-alpha-4-bin.tar.gz" /> | |
72 | + </component> | |
73 | + </package> | |
74 | + | |
50 | 75 | </package-collection> |
51 | 76 | </software-distribution> |
52 | 77 | <!-- vim: set nocompatible expandtab fileformat=unix textwidth=82 tabstop=2 shiftwidth=2: --> |