diff options
Diffstat (limited to 'app-text/xmldiff/metadata.xml')
-rw-r--r-- | app-text/xmldiff/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-text/xmldiff/metadata.xml b/app-text/xmldiff/metadata.xml new file mode 100644 index 000000000000..d99df64178dd --- /dev/null +++ b/app-text/xmldiff/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>xmw@gentoo.org</email> + <name>Michael Weber</name> + </maintainer> + <longdescription>A python tool that figures out the differences between two + similar XML files, in the same way the diff utility does. + Xmldiff was initially developed for the Narval project and could also be + used as a library or as a command line tool. It can work either with XML + files or DOM trees. + </longdescription> +</pkgmetadata> |