From patchwork Wed Jun 1 21:23:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 2774 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 A488327BBEA; Wed, 1 Jun 2022 22:25:26 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 6D4D527BBE9 for ; Wed, 1 Jun 2022 22:25:26 +0100 (BST) Received: from localhost ([::1]:55822 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwVqG-0005qo-Kt for patchwork@mira.cbaines.net; Wed, 01 Jun 2022 17:25:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34470) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwVow-0005oL-QJ for guix-patches@gnu.org; Wed, 01 Jun 2022 17:24:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58204) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nwVow-0007WQ-HN for guix-patches@gnu.org; Wed, 01 Jun 2022 17:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nwVow-0002vg-Cz for guix-patches@gnu.org; Wed, 01 Jun 2022 17:24:02 -0400 Subject: bug#55533: [PATCH] gnu: Add cdecl. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 01 Jun 2022 21:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55533 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55533-done@debbugs.gnu.org Mail-Followup-To: 55533@debbugs.gnu.org, ludo@gnu.org, chuanwei.foo@hotmail.com Received: via spool by 55533-done@debbugs.gnu.org id=D55533.165411860711196 (code D ref 55533); Wed, 01 Jun 2022 21:24:02 +0000 Received: (at 55533-done) by debbugs.gnu.org; 1 Jun 2022 21:23:27 +0000 Received: from localhost ([127.0.0.1]:52096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwVoN-0002uW-Gn for submit@debbugs.gnu.org; Wed, 01 Jun 2022 17:23:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwVoM-0002uH-1u for 55533-done@debbugs.gnu.org; Wed, 01 Jun 2022 17:23:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45136) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwVoG-0007TU-RT for 55533-done@debbugs.gnu.org; Wed, 01 Jun 2022 17:23:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=cHantV2aiVCkkcIxwp4Ef691ny+s4wmZUkjhSoFZFgM=; b=YOA59ScVAtyK0Wnwt/iq RUAsi1IICvkP4kyMKbguZl807uzGzCVWceCNkyXVFOZdcBar2O8wiQlO2JUXVdJOXN5M4OLd6Qipe xixrJ7cH3bP/IguSr1QvjKVejb0WV/03BVuAnb+7NZSDJRjs4h0cetvJUR9j4vEQ9dNotWbjUNubr hg9TMYQJgA3rT0YweEUR4+BY7HQ1mHnb3rlaq41BljcSVd58p6vk0CT1OcMPCsKtkJQudiW4jM3iS zIUtUlyK9QDaq0rwJNzWNU3qHhtLJcPck0tKV0tBza66pWWWqeQ4HsQVB+laHu/w2WLYtaRvL9SEa PSx89MvzEBgsxQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:58104 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwVoG-0008JK-Fb for 55533-done@debbugs.gnu.org; Wed, 01 Jun 2022 17:23:20 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: Date: Wed, 01 Jun 2022 23:23:18 +0200 In-Reply-To: (Foo Chuan Wei's message of "Fri, 20 May 2022 04:06:06 +0000") Message-ID: <87ee08rsc9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 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, Foo Chuan Wei skribis: > * gnu/packages/code.scm (cdecl): New variable. Applied with the changes below, thanks! Ludo’. diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index f0dd443560..437c735c79 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -1004,10 +1004,10 @@ (define-public cdecl (inputs (list readline)) (home-page "https://www.ibiblio.org/pub/linux/devel/lang/c/") (synopsis "Turn English phrases into C or C++ declarations and vice versa") - (description "@code{cdecl} is a program which will turn English-like phrases -into C declarations. It can also translate the C into the pseudo-English. And -it handles typecasts, too. Plus C++. And in this version it has command line -editing and history with the GNU readline library.") + (description "@code{cdecl} is a program that turns English-like phrases into C +declarations. It can also translate C into pseudo-English. It also handles +type casts and C++. It has command-line editing and history with the GNU +Readline library.") (license license:public-domain))) (define-public cscope