diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-03-29 23:48:23 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-03-29 23:48:23 +0000 |
commit | 6ff75958faad4cdbc40797786826a73f8f56e180 (patch) | |
tree | 5a9e056fdcaaebb75e536870b08a83632015514d /dev-java/commons-codec/metadata.xml | |
parent | remove gtk-systrace (diff) | |
download | historical-6ff75958faad4cdbc40797786826a73f8f56e180.tar.gz historical-6ff75958faad4cdbc40797786826a73f8f56e180.tar.bz2 historical-6ff75958faad4cdbc40797786826a73f8f56e180.zip |
Fixes #46178.
Diffstat (limited to 'dev-java/commons-codec/metadata.xml')
-rw-r--r-- | dev-java/commons-codec/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-java/commons-codec/metadata.xml b/dev-java/commons-codec/metadata.xml new file mode 100644 index 000000000000..7fedee7130de --- /dev/null +++ b/dev-java/commons-codec/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> +<herd>java</herd> + +<longdescription> +Codec was formed as an attempt to focus development effort on one +definitive implementation of the Base64 encoder. At the time of Codec's +proposal, there were approximately 34 different Java classes that dealt +with Base64 encoding spread over the Foundation's CVS repository. +Developers in the Jakarta Tomcat project had implemented an original +version of the Base64 codec which had been copied by the Commons +HttpClient and Apache XML project's XML-RPC subproject. After almost one +year, the two forked versions of Base64 had significantly diverged from +one another. XML-RPC had applied numerous fixes and patches which were +not applied to the Commons HttpClient Base64. Different subprojects had +differing implementations at various levels of compliance with the RFC +2045. + +Out of that confusing duplication of effort sprang this simple attempt +to encourage code reuse among various projects. While this package +contains a abstract framework for the creation of encoders and decoders, +Codec itself is primarily focused on providing functional utilities for +working with common encodings. +</longdescription> +</pkgmetadata> |