GNU bug report logs - #77521
[PATCH] gnu: Add jupp.

Previous Next

Package: guix-patches;

Reported by: nomike <nomike <at> nomike.com>

Date: Fri, 4 Apr 2025 01:55:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: nomike <nomike <at> nomike.com>
To: guix-patches <at> gnu.org
Cc: nomike <nomike <at> nomike.com>
Subject: [PATCH] gnu: Add jupp.
Date: Fri,  4 Apr 2025 03:52:07 +0200
* gnu/packages/text-editors.scm (jupp): New variable.

Change-Id: I8e030ec4b9e78dc7bb5a020f69aeb6e2c3886b60
---
 gnu/packages/text-editors.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 9a72c74cac..f1c656ff26 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -718,6 +718,33 @@ (define-public joe
 bindings and many of the powerful features of GNU Emacs.")
     (license license:gpl3+)))
 
+(define-public jupp
+  (package
+    (name "jupp")
+    (version "3.1jupp41")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://www.mirbsd.org/MirOS/dist/jupp/joe-" version
+                           ".tgz"))
+       (sha256
+        (base32
+         "0by8c640kxdf05xvrj8n6awg5mq847iwkhryz7zzxghryn5fmf3v"))))
+    (build-system gnu-build-system)
+    (inputs (list ncurses))
+    (home-page "http://mirbsd.de/jupp")
+    (synopsis "User friendly full screen text editor")
+    (description
+    "This is the portable version of JOE’s Own Editor, which is currently developed at sourceforge,
+licenced under the GNU General Public License, Version 1, using autoconf/automake. This version has
+been enhanced by several functions intended for programmers or other professional users, and has a
+lot of bugs fixed. It is based upon an older version of joe because these behave better overall.
+jupp also does come with the editor flavours known from joe, specifically, jmacs, joe, jpico,
+jstar, and rjoe. Not all features of jupp are available for these though (but all the bugfixes, and
+syntax highlighting is still enabled by default for these, while it is not auto-enabled in jupp).")
+    (license license:gpl1+)))
++
+
 (define-public jucipp
   (package
     (name "jucipp")
-- 
2.45.2





This bug report was last modified 39 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.