diff options
author | William Thomson <wltjr@gentoo.org> | 2006-09-28 00:36:59 +0000 |
---|---|---|
committer | William Thomson <wltjr@gentoo.org> | 2006-09-28 00:36:59 +0000 |
commit | 1f8907ca6806312bf1a26d0f92a80b18271d99c6 (patch) | |
tree | 8c086b13d2123828e7832300651003c280f75c40 /dev-java/itext/metadata.xml | |
parent | Patch to make this work with more recent versions of rsync. Closes bug #14893... (diff) | |
download | gentoo-2-1f8907ca6806312bf1a26d0f92a80b18271d99c6.tar.gz gentoo-2-1f8907ca6806312bf1a26d0f92a80b18271d99c6.tar.bz2 gentoo-2-1f8907ca6806312bf1a26d0f92a80b18271d99c6.zip |
Updated itext to latest version dropped ~ppc keyword due to lack of hardware to test on. Took over package maintenance.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'dev-java/itext/metadata.xml')
-rw-r--r-- | dev-java/itext/metadata.xml | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/dev-java/itext/metadata.xml b/dev-java/itext/metadata.xml index 696f0bbda035..00050e4f4e05 100644 --- a/dev-java/itext/metadata.xml +++ b/dev-java/itext/metadata.xml @@ -1,8 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>java</herd> -<longdescription> - iText is a library that allows you to generate PDF files on the fly. -</longdescription> + + <herd>java</herd> + + <maintainer> + <email>wltjr@gentoo.org</email> + <name>William L. Thomson Jr.</name> + </maintainer> + + <longdescription> + iText is a library that allows you to generate PDF files on + the fly. The iText classes are very useful for people who need + to generate read-only, platform independent documents + containing text, lists, tables and images. The library is + especially useful in combination with Java(TM) technology-based + Servlets: The look and feel of HTML is browser dependent; with + iText and PDF you can control exactly how your servlet's output + will look. + </longdescription> + </pkgmetadata> |