diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-02-13 12:35:17 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-02-13 13:09:36 +0000 |
commit | a38ac86f168bec746a99e88674e191fba4c870df (patch) | |
tree | ffd737d1687a691d4de1886034c8a0bfbace67f8 /dev-java/commons-imaging/metadata.xml | |
parent | dev-java/swingx-ws: New package, required by bt747 (diff) | |
download | gentoo-a38ac86f168bec746a99e88674e191fba4c870df.tar.gz gentoo-a38ac86f168bec746a99e88674e191fba4c870df.tar.bz2 gentoo-a38ac86f168bec746a99e88674e191fba4c870df.zip |
dev-java/commons-imaging: New package, required by bt747
This was formerly known as Apache Commons Sanselan. Unfortunately I
couldn't quite get all the tests to pass.
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-java/commons-imaging/metadata.xml')
-rw-r--r-- | dev-java/commons-imaging/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-java/commons-imaging/metadata.xml b/dev-java/commons-imaging/metadata.xml new file mode 100644 index 000000000000..8c92e7356d5e --- /dev/null +++ b/dev-java/commons-imaging/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <longdescription>Apache Commons Imaging, previously known as Apache Commons Sanselan, is a library that reads and writes a variety of image formats, including fast parsing of image info (size, color space, ICC profile, etc.) and metadata. + +This library is pure Java. Compared to typical image I/O libraries in native code, it's more portable, and should be more reliable and more secure against corrupt/malicious images, yet still performs reasonably well. It's easier to use than ImageIO/JAI/java.awt.Toolkit (Sun/Java's image support), supports more formats (and supports them more correctly). It also provides easy access to metadata. + +Imaging was working and was used by a number of projects in production even before version 1.0.</longdescription> + <upstream> + <remote-id type="github">apache/commons-imaging</remote-id> + </upstream> +</pkgmetadata> |