GNU bug report logs - #75038
[PATCH 01/14] gnu: Add apache-parent-pom-33.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Sun, 22 Dec 2024 22:51:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 75038 <at> debbugs.gnu.org
Subject: [bug#75038] [PATCH 06/14] gnu: Add java-axiom-base64-utils.
Date: Sun, 22 Dec 2024 23:51:38 +0100
* gnu/packages/java-xml.scm (java-axiom-base64-utils): New variable.
---
 gnu/packages/java-xml.scm | 32 ++++++++++++++++++++++++--------
 1 file changed, 24 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/java-xml.scm b/gnu/packages/java-xml.scm
index 0153e26ef8..09921224ad 100644
--- a/gnu/packages/java-xml.scm
+++ b/gnu/packages/java-xml.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2021 Léo Le Bouter <lle-bout <at> zaclys.net>
 ;;; Copyright © 2022 Christopher Baines <mail <at> cbaines.net>
 ;;; Copyright © 2023 Frank Pursel <frank.pursel <at> gmail.com>
+;;; Copyright © 2024 Hartmut Goebel <h.goebel <at> crazy-compilers.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -733,12 +734,27 @@ (define-public java-mxparser
 (parser only).")
     (license (license:non-copyleft "file://LICENSE.txt"))))
 
+;;; ----- Apache Axiom ------
 
-
-
-
-
-
-
-
-
+(define-public java-axiom-base64-utils
+  (package
+    (name "java-axiom-base64-utils")
+    (version "1.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://repo1.maven.org/maven2/"
+                    "org/apache/ws/commons/axiom/base64-utils/" version
+                    "/base64-utils-" version "-sources.jar"))
+              (sha256
+               (base32
+                "1v37cggwdnmhjwvpifnal8ywixrxad0g7chkxpbdd5b3ggwc11d8"))))
+    (build-system ant-build-system)
+    (arguments
+     `(#:tests? #f  ;; has no tests
+       #:jar-name "axiom-base64-utils.jar"))
+    (home-page "https://ws.apache.org/axiom/")
+    (synopsis "Apache Axiom base64 decoder and encoder")
+    (description "This package provides utility methods to work with base64
+encoded data.")
+    (license license:asl2.0)))
-- 
2.41.1





This bug report was last modified 172 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.