From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 6ESSE+aizmNZKgAAbAwnHQ (envelope-from ) for ; Mon, 23 Jan 2023 16:08:22 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id KNJWE+aizmPKAQAAauVa8A (envelope-from ) for ; Mon, 23 Jan 2023 16:08:22 +0100 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 5C6E612C57 for ; Mon, 23 Jan 2023 16:08:21 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pJyQY-0001A2-3D; Mon, 23 Jan 2023 10:08:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pJyQU-00019c-PJ for guix-patches@gnu.org; Mon, 23 Jan 2023 10:08:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pJyQU-0006R2-AS for guix-patches@gnu.org; Mon, 23 Jan 2023 10:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pJyQT-0003iJ-JD for guix-patches@gnu.org; Mon, 23 Jan 2023 10:08:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61023] [PATCH] gnu: Add the jed editor. Resent-From: Ethan Blanton Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 23 Jan 2023 15:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61023 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61023@debbugs.gnu.org Received: via spool by 61023-submit@debbugs.gnu.org id=B61023.167448647214260 (code B ref 61023); Mon, 23 Jan 2023 15:08:01 +0000 Received: (at 61023) by debbugs.gnu.org; 23 Jan 2023 15:07:52 +0000 Received: from localhost ([127.0.0.1]:55053 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pJyQJ-0003hw-K6 for submit@debbugs.gnu.org; Mon, 23 Jan 2023 10:07:51 -0500 Received: from cathode.kb8ojh.net ([162.243.72.198]:53298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pJyQH-0003hq-RN for 61023@debbugs.gnu.org; Mon, 23 Jan 2023 10:07:50 -0500 Received: from anode.kb8ojh.net (pool-68-133-30-163.bflony.fios.verizon.net [68.133.30.163]) by cathode.kb8ojh.net (Postfix) with ESMTPSA id 40B6C407F6 for <61023@debbugs.gnu.org>; Mon, 23 Jan 2023 15:07:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kb8ojh.net; s=cathode; t=1674486469; bh=oU5zjJmwf/h/Z/0BKr00icjc4rYdy4yT3MavwIV7lXk=; h=Date:From:To:Subject:References:In-Reply-To:From; b=XETcDiAcpM99saReO3KoKBMPHCnA9JxMVeXjuTV3N4T7JE/bBk9sHUlO5Hjpae3d3 EiFTRTORDHYOZaTTIISkt68DRGle/4JjCp+/wn5+V4HbC8XTLXvzGEJ8P5SLC+8AFN ZofFGP3A+INcORFrFu3E1YmplsO2Fdip4SLHa5ZU= Received: by anode.kb8ojh.net (Postfix, from userid 1000) id D2085400E1; Mon, 23 Jan 2023 10:07:48 -0500 (EST) Date: Mon, 23 Jan 2023 10:07:48 -0500 Message-ID: References: <01a75079-fa31-ab16-1dbf-9211082026c3@makinata.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01a75079-fa31-ab16-1dbf-9211082026c3@makinata.eu> X-GnuPG-Fingerprint: 2A9A 7752 8B91 6586 6289 FD3D 6CA9 2AC6 A1A8 AD0E 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: , Reply-to: Ethan Blanton X-ACL-Warn: , Ethan Blanton via Guix-patches From: Ethan Blanton via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=kb8ojh.net header.s=cathode header.b=XETcDiAc; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1674486502; a=rsa-sha256; cv=none; b=T0RaJOny+IIRoiSnjaRmS6DPBII1fOi4zd5IG17I4GFoOwyV325crYE5Tfi49V/FQJpNog K1Cc8ZmPuPGMtb5k3P0zwjW1PLRie2sdSdwBDnhvY0LyAos3hgbnusVrcKJbMe8Jkl5ZG5 M0+8wfsEJoewlxegAecXwFn/FsLKeWQ24JbwdP8DyB5oBz2OhCkYgFBNwNanbGAlu9Qas5 CYVHdPf4P4mmzM1HyWXTS+mICDCHIwFfap1nhnnD4SGPTUEmvdDnSowj3WWikFyiHWcqRu K+4/c4qzJUOmBIYUL8TcO9sVGla8gBAB1/6U531rI7OGzRaIH3PjjmnwzktS6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1674486502; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc: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=9heNjHVwAOYy4jAAjC0e9j42G68qsqBUDI66VRkLkgI=; b=gVCzSlWqrHPu1bfqjxzX6UVCjdv+HL2PlF4n+R1ukvQSGTl6QgzA6oEI+CEUMYSDlQPeG5 8zZ++cEQBcrsLn7MIbzPsITPETRHWS4FUSw4TD5EHfIaf68igZXfzQZ3vxKC3R4KxaMOAn 1siNoAHC3XiKQ2UthxTtiUqWEYa0dVvrE1AxciFnbnUdkHUdbNN1NLXR4JUs1tmx+RUyrP 8GT2z8xv0z04lGxUrH4GssViM+hOHNEriQjhY61ta8NNC6k1yozXEYLF2HvQwEujfPwNuE ztT3zQ7ZXakPUTMN7DqBMYyl6/5edVsYCEbnR2oLKq4TXPPs0wnbV2UhPED7Lw== X-Spam-Score: -3.58 X-Migadu-Queue-Id: 5C6E612C57 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=kb8ojh.net header.s=cathode header.b=XETcDiAc; 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"; dmarc=pass (policy=none) header.from=gnu.org X-Migadu-Spam-Score: -3.58 X-TUID: E+tIQo6ahnZk * gnu/packages/text-editors.scm (jed): package for jed 0.99-19 --- gnu/packages/text-editors.scm | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 9dd5d7793f..3f570b3831 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -89,6 +89,7 @@ #:use-module (gnu packages regex) #:use-module (gnu packages ruby) #:use-module (gnu packages sdl) + #:use-module (gnu packages slang) #:use-module (gnu packages sqlite) #:use-module (gnu packages terminals) #:use-module (gnu packages texinfo) @@ -1391,3 +1392,38 @@ easy to modify and extend, or to use without doing either. The aim of Lite XL compared to lite is to be more user-friendly, improve the quality of font rendering, and reduce CPU usage.") (license license:expat))) + +(define-public jed + (package + (name "jed") + (version "0.99-19") + (source + (origin + (method url-fetch) + (uri (string-append "https://www.jedsoft.org/releases/jed/jed-" + version ".tar.bz2")) + (sha256 + (base32 "0qspdc6wss43wh1a8fddvf62xyhld5p7hl75grv4d95h5z73k8wp")) + (modules '((guix build utils))) + (snippet + #~(begin + (substitute* "src/Makefile.in" + (("/bin/cp") "cp")) + ;; jed links termcap by default but does not require it + (substitute* "configure" + (("TERMCAP=-ltermcap") "TERMCAP=")))))) + (build-system gnu-build-system) + (arguments (list #:configure-flags + #~(list (string-append "--with-slang=" + #$(this-package-input "slang"))) + ;; jed provides no tests + #:tests? #f)) + (inputs (list slang)) + (home-page "https://www.jedsoft.org/jed/") + (synopsis "Programmer's editor using S-Lang scripting for configuration") + (description + "Jed is a powerful programmer's editor using the S-Lang scripting language +for configuration and extensibility. It provides emulation modes for the +key bindings of many editors (including Emacs and WordStar), and has syntax +highlighting for dozens of languages. Jed is very small and fast.") + (license license:gpl2+))) -- 2.30.2