• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
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.


File Info

Rev. c9977c183392611f569fbe62c9636d279eb91856
Tamanho 3,083 bytes
Hora 2019-07-07 01:47:38
Autor Keith Marshall
Mensagem de Log

Publish MinGW.org WSL-5.2.2 package set.

Content

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">

  <!-- File: msys-bash.xml -->

  <package-collection subsystem="msys">
    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />

    <package name="msys-bash" alias="msys-sh sh bash">
      <affiliate group="MSYS Base System" />
      <description lang="en" title="The GNU Bourne Again shell" >
        <paragraph>Bash is a GNU project sh-compatible shell or command
          language interpreter.  Bash (Bourne Again shell) incorporates
          useful features from the Korn shell (ksh) and the C shell (csh).
          Bash is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2
          Shell and Tools standard.  It offers functional improvements over
          sh for both programming and interactive use.  Most sh scripts can
          be run by bash without modification.  Bash is the default shell
          for MSYS.
        </paragraph>
      </description>

      <source tarname="bash-%-msys-%-src.tar.%" />
      <licence tarname="bash-%-msys-%-lic.tar.%" />

      <component class="bin">
        <release tarname="bash-3.1.17-4-msys-1.0.16-bin.tar.lzma" />
        <release tarname="bash-3.1.23-1-msys-1.0.18-bin.tar.xz" />
        <requires eq="msys-libtermcap-*-msys-*-dll-0.tar" />
        <requires eq="msys-libregex-*-msys-*-dll-1.tar" />
        <requires eq="msys-core-*-msys-*-bin.tar" />
        <requires eq="msys-coreutils-*-msys-*-bin.tar" />
      </component>

      <component class="doc">
        <release tarname="bash-3.1.17-4-msys-1.0.16-doc.tar.lzma" />
        <release tarname="bash-3.1.23-1-msys-1.0.18-doc.tar.xz" />
      </component>

      <component class="lic">
        <release tarname="bash-3.1.17-4-msys-1.0.16-lic.tar.lzma" />
        <release tarname="bash-3.1.23-1-msys-1.0.18-lic.tar.xz" />
      </component>

      <component class="lnk">
        <release tarname="bash-3.1.23-1-msys-1.0.18-lnk.tar.xz">
          <download tarname="none" />
        </release>
        <requires eq="msys-core-*-msys-*-ext.tar" />
        <action class="post-install">
          setup = require "setup"
          sysroot_prefix = os.getenv( "MSYS_SYSROOT" )
          if sysroot_prefix then
             setup.create_shortcuts(
               '--description="Start MinGW Shell"',
               '--icon="'..sysroot_prefix..'\\msys.ico"',
                sysroot_prefix..'\\msys.bat', '"MinGW Shell"'
             )
          end
        </action>
        <action class="pre-remove">
          setup = require "setup"
          sysroot_prefix = os.getenv( "MSYS_SYSROOT" )
          if sysroot_prefix then
             setup.delete_shortcuts(
               "--if-linked="..sysroot_prefix.."\\msys.bat",
               "--force", '"MinGW Shell"'
             )
          end
        </action>
      </component>

    </package>

  </package-collection>
</software-distribution>
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->