• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Installation Manager Tool


Commit MetaInfo

Revision48028822b973c5c7877bb813bf32f4168b438b80 (tree)
Zeit2013-07-12 23:29:00
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Add a custom profile for use by the setup tool.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1+2013-07-12 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Add a custom profile for use by the setup tool.
4+
5+ * xml/setup.xml: New file.
6+
17 2013-07-03 Keith Marshall <keithmarshall@users.sourceforge.net>
28
39 Improve handling of workspace clean-up requests.
--- /dev/null
+++ b/xml/setup.xml
@@ -0,0 +1,55 @@
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<profile project="MinGW" application="mingw-get">
3+ <!--
4+ $Id$
5+
6+ Written by Keith Marshall <keithmarshall@users.sourceforge.net>
7+ Copyright (C) 2013, MinGW.org Project
8+
9+
10+ Initial configuration profile for mingw-get-setup.
11+
12+
13+ This is free software. Permission is granted to copy, modify and
14+ redistribute this software, under the provisions of the GNU General
15+ Public License, Version 3, (or, at your option, any later version),
16+ as published by the Free Software Foundation; see the file COPYING
17+ for licensing details.
18+
19+ Note, in particular, that this software is provided "as is", in the
20+ hope that it may prove useful, but WITHOUT WARRANTY OF ANY KIND; not
21+ even an implied WARRANTY OF MERCHANTABILITY, nor of FITNESS FOR ANY
22+ PARTICULAR PURPOSE. Under no circumstances will the author, or the
23+ MinGW Project, accept liability for any damages, however caused,
24+ arising from the use of this software.
25+ -->
26+
27+ <repository uri="http://prdownloads.sourceforge.net/mingw/%F.xml.lzma?download">
28+ <!--
29+ The "repository" specification identifies the URI whence package
30+ list catalogues may be downloaded; each catalogue download URI is
31+ identified by substituting the catalogue name for the "%F" field
32+ in the uri specification.
33+
34+ For the purpose of initial setup, we offer only a limited subset
35+ of the packages which are available within the repository.
36+ -->
37+ <package-list catalogue="mingw32-mingw-get" />
38+ </repository>
39+
40+ <system-map id="default">
41+ <!--
42+ The system map specifies the installation paths for each managed
43+ subsystem. Multiple system maps are supported, provided each is
44+ given a unique "id" attribute; each specifies an "installation",
45+ comprising a collection of subsystems, each of which in turn is
46+ associated with a specific "sysroot path".
47+
48+ In the case of the setup tool, we require only a single sysroot
49+ specification, relating to the default installation path.
50+ -->
51+ <sysroot subsystem="mingw32" path="%R" />
52+ </system-map>
53+
54+</profile>
55+<!-- $RCSfile$: end of file -->