OSDN Git Service

Rename msys-msysCORE package to msys-core; clean up formatting
authorCharles Wilson <cwilso11@users.sourceforge.net>
Sun, 9 May 2010 01:42:57 +0000 (01:42 +0000)
committerCharles Wilson <cwilso11@users.sourceforge.net>
Sun, 9 May 2010 01:42:57 +0000 (01:42 +0000)
msys/msys-core.xml [new file with mode: 0644]
msys/msys-msysCORE.xml [deleted file]

diff --git a/msys/msys-core.xml b/msys/msys-core.xml
new file mode 100644 (file)
index 0000000..96303b0
--- /dev/null
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
+  <package-collection subsystem="msys">
+    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
+    <package name="msys-core">
+      <affiliate group="MSYS Base System" />
+      <description lang="en" title="msysCORE: The core components of MSYS">
+        <paragraph>MSYS, or the Minimal SYStem, is a POSIX implementation
+          used in the Win32 operating system to enable configuration and
+          compiling of open-source packages. This package provides the
+          main components of MSYS, including the MSYS runtime DLL itself.
+        </paragraph>
+        <paragraph>MSYS is a fork of Cygwin and is more friendly to the
+          Win32 user. It offers only a user land environment for MinGW
+          development. It converts posix paths before executing a "native"
+          win32 program. This allows the users of the MinGW version of GCC
+          to port and build packages in a GNU familiar way and removes the
+          UNIX complexities that Cygwin adds.
+        </paragraph>
+        <paragraph>The MinGW/MSYS team provides additional packages which
+          contain utilities useful for this purpose, including perl, make,
+          autoconf, automake, libtool, m4, and many others.  However, the
+          number of such `MSYS packages' is limited in comparison to *nix or
+          Cygwin, because MSYS provides only the Minimal SYStem needed for
+          hosting open source development with the MinGW GCC compiler.  MSYS
+          is not intended to replace Cygwin, or emulate a full-fledged "port"
+          of all *nix tools.
+        </paragraph>
+      </description>
+      <component class="bin">
+        <!-- Note that the msysCORE-bin component actually contains the
+        MSYS dll, as well as the licence file and documentation.
+        -->
+        <release tarname="msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma" />
+        <release tarname="msysCORE-1.0.14-1-msys-1.0.14-bin.tar.lzma" />
+        <release tarname="msysCORE-1.0.15-1-msys-1.0.15-bin.tar.lzma" />
+      </component>
+      <component class="ext">
+        <!-- msys-core-ext contains tools that have dependencies on
+        components other than msys-core-bin alone. New for 1.0.15.
+        -->
+        <release tarname="msysCORE-1.0.15-1-msys-1.0.15-ext.tar.lzma" />
+        <requires eq="msys-core-%-msys-%-bin.tar" />
+        <!-- update this once the appropriate .xml files exist
+        <requires eq="msys-bash-*-msys-*-bin.tar" />
+        <requires eq="msys-gawk-*-msys-*-bin.tar" />
+        ...
+        -->
+      </component>
+      <component class="dev">
+        <release tarname="msysCORE-1.0.13-2-msys-1.0.13-dev.tar.lzma" />
+        <release tarname="msysCORE-1.0.14-1-msys-1.0.14-dev.tar.lzma" />
+        <release tarname="msysCORE-1.0.15-1-msys-1.0.15-dev.tar.lzma" />
+      </component>
+      <component class="dbg">
+        <release tarname="msysCORE-1.0.13-2-msys-1.0.13-dbg.tar.lzma" />
+        <release tarname="msysCORE-1.0.14-1-msys-1.0.14-dbg.tar.lzma" />
+        <release tarname="msysCORE-1.0.15-1-msys-1.0.15-dbg.tar.lzma" />
+        <requires eq="msys-core-%-msys-%-bin.tar" />
+      </component>
+      <!-- licence info and other docs are included in the -bin component -->
+      <licence tarname="msysCORE-%-msys-%-bin.tar" />
+      <source tarname="msysCORE-%-msys-%-src.tar" />
+    </package>
+  </package-collection>
+</software-distribution>
+
diff --git a/msys/msys-msysCORE.xml b/msys/msys-msysCORE.xml
deleted file mode 100644 (file)
index bc47527..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
-  <package-collection subsystem="msys">
-    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
-    <package name="msys-msysCORE">
-      <affiliate group="MSYS Base System" />
-      <description lang="en" title="msysCORE: The core components of MSYS">
-        <paragraph>MSYS, or the Minimal SYStem, is a POSIX implementation
-used in the Win32 operating system to enable configuration and compiling
-of open-source packages. This package provides the main components of
-MSYS, including the MSYS runtime DLL itself.</paragraph>
-        <paragraph>MSYS is a fork of Cygwin and is more friendly to the
-Win32 user. It offers only a user land environment for MinGW development.
-It converts posix paths before executing a "native" win32 program. This
-allows the users of the MinGW version of GCC to port and build packages
-in a GNU familiar way and removes the UNIX complexities that Cygwin adds.</paragraph>
-        <paragraph>The MinGW/MSYS team provides additional packages
-which contain utilities useful for this purpose, including perl, make,
-autoconf, automake, libtool, m4, and many others.  However, the number
-of such `MSYS packages' is limited in comparison to *nix or Cygwin, because
-MSYS provides only the Minimal SYStem needed for hosting open source
-development with the MinGW GCC compiler.  MSYS is not intended to replace
-Cygwin, or emulate a full-fledged "port" of all *nix tools.</paragraph>
-      </description>
-      <component class="bin">
-        <!-- Note that the msysCORE-bin component actually contains the
-             MSYS dll, as well as the licence file and documentation. -->
-        <release tarname="msysCORE-1.0.13-2-msys-1.0.13-bin.tar.lzma" />
-        <release tarname="msysCORE-1.0.14-1-msys-1.0.14-bin.tar.lzma" />
-      </component>
-      <component class="dev">
-        <release tarname="msysCORE-1.0.13-2-msys-1.0.13-dev.tar.lzma" />
-        <release tarname="msysCORE-1.0.14-1-msys-1.0.14-dev.tar.lzma" />
-      </component>
-      <component class="dbg">
-        <release tarname="msysCORE-1.0.13-2-msys-1.0.13-dbg.tar.lzma" />
-        <release tarname="msysCORE-1.0.14-1-msys-1.0.14-dbg.tar.lzma" />
-        <requires eq="msys-msysCORE-%-msys-%-bin.tar" />
-      </component>
-      <!-- licence info and other docs are included in the -bin component -->
-      <licence tarname="msysCORE-%-msys-%-bin.tar" />
-      <source tarname="msysCORE-%-msys-%-src.tar" />
-    </package>
-  </package-collection>
-</software-distribution>
-