From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 22F183858D1E for ; Mon, 19 Sep 2022 14:39:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 22F183858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]:43860) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaHw1-0003SL-MU for overseers@sourceware.org; Mon, 19 Sep 2022 10:39:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Subject:To:From:Date:in-reply-to: references; bh=tc5huhXPWmhFZMv40x2dB8B25CBQ/iYMqSnKu+/qnFw=; b=HgGJGQFAyGoWoD rk8GQsk7BxFARAA5fWe0IGT5l7L9WoucnTwqOjBE4zkOB/LwBxbTdKq97MUA2isBwzjfFuu/yPxB6 SlHfKBNn5/jT9KagtxFdotZtpei3CMkQBVJ0P4NgE1xY3+IaKUVzn4XdvQEdsBIwZ2NFgmE+spA4t yL45sWOb7DD1m7dd3DhO6/234q5J0YZ4GRiiq82WUaXUSiFDTCOvXMRIv2vSnkbvYFDmoo7AmXpvD e1XBw29Fx3c8d3D0MLXpXZIhbRcUZ/aMbZoJSmucmL1R/8UHzBun7gZPBpP4ocfiFHJ6dCpA6Uthp YQ5a8hNP3sy9OiDN+tRQ==; Received: from [5.121.237.186] (port=6416 helo=schwinger) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oaHw0-0002V3-Ie; Mon, 19 Sep 2022 10:39:45 -0400 Date: Mon, 19 Sep 2022 19:09:34 +0430 From: Mohammad-Reza Nabipoor To: overseers@sourceware.org Cc: jemarch@gnu.org Subject: Request of new project: pacme Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, I'm Mohammad-Reza Nabipoor and a GNU poke contributor and I'd like to host a project of mine called "pacme" (An acme-like interface to GNU poke) in sourceware. See below for details on the project. The code is licensed under GPLv3+, and we plan to eventually apply to make pacme an official GNU program, so we are following all the GNU standards and conventions. I'd need the following project resources if possible: - An empty git repository called pacme.git - A homepage in sourceware.org/pacme - A way to distribute released tarballs like a FTP We'll be using the GNU poke development list for discussion, and the poke bugzilla that is already in sourceware. So we don't need any additional things. pacme -- An acme-like GNU poke interface ======================================== This project consists of a bunch of small C programs that used together and collated by a screen manager (at the moment tmux is supported) provide a very flexible and powerful user interface to GNU poke, the extensible editor for binary data. These small C programs communicate with the poke daemon acting as pokelets, executing Poke code, processing the results, and implementing the several components of the user interface: REPL, byte-dump output, input and evaulation of multi-line Poke programs, tree viewer and editor of Poke data structures, etc.