4 Maintainer: Thorsten Glaser <tg@mirbsd.de>
5 Homepage: https://www.mirbsd.org/jupp.htm
6 # Just drop B-D on autotools-dev or libselinux1-dev if needed,
7 # as they are optional and autodetected; debhelper 5 is enough.
8 Build-Depends: debhelper (>= 9),
10 # libselinux1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
11 libselinux1-dev [linux-any],
12 libtinfo-dev | libncurses-dev
13 Standards-Version: 3.9.8
14 VCS-git: https://anonscm.debian.org/git/collab-maint/jupp.git -b master
15 VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/jupp.git/?h=master
20 Depends: ${shlibs:Depends}, ${misc:Depends}
21 Breaks: joe (<< 3.7-2.3~)
24 Description: user friendly full screen text editor
25 Joe, the Joe's Own Editor, has the feel of most PC text editors: the key
26 sequences are reminiscent of WordStar and Turbo C editors, but the feature
27 set is much larger than of those. Joe has all of the features a Unix
28 user should expect: full use of termcap/terminfo, complete VI-style Unix
29 integration, a powerful configuration file, and regular expression search
30 system. It also has eight help reference cards which are always available,
31 and an intuitive, simple, and well thought-out user interface.
33 Joe has a great screen update optimisation algorithm, multiple windows
34 (through/between which you can scroll) and lacks the confusing notion of
35 named buffers. It has command history, TAB expansion in file selection
36 menus, undo and redo functions, (un)indenting and paragraph formatting,
37 filtering highlighted blocks through any external Unix command, editing
38 a pipe into or out of a command, block move, copy, delete or filter, a
39 bracketed paste mode automatically enabled on xterm-xfree86 and decimal
40 and hexadecimal gotos for lines, columns, and file offsets.
42 Through simple QEdit-style configuration files, Joe can be set up to
43 emulate editors such as Pico and Emacs, along with a complete imitation
44 of WordStar, and a restricted mode version (lets you edit only the files
45 specified on the command line). Joe also has a deferred screen update to
46 handle typeahead, and it ensures that deferral is not bypassed by tty
47 buffering. It's usable even at 2400 baud, and it will work on any
48 kind of sane terminal. Furthermore, it supports SELinux context copying
49 on Debian systems with the Linux kernel.
51 This version of JOE only comes with the Jupp flavour, to not conflict
52 with the Debian joe package, activated. The resource files and executable
53 links and menu entries for the other flavours are still available, though,
54 in the joe-jupp package.
59 Depends: ${misc:Depends}, jupp (>= 3.1.29)
63 Description: reimplement the joe Debian package using jupp
64 This package contains symbolic links to replace the Debian joe package
65 using the jupp package and implementation (both binaries and manpages).
66 It also contains the appropriate conffiles and, in contrast to Debian's
67 joe flavour, supports SELinux context copying (on Debian systems with
68 the Linux kernel), and has many bugs fixed and makes some of jupps new
69 features available to the joe, jstar, jmacs, jpico and rjoe flavours.