OSDN Git Service

Update for mingw-get-0.5-mingw32-beta-20120426-1 release.
[mingw/mingw-dist.git] / mingw32 / mingw32-mingw-get.xml
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: mingw32-mingw-get.xml ~~ mingw-get self-upgrade manifest -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9     <package name="mingw32-mingw-get" alias="mingw-get">
10       <affiliate group="MinGW Base System" />
11
12       <description lang="en" title="MinGW Package Download and Installation Tool">
13         <paragraph>mingw-get is a tool to assist users in the management of MinGW
14           and MSYS software installations.  Configured via an online XML database,
15           which is managed by the project maintainers, it offers a command line
16           driven user interface facilitating selective download and installation
17           of packages provided by the project.
18         </paragraph>
19         <paragraph>The XML database provides maintainers with a mechanism for the
20           specification of inter-package dependencies; this permits configuration
21           of any package, such that the end user may elect to install just that
22           specific package, leaving mingw-get to ensure that all dependencies will
23           be automatically satisfied at installation time.
24         </paragraph>
25         <paragraph>A graphical user interface is planned as a future enhancement.
26         </paragraph>
27       </description>
28
29       <component class="bin">
30         <release tarname="mingw-get-0.5-mingw32-beta-20120426-1-bin.tar.xz" />
31         <release tarname="mingw-get-0.5-mingw32-beta-20120416-1-bin.tar.xz" />
32         <release tarname="mingw-get-0.4-mingw32-alpha-1-bin.tar.xz" />
33         <release tarname="mingw-get-0.3-mingw32-alpha-2.1-bin.tar.xz" />
34         <release tarname="mingw-get-0.3-mingw32-alpha-2-bin.tar.gz" />
35         <release tarname="mingw-get-0.3-mingw32-alpha-1-bin.tar.gz" />
36         <release tarname="mingw-get-0.2-mingw32-alpha-4-bin.tar.gz" />
37
38         <action class="post-install">
39           setup = require "setup"
40           print( " running post-install hooks for mingw-get-bin" )
41           setup.create_shortcuts(
42             '--description="Manage MinGW Package Installation"',
43             setup.libexec_path( "gui.exe" ), "mingw-get"
44           )
45         </action>
46         <action class="post-remove">
47           setup = require "setup"
48           print( " running post-remove hooks for mingw-get-bin" )
49           setup.delete_shortcuts(
50             "--if-linked="..setup.libexec_path( "gui.exe" ),
51             "--force", "mingw-get"
52           )
53         </action>
54       </component>
55
56       <component class="lic">
57         <release tarname="mingw-get-0.5-mingw32-beta-20120426-1-lic.tar.xz" />
58         <release tarname="mingw-get-0.5-mingw32-beta-20120416-1-lic.tar.xz" />
59         <release tarname="mingw-get-0.4-mingw32-alpha-1-lic.tar.xz" />
60         <release tarname="mingw-get-0.3-mingw32-alpha-2.1-lic.tar.xz" />
61         <release tarname="mingw-get-0.3-mingw32-alpha-2-lic.tar.gz" />
62         <release tarname="mingw-get-0.3-mingw32-alpha-1-lic.tar.gz" />
63         <release tarname="mingw-get-0.2-mingw32-alpha-4-lic.tar.gz" />
64       </component>
65     </package>
66
67     <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
68
69     <package name="mingw32-pkginfo" alias="pkginfo">
70       <description lang="en" title="MinGW Package Identification Tool">
71         <paragraph>pkginfo is a tool which may be used to parse and analyse
72           the names of packages provided by the MinGW/MSYS Project.  It uses
73           the same lexical analyser as mingw-get, to extract meta-data from
74           any specified package name.
75         </paragraph>
76         <paragraph>It is usually of interest only to members of the MinGW/MSYS
77           Project Team, who may use it to confirm that their chosen package
78           names convey the intended meta-data to mingw-get.
79         </paragraph>
80       </description>
81
82       <licence tarname="mingw-get-%-mingw32-%-lic.tar.%" />
83       <source tarname="mingw-get-%-mingw32-%-src.tar.%" />
84
85       <component class="bin">
86         <release tarname="pkginfo-0.5-mingw32-beta-20120426-1-bin.tar.xz" />
87         <release tarname="pkginfo-0.5-mingw32-beta-20120416-1-bin.tar.xz" />
88         <release tarname="pkginfo-0.4-mingw32-alpha-1-bin.tar.xz" />
89         <release tarname="pkginfo-0.3-mingw32-alpha-2.1-bin.tar.xz" />
90         <release tarname="pkginfo-0.3-mingw32-alpha-2-bin.tar.gz" />
91         <release tarname="pkginfo-0.3-mingw32-alpha-1-bin.tar.gz" />
92         <release tarname="pkginfo-0.2-mingw32-alpha-4-bin.tar.gz" />
93       </component>
94     </package>
95
96   </package-collection>
97 </software-distribution>
98 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=82 tabstop=2 shiftwidth=2: -->