From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 0/3] Add apertium Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 28 Nov 2018 16:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 33540@debbugs.gnu.org Cc: Arun Isaac X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.154342416411501 (code B ref -1); Wed, 28 Nov 2018 16:57:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Nov 2018 16:56:04 +0000 Received: from localhost ([127.0.0.1]:53687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gS388-0002zQ-0W for submit@debbugs.gnu.org; Wed, 28 Nov 2018 11:56:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gS386-0002yv-IE for submit@debbugs.gnu.org; Wed, 28 Nov 2018 11:56:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS380-0005id-LH for submit@debbugs.gnu.org; Wed, 28 Nov 2018 11:55:57 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=2.9 required=5.0 tests=BAYES_00,RCVD_IN_SBL_CSS, RCVD_IN_SORBS_WEB autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gS380-0005iQ-I8 for submit@debbugs.gnu.org; Wed, 28 Nov 2018 11:55:56 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS37z-00033x-Es for guix-patches@gnu.org; Wed, 28 Nov 2018 11:55:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS37v-0005cS-C2 for guix-patches@gnu.org; Wed, 28 Nov 2018 11:55:55 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:35590) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gS37u-0005Yf-Sr for guix-patches@gnu.org; Wed, 28 Nov 2018 11:55:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=LqPEastXlMtm554ZidA1MfuVe+9yYaEgu/vbX72jspw=; b=h7QO7qpft2ZQ2ipqMOgYFR8l7M Biv8TLVDSNoa1cK8wBBFlbIzk9jNY/8S74QlljGt/lKU3P+ur0ev+HROcy6s9XVXFFfEi94czMmZd JoHopL1wgJtehEG1Gq0YogMhxE0zyK1hScD4DNbPY0D6o96IlTG6/7fqXlWkUFPBp4mY=; Received: from [103.5.134.173] (helo=steel.lan) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gS37p-0002y8-JR; Wed, 28 Nov 2018 22:25:46 +0530 From: Arun Isaac Date: Wed, 28 Nov 2018 22:25:06 +0530 Message-Id: <20181128165506.4580-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This patchset adds apertium, the machine translation system. Arun Isaac (3): gnu: dictionaries: Use license prefix. gnu: Add lttoolbox. gnu: Add apertium. gnu/packages/dictionaries.scm | 121 +++++++++++++++++++++++++++++++--- 1 file changed, 113 insertions(+), 8 deletions(-) -- 2.19.1 From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 0/3] Add apertium Resent-From: swedebugia Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Nov 2018 00:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac , 33540@debbugs.gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.15435369898204 (code B ref 33540); Fri, 30 Nov 2018 00:17:01 +0000 Received: (at 33540) by debbugs.gnu.org; 30 Nov 2018 00:16:29 +0000 Received: from localhost ([127.0.0.1]:55324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gSWTt-00028G-5T for submit@debbugs.gnu.org; Thu, 29 Nov 2018 19:16:29 -0500 Received: from mx1.riseup.net ([198.252.153.129]:54914) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gSWTq-000286-IN for 33540@debbugs.gnu.org; Thu, 29 Nov 2018 19:16:27 -0500 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 6C5611A019E; Thu, 29 Nov 2018 16:16:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1543536985; bh=nHzXND63E7N+CRZOoGg+ag2pcoeFA9sl40p5BQ85pG8=; h=Subject:To:References:From:Date:In-Reply-To:From; b=KJVz4HRnqunwoWTmQcXIfv0C1+z/pv9W9kuyE40ESl+rqopTeDIlNw7Dx3w4VvCyv f9WQV9uxyrnfEz/8rcgs/7+h8njd7E0ORoHnGWN2j+nip83kLNzeSOlGkN7wKNfB3m BEr3Lej7F6LzKA1K5Ukb6T306UHZc/OWpAPVvCWc= X-Riseup-User-ID: 90BED1A8AFB76CCFD618BE6756583349980861B464083985D461693F9CA0DFBB Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id 5751D687BC; Thu, 29 Nov 2018 16:16:23 -0800 (PST) References: <20181128165506.4580-1-arunisaac@systemreboot.net> From: swedebugia Message-ID: <87a3e9ce-bbda-75e5-9510-507de1a909eb@riseup.net> Date: Fri, 30 Nov 2018 01:22:28 +0100 MIME-Version: 1.0 In-Reply-To: <20181128165506.4580-1-arunisaac@systemreboot.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On 2018-11-28 17:55, Arun Isaac wrote: > This patchset adds apertium, the machine translation system. > > Arun Isaac (3): > gnu: dictionaries: Use license prefix. > gnu: Add lttoolbox. > gnu: Add apertium. > > gnu/packages/dictionaries.scm | 121 +++++++++++++++++++++++++++++++--- > 1 file changed, 113 insertions(+), 8 deletions(-) > Did you forget to send the patches? -- Cheers Swedebugia From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 0/3] Add apertium Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Nov 2018 07:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: swedebugia , 33540@debbugs.gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154356195324808 (code B ref 33540); Fri, 30 Nov 2018 07:13:02 +0000 Received: (at 33540) by debbugs.gnu.org; 30 Nov 2018 07:12:33 +0000 Received: from localhost ([127.0.0.1]:55425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gScyX-0006S3-AC for submit@debbugs.gnu.org; Fri, 30 Nov 2018 02:12:33 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:33814) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gScyV-0006Rp-KT for 33540@debbugs.gnu.org; Fri, 30 Nov 2018 02:12:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=7cYm6AM7jRc6rPGeEmAfzXBmOGGIwVkv88In/4iihHo=; b=OJHfj9BFyYuJ5wkYZgDEF2fNq i+/HpKpoer7BIFhojSkr9kARLp4Vogfp2RdYUlWn5j4olpeU/zE8rGnZn5ZgODh42QSaXTU2ENA/a 9d82MF/Bg3XpBHgBqxn59tKQtdXF2sd2USa2S/wHsnXFxO+zOIpdgAuX1Vjw+1yl3kiC8=; Received: from [14.139.128.15] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gScyR-0000lp-2k; Fri, 30 Nov 2018 12:42:28 +0530 From: Arun Isaac In-Reply-To: <87a3e9ce-bbda-75e5-9510-507de1a909eb@riseup.net> References: <20181128165506.4580-1-arunisaac@systemreboot.net> <87a3e9ce-bbda-75e5-9510-507de1a909eb@riseup.net> Date: Fri, 30 Nov 2018 12:42:19 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > Did you forget to send the patches? I sent the patches. I don't know what happened, but it still doesn't seem to have reached the debbugs bug tracker. I checked my email server logs, and there didn't seem to be any problem. Anyways, I will resend the patches. From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 1/3] gnu: dictionaries: Use license prefix. References: <20181128165506.4580-1-arunisaac@systemreboot.net> In-Reply-To: <20181128165506.4580-1-arunisaac@systemreboot.net> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Nov 2018 07:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 33540@debbugs.gnu.org Cc: swedebugia@riseup.net, Arun Isaac Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154356223425393 (code B ref 33540); Fri, 30 Nov 2018 07:18:02 +0000 Received: (at 33540) by debbugs.gnu.org; 30 Nov 2018 07:17:14 +0000 Received: from localhost ([127.0.0.1]:55437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gSd2z-0006bD-DS for submit@debbugs.gnu.org; Fri, 30 Nov 2018 02:17:14 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:33872) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gSd2u-0006au-78 for 33540@debbugs.gnu.org; Fri, 30 Nov 2018 02:17:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=FfYIWYMh1qWRdButzS3lMFNoxhSYlj92viI7FbuMeTA=; b=gAJxcLJC2HDgo4XOKej6wrVQcW Yml0WpHoXpdk9XwqzN27ipOJHnTevIFVvvZuwE4doaPIGM/RiBpPtolGLodZ1gt4O1T4qWWPbnqZR M+Pk//yTcvK7E+pIuAA8qF67jmkFvWsvXmpr13yiK6g3OLp2Q0GzKrVdkJxtcVY1rLA4=; Received: from [14.139.128.15] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gSd2p-0000nP-M0; Fri, 30 Nov 2018 12:47:00 +0530 From: Arun Isaac Date: Fri, 30 Nov 2018 12:46:10 +0530 Message-Id: <20181130071612.6268-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/dictionaries.scm: Import (guix licenses) with license: prefix. Fix all license fields. --- gnu/packages/dictionaries.scm | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 3d58589e5..57aac87fc 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2017, 2018 Nicolas Goaziou ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018 Pierre-Antoine Rouby +;;; Copyright © 2018 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -22,7 +23,7 @@ ;;; along with GNU Guix. If not, see . (define-module (gnu packages dictionaries) - #:use-module (guix licenses) + #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu) @@ -87,7 +88,7 @@ (description "V.E.R.A. (Virtual Entity of Relevant Acronyms) is a list of computing acronyms distributed as an info document.") - (license fdl1.3+))) + (license license:fdl1.3+))) (define-public gcide (package @@ -125,7 +126,7 @@ acronyms distributed as an info document.") be used via the GNU Dico program or accessed online at http://gcide.gnu.org.ua/") (home-page "http://gcide.gnu.org.ua/") - (license gpl3+))) + (license license:gpl3+))) (define-public diction ;; Not quite a dictionary, not quite a spell checker either… @@ -147,7 +148,7 @@ Diction is used to identify wordy and commonly misused phrases in a body of text. Style instead analyzes surface aspects of a written work, such as sentence length and other readability measures.") (home-page "https://www.gnu.org/software/diction/") - (license gpl3+))) + (license license:gpl3+))) (define-public ding (package @@ -207,7 +208,7 @@ work, such as sentence length and other readability measures.") (description "Ding is a dictionary lookup program for the X window system. It comes with a German-English dictionary with approximately 270,000 entries.") (home-page "http://www-user.tu-chemnitz.de/~fri/ding/") - (license gpl2+))) + (license license:gpl2+))) (define-public grammalecte (package @@ -234,7 +235,7 @@ a dubious expression is wrong, it will keep silent. The package provides the command line interface, along with a server and a Python library.") - (license gpl3+))) + (license license:gpl3+))) (define-public translate-shell (package @@ -283,4 +284,5 @@ and a Python library.") translator powered by Google Translate (default), Bing Translator, Yandex.Translate and Apertium. It gives you easy access to one of these translation engines from your terminal.") - (license public-domain))) + (license license:public-domain))) + -- 2.19.1 From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 2/3] gnu: Add lttoolbox. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Nov 2018 07:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 33540@debbugs.gnu.org Cc: swedebugia@riseup.net, Arun Isaac Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154356223525400 (code B ref 33540); Fri, 30 Nov 2018 07:18:02 +0000 Received: (at 33540) by debbugs.gnu.org; 30 Nov 2018 07:17:15 +0000 Received: from localhost ([127.0.0.1]:55441 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gSd34-0006bW-OC for submit@debbugs.gnu.org; Fri, 30 Nov 2018 02:17:14 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:33878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gSd2z-0006b8-Fb for 33540@debbugs.gnu.org; Fri, 30 Nov 2018 02:17:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=CCxaKOxz7U89oqh5QeyqHuFs2/8y2AlLFZk0agf+Y5w=; b=olXtPrHr33iesAyce3a96qSlBV TgTACjnnBZm0Xvas/Q2HtmRstR6NCYTwDg1LSRT5Ae0tEihn1MnOl6FEm6rlJLQYzB/CWTVjTsjND g/BOD6gLype2ky+KE88LPlo93NZFUtCNMo2JUuPIXWPhlsIjKtRWLsBZxBVeyTMA1k9g=; Received: from [14.139.128.15] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gSd2v-0000nP-3k; Fri, 30 Nov 2018 12:47:06 +0530 From: Arun Isaac Date: Fri, 30 Nov 2018 12:46:11 +0530 Message-Id: <20181130071612.6268-2-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181130071612.6268-1-arunisaac@systemreboot.net> References: <20181130071612.6268-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/dictionaries.scm (lttoolbox): New variable. --- gnu/packages/dictionaries.scm | 43 ++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 57aac87fc..b97535979 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -30,15 +30,18 @@ #:use-module (guix build-system python) #:use-module (guix build-system trivial) #:use-module (gnu packages) + #:use-module (gnu packages autotools) #:use-module (gnu packages base) #:use-module (gnu packages curl) #:use-module (gnu packages emacs) #:use-module (gnu packages fribidi) #:use-module (gnu packages linux) + #:use-module (gnu packages pkg-config) #:use-module (gnu packages readline) #:use-module (gnu packages texinfo) #:use-module (gnu packages compression) - #:use-module (gnu packages tcl)) + #:use-module (gnu packages tcl) + #:use-module (gnu packages xml)) (define-public vera @@ -286,3 +289,41 @@ Yandex.Translate and Apertium. It gives you easy access to one of these translation engines from your terminal.") (license license:public-domain))) +(define-public lttoolbox + (package + (name "lttoolbox") + (version "3.5.0") + (source + (origin + (method url-fetch) + (uri (string-append + "https://github.com/apertium/lttoolbox/releases/download/v" + version "/lttoolbox-" version ".tar.gz")) + (sha256 + (base32 + "0p8yjjyx1jqhxj8n5afmmhb55h4xg8gn2pysx0k2mnp8ic1hnzri")) + (file-name (string-append name "-" version ".tar.gz")))) + (build-system gnu-build-system) + (inputs + `(("libxml2" ,libxml2))) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("libtool" ,libtool) + ("pkg-config" ,pkg-config))) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-autogen + (lambda _ + (substitute* "autogen.sh" + ((" && ./configure \"\\$@\"") "")) + #t))))) + (home-page "http://wiki.apertium.org/wiki/Lttoolbox") + (synopsis "Lexical processing toolbox") + (description "Lttoolbox is a toolbox for lexical processing, morphological +analysis and generation of words. Analysis is the process of splitting a +word (e.g. cats) into its lemma \"cat\" and the grammatical information +. Generation is the opposite process.") + (license (list license:gpl2 ; main license + license:expat)))) ; utf8/* -- 2.19.1 From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 3/3] gnu: Add apertium. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Nov 2018 07:18:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 33540@debbugs.gnu.org Cc: swedebugia@riseup.net, Arun Isaac Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154356223525406 (code B ref 33540); Fri, 30 Nov 2018 07:18:03 +0000 Received: (at 33540) by debbugs.gnu.org; 30 Nov 2018 07:17:15 +0000 Received: from localhost ([127.0.0.1]:55443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gSd35-0006bd-1e for submit@debbugs.gnu.org; Fri, 30 Nov 2018 02:17:15 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:33884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gSd33-0006bN-9l for 33540@debbugs.gnu.org; Fri, 30 Nov 2018 02:17:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=GuY+Is+WBlnlkB4bn6id0PZKim69vttdJICMY347YQw=; b=dBqQuZg3hywX/ZiviXrDlaTI6f P7BonXPcYxL6AOCFd29G756TNpSi1b9feNseD22mNWazpnlPF1NGa915XOLVAKV4nLbTDTyX+KESi WwtaC0YE65mWCzOoKRUWQl9wb0fRmi1Of0LCw61Ax1RNk2WEyV0oG5RP/urkmzXG0pB0=; Received: from [14.139.128.15] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gSd2y-0000nP-V2; Fri, 30 Nov 2018 12:47:10 +0530 From: Arun Isaac Date: Fri, 30 Nov 2018 12:46:12 +0530 Message-Id: <20181130071612.6268-3-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181130071612.6268-1-arunisaac@systemreboot.net> References: <20181130071612.6268-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/dictionaries.scm (apertium): New variable. --- gnu/packages/dictionaries.scm | 62 +++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index b97535979..28cce41d0 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -26,6 +26,7 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix build-system gnu) #:use-module (guix build-system python) #:use-module (guix build-system trivial) @@ -34,9 +35,12 @@ #:use-module (gnu packages base) #:use-module (gnu packages curl) #:use-module (gnu packages emacs) + #:use-module (gnu packages flex) #:use-module (gnu packages fribidi) #:use-module (gnu packages linux) + #:use-module (gnu packages pcre) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages python) #:use-module (gnu packages readline) #:use-module (gnu packages texinfo) #:use-module (gnu packages compression) @@ -327,3 +331,61 @@ word (e.g. cats) into its lemma \"cat\" and the grammatical information . Generation is the opposite process.") (license (list license:gpl2 ; main license license:expat)))) ; utf8/* + +(define-public apertium + (package + (name "apertium") + (version "3.5.2") + (source + (origin + (method url-fetch) + (uri (string-append + "https://github.com/apertium/apertium/releases/download/v" + version "/apertium-" version ".tar.gz")) + (sha256 + (base32 + "0lrx58ipx2kzh1pd3xm1viz05dqyrq38jbnj9dnk92c9ckkwkp4h")) + (file-name (string-append name "-" version ".tar.gz")))) + (build-system gnu-build-system) + (inputs + `(("libxml2" ,libxml2) + ("libxslt" ,libxslt) + ("lttoolbox" ,lttoolbox) + ("pcre" ,pcre))) + (native-inputs + `(("apertium-get" + ,(origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/apertium/apertium-get") + (commit "692d030e68008fc123089cf2446070fe8c6e3a3b"))) + (sha256 + (base32 + "0kgp68azvds7yjwfz57z8sa5094fyk5yr0qxzblrw7bisrrihnav")))) + ("autoconf" ,autoconf) + ("automake" ,automake) + ("flex" ,flex) + ("libtool" ,libtool) + ("pkg-config" ,pkg-config) + ;; python is only required for running the test suite + ("python-minimal" ,python-minimal))) + (arguments + `(#:phases + (modify-phases %standard-phases + ;; If apertium-get does not exist in the source tree, the build tries + ;; to download it using an svn checkout. To avoid this, copy + ;; apertium-get into the source tree. + (add-after 'unpack 'unpack-apertium-get + (lambda* (#:key inputs #:allow-other-keys) + (copy-recursively (assoc-ref inputs "apertium-get") + "apertium/apertium-get") + #t))))) + (home-page "https://www.apertium.org/") + (synopsis "Rule based machine translation system") + (description "Apertium is a rule based machine translation system +featuring a shallow-transfer machine translation engine. The design of the +system makes translations fast (translating tens of thousands of words per +second on ordinary desktop computers) and, in spite of the errors, reasonably +intelligible and easily correctable.") + (license (list license:gpl2 ; main license + license:expat)))) ; utf8/* -- 2.19.1 From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 1/3] gnu: dictionaries: Use license prefix. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 02 Dec 2018 22:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 33540@debbugs.gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154378940925456 (code B ref 33540); Sun, 02 Dec 2018 22:24:01 +0000 Received: (at 33540) by debbugs.gnu.org; 2 Dec 2018 22:23:29 +0000 Received: from localhost ([127.0.0.1]:58424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTa9A-0006cW-LC for submit@debbugs.gnu.org; Sun, 02 Dec 2018 17:23:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44110) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTa99-0006cK-9E for 33540@debbugs.gnu.org; Sun, 02 Dec 2018 17:23:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTa92-0003R0-2V for 33540@debbugs.gnu.org; Sun, 02 Dec 2018 17:23:21 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38390) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTa8u-0003MS-HK; Sun, 02 Dec 2018 17:23:15 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56250 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gTa8u-00084R-AA; Sun, 02 Dec 2018 17:23:12 -0500 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181128165506.4580-1-arunisaac@systemreboot.net> <20181130071612.6268-1-arunisaac@systemreboot.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 12 Frimaire an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 02 Dec 2018 23:23:10 +0100 In-Reply-To: <20181130071612.6268-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Fri, 30 Nov 2018 12:46:10 +0530") Message-ID: <874lbvlga9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Hello, Arun Isaac skribis: > * gnu/packages/dictionaries.scm: Import (guix licenses) with license: > prefix. Fix all license fields. LGTM! Ludo=E2=80=99. From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 2/3] gnu: Add lttoolbox. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 02 Dec 2018 22:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 33540@debbugs.gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154378959125752 (code B ref 33540); Sun, 02 Dec 2018 22:27:01 +0000 Received: (at 33540) by debbugs.gnu.org; 2 Dec 2018 22:26:31 +0000 Received: from localhost ([127.0.0.1]:58428 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTaC7-0006hI-6w for submit@debbugs.gnu.org; Sun, 02 Dec 2018 17:26:31 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44538) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTaC5-0006h4-IT for 33540@debbugs.gnu.org; Sun, 02 Dec 2018 17:26:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTaBz-0004rP-I1 for 33540@debbugs.gnu.org; Sun, 02 Dec 2018 17:26:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTaBz-0004rI-FD; Sun, 02 Dec 2018 17:26:23 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56252 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gTaBz-0008OK-83; Sun, 02 Dec 2018 17:26:23 -0500 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181130071612.6268-1-arunisaac@systemreboot.net> <20181130071612.6268-2-arunisaac@systemreboot.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 12 Frimaire an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 02 Dec 2018 23:26:21 +0100 In-Reply-To: <20181130071612.6268-2-arunisaac@systemreboot.net> (Arun Isaac's message of "Fri, 30 Nov 2018 12:46:11 +0530") Message-ID: <87y397k1ki.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Arun Isaac skribis: > * gnu/packages/dictionaries.scm (lttoolbox): New variable. [...] > + (origin > + (method url-fetch) > + (uri (string-append > + "https://github.com/apertium/lttoolbox/releases/download/v" > + version "/lttoolbox-" version ".tar.gz")) Instead of relying on generated tarballs like this one whose content may change over time, we=E2=80=99re now switching to using =E2=80=98git-fetch= =E2=80=99. Could you change this one accordingly? > + (add-after 'unpack 'patch-autogen > + (lambda _ > + (substitute* "autogen.sh" > + ((" && ./configure \"\\$@\"") "")) Another option to deal with broken autogen.sh scripts is to remove them. :-) > + (synopsis "Lexical processing toolbox") > + (description "Lttoolbox is a toolbox for lexical processing, morphol= ogical > +analysis and generation of words. Analysis is the process of splitting a > +word (e.g. cats) into its lemma \"cat\" and the grammatical information > +. Generation is the opposite process.") Maybe @code{}. OK with these changes, thanks! Ludo=E2=80=99. From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 3/3] gnu: Add apertium. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 02 Dec 2018 22:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 33540@debbugs.gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154378969925927 (code B ref 33540); Sun, 02 Dec 2018 22:29:02 +0000 Received: (at 33540) by debbugs.gnu.org; 2 Dec 2018 22:28:19 +0000 Received: from localhost ([127.0.0.1]:58432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTaDr-0006k7-Kb for submit@debbugs.gnu.org; Sun, 02 Dec 2018 17:28:19 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44843) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTaDp-0006jr-3a for 33540@debbugs.gnu.org; Sun, 02 Dec 2018 17:28:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTaDj-0005r9-6X for 33540@debbugs.gnu.org; Sun, 02 Dec 2018 17:28:12 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTaDj-0005qx-1n; Sun, 02 Dec 2018 17:28:11 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=56254 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gTaDi-0002vR-QT; Sun, 02 Dec 2018 17:28:11 -0500 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181130071612.6268-1-arunisaac@systemreboot.net> <20181130071612.6268-3-arunisaac@systemreboot.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 12 Frimaire an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 02 Dec 2018 23:28:09 +0100 In-Reply-To: <20181130071612.6268-3-arunisaac@systemreboot.net> (Arun Isaac's message of "Fri, 30 Nov 2018 12:46:12 +0530") Message-ID: <87sgzfk1hi.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Arun Isaac skribis: > * gnu/packages/dictionaries.scm (apertium): New variable. [...] > + (origin > + (method url-fetch) > + (uri (string-append > + "https://github.com/apertium/apertium/releases/download/v" > + version "/apertium-" version ".tar.gz")) Please use =E2=80=98git-fetch=E2=80=99 as well. > + (native-inputs > + `(("apertium-get" > + ,(origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/apertium/apertium-get") > + (commit "692d030e68008fc123089cf2446070fe8c6e3a3b"))) > + (sha256 > + (base32 > + "0kgp68azvds7yjwfz57z8sa5094fyk5yr0qxzblrw7bisrrihnav")))) Is there a Git submodule that would make this unnecessary? Otherwise LGTM, thanks! Ludo=E2=80=99. From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 2/3] gnu: Add lttoolbox. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 03 Dec 2018 07:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33540@debbugs.gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154382260029239 (code B ref 33540); Mon, 03 Dec 2018 07:37:01 +0000 Received: (at 33540) by debbugs.gnu.org; 3 Dec 2018 07:36:40 +0000 Received: from localhost ([127.0.0.1]:58658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTimW-0007bW-2e for submit@debbugs.gnu.org; Mon, 03 Dec 2018 02:36:40 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:56274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTimU-0007bO-0S for 33540@debbugs.gnu.org; Mon, 03 Dec 2018 02:36:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=nfpt4OynJFNgrsicnmQajKGdOGaCWlnBm5w09Gxv9ZE=; b=pqhgkxfSWFd3qQ83H5zIMMxjj+ bmI5MDk7XMAjFA7LL7g8lwZ3LTmh2jv5Np4kjgILs53I/B4aqnE9JM5u0SYXs5YcJGnJPJmQLrx5O EAJdVjMCRxVJ3RE0oueTqVP8AXXw6R722U+DbwgED6BO3Tx2PpshBzC5YyHXXeV6ARLw=; Received: from [14.139.128.15] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gTimO-0002Ms-TN; Mon, 03 Dec 2018 13:06:34 +0530 From: Arun Isaac In-Reply-To: <87y397k1ki.fsf@gnu.org> References: <20181130071612.6268-1-arunisaac@systemreboot.net> <20181130071612.6268-2-arunisaac@systemreboot.net> <87y397k1ki.fsf@gnu.org> Date: Mon, 03 Dec 2018 13:06:26 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >> + (origin >> + (method url-fetch) >> + (uri (string-append >> + "https://github.com/apertium/lttoolbox/releases/download/v" >> + version "/lttoolbox-" version ".tar.gz")) > > Instead of relying on generated tarballs like this one whose content may > change over time, we=E2=80=99re now switching to using =E2=80=98git-fetch= =E2=80=99. Could you > change this one accordingly? I don't think https://github.com/apertium/apertium/releases/download/v3.5.2/apertium-3.5.= 2.tar.gz is an autogenerated tarball. That is at https://github.com/apertium/apertium/archive/v3.5.2.tar.gz . Should I still switch to using git-fetch? That said, I tried building lttoolbox again now, and the hash does seem to have changed. I don't understand what's going on. > OK with these changes, thanks! The other suggested changes are fine. I'll make them once we decide what to do about the source tarball. From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH 2/3] gnu: Add lttoolbox. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 03 Dec 2018 09:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 33540@debbugs.gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.15438297799199 (code B ref 33540); Mon, 03 Dec 2018 09:37:01 +0000 Received: (at 33540) by debbugs.gnu.org; 3 Dec 2018 09:36:19 +0000 Received: from localhost ([127.0.0.1]:58691 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTkeJ-0002OI-Kj for submit@debbugs.gnu.org; Mon, 03 Dec 2018 04:36:19 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47479) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTkeI-0002O6-7e for 33540@debbugs.gnu.org; Mon, 03 Dec 2018 04:36:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTkeC-0007sh-1b for 33540@debbugs.gnu.org; Mon, 03 Dec 2018 04:36:12 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTkeB-0007sb-VJ; Mon, 03 Dec 2018 04:36:11 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=51508 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gTkeB-0007q5-Mz; Mon, 03 Dec 2018 04:36:11 -0500 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181130071612.6268-1-arunisaac@systemreboot.net> <20181130071612.6268-2-arunisaac@systemreboot.net> <87y397k1ki.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 Frimaire an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 03 Dec 2018 10:36:10 +0100 In-Reply-To: (Arun Isaac's message of "Mon, 03 Dec 2018 13:06:26 +0530") Message-ID: <87ftvf7y0l.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Arun Isaac skribis: >>> + (origin >>> + (method url-fetch) >>> + (uri (string-append >>> + "https://github.com/apertium/lttoolbox/releases/download/= v" >>> + version "/lttoolbox-" version ".tar.gz")) >> >> Instead of relying on generated tarballs like this one whose content may >> change over time, we=E2=80=99re now switching to using =E2=80=98git-fetc= h=E2=80=99. Could you >> change this one accordingly? > > I don't think > https://github.com/apertium/apertium/releases/download/v3.5.2/apertium-3.= 5.2.tar.gz > is an autogenerated tarball. That is at > https://github.com/apertium/apertium/archive/v3.5.2.tar.gz . Should I > still switch to using git-fetch? > > That said, I tried building lttoolbox again now, and the hash does seem > to have changed. I don't understand what's going on. Ouch. Indeed GitHub has an =E2=80=9Casset=E2=80=9D feature that some proje= cts use, which allows them to upload tarballs. You could use that (esp. since the project uses the Autotools), except if it turns out to be modified in place too often=E2=80=A6 Ludo=E2=80=99. From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH v2 0/3] Add lttoolbox, apertium References: <20181128165506.4580-1-arunisaac@systemreboot.net> In-Reply-To: <20181128165506.4580-1-arunisaac@systemreboot.net> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 03 Dec 2018 16:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 33540@debbugs.gnu.org Cc: Arun Isaac , ludo@gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154385586030172 (code B ref 33540); Mon, 03 Dec 2018 16:51:02 +0000 Received: (at 33540) by debbugs.gnu.org; 3 Dec 2018 16:51:00 +0000 Received: from localhost ([127.0.0.1]:59358 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTrQy-0007qa-L6 for submit@debbugs.gnu.org; Mon, 03 Dec 2018 11:51:00 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:41672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTrQx-0007qR-4I for 33540@debbugs.gnu.org; Mon, 03 Dec 2018 11:50:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=fdOtGReG8bZsN1nXa439UJAoNlXUAbvkO2JlM52oM2g=; b=UrxGUUtfuYuZm3Ltiaj7goydSK f+zxK5fiQPG3Ub91YvR7BUPZuk1aBuwlnJFtCVJ1bj6TrMzsWdDD36mda6lTbuEDYV5HBnNMOSbuX yTQDmqL9l++VRP5BXNOHPKlv0ZCQ5rZCFLWC6Wo8R+bBx+dR7SO1qeaNSxwzzD742vj8=; Received: from [103.5.134.173] (helo=steel.lan) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gTrQr-0000kc-Sw; Mon, 03 Dec 2018 22:20:55 +0530 From: Arun Isaac Date: Mon, 3 Dec 2018 22:20:20 +0530 Message-Id: <20181203165024.25334-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I am using the release tarballs for both lttoolbox and apertium, since they are the asset tarballs and not autogenerated ones. Also, it turns out that the hash change of the lttoolbox tarball was due [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 1.5 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [103.5.134.173 listed in dnsbl.sorbs.net] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) I am using the release tarballs for both lttoolbox and apertium, since they are the asset tarballs and not autogenerated ones. Also, it turns out that the hash change of the lttoolbox tarball was due to a configure script being added. Therefore the patch-autogen phase is no longer necessary. Like you mentioned, apertium does have a submodule for apertium-get. But, we cannot use it because we are using the release tarball. The other suggested changes are not a problem. I have made them. The updated patches follow. If there's nothing else, I'll push to master in 24 hours. Arun Isaac (3): gnu: dictionaries: Use license prefix. gnu: Add lttoolbox. gnu: Add apertium. gnu/packages/dictionaries.scm | 107 +++++++++++++++++++++++++++++++--- 1 file changed, 99 insertions(+), 8 deletions(-) -- 2.19.1 From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH v2 1/3] gnu: dictionaries: Use license prefix. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 03 Dec 2018 16:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 33540@debbugs.gnu.org Cc: Arun Isaac , ludo@gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154385587030241 (code B ref 33540); Mon, 03 Dec 2018 16:52:01 +0000 Received: (at 33540) by debbugs.gnu.org; 3 Dec 2018 16:51:10 +0000 Received: from localhost ([127.0.0.1]:59362 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTrR2-0007rH-TV for submit@debbugs.gnu.org; Mon, 03 Dec 2018 11:51:10 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:41676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTrR0-0007qj-1D for 33540@debbugs.gnu.org; Mon, 03 Dec 2018 11:51:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=FfYIWYMh1qWRdButzS3lMFNoxhSYlj92viI7FbuMeTA=; b=Or0r/57ACiGigVMxnpaf6/3/0K WMykyhUZiXoPJ/AO/EO0E7021IiZncIak5jojS/5CeaW8F6gBOCCmrg7QXIEDfa1sEaI+9ayFvo9m UG69F2GxmNodWx3+uCJcq90wQiVIY5sHaa7asy+XcvfeJ+uqWvGxihLQ95RLZQDchBpc=; Received: from [103.5.134.173] (helo=steel.lan) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gTrQv-0000kc-O2; Mon, 03 Dec 2018 22:20:58 +0530 From: Arun Isaac Date: Mon, 3 Dec 2018 22:20:21 +0530 Message-Id: <20181203165024.25334-2-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181203165024.25334-1-arunisaac@systemreboot.net> References: <20181203165024.25334-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/dictionaries.scm: Import (guix licenses) with license: prefix. Fix all license fields. --- gnu/packages/dictionaries.scm | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletio [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.5 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [103.5.134.173 listed in dnsbl.sorbs.net] -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/dictionaries.scm: Import (guix licenses) with license: prefix. Fix all license fields. --- gnu/packages/dictionaries.scm | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 3d58589e5..57aac87fc 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2017, 2018 Nicolas Goaziou ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018 Pierre-Antoine Rouby +;;; Copyright © 2018 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -22,7 +23,7 @@ ;;; along with GNU Guix. If not, see . (define-module (gnu packages dictionaries) - #:use-module (guix licenses) + #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu) @@ -87,7 +88,7 @@ (description "V.E.R.A. (Virtual Entity of Relevant Acronyms) is a list of computing acronyms distributed as an info document.") - (license fdl1.3+))) + (license license:fdl1.3+))) (define-public gcide (package @@ -125,7 +126,7 @@ acronyms distributed as an info document.") be used via the GNU Dico program or accessed online at http://gcide.gnu.org.ua/") (home-page "http://gcide.gnu.org.ua/") - (license gpl3+))) + (license license:gpl3+))) (define-public diction ;; Not quite a dictionary, not quite a spell checker either… @@ -147,7 +148,7 @@ Diction is used to identify wordy and commonly misused phrases in a body of text. Style instead analyzes surface aspects of a written work, such as sentence length and other readability measures.") (home-page "https://www.gnu.org/software/diction/") - (license gpl3+))) + (license license:gpl3+))) (define-public ding (package @@ -207,7 +208,7 @@ work, such as sentence length and other readability measures.") (description "Ding is a dictionary lookup program for the X window system. It comes with a German-English dictionary with approximately 270,000 entries.") (home-page "http://www-user.tu-chemnitz.de/~fri/ding/") - (license gpl2+))) + (license license:gpl2+))) (define-public grammalecte (package @@ -234,7 +235,7 @@ a dubious expression is wrong, it will keep silent. The package provides the command line interface, along with a server and a Python library.") - (license gpl3+))) + (license license:gpl3+))) (define-public translate-shell (package @@ -283,4 +284,5 @@ and a Python library.") translator powered by Google Translate (default), Bing Translator, Yandex.Translate and Apertium. It gives you easy access to one of these translation engines from your terminal.") - (license public-domain))) + (license license:public-domain))) + -- 2.19.1 From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH v2 2/3] gnu: Add lttoolbox. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 03 Dec 2018 16:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 33540@debbugs.gnu.org Cc: Arun Isaac , ludo@gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154385587130249 (code B ref 33540); Mon, 03 Dec 2018 16:52:02 +0000 Received: (at 33540) by debbugs.gnu.org; 3 Dec 2018 16:51:11 +0000 Received: from localhost ([127.0.0.1]:59366 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTrR8-0007ri-J3 for submit@debbugs.gnu.org; Mon, 03 Dec 2018 11:51:10 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:41682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTrR3-0007rK-LY for 33540@debbugs.gnu.org; Mon, 03 Dec 2018 11:51:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=loA8h8nO1MR+Z73O9h+qvzeBT3uVdrVKM9vuyN+H0GY=; b=cejhjrVn1/LmAvjTxT0YRBhTQx Arja/Y5yU+XAbKwo0wg6n9rTqzU0OB478v55/djJ0sFndN2drJirUo4fEs1Qw2I5yB6+jSGu8mElK StzxnDxVUMlKEjQMZiNjJ7fVWabZavsb2P4jwg4N7M7IIAMpi+Tws8uS1DWN13Ghzy/M=; Received: from [103.5.134.173] (helo=steel.lan) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gTrQz-0000kc-JW; Mon, 03 Dec 2018 22:21:02 +0530 From: Arun Isaac Date: Mon, 3 Dec 2018 22:20:22 +0530 Message-Id: <20181203165024.25334-3-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181203165024.25334-1-arunisaac@systemreboot.net> References: <20181203165024.25334-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/dictionaries.scm (lttoolbox): New variable. --- gnu/packages/dictionaries.scm | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 57aac87fc..6f58eee0a 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -30,15 +30,18 @@ [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.5 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [103.5.134.173 listed in dnsbl.sorbs.net] -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) * gnu/packages/dictionaries.scm (lttoolbox): New variable. --- gnu/packages/dictionaries.scm | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 57aac87fc..6f58eee0a 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -30,15 +30,18 @@ #:use-module (guix build-system python) #:use-module (guix build-system trivial) #:use-module (gnu packages) + #:use-module (gnu packages autotools) #:use-module (gnu packages base) #:use-module (gnu packages curl) #:use-module (gnu packages emacs) #:use-module (gnu packages fribidi) #:use-module (gnu packages linux) + #:use-module (gnu packages pkg-config) #:use-module (gnu packages readline) #:use-module (gnu packages texinfo) #:use-module (gnu packages compression) - #:use-module (gnu packages tcl)) + #:use-module (gnu packages tcl) + #:use-module (gnu packages xml)) (define-public vera @@ -286,3 +289,30 @@ Yandex.Translate and Apertium. It gives you easy access to one of these translation engines from your terminal.") (license license:public-domain))) +(define-public lttoolbox + (package + (name "lttoolbox") + (version "3.5.0") + (source + (origin + (method url-fetch) + (uri (string-append + "https://github.com/apertium/lttoolbox/releases/download/v" + version "/lttoolbox-" version ".tar.gz")) + (sha256 + (base32 + "08y6pf1hl7prwygy1g8h6ndqww18pmb9f3r5988q0pcrp8w6xz6b")) + (file-name (string-append name "-" version ".tar.gz")))) + (build-system gnu-build-system) + (inputs + `(("libxml2" ,libxml2))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (home-page "http://wiki.apertium.org/wiki/Lttoolbox") + (synopsis "Lexical processing toolbox") + (description "Lttoolbox is a toolbox for lexical processing, morphological +analysis and generation of words. Analysis is the process of splitting a +word (e.g. cats) into its lemma \"cat\" and the grammatical information +@code{}. Generation is the opposite process.") + (license (list license:gpl2 ; main license + license:expat)))) ; utf8/* -- 2.19.1 From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH v2 3/3] gnu: Add apertium. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 03 Dec 2018 16:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 33540@debbugs.gnu.org Cc: Arun Isaac , ludo@gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154385587130256 (code B ref 33540); Mon, 03 Dec 2018 16:52:02 +0000 Received: (at 33540) by debbugs.gnu.org; 3 Dec 2018 16:51:11 +0000 Received: from localhost ([127.0.0.1]:59368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTrR8-0007rq-Tj for submit@debbugs.gnu.org; Mon, 03 Dec 2018 11:51:11 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:41686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gTrR7-0007rY-Iq for 33540@debbugs.gnu.org; Mon, 03 Dec 2018 11:51:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=oMWhfxDWIrDevDINSIebFj4jksvEwD9rKGqn2JnZWtQ=; b=O6oSYIN8lXzW1U9tR+jV0I+Zy6 HfzKohEfor4sdicz1Jw0MnxvTlhHk4nnpq3r3AUQWnwagNe2F0fWaY9ZhPbRVK20nyCg/S+OCof8k W8sDWJeoJH33fjDr8/Z8QFqVAQw+tvlqCaymRPDvunpenBJmFJLv7400MRIzDBoME6Wc=; Received: from [103.5.134.173] (helo=steel.lan) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gTrR3-0000kc-FC; Mon, 03 Dec 2018 22:21:06 +0530 From: Arun Isaac Date: Mon, 3 Dec 2018 22:20:23 +0530 Message-Id: <20181203165024.25334-4-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181203165024.25334-1-arunisaac@systemreboot.net> References: <20181203165024.25334-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/dictionaries.scm (apertium): New variable. --- gnu/packages/dictionaries.scm | 59 +++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 6f58eee0a..039ec4596 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -26,6 +26,7 @@ # [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.5 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [103.5.134.173 listed in dnsbl.sorbs.net] -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) * gnu/packages/dictionaries.scm (apertium): New variable. --- gnu/packages/dictionaries.scm | 59 +++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 6f58eee0a..039ec4596 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -26,6 +26,7 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix build-system gnu) #:use-module (guix build-system python) #:use-module (guix build-system trivial) @@ -34,9 +35,12 @@ #:use-module (gnu packages base) #:use-module (gnu packages curl) #:use-module (gnu packages emacs) + #:use-module (gnu packages flex) #:use-module (gnu packages fribidi) #:use-module (gnu packages linux) + #:use-module (gnu packages pcre) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages python) #:use-module (gnu packages readline) #:use-module (gnu packages texinfo) #:use-module (gnu packages compression) @@ -316,3 +320,58 @@ word (e.g. cats) into its lemma \"cat\" and the grammatical information @code{}. Generation is the opposite process.") (license (list license:gpl2 ; main license license:expat)))) ; utf8/* + +(define-public apertium + (package + (name "apertium") + (version "3.5.2") + (source + (origin + (method url-fetch) + (uri (string-append + "https://github.com/apertium/apertium/releases/download/v" + version "/apertium-" version ".tar.gz")) + (sha256 + (base32 + "0lrx58ipx2kzh1pd3xm1viz05dqyrq38jbnj9dnk92c9ckkwkp4h")) + (file-name (string-append name "-" version ".tar.gz")))) + (build-system gnu-build-system) + (inputs + `(("libxml2" ,libxml2) + ("libxslt" ,libxslt) + ("lttoolbox" ,lttoolbox) + ("pcre" ,pcre))) + (native-inputs + `(("apertium-get" + ,(origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/apertium/apertium-get") + (commit "692d030e68008fc123089cf2446070fe8c6e3a3b"))) + (sha256 + (base32 + "0kgp68azvds7yjwfz57z8sa5094fyk5yr0qxzblrw7bisrrihnav")))) + ("flex" ,flex) + ("pkg-config" ,pkg-config) + ;; python is only required for running the test suite + ("python-minimal" ,python-minimal))) + (arguments + `(#:phases + (modify-phases %standard-phases + ;; If apertium-get does not exist in the source tree, the build tries + ;; to download it using an svn checkout. To avoid this, copy + ;; apertium-get into the source tree. + (add-after 'unpack 'unpack-apertium-get + (lambda* (#:key inputs #:allow-other-keys) + (copy-recursively (assoc-ref inputs "apertium-get") + "apertium/apertium-get") + #t))))) + (home-page "https://www.apertium.org/") + (synopsis "Rule based machine translation system") + (description "Apertium is a rule based machine translation system +featuring a shallow-transfer machine translation engine. The design of the +system makes translations fast (translating tens of thousands of words per +second on ordinary desktop computers) and, in spite of the errors, reasonably +intelligible and easily correctable.") + (license (list license:gpl2 ; main license + license:expat)))) ; utf8/* -- 2.19.1 From unknown Sun Jun 22 08:01:45 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#33540] [PATCH v2 0/3] Add lttoolbox, apertium Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 04 Dec 2018 08:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 33540 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 33540@debbugs.gnu.org Received: via spool by 33540-submit@debbugs.gnu.org id=B33540.154391260716200 (code B ref 33540); Tue, 04 Dec 2018 08:37:01 +0000 Received: (at 33540) by debbugs.gnu.org; 4 Dec 2018 08:36:47 +0000 Received: from localhost ([127.0.0.1]:59774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gU6CF-0004DE-Ar for submit@debbugs.gnu.org; Tue, 04 Dec 2018 03:36:47 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58763) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gU6CD-0004Cz-H8 for 33540@debbugs.gnu.org; Tue, 04 Dec 2018 03:36:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gU6C6-00083T-DM for 33540@debbugs.gnu.org; Tue, 04 Dec 2018 03:36:40 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gU6C5-00082t-VW; Tue, 04 Dec 2018 03:36:38 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=60894 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gU6C4-00057D-TQ; Tue, 04 Dec 2018 03:36:37 -0500 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181203165024.25334-1-arunisaac@systemreboot.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 14 Frimaire an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 04 Dec 2018 09:36:35 +0100 In-Reply-To: <20181203165024.25334-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Mon, 3 Dec 2018 22:20:20 +0530") Message-ID: <878t158z8s.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Arun Isaac skribis: > I am using the release tarballs for both lttoolbox and apertium, since th= ey > are the asset tarballs and not autogenerated ones. Also, it turns out tha= t the > hash change of the lttoolbox tarball was due to a configure script being > added. Therefore the patch-autogen phase is no longer necessary. > > Like you mentioned, apertium does have a submodule for apertium-get. But,= we > cannot use it because we are using the release tarball. > > The other suggested changes are not a problem. I have made them. The upda= ted > patches follow. If there's nothing else, I'll push to master in 24 hours. Alright! Thanks, Ludo=E2=80=99. From unknown Sun Jun 22 08:01:45 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#33540: closed (Re: [PATCH v2 0/3] Add lttoolbox, apertium) Message-ID: References: <20181128165506.4580-1-arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 33540 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 33540@debbugs.gnu.org Date: Tue, 04 Dec 2018 18:43:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1543948982-25331-1" This is a multi-part message in MIME format... ------------=_1543948982-25331-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #33540: [PATCH 0/3] Add apertium which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 33540@debbugs.gnu.org. --=20 33540: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D33540 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1543948982-25331-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 33540-done) by debbugs.gnu.org; 4 Dec 2018 18:42:04 +0000 Received: from localhost ([127.0.0.1]:60941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gUFe0-0006Z6-Bb for submit@debbugs.gnu.org; Tue, 04 Dec 2018 13:42:04 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:58450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gUFdx-0006Yf-GT for 33540-done@debbugs.gnu.org; Tue, 04 Dec 2018 13:42:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=EQ6aHhuxXtVvPm2MGbPAe7CZZ6yfHOjbysn8g/4tqvk=; b=qDLTokgDKBY37SGNBgGaXxWaY 8u0WI6rGLW2eUN8IQ/x/ART7HBVqnwI1Gbo9GmiZ09ReIOlAuFtVgTczPDym7wIFFDfssxPc+PM/y 086vniD6P7bSPsMNOKkLEhZs9XFoGrqa0Ci+9c51hyAOdJi0b/u5Na7m5tr3PUnCp2jKE=; Received: from [103.5.134.173] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gUFdt-0003xP-4l; Wed, 05 Dec 2018 00:11:58 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [PATCH v2 0/3] Add lttoolbox, apertium In-Reply-To: <878t158z8s.fsf@gnu.org> References: <20181203165024.25334-1-arunisaac@systemreboot.net> <878t158z8s.fsf@gnu.org> Date: Wed, 05 Dec 2018 00:11:50 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Pushed to master. Thanks for the review! Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.5 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [103.5.134.173 listed in dnsbl.sorbs.net] -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 33540-done Cc: 33540-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) Pushed to master. Thanks for the review! ------------=_1543948982-25331-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Nov 2018 16:56:04 +0000 Received: from localhost ([127.0.0.1]:53687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gS388-0002zQ-0W for submit@debbugs.gnu.org; Wed, 28 Nov 2018 11:56:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34874) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gS386-0002yv-IE for submit@debbugs.gnu.org; Wed, 28 Nov 2018 11:56:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS380-0005id-LH for submit@debbugs.gnu.org; Wed, 28 Nov 2018 11:55:57 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=2.9 required=5.0 tests=BAYES_00,RCVD_IN_SBL_CSS, RCVD_IN_SORBS_WEB autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gS380-0005iQ-I8 for submit@debbugs.gnu.org; Wed, 28 Nov 2018 11:55:56 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS37z-00033x-Es for guix-patches@gnu.org; Wed, 28 Nov 2018 11:55:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS37v-0005cS-C2 for guix-patches@gnu.org; Wed, 28 Nov 2018 11:55:55 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:35590) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gS37u-0005Yf-Sr for guix-patches@gnu.org; Wed, 28 Nov 2018 11:55:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=LqPEastXlMtm554ZidA1MfuVe+9yYaEgu/vbX72jspw=; b=h7QO7qpft2ZQ2ipqMOgYFR8l7M Biv8TLVDSNoa1cK8wBBFlbIzk9jNY/8S74QlljGt/lKU3P+ur0ev+HROcy6s9XVXFFfEi94czMmZd JoHopL1wgJtehEG1Gq0YogMhxE0zyK1hScD4DNbPY0D6o96IlTG6/7fqXlWkUFPBp4mY=; Received: from [103.5.134.173] (helo=steel.lan) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gS37p-0002y8-JR; Wed, 28 Nov 2018 22:25:46 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH 0/3] Add apertium Date: Wed, 28 Nov 2018 22:25:06 +0530 Message-Id: <20181128165506.4580-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) This patchset adds apertium, the machine translation system. Arun Isaac (3): gnu: dictionaries: Use license prefix. gnu: Add lttoolbox. gnu: Add apertium. gnu/packages/dictionaries.scm | 121 +++++++++++++++++++++++++++++++--- 1 file changed, 113 insertions(+), 8 deletions(-) -- 2.19.1 ------------=_1543948982-25331-1--