metadata.xml 834 B

123456789101112131415161718192021
  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>games@gentoo.org</email>
  6. <name>Gentoo Games Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. The primary focus of WFMath is geometric objects. Thus, it includes several
  10. shapes (boxes, balls, lines), in addition to the basic math objects that are
  11. used to build these shapes (points, vectors, matricies).
  12. Most of the library classes can be divided into two sorts. The first kind are
  13. basic mathematical objects, whose members are all fundamental types. The second
  14. kind are shapes, which implement the shape class interface described in
  15. doc/shape.h.
  16. </longdescription>
  17. <upstream>
  18. <remote-id type="sourceforge">worldforge</remote-id>
  19. </upstream>
  20. </pkgmetadata>