GNU bug report logs -
#77521
[PATCH] gnu: Add jupp.
Previous Next
To reply to this bug, email your comments to 77521 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
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):
* 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):
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
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.