metadata.xml 1001 B

12345678910111213141516171819202122232425262728
  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>sci@gentoo.org</email>
  6. <name>Gentoo Science Project</name>
  7. </maintainer>
  8. <maintainer type="project">
  9. <email>graphics@gentoo.org</email>
  10. <name>Gentoo Graphics Project</name>
  11. </maintainer>
  12. <longdescription lang="en">
  13. Haru PDF library is a ANSI/C library for generating PDF files.
  14. It supports the following features:
  15. 1. Generating PDF files with lines, text, images.
  16. 2. Outline, text annotation, link annotation.
  17. 3. Compressing document with deflate-decode.
  18. 4. Embedding PNG, Jpeg images.
  19. 5. Embedding Type1 font and TrueType font.
  20. 6. Creating encrypted PDF files.
  21. 7. Using various character sets (ISO8859-1~16, MSCP1250~8, KOI8-R).
  22. 8. Supporting CJK fonts and encodings.
  23. </longdescription>
  24. <upstream>
  25. <remote-id type="github">libharu/libharu</remote-id>
  26. </upstream>
  27. </pkgmetadata>