From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 6GxJJVjZl2I+KgAAbAwnHQ (envelope-from ) for ; Wed, 01 Jun 2022 23:25:44 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 4IA4JVjZl2InxgAA9RJhRA (envelope-from ) for ; Wed, 01 Jun 2022 23:25:44 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 41C7D1C7EB for ; Wed, 1 Jun 2022 23:25:44 +0200 (CEST) Received: from localhost ([::1]:55822 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwVqY-0005qo-Mf for larch@yhetil.org; Wed, 01 Jun 2022 17:25:42 -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 Content-Type: multipart/mixed; boundary="=-=-=" 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1654118744; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=cHantV2aiVCkkcIxwp4Ef691ny+s4wmZUkjhSoFZFgM=; b=X/V/u+LcW91RC2WuEm2ghmuDEAbjFxho5OQ0slWLtrIB24YOj7p+dRYbhKkk5ZXL/6lV3X FnPUbvvjiCQwUSlqMDWe/bx0wvQvHhoMbBJxpQdhSD6fMVLXn1YV9hxsJDvLXZLlh51O/l J4XuCv8zvQp0UUmLjbBatS8EEZMb2bsF3T/9Y61BNxklFLwptZqYVkcVzkUNxdHTUL5hST 2lWmntV0BAdX8RCnmQRNyHyt6yzTqcO8kJzs1srY9b16x7/bojzBPofM25pYpVBhJEKyBR wmj735AVH+KXKQrNhoS5ETCFRIB8m/ZEWJtalxD+pLfMefEkXicSTH76npInKQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654118744; a=rsa-sha256; cv=none; b=I02MgYrCWQgurPk8y6wZ8jEp3HCoB7qo1beX3yXeOTTvftAVMcuqaETaGjmhpLaSw0JP0T 2u40ULVOAdB6PuOqkAGqf96tNof9fvRr6N9/Xomb80tPvMnErwq5AkfsPj9GDOe4lFZA0/ kf61vacrjBMgwNA385Svk7h30Bx11N5Q5t3icvkNEsTmR2CbjVdd77SPjgnimxBE5vnuU0 F8fpW3cItRdZJ6gBtX5JvuLEq2LTqcrUxI8CBTQ20hJQr6n5H5WlFFSz1PEwbtJoR3wbpR XQsk2Z4OfPcLSYZ4ttviHIWwob2veQs8NawpyBFYjxsTJotX1sTOMZ52UOZXBg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=YOA59ScV; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.83 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=YOA59ScV; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 41C7D1C7EB X-Spam-Score: -3.83 X-Migadu-Scanner: scn0.migadu.com X-TUID: y1bCc/lJ+c/o --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Foo Chuan Wei skribis: > * gnu/packages/code.scm (cdecl): New variable. Applied with the changes below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline 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 --=-=-=--