• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

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

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

修订版1e0ba61914eaecac24fc12d8e89084d23a10bc69 (tree)
时间2010-05-06 15:27:47
作者Charles Wilson <cwilso11@user...>
CommiterCharles Wilson

Log Message

Add msys-msysCORE.xml

更改概述

差异

--- /dev/null
+++ b/msys/msys-msysCORE.xml
@@ -0,0 +1,46 @@
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
3+ <package-collection subsystem="msys">
4+ <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
5+ <package name="msys-msysCORE">
6+ <affiliate group="MSYS Base System" />
7+ <description lang="en" title="msysCORE: The core components of MSYS" />
8+ <paragraph>MSYS, or the Minimal SYStem, is a POSIX implementation
9+used in the Win32 operating system to enable configuration and compiling
10+of open-source packages. This package provides the main components of
11+MSYS, including the MSYS runtime DLL itself.</paragraph>
12+ <paragraph>MSYS is a fork of Cygwin and is more friendly to the
13+Win32 user. It offers only a user land environment for MinGW development.
14+It converts posix paths before executing a "native" win32 program. This
15+allows the users of the MinGW version of GCC to port and build packages
16+in a GNU familiar way and removes the UNIX complexities that Cygwin adds.</paragraph>
17+ <paragraph>The MinGW/MSYS team provides additional packages
18+which contain utilities useful for this purpose, including perl, make,
19+autoconf, automake, libtool, m4, and many others. However, the number
20+of such `MSYS packages' is limited in comparison to *nix or Cygwin, because
21+MSYS provides only the Minimal SYStem needed for hosting open source
22+development with the MinGW GCC compiler. MSYS is not intended to replace
23+Cygwin, or emulate a full-fledged "port" of all *nix tools.</paragraph>
24+ </description>
25+ <component class="bin">
26+ <!-- Note that the msysCORE-bin component actually contains the
27+ MSYS dll, as well as the licence file and documentation. -->
28+ <release tarname="msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma" />
29+ <release tarname="msysCORE-1.0.14-1-msys-1.0.14-bin.tar.lzma" />
30+ </component>
31+ <component class="dev">
32+ <release tarname="msysCORE-1.0.13-2-msys-1.0.13-dev.tar.lzma" />
33+ <release tarname="msysCORE-1.0.14-1-msys-1.0.14-dev.tar.lzma" />
34+ </component>
35+ <component class="dbg">
36+ <release tarname="msysCORE-1.0.13-2-msys-1.0.13-dbg.tar.lzma" />
37+ <release tarname="msysCORE-1.0.14-1-msys-1.0.14-dbg.tar.lzma" />
38+ <requires eq="msys-msysCORE-%-msys-%-bin.tar" />
39+ </component>
40+ <!-- licence info and other docs are included in the -bin component -->
41+ <licence tarname="msysCORE-%-msys-%-bin.tar" />
42+ <source tarname="msysCORE-%-msys-%-src.tar" />
43+ </package>
44+ </package-collection>
45+</software-distribution>
46+