From patchwork Wed Apr 21 13:15:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Roel Janssen X-Patchwork-Id: 28729 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2BCD827BC7A; Wed, 21 Apr 2021 14:16:11 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id DB4D827BC79 for ; Wed, 21 Apr 2021 14:16:10 +0100 (BST) Received: from localhost ([::1]:33638 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZCiA-0002xk-2y for patchwork@mira.cbaines.net; Wed, 21 Apr 2021 09:16:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60756) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZCi3-0002wg-E1 for guix-patches@gnu.org; Wed, 21 Apr 2021 09:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45651) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lZCi2-0004Zm-Id for guix-patches@gnu.org; Wed, 21 Apr 2021 09:16:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lZCi2-0006ui-EK for guix-patches@gnu.org; Wed, 21 Apr 2021 09:16:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47932] [PATCH] gnu: Add xqilla. Resent-From: Roel Janssen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 Apr 2021 13:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47932 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47932@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161901095526557 (code B ref -1); Wed, 21 Apr 2021 13:16:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Apr 2021 13:15:55 +0000 Received: from localhost ([127.0.0.1]:57197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZChv-0006uH-I5 for submit@debbugs.gnu.org; Wed, 21 Apr 2021 09:15:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:34902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZChr-0006u5-6x for submit@debbugs.gnu.org; Wed, 21 Apr 2021 09:15:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60726) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZChq-0002ja-Md for guix-patches@gnu.org; Wed, 21 Apr 2021 09:15:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55624) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZChq-0004St-FS for guix-patches@gnu.org; Wed, 21 Apr 2021 09:15:50 -0400 Received: from [143.121.198.253] (port=58208) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1lZChp-0007jp-Vn for guix-patches@gnu.org; Wed, 21 Apr 2021 09:15:50 -0400 From: Roel Janssen Message-ID: Date: Wed, 21 Apr 2021 15:15:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi Guix, Here's a patch for xqilla. Kind regards, Roel Janssen From 13701599fe2c6690907ccd00d443675f036b1f10 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 21 Apr 2021 15:13:25 +0200 Subject: [PATCH] gnu: Add xqilla. * gnu/packages/xml.scm (xqilla): New variable. --- gnu/packages/xml.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index db92f1b589..00864cadd0 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -31,6 +31,7 @@ ;;; Copyright © 2021 Julien Lepiller ;;; Copyright © 2021 Felix Gruber ;;; Copyright © 2021 Guillaume Le Vaillant +;;; Copyright © 2021 Roel Janssen ;;; ;;; This file is part of GNU Guix. ;;; @@ -1570,6 +1571,30 @@ generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.") (license license:asl2.0))) +(define-public xqilla + (package + (name "xqilla") + (version "2.3.4") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/xqilla/XQilla-" + version ".tar.gz")) + (sha256 + (base32 "1sq2b43hqzk9jq11sr0xc498z933a0rpfwvjp5z2xzii2rwk29i9")))) + (build-system gnu-build-system) + (arguments + `(#:configure-flags (list (string-append + "--with-xerces=" + (assoc-ref %build-inputs "xerces-c"))))) + (inputs + `(("xerces-c" ,xerces-c))) + (home-page "http://xqilla.sourceforge.net/") + (synopsis "XQuery and XPath utility") + (description "This package provides an XQuery and XPath 2 library and +command line utility written in C++ implemented on top of the Xerces-C +library.") + (license license:asl2.0))) + (define-public xlsxio (package (name "xlsxio") -- 2.31.1