diff options
Diffstat (limited to 'dev-java/blowfishj/metadata.xml')
-rw-r--r-- | dev-java/blowfishj/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-java/blowfishj/metadata.xml b/dev-java/blowfishj/metadata.xml new file mode 100644 index 000000000000..0df99acfebe9 --- /dev/null +++ b/dev-java/blowfishj/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>java</herd> + <longdescription> + The Blowfish implementation in Java, provides very fast ECB and CBC encryption. + Comes with the BlowfishEasy class for simple string encryption, plus a solution + for streaming, both are binary compatible to Blowfish.NET. Additionally this + package includes its own SHA-1 class, all sources, JUnit test cases, demos and + JavaDocs. + </longdescription> + <upstream> + <remote-id type="sourceforge">blowfishj</remote-id> + </upstream> +</pkgmetadata> |