1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<rubynet xmlns:xlink="http://www.w3.org/1999/xlink">
<pkg version="1.0">
<meta>
<pkgname>REXML</pkgname>
<authors>
<author>
<name>Aaron Malone</name>
<email>aaron@munge.net</email>
<irc_network>irc.opentprojects.org</irc_network>
<irc_channel>#ruby-lang</irc_channel>
<irc_handle>AAmalone</irc_handle>
</author>
</authors>
<maintainers>
<maintainer>
<name>Tools Team</name>
<email>tools@gentoo.org</email>
<irc_network>irc.opentprojects.org</irc_network>
<irc_channel>#ruby-lang</irc_channel>
<irc_handle>TinyT</irc_handle>
</maintainer>
</maintainers>
<categories>
<!-- For pieces of data that are repeated constnatly, could we
use XLink to centralize some of these definitions? If we move
stuff around on rubynet.org, we don't want to have to do a
search/replace: just update the entity, IMHO. -->
<major_category xlink:type="simple" xlink:href="http://www.rubynet.org/category/xml/">XML</major_category>
<minor_category xlink:type="simple" xlink:href="http://www.rubynet.org/category/text%20processing/">Text Processing</minor_category>
<minor_category xlink:type="simple" xlink:href="http://www.rubynet.org/category/storage/">Storage</minor_category>
</categories>
<version>
<major_version>1</major_version>
<minor_version>2</minor_version>
<micro_version>3</micro_version>
</version>
<copyright>1999-2002 Gentoo Technologies,Inc.</copyright>
<license>Ruby</license>
<status>Stable</status>
<full_name>Ruby Electric XML</full_name>
<description>Pure Ruby parser, blah blah. Based of Electrice XML</description>
<homepage xlink:type="simple" xlink:href="http://www.germane-software.com/~ser/Software/rexml/">REXML Home</homepage>
<download xlink:type="simple" xlink:href="http://www.germane-software.com/~ser/Software/rexml/rexml-1.2.3.bz2/">REXML Download</download>
</meta>
<dependencies>
<dependency name="ruby" uri="http://www.rubynet.org/packages/ruby/">
<required_version restriction="no-lower-than">
<version>
<major_version>1</major_version>
<minor_version>6</minor_version>
<micro_version>0</micro_version>
</version>
</required_version>
</dependency>
</dependencies>
<files>
<file>
<filename>uga.rb</filename>
<mode>0444</mode>
<content encoding="xml">... the file here</content>
</file>
<file>
<filename>booga.h</filename>
<mode>0444</mode>
<content encoding="xml">... the file here</content>
</file>
<file>
<filename>foo.so</filename>
<mode>0555</mode>
<!-- Encode routine: str.to_a.pack('m')
Decode routine: str.unpack('m') -->
<content encoding="mime64">Li4uIHRoZSBmaWxlIGhlcmU=\n</content>
</file>
</files>
</pkg>
</rubynet>
|