Commit graph

23 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
kristerw
e7ea54b462 Make sure -Wl,-R${PREFIX}/lib is added when linking, so that this work
on platforms (such as NetBSD 1.6) where ncurses from pkgsrc is needed.

Bump PKGREVISION.
2005-10-01 18:52:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
rillig
0a3dc72632 Added two patches that are necessary for NetBSD-1.6.2. Approved by wiz.
In NetBSD-1.6.2, the <stdlib.h> header uses the word bufsize as a
parameter name in a function prototype. The "file.h" header #defines
bufsize to 4096, which leads to a parser error.
2005-03-11 21:22:24 +00:00
agc
01907502f3 Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
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
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
e47eb6e58f Convert to buildlink3. 2004-04-11 08:14:24 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
60511a1127 Builds and runs fine with native curses now;
replace USE_NCURSES with INCOMPAT_CURSES.
2003-06-20 07:23:36 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
0fd75d0851 Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
2003-01-24 13:36:17 +00:00
jmmv
097ef91c5a Initial import of hnb, version 1.8.1. Description follows:
hnb stands for Hierarchical NoteBook. It is a console (ncurses)
program to organize many kinds of data in one place, including
addresses, TODO lists, ideas, book reviews, brainstorming,
speech outlines, etc. It stores data in XML format, and is
capable of native export to ASCII and HTML.

Approved by wiz.

This closes my own PR 18233 (the package was provided there).
2002-11-29 20:17:24 +00:00