OSDN Git Service

Add msys-gdbm and msys-expat pacakges
authorCharles Wilson <cwilso11@users.sourceforge.net>
Sun, 9 May 2010 02:10:06 +0000 (02:10 +0000)
committerCharles Wilson <cwilso11@users.sourceforge.net>
Sun, 9 May 2010 02:10:06 +0000 (02:10 +0000)
msys/msys-expat.xml [new file with mode: 0644]
msys/msys-gdbm.xml [new file with mode: 0644]

diff --git a/msys/msys-expat.xml b/msys/msys-expat.xml
new file mode 100644 (file)
index 0000000..928e602
--- /dev/null
@@ -0,0 +1,64 @@
+<?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-expat">
+      <description lang="en" title="expat: XML parsing library written in C">
+        <paragraph>expat is a C library for parsing XML written by James
+         Clark. Expat is a stream-oriented XML parser.  This means that
+         you register handlers with the parser before starting the parse.
+         These handlers are called when the parser discovers the
+         associated structures in the document being parsed.  A start tag
+         is an example of the kind of structures for which you may
+         register handlers.
+       </paragraph>
+        <paragraph>The msys-expat package provides the xmlwf validation
+          tool and documentation related to the library. The associated
+          msys-libexpat package provides the runtime library and related
+          development files.
+       </paragraph>
+      </description>
+      <component class="bin">
+        <release tarname="expat-2.0.1-1-msys-1.0.13-bin.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+        <requires eq="msys-libexpat-*-msys-*-dll-1.tar" />
+      </component>
+      <component class="doc">
+        <release tarname="expat-2.0.1-1-msys-1.0.13-doc.tar.lzma" />
+      </component>
+      <component class="lic">
+        <release tarname="expat-2.0.1-1-msys-1.0.13-lic.tar.lzma" />
+      </component>
+      <licence tarname="expat-%-msys-%-lic.tar" />
+      <source tarname="expat-%-msys-%-src.tar" />
+    </package>
+    <package name="msys-libexpat">
+      <affiliate group="MSYS Developer Toolkit" />
+      <description lang="en" title="libexpat: XML parsing library written in C">
+        <paragraph>expat is a C library for parsing XML written by James
+         Clark. Expat is a stream-oriented XML parser.  This means that
+         you register handlers with the parser before starting the parse.
+         These handlers are called when the parser discovers the
+         associated structures in the document being parsed.  A start tag
+         is an example of the kind of structures for which you may
+         register handlers.
+       </paragraph>
+        <paragraph>The msys-libexpat package provides the runtime library
+          and related development files for expat.  The associated
+         msys-expat package provides the xmlwf validation tool and
+         documentation related to the library.
+       </paragraph>
+      </description>
+      <component class="dll">
+        <release tarname="libexpat-2.0.1-1-msys-1.0.13-dll-1.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+      </component>
+      <component class="dev">
+        <release tarname="libexpat-2.0.1-1-msys-1.0.13-dev.tar.lzma" />
+      </component>
+      <licence tarname="expat-%-msys-%-lic.tar" />
+      <source tarname="expat-%-msys-%-src.tar" />
+    </package>
+  </package-collection>
+</software-distribution>
+
diff --git a/msys/msys-gdbm.xml b/msys/msys-gdbm.xml
new file mode 100644 (file)
index 0000000..65ac589
--- /dev/null
@@ -0,0 +1,68 @@
+<?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-gdbm">
+      <!-- Should this really be in msys-dtk? dependencies will pull in
+           the necessary dll package automatically. -->
+      <affiliate group="MSYS Developer Toolkit" />
+      <description lang="en" title="gdbm: GNU Database System">
+        <paragraph>The GNU Database System is a set of database routines
+          that use extensible hashing. It works similar to the standard
+          UNIX dbm routines, and provides compatibility replacement
+          interfaces for the traditional 'dbm' and 'ndbm' libraries.
+        </paragraph>
+        <paragraph>The msys-gdbm package provides the command-line
+          utilities for saving and restoring GDBM databases, other tools
+          for testing the various compatibility interfaces, and related
+          documentation. The associated msys-libgdbm package provides the
+          runtime library and related development files.
+        </paragraph>
+      </description>
+      <component class="bin">
+        <release tarname="gdbm-1.8.3-2-msys-1.0.11-bin.tar.lzma" />
+        <release tarname="gdbm-1.8.3-3-msys-1.0.13-bin.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+        <requires eq="msys-libgdbm-*-msys-*-dll-3.tar" />
+      </component>
+      <component class="doc">
+        <release tarname="gdbm-1.8.3-2-msys-1.0.11-doc.tar.lzma" />
+        <release tarname="gdbm-1.8.3-3-msys-1.0.13-doc.tar.lzma" />
+      </component>
+      <component class="lic">
+        <release tarname="gdbm-1.8.3-2-msys-1.0.11-lic.tar.lzma" />
+        <release tarname="gdbm-1.8.3-3-msys-1.0.13-lic.tar.lzma" />
+      </component>
+      <licence tarname="gdbm-%-msys-%-lic.tar" />
+      <source tarname="gdbm-%-msys-%-src.tar" />
+    </package>
+    <package name="msys-libcrypt">
+      <affiliate group="MSYS Developer Toolkit" />
+      <description lang="en" title="libgdbm: runtime library for the GNU Database System">
+        <paragraph>The GNU Database System is a set of database routines
+          that use extensible hashing. It works similar to the standard
+          UNIX dbm routines, and provides compatibility replacement
+          interfaces for the traditional 'dbm' and 'ndbm' libraries.
+        </paragraph>
+        <paragraph>The msys-libgdbm package provides the runtime library
+          and related development files for the GNU Database System. The
+          associated msys-gdbm package provides the command-line utilities
+          for saving and restoring GDBM databases, other tools for testing
+          the various compatibility interfaces, and related documentation.
+        </paragraph>
+      </description>
+      <component class="dll">
+        <release tarname="libgdbm-1.8.3-2-msys-1.0.11-dll-3.tar.lzma" />
+        <release tarname="libgdbm-1.8.3-3-msys-1.0.13-dll-3.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+      </component>
+      <component class="dev">
+        <release tarname="libgdbm-1.8.3-2-msys-1.0.11-dev.tar.lzma" />
+        <release tarname="libgdbm-1.8.3-3-msys-1.0.13-dev.tar.lzma" />
+      </component>
+      <licence tarname="gdbm-%-msys-%-lic.tar" />
+      <source tarname="gdbm-%-msys-%-src.tar" />
+    </package>
+  </package-collection>
+</software-distribution>
+