diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-java/commons-codec/metadata.xml | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-java/commons-codec/metadata.xml')
| -rw-r--r-- | dev-java/commons-codec/metadata.xml | 29 |
1 files changed, 29 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..5a65d13a6e89 --- /dev/null +++ b/dev-java/commons-codec/metadata.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <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> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
