From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id KNSjFCxhY19tVwAA0tVLHw (envelope-from ) for ; Thu, 17 Sep 2020 13:14:20 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id uJOtECxhY1+MWQAAbx9fmQ (envelope-from ) for ; Thu, 17 Sep 2020 13:14:20 +0000 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 CC78A94062F for ; Thu, 17 Sep 2020 13:14:19 +0000 (UTC) Received: from localhost ([::1]:59974 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kItju-0006Na-Jv for larch@yhetil.org; Thu, 17 Sep 2020 09:14:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kItjh-0006Lz-8e for guix-devel@gnu.org; Thu, 17 Sep 2020 09:14:05 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:44936) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kItjf-00021f-Mc for guix-devel@gnu.org; Thu, 17 Sep 2020 09:14:04 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 9407F3076; Thu, 17 Sep 2020 15:14:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KjgMS9RWw4au; Thu, 17 Sep 2020 15:14:00 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:910:103f::de6]) by hera.aquilenet.fr (Postfix) with ESMTPSA id AF6473014; Thu, 17 Sep 2020 15:13:59 +0200 (CEST) Date: Thu, 17 Sep 2020 15:13:28 +0200 From: Andreas Enge To: Ricardo Wurmus Subject: Re: Packaging pd Message-ID: <20200917131328.GA3641@jurong> References: <20200903110907.GA6487@jurong> <87r1rddgy2.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87r1rddgy2.fsf@elephly.net> Received-SPF: neutral client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/17 09:14:01 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_BL=0.001, RCVD_IN_MSPIKE_L3=0.001, SPF_HELO_PASS=-0.001, SPF_NEUTRAL=0.779 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: 3o+DzwNtbFWJ Thanks for your replies, Ludovic and Ricardo! On Mon, Sep 07, 2020 at 12:22:45PM +0200, Ricardo Wurmus wrote: > > Now there already is a "pd" in Guix; are there any precedents on how to > > name a second pd? "pd-polytope"? "primal-dual"? "pd-primal-dual"? > “pd” in Guix is “Pure Data”, the visual data flow language that’s often > used for music. It is an option to rename it to “pure-data”. I opted for "primal-dual" and put it into guix-past. So there is no particular reason to rename the "pd" that already made it into guix master. Andreas