metadata.xml 974 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>java@gentoo.org</email>
  6. <name>Java</name>
  7. </maintainer>
  8. <longdescription>
  9. iText is a library that allows you to generate PDF files on
  10. the fly. The iText classes are very useful for people who need
  11. to generate read-only, platform independent documents
  12. containing text, lists, tables and images. The library is
  13. especially useful in combination with Java(TM) technology-based
  14. Servlets: The look and feel of HTML is browser dependent; with
  15. iText and PDF you can control exactly how your servlet's output
  16. will look.
  17. </longdescription>
  18. <use>
  19. <flag name="rtf">Build and provide libraries for rich text format</flag>
  20. <flag name="rups">Build and provide GUI for Reading/Updating PDF Syntax</flag>
  21. </use>
  22. <upstream>
  23. <remote-id type="sourceforge">itext</remote-id>
  24. </upstream>
  25. </pkgmetadata>