pkgsrc/editors
jmmv d9e0a998a2 Update to 1.9.17 and drop maintainership (never used it, really).
1.9.17
	bug fix, when saving hnb DTD, I also saved the text attribute
	removed the format names from prefs.c,.. now the string specified is
	used instead, (makes extending easier)
	improved the tokenizer for libcli, it now acts almost exactly as bash,
	even the hooks for understanding $variable_expansion is included in the
	code, uses a single malloc
	various bug fixes
	cleanups and merging of commands, e.g. go_root, go_recurse, and
	go_backrecurse are now go <root|backrecurse|recurse|up|down|left|right>
	search now is a single command taking direction and query as arguments.
	changed escape to be the key used to bring up the menu,.. and remapped
	^Q to be quit (again)
1.9.16
	attempts to fix the compile on OSX
		renaming mergesort to node_mergesort due to nameclash
		only compiling the static lib
	made indent and outdent only work when there is no data typed already,
	(thus making > and < allowed typed in navigation mode as long as
	they're not the first character typed.
	removed errors appearing with -pedantic (at least here)
	removing all macros with variable arguments replacing them with va_list
		removing inline statements from libcli
	created an utility function for string replacements, that I inserted
	into all the various import/export filters.
	added a function "insert_cal <month> <year>" which inserts the
	specified month/year in a fashion that makes hnb useable as a simple
	timeplanner as well. (when I get around to adding support for clones,
	this might be interesting)
	allowing the user to use <,>,+ and - when typing in new data without
	erratic behavior, and not the need to enter edit mode. (except if it is
	the first char of the data)
	fixed an issue with creating the first child, and pressing insert, and
	various other commands,..
	added rpm spec file from Asgeir Nilsen
	made file_opml and file_hnb interpret all attributes
	implemented buffered reading for the xml tokenizer
	changed the function prototype for functions that register with libcli,
	they must now register with an int (int argc, char **argv, void *data)
	function
		overhauled hnb to use this API, some more refinement might be
		needed in someplaces, but it seems to work OK for now.
	added a menu that is accesed from F9
1.9.15
	outdent fixed to be more efficient and work as intended
	added export context
	changed all import/export functions to use the query variable if
	filename passed is *
1.9.14
	bugfix: The new sort and shuffle functions could result in dataloss
	when saved.
	new feature: expand/collapse and expand_all/collapse_all are new
	bindable functions, expand/collapse is bound to +/- in the default
	config file, they force portions of the tree to stay open even when you
	leave it.
1.9.13
	Apparently I broke the nasty quick-sort I had implemented, when I
	changed the way the tree was stored. Implemented a Merge-sort which is
	faster anyways.
	Improved the behavior of non fixed navigation when the whole tree is
	displayed.
	Added a shuffle function (not currently bound), I used it while
	developing the new mergesort, but someone might find it useful.
1.9.12
	Changed the datastructure to use a "assosciation list" for storing the
	actual data. Will move all tags, like checkbox to this structure.
		Should actually make it possible to do the addition of start
		end date and other "columns" a breeze, perhaps even automatic
		for some export/import formats
	modified tree_duplicate to use the new node_duplicate function, and a
	modified version of the import_node which takes a single node with data
	set as input.
	added import_node_text which disregards all other data items
1.9.11
	changed node_swap to only swap relational pointers, thus making it
	easier to extend the data stored in Node later
		thus also changing and move node, indent/out-dent and sort to
		accommodate for a truer swap
	fixed a bug with editing of newly introduced child
		note: should perhaps move ui_action_edit into a built-in
		command that is handled specially since it now needs special
		attention by being a subcommand to ui_action_command
1.9.4-1.9.10 feb 2003
	re-implementation of positioning of selection bar in non fixed mode
	massive code cleanup and separation
	separation of variables from prefs.* to static variables in the code
	modules where they belonged
	integration with spell checker (Ispell, but through prefs it could
	easily be made Aspell instead)
	new preferences format
	ability to execute commands and running mail-client / web-browser if a
	node or it's children contain url's / mail addresses
	OPML import and export
	postscript export
	htmlcss export
	save_state and restore_state for single level undo where needed
	new XML tokenizer
	cut/paste functionality
1.9.3 jan 2003
	stabilising of the code
	ability to use default terminal colours, (patch from NN)
1.9.1 oct 2002
	option to remember current position in hnb file when saving/loading
	cleaned up most of the help-system code
	further code separation
1.9.0 oct 2002
	fixed the movement behaviour when going to the parent node,.. the
	screen jumped too much
	separated the various export and load filters into own files
	used my new libcli for the cli code, and as "glue" in some code spots
	reverted to a manual makefile instead of autoconf/automake
	improvements to dynamic key-bindings, multiple key-bindings for each
	action, all key-bindings in various context got their own choice in the
	preferences.
	The first of the actual key-bindings shown as help
	added some more bindings for the node editor, (skip word and bskip
	word, hooks for even more)
2004-12-05 08:28:45 +00:00
..
abiword Changes 2.0.14: 2004-11-22 13:31:46 +00:00
abiword-plugins Changes 2.0.14: 2004-11-22 13:31:46 +00:00
abiword1 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
beav s/netbsd.org/NetBSD.org/i 2004-05-12 21:56:52 +00:00
beaver Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
biew Update biew to version 5.6.2 to address PR#27252. 2004-10-13 22:16:37 +00:00
bvi Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ce Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
ce-doc Enable pkgviews installation, and use subst.mk. 2004-07-28 17:24:59 +00:00
ce-x11 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
conglomerate Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
cooledit Changes 3.17.12: 2004-11-30 15:00:34 +00:00
dasher Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
easyedit Update to 1.4.6. 2004-11-25 19:45:52 +00:00
ed Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to 2004-05-08 16:14:55 +00:00
elvis Fix SUBST_FILES.sysconf's value. 2004-05-31 09:17:38 +00:00
elvis-x11 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
emacs Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
emacs-nox11 bl3ify 2004-04-12 10:53:07 +00:00
emacs-packages Depend on riece instead of liece. Bump version to 0.6. 2004-11-30 15:42:02 +00:00
emacs20 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ex Change the INSTALL value to make this package actually install. 2004-02-18 21:29:10 +00:00
gbib Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
gconf-editor Update to 2.8.2: 2004-10-28 19:10:12 +00:00
gedit Update to 2.8.1: 2004-10-11 08:08:56 +00:00
gice Update to 0.6.2: list of changes unknown. Drop maintainership. 2004-12-05 08:13:02 +00:00
gnotepad Bump PKGREVISION for removal of db3 buildlink3.mk file from 2004-11-30 18:26:39 +00:00
gnuserv Update to 3.12.7. 2004-11-27 00:01:42 +00:00
gtranslator Add casts to unsigned char to make this build on -current. 2004-12-04 12:01:09 +00:00
hexedit Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
hnb Update to 1.9.17 and drop maintainership (never used it, really). 2004-12-05 08:28:45 +00:00
jde Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jed Fix compilation by detecting presense of <sys/stropts.h> and I_PUSH. Version 2004-06-21 17:51:41 +00:00
joe This pkg fails to build with make from NetBSD-1.6.2. Use the GNU make 2004-10-08 23:50:37 +00:00
jove Update to 4.16.0.63. Closes PR pkg/19924 by Greg A. Woods. 2003-09-22 14:10:14 +00:00
kile Update kile to 1.7.1. 2004-10-25 11:54:59 +00:00
leafpad Initial import of leafpad, version 0.7.5: 2004-11-04 14:27:51 +00:00
leim Make this aware of emacs21nox. 2004-05-08 15:15:07 +00:00
leim20 Fix depends, bump PKGREVISION. 2004-10-28 11:49:07 +00:00
lpe Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
lyx-qt Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the 2004-11-13 22:04:52 +00:00
lyx-xforms Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
manedit Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
matlab-mode Update to 2.3.1 (previous distfile disappeared). 2004-03-27 21:45:07 +00:00
mg2a Rewrite to use "stdarg.h" instead of "varargs.h" to fix build problem 2003-09-22 20:22:36 +00:00
mined Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
mlview Update to 0.7.0: 2004-10-03 09:43:57 +00:00
mule Correct spelling of ja-FreeWnn-lib and Canna-lib in use of BUILDLINK_PREFIX. 2004-05-13 19:29:42 +00:00
mule-ucs Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. 2004-05-08 13:35:20 +00:00
nano Update editors/nano to 1.2.4. 2004-10-21 03:39:04 +00:00
ne Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
nedit Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
ng Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
nvi This needs a curses. 2004-11-28 13:46:50 +00:00
nvi-m17n Use the same mechanism as used in nvi to switch off checks for grantpt(3) 2004-09-16 10:51:17 +00:00
pico Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
poedit Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
sam Convert to buildlink3. 2004-04-18 04:19:49 +00:00
speedbar Remove info files entries from PLIST. 2004-02-17 00:00:02 +00:00
ssam Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
tamago Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. 2004-05-08 13:35:20 +00:00
ted Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
ted-cs Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-da Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-de Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-en-gb Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-en-us Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-es Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-fr Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-it Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-nl Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-no Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-pl Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-pt Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
ted-sv Update Ted to version 2.16 2004-05-11 11:50:00 +00:00
TeXmacs Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
uemacs s/dependant/dependent/ 2004-02-13 23:46:25 +00:00
ve Make this compile with gcc3: varargs -> stdarg 2004-01-22 23:19:02 +00:00
vigor Convert to buildlink3. 2004-04-11 08:25:09 +00:00
vile Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
vilearn Fix install target under SunOS. From Jonathan Perkin in PR pkg/22932. 2003-09-25 12:56:34 +00:00
vim Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
vim-gtk Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
vim-gtk2 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
vim-kde Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
vim-motif Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
vim-share Updated vim to 6.3 2004-06-21 08:23:48 +00:00
vim-xaw Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
wily s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
xcoral s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
xemacs Convert to use bsd.options.mk, the following options are available: 2004-11-25 21:34:59 +00:00
xemacs-current Convert to use bsd.options.mk, the following options are available: 2004-11-25 21:42:59 +00:00
xemacs-nox11 Do not override version. 2004-02-15 03:01:57 +00:00
xemacs-packages Because the version number of this package is freely chosen there is no 2004-07-12 08:40:23 +00:00
xjed Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
xvile Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
xwpe Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
yudit Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
zile Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
Makefile Add and enable leafpad. 2004-11-04 14:29:38 +00:00