From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 75038@debbugs.gnu.org
Subject: [bug#75038] [PATCH 14/14] gnu: Add java-saxon-he-10.
Date: Sun, 22 Dec 2024 23:51:46 +0100 [thread overview]
Message-ID: <e288f0f44fb1c7ebd34ce4462752d2d64d1a25dc.1734907748.git.h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <3f1bdcf8236ffb1a8719bbaef20997c1228945c0.1734907747.git.h.goebel@crazy-compilers.com>
* gnu/packages/java-xml.scm (java-saxon-he-10): New variable.
---
gnu/packages/java-xml.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/java-xml.scm b/gnu/packages/java-xml.scm
index ebae29da80..abfadc9731 100644
--- a/gnu/packages/java-xml.scm
+++ b/gnu/packages/java-xml.scm
@@ -967,3 +967,39 @@ (define-public java-axiom-xml-utils
(description "This package provides XML utilities used by Apache Axiom
Weaver, anyhow not depending on depending on the Axiom API.")
(license license:asl2.0)))
+
+(define-public java-saxon-he-10
+ ;; This is the last version not depending (indirectly via
+ ;; org.xmlresolver.xmlresolver and jing) on itself.
+ (package
+ (name "java-saxon-he")
+ (version "10.9")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://repo1.maven.org/maven2/"
+ "/" version
+ "/Saxon-HE-" version "-sources.jar"))
+ (sha256
+ (base32
+ "17dx6w48ka3d1g20qisvafbc1rmnvfg0vnm8zfz4vkhqfjbkp6j8"))))
+ (build-system ant-build-system)
+ (arguments
+ `(#:tests? #f ;; has no tests
+ #:jar-name "saxon-HE.jar"))
+ (native-inputs (list unzip))
+ (inputs
+ (list java-axiom-impl
+ java-dom4j
+ java-jdom2
+ java-xom))
+ (propagated-inputs ;; upstream delivers these in its distribution archive
+ (list java-apache-xml-commons-resolver
+ java-jline-2))
+ (home-page "https://www.saxonica.com/")
+ (synopsis "Saxon XSLT Processor")
+ (description "Saxon provides a XSLT 3.0, XQuery 3.1, and XPath 3.1
+processor. This package provides the open source edition, called
+\"Home Edition (HE)\" for Java. The Home Edition implements
+aforementioned standards at the basic level of conformance defined by
+W3C.")
+ (license license:mpl2.0)))
--
2.41.1
prev parent reply other threads:[~2024-12-22 22:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-22 22:50 [bug#75038] [PATCH 01/14] gnu: Add apache-parent-pom-33 Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 02/14] gnu: Add apache-commons-parent-pom-78 Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 03/14] gnu: Add java-commons-io-2.18 Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 04/14] gnu: Add java-mime4j-core Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 05/14] gnu: Add java-jakarta-activation-api Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 06/14] gnu: Add java-axiom-base64-utils Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 07/14] gnu: Add java-axiom-xml-utils Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 08/14] gnu: Add java-axiom-core-streams Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 09/14] gnu: Add java-axiom-weaver-annotations Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 10/14] gnu: Add java-axiom-api Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 11/14] gnu: Add java-axiom-core-mixins Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 12/14] gnu: Add java-axiom-om-mixins Hartmut Goebel
2024-12-22 22:51 ` [bug#75038] [PATCH 13/14] gnu: Add java-axiom-impl Hartmut Goebel
2024-12-22 22:51 ` Hartmut Goebel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e288f0f44fb1c7ebd34ce4462752d2d64d1a25dc.1734907748.git.h.goebel@crazy-compilers.com \
--to=h.goebel@crazy-compilers.com \
--cc=75038@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).