OSDN Git Service

Add msys-gettext.xml
authorCharles Wilson <cwilso11@users.sourceforge.net>
Mon, 17 May 2010 01:51:56 +0000 (01:51 +0000)
committerCharles Wilson <cwilso11@users.sourceforge.net>
Mon, 17 May 2010 01:51:56 +0000 (01:51 +0000)
msys/msys-gettext.xml [new file with mode: 0644]

diff --git a/msys/msys-gettext.xml b/msys/msys-gettext.xml
new file mode 100644 (file)
index 0000000..db0d52f
--- /dev/null
@@ -0,0 +1,217 @@
+<?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-gettext">
+      <affiliate group="MSYS System Builder" />
+      <description lang="en" title="gettext (msys): GNU Internationalization Library and Utilities" >
+        <paragraph>This is not the gettext you are looking for.</paragraph>
+        <paragraph>GNU gettext provides a set of tools that create a
+          framework to help other GNU packages produce multi-lingual
+          messages. In this way, with suitable care a single binary
+          application can automatically provide user messages (such as
+          `help' text) in the language corresponding to the current
+          locale settings.
+        </paragraph>
+        <paragraph>This msys port of gettext has been modified
+          specifically for the MSYS System Builder environment; that is,
+          it is intended to be used only when producing binary packages
+          for the MSYS subsystem.  If you intend to produce executables
+          for the native "mingw32" subsystem (that is, applications that
+          should work on Microsoft Windows installations without the MSYS
+          dll), then you should install the mingw32-gettext-* package(s)
+          instead.
+        </paragraph>
+        <paragraph>The msys-gettext package provides utilities that may
+          be useful to end-users, allowing interaction with the message
+          translation database of other i18n-enabled GNU utilities. It
+          also provides the development libraries, header files, and
+          documentation for the gettext system, as well as additional
+          utilities useful for maintainers of i18n-enabled applications.
+          The *-ext package provides extra documentation, in the form of
+          example implementations in many different computer languages.
+          The associated msys-libgettextpo package provides the runtime
+          libraries needed by the msys-gettext utilities; the associated
+          msys-libasprintf package provides the runtime library for the
+          asprintf utility library; and finally, the associated msys-libintl
+          package provides the runtime component of the internationalization
+          library itself, which is used by many other msys packages.
+        </paragraph>
+      </description>
+      <component class="bin">
+        <release tarname="gettext-0.17-1-msys-1.0.11-bin.tar.lzma" />
+        <release tarname="gettext-0.17-2-msys-1.0.13-bin.tar.lzma" >
+          <requires eq="msys-libintl-%-msys-%-dll-8.tar" />
+          <requires eq="msys-libiconv-*-msys-*-dll-2.tar" />
+        </release>
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+      </component>
+      <component class="doc">
+        <release tarname="gettext-0.17-1-msys-1.0.11-doc.tar.lzma" />
+        <release tarname="gettext-0.17-2-msys-1.0.13-doc.tar.lzma" />
+      </component>
+      <component class="lic">
+        <release tarname="gettext-0.17-1-msys-1.0.11-lic.tar.lzma" />
+        <release tarname="gettext-0.17-2-msys-1.0.13-lic.tar.lzma" />
+      </component>
+      <component class="dev">
+        <release tarname="gettext-0.17-1-msys-1.0.11-dev.tar.lzma" />
+        <release tarname="gettext-0.17-2-msys-1.0.13-dev.tar.lzma" >
+          <requires eq="msys-libgettextpo-%-msys-%-dll-0.tar" />
+          <requires eq="msys-libintl-%-msys-%-dll-8.tar" />
+          <requires eq="msys-libiconv-*-msys-*-dll-2.tar" />
+          <requires eq="msys-libexpat-*-msys-*-dll-1.tar" />
+          <requires eq="msys-libtermcap-*-msys-*-dll-0.tar.lzma" />
+        </release>
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+      </component>
+      <component class="ext">
+        <release tarname="gettext-0.17-1-msys-1.0.11-ext.tar.lzma" />
+        <release tarname="gettext-0.17-2-msys-1.0.13-ext.tar.lzma" />
+      </component>
+      <licence tarname="gettext-%-msys-%-lic.tar" />
+      <source tarname="gettext-%-msys-%-src.tar" />
+    </package>
+    <package name="msys-libintl">
+      <affiliate group="MSYS System Builder" />
+      <description lang="en" title="libintl (msys): GNU Internationalization Runtime Library" >
+        <paragraph>This is not the libintl you are looking for.</paragraph>
+        <paragraph>GNU gettext provides a set of tools that create a
+          framework to help other GNU packages produce multi-lingual
+          messages. In this way, with suitable care a single binary
+          application can automatically provide user messages (such as
+          `help' text) in the language corresponding to the current
+          locale settings. libintl is the primary runtime component of
+          that framework.
+        </paragraph>
+        <paragraph>This msys port of gettext has been modified
+          specifically for the MSYS System Builder environment; that is,
+          it is intended to be used only when producing binary packages
+          for the MSYS subsystem.  If you intend to produce executables
+          for the native "mingw32" subsystem (that is, applications that
+          should work on Microsoft Windows installations without the MSYS
+          dll), then you should install the mingw32-libintl-* package(s)
+          instead.
+        </paragraph>
+        <paragraph>The msys-libintl package provides the runtime component
+          of the GNU internationalization library, which is used by many
+          other MSYS packages. The msys-gettext package provides utilities
+          that may be useful to end-users, allowing interaction with the
+          message translation database of other i18n-enabled GNU utilities.
+          It also provides the development libraries, header files, and
+          documentation for the gettext system, as well as additional
+          utilities useful for maintainers of i18n-enabled applications.
+          The *-ext package provides extra documentation, in the form of
+          example implementations in many different computer languages.
+          The associated msys-libgettextpo package provides the runtime
+          libraries needed by the msys-gettext utilities; the associated
+          msys-libasprintf package provides the runtime library for the
+          asprintf utility library.
+        </paragraph>
+      </description>
+      <component class="dll">
+        <release tarname="libintl-0.17-2-msys-dll-8.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+        <requires eq="msys-libiconv-*-msys-*-dll-2.tar" />
+      </component>
+      <licence tarname="gettext-%-msys-%-lic.tar" />
+      <source tarname="gettext-%-msys-%-src.tar" />
+    </package>
+    <package name="msys-libgettextpo">
+      <affiliate group="MSYS System Builder" />
+      <description lang="en" title="libgettextpo (msys): GNU Internationalization Utility Library" >
+        <paragraph>This is not the libgettextpo you are looking for.</paragraph>
+        <paragraph>GNU gettext provides a set of tools that create a
+          framework to help other GNU packages produce multi-lingual
+          messages. In this way, with suitable care a single binary
+          application can automatically provide user messages (such as
+          `help' text) in the language corresponding to the current
+          locale settings. libgettextpo provides runtime support for the
+          gettext utilities; it is typically not needed by `regular' i18n
+          clients of libintl.
+        </paragraph>
+        <paragraph>This msys port of gettext has been modified
+          specifically for the MSYS System Builder environment; that is,
+          it is intended to be used only when producing binary packages
+          for the MSYS subsystem.  If you intend to produce executables
+          for the native "mingw32" subsystem (that is, applications that
+          should work on Microsoft Windows installations without the MSYS
+          dll), then you should install the mingw32-libintl-* package(s)
+          instead.
+        </paragraph>
+        <paragraph>The msys-libgettextpo package provides the runtime
+          libraries needed by the msys-gettext utilities. The associated
+          msys-gettext package provides utilities that may be useful to
+          end-users, allowing interaction with the message translation
+          database of other i18n-enabled GNU utilities. It also provides
+          the development libraries, header files, and documentation for
+          the gettext system, as well as additional utilities useful for
+          maintainers of i18n-enabled applications. The *-ext package
+          provides extra documentation, in the form of example
+          implementations in many different computer languages.
+          The associated msys-libasprintf package provides the runtime
+          library for the asprintf utility library; and finally, the
+          associated msys-libintl package provides the runtime component
+          of the internationalization library itself, which is used by
+          many other msys packages.
+        </paragraph>
+      </description>
+      <component class="dll">
+        <release tarname="libgettextpo-0.17-2-msys-dll-0.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+        <requires eq="msys-libintl-%-msys-%-dll-8.tar" />
+        <requires eq="msys-libiconv-*-msys-*-dll-2.tar" />
+        <requires eq="msys-libtermcap-*-msys-*-dll-0.tar.lzma" />
+      </component>
+      <licence tarname="gettext-%-msys-%-lic.tar" />
+      <source tarname="gettext-%-msys-%-src.tar" />
+    </package>
+    <package name="msys-libasprintf">
+      <affiliate group="MSYS System Builder" />
+      <description lang="en" title="libasprintf (msys): GNU Internationalization Utility Library" >
+        <paragraph>This is not the libasprintf you are looking for.</paragraph>
+        <paragraph>GNU gettext provides a set of tools that create a
+          framework to help other GNU packages produce multi-lingual
+          messages. In this way, with suitable care a single binary
+          application can automatically provide user messages (such as
+          `help' text) in the language corresponding to the current
+          locale settings. libasprintf provides an implementation of
+          the C formatted output routines suitable for use in C++
+          applications, where i18n is a goal.
+        </paragraph>
+        <paragraph>This msys port of gettext has been modified
+          specifically for the MSYS System Builder environment; that is,
+          it is intended to be used only when producing binary packages
+          for the MSYS subsystem.  If you intend to produce executables
+          for the native "mingw32" subsystem (that is, applications that
+          should work on Microsoft Windows installations without the MSYS
+          dll), then you should install the mingw32-libintl-* package(s)
+          instead.
+        </paragraph>
+        <paragraph>The msys-libasprintf package provides the runtime
+          library for the asprintf utility library. The associated
+          msys-gettext package provides utilities that may be useful to
+          end-users, allowing interaction with the message translation
+          database of other i18n-enabled GNU utilities. It also provides
+          the development libraries, header files, and documentation for
+          the gettext system, as well as additional utilities useful for
+          maintainers of i18n-enabled applications. The *-ext package
+          provides extra documentation, in the form of example
+          implementations in many different computer languages. The
+          associated msys-libgettextpo package provides the runtime
+          libraries needed by the msys-gettext utilities, while the
+          associated msys-libintl package provides the runtime component
+          of the internationalization library itself, which is used by
+          many other msys packages.
+        </paragraph>
+      </description>
+      <component class="dll">
+        <release tarname="libasprintf-0.17-2-msys-dll-0.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+      </component>
+      <licence tarname="gettext-%-msys-%-lic.tar" />
+      <source tarname="gettext-%-msys-%-src.tar" />
+    </package>
+  </package-collection>
+</software-distribution>
+