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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77521 in the body.
You can then email your comments to 77521 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77521; Package guix-patches. (Fri, 04 Apr 2025 01:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to nomike <nomike <at> nomike.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 04 Apr 2025 01:55:03 GMT) Full text and rfc822 format available.

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





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Tue, 08 Apr 2025 10:00:02 GMT) Full text and rfc822 format available.

Notification sent to nomike <nomike <at> nomike.com>:
bug acknowledged by developer. (Tue, 08 Apr 2025 10:00:02 GMT) Full text and rfc822 format available.

Message #10 received at 77521-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: nomike <nomike <at> nomike.com>
Cc: 77521-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add jupp.
Date: Tue, 8 Apr 2025 11:59:25 +0200
Thanks for the patch, which I have just pushed with small changes:
- Made long lines shorter, after running
    ./pre-inst-env guix lint jupp
- Shortened by description by taking out sentences with too much
  marketing speak or little meaning.
- Changed the license to gpl1 only; the file main.c explicitly mentions
  this version and that work combined into a larger binary may be
  distributed under later GPL versions, but which does not cover all
  uses.

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 06 May 2025 11:24:11 GMT) Full text and rfc822 format available.

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.