pkgsrc/editors
wen 2bd2ed6bf8 Update to 4.0
Upstream changes:
JOE 4.0
JOE now has pop-up shell windows with full terminal emulation and shell commands
that can control the editor. Hit F1 - F4 to bring up a shell window.
See Pop-up shell feature for a full description.
The status command (^K SPACE) can now be customized using the same syntax
as the status bar. Look for smsg and zmsg in joerc to see how to do this.
parserr (the error parser) will parse only the highlighted block if it's set. Before it always parsed the entire buffer.
Now there is a per-buffer concept of current directory. This was added to
make the pop-up shell windows work better, but it's useful in general.
At file prompts you can begin a new anchored path without having to delete
the old one. It means that ~jhallen/foo//etc/passwd is translated to /etc/passwd.
Prompt windows are now highighted to indicate which parts of the path are
being dropped. There is a syntax file for this: filename.jsf
The error parser now ignores ANSI sequences (some versions of grep
color their results, now JOE can still parse it).
Temporary messages are now dismissed by keyboard input only. Before, they
could also be dismissed by shell input.
Tags search now supports multiple matches. ^K ; can be configured to
either provide a menu of the matches or to cycle through them.
Tags search will now match on the member name part of member functions
('fred' will match 'myclass::fred').
Tags search will prepend the path to the tags file file name in the tags
file. This is important when JOE finds the tags file via the TAGS
environment variable.
Remove ` as quote character from incremental search.
Clean up documentation, convert much of it to Markdown.

JOE 3.8
Search JOE image for :include files referenced by the joerc file.
Include ftyperc file in the JOE image.
Change default indent from 2 to 4. Add quick menu to change to common
indent values: ^T = (1, 2, 4, or 8). Switch to + and - for definitively
setting or clearing options so that 0 and 1 can be use for quick select.
Added option to suppress DEADJOE file
Jump to matching delimiter (Ctrl-G) has been improved. It can now use the
syntax files to parse the document in order to identify strings and
comments which should be skipped during the matching delimiter search.
(patch by Charles Tabony).
When 'notite' mode is enabled, JOE now emits linefeeds to preserve the
screen contents in the terminal emulator's scrollback buffer. This can be
suppressed with a new flag: nolinefeeds.
JOE now starts up quiet (prints no extra messages when starting).
Messages are collected in a startup log (view with ESC x showlog).
There is a new flag 'noexmsg' which, when set, makes JOE quiet when it shuts
down (suppresses "File not changed so no update needed" message).
Use 80th column if terminal has xn capability (patch by pts and Egmont
Koblinger).
Support italic text (on some terminal emulators) with "\l" (patch by
Egmont Koblinger)
Support bracketed paste (patch by Egmont Koblinger)
Fix line number in syntax highlighter error output
Prevent infinite loops caused by buggy syntax definitions.
New and improved syntax definitions for:
Ant: contributed by Christian Nicolai
Batch files: contributed by John Jordan
C#: contributed by John Jordan
Debian apt sources.list: contributed by Christian Nicolai
Elixir: contributed by Andrew Lisin
Erlang: contributed by Christian Nicolai, Jonas Rosling, Andrew Lisin
git-commit messages: contributed by Christian Nicolai
Go: contributed by Matthias S. Benkmann
HAML: contributed by Christian Nicolai
INI: contributed by Christian Nicolai
iptables: contributed by Christian Nicolai
Javascript: contributed by Rebecca Turner, Christian Nicolai
json: contributed by Rebecca Turner
Markdown: contributed by Christian Nicolai, Jonas Rosling
Powershell: contributed by Oskar Liljeblad
Prolog: contributed by Christian Nicolai
Puppet: contributed by Christian Nicolai, Eric Eisenhart
Sieve: contributed by Christian Nicolai
YAML: contributed by Christian Nicolai
(from github.com/cmur2/joe-syntax)
Syntax definition fixes for: C, Python, Java, Lua, sh, Ruby, PHP, TeX,
CSS, and XML
Save/restore utf-8 and crlf modes when changing in/out of hex edit for
better display
Fix autocomplete for paths containing spaces
Accept mouse events beyond column 208 (patch by Egmont Kobligner)
Adjust guess_indent behavior based on user feedback
Fix infinite loop in search and replace
Add a new command 'timer' which executes a macro every n seconds. I use
this for periodically injecting a command into a shell window for
overnight testing of some device.
Convert double to long long (if we have it) when printing hexadecimal.
Fix bug where undo was acting strangly in shell windows.
Fix crash when hitting -----------.. wordwrap bug.
Check for math functions
Use joerc if fancyjoerc not there.
fix segfault from -orphan
fix window size detection bug: can't take out types.h
from tty.c
update status line immediately on resize.
va_copy fix.
don't smartbackspace when smartbacks is off.
2015-05-03 01:45:32 +00:00
..
abiword Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
abiword-plugins Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
beav Rip out struct sgttyb. And <termio.h>. This is 2014. 2014-09-12 03:54:13 +00:00
beaver Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
biew stdint.h and glibc have only a very tangible relationship. 2015-02-19 22:25:54 +00:00
bvi Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ce Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ce-doc Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ce-x11 Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
conglomerate Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
cooledit Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
dasher Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
deforaos-editor Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
dhex Add missing patches. 2013-01-23 22:00:27 +00:00
easyedit Add termios.h formerly included by unistd.h. 2013-07-18 12:07:24 +00:00
ed Add PKGGNUDIR support. 2012-12-06 11:38:19 +00:00
edt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
elvis Fix rpath options. 2013-10-20 18:15:32 +00:00
elvis-x11 Fixes: 2013-04-06 03:45:05 +00:00
em Import editors/em-1.0.0 into the Packages Collection 2013-05-02 05:06:12 +00:00
emacs The default EMACS_TYPE is now emacs24. 2013-10-09 09:52:30 +00:00
emacs-nox11 '"# $NetBSD$" expected.' 2013-04-06 11:23:04 +00:00
emacs-packages elscreen is an old unmaintained package that doesn't work with emacs >= 24. 2015-04-05 20:09:05 +00:00
emacs-snapshot Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
emacs20 Use BROKEN_ON_PLATFORM for missing config entries. (yeah this one's my 2015-01-01 09:54:25 +00:00
emacs21 Rename options emacs-xaw3d to simply xaw3d. Ref: 2015-04-26 05:54:29 +00:00
emacs21-nox11 Rename options emacs-xaw3d to simply xaw3d. Ref: 2015-04-26 05:54:29 +00:00
emacs22 Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
emacs22-nox11 Remove some more wrong CONFLICTS. 2013-02-24 01:25:30 +00:00
emacs23 Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
emacs23-nox11 Bump PKGREVISION with some changes to emacs23. 2014-07-09 03:19:46 +00:00
emacs24 Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
emacs24-nox11 Update to match editors/emacs24/version.mk. Fixes EMACS_TYPE=emacs24nox. 2015-04-29 16:43:23 +00:00
ex Bump for curses removal 2013-10-10 11:09:35 +00:00
fe Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
gate Add patch-subs.c here as well (hi joerg) 2013-03-07 06:41:13 +00:00
gconf-editor Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
gedit Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
gedit-python Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
gedit3 Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
ghex Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
gice Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
gnuserv Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
gobby Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
gtranslator Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
gummi Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
heme (pkgsrc) Add LICENSE= gnu-gpl-v2 2014-12-10 06:57:25 +00:00
hexedit Works fine with system curses 2013-10-16 21:59:30 +00:00
hnb 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
javascript-mode Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
jde Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
jed Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
joe Update to 4.0 2015-05-03 01:45:32 +00:00
jove Honor pkgsrc CFLAGS and LDFLAGS; should fix the Linux build. 2013-04-28 03:19:36 +00:00
kate Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
kdissert Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
kile Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
kile-kde3 Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
leafpad Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
leim20 Update DEPENDS and bump PKGREVISION. While here, fix installation with 2013-02-17 18:37:26 +00:00
leim21 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
lpe Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
lyx Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
manedit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
matlab-mode Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
medit Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
mflteco Requires termcap. 2013-04-28 03:20:41 +00:00
mg Various fixes for SunOS support. 2014-07-07 18:06:58 +00:00
mg2a Add termios.h formerly included by unistd.h. 2013-07-18 12:07:24 +00:00
mined Mined really uses termcap. 2013-10-16 22:37:14 +00:00
mlview Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
mule Update reference to font installation path. Bump PKGREVISION. 2014-06-01 16:45:35 +00:00
mule-ucs Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
nano Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ne Use appropriate build target on SunOS. 2014-09-23 22:30:30 +00:00
nedit Add comment noting that this project is dead upstream. 2014-04-14 16:41:56 +00:00
ng Add socket libraries on SunOS. Fix from Sebastian Wiedenroth. 2013-10-24 09:32:08 +00:00
notecase Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
nts Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
nvi Fix build on SunOS with native curses. 2013-09-20 14:50:49 +00:00
nvi-m17n Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
obby Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
OmegaT Update to 3.1.7 2014-11-03 12:42:45 +00:00
p5-Acme-Padre-PlayCode Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
p5-Padre-Plugin-Autoformat Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Catalyst Don't expect perl to provide p5-Module-Pluggable (removed in 5.20). 2014-05-31 12:56:54 +00:00
p5-Padre-Plugin-DataWalker Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Debugger Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Ecliptic Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Encrypt Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Git Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-HG Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Kate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Nopaste Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-PerlCritic Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-PerlTidy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-SpellCheck Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-SVN Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-Vi Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Padre-Plugin-XS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-PPIx-EditorTools Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Wx-Scintilla Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
pico Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
poedit Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
qgoogletranslator Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
rox-edit Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
sam honour PKGMANDIR 2015-03-12 17:32:58 +00:00
sandy suckless downloads seem to change the file around so moved to ftp.netbsd.org 2013-04-26 18:31:28 +00:00
scite Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
se Reset maintainer, resigned. 2014-10-22 08:01:48 +00:00
Sigil Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
speedbar Resolves: 2013-04-06 20:27:16 +00:00
ssam Allow this package to be cross-built by specifying the BUILD_TARGET and 2013-05-11 05:31:52 +00:00
tamago builds with emacs24 2013-06-10 21:51:04 +00:00
tea Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
ted Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ted-cs Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-da Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-de Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-en-gb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-en-us Doesn't really need gtar. 2013-02-19 22:31:32 +00:00
ted-es Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-fr Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-it Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-nl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-no Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-pl Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-pt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
ted-sv Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
TeXmacs don't use mk/tex.buildlink3.mk. TeXmacs-devel did the same thing back 2015-05-02 05:36:15 +00:00
TeXmacs-devel Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
texmaker Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
texworks Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
tomboy Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
tweak Work with system curses 2013-10-16 23:28:49 +00:00
uemacs Don't include termcap.h on SunOS. 2014-09-23 22:37:29 +00:00
ve Don't include termcap.h on SunOS. 2014-09-23 22:21:43 +00:00
vigor Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
vile Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
vilearn "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable 2013-04-06 12:03:59 +00:00
vim remove ncursesw termcap sub I accidentally committed 2013-03-25 00:34:49 +00:00
vim-gtk2 Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
vim-lang Update to version 7.4.052. 2013-10-07 19:26:28 +00:00
vim-motif Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
vim-share Add support for lua in vim 2015-01-02 12:32:13 +00:00
vim-xaw Clean up libXaw handling. [1/2] 2013-01-15 16:21:34 +00:00
wily Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
xcoral ".for variable names should not contain uppercase letters" 2013-04-06 13:24:18 +00:00
xemacs Build with the portable dumper, following advice from upstream. This 2015-02-15 13:13:24 +00:00
xemacs-current Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:17:32 +00:00
xemacs-current-nox11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
xemacs-nox11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
xemacs-packages needs gzip(1) in manual do-install target 2015-03-17 17:48:19 +00:00
xfce4-mousepad Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
xjed Fixes: 2013-04-06 03:45:05 +00:00
xournal Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
xvile Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
xwpe Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
yudit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:43:30 +00:00
zile Bump PKGREVISION for boehm-gc default-on threads, just to be on 2014-04-30 14:19:40 +00:00
zim Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
Makefile Remove gedit3-spell and make the spell check plugin an (enchant) option 2014-12-06 20:41:36 +00:00