I have completed a basic processor that allows you to take .info files 
such as:
Package: foo
Version: 1.0.1
Revision: 2
Depends: bar, x11
Maintainer: John Doe <[EMAIL PROTECTED]>

and convert them to .xinfo files like:
<package name="foo" version="1.0.1" revision="2">
        <depends>bar, x11</depends>
        <maintainer><![CDATA[John Doe <[EMAIL PROTECTED]>]]></maintainer>
</package>

diffs will be posted on the feature request tracker shortly.

requires the XML::DOM module

Just doin my part,
Kyle Moffett


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to