diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-java/gnu-jaf/metadata.xml | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-java/gnu-jaf/metadata.xml')
| -rw-r--r-- | dev-java/gnu-jaf/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-java/gnu-jaf/metadata.xml b/dev-java/gnu-jaf/metadata.xml new file mode 100644 index 000000000000..96e56bf280c7 --- /dev/null +++ b/dev-java/gnu-jaf/metadata.xml @@ -0,0 +1,27 @@ +<?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> +GNU JAF is a framework for declaring what beans operate on what MIME +type data. Content handler beans can be defined to handle particular +MIME content. The JAF unites internet standards for declaring content +with JavaBeans™. + +The JAF defines two mechanisms within the framework. The first, the +file type map, specifies the MIME content type for a given file. The +default implementation of this uses the UNIX mime.types format to map +filename extensions to MIME types. The second mechanism, the command +map, specifies the actions that can be applied to a given MIME content +type. The default implementation of this uses the standard mailcap format +to map actions to JavaBean™ classes. These beans can then view, edit, +print, or perform whatever other action is required on the underlying +resource. +</longdescription> + + <origin>gentoo-staging</origin> +</pkgmetadata> |
