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).
TDB is a Trivial Database. In concept, it is very much like GDBM,
and BSD's DB except that it allows multiple simultaneous writers
and uses locking internally to keep writers from trampling on
each other. TDB is also extremely small.
Approved by wiz.
This closes my own PR 18122.
changes:
- Added Indexer object, which can find index entries and present
them.
- Enabled nested markup in text.
- Added easier way to add references to files, images. Can now
also reference assets not in local folder.
- Ability to open/close branches of the site. Added a new
'Viewer' role. Users with this role can see closed branches.
- Request for approval now implemented; users can leave a message
for the editors.
- Added new definition list element.
- Images now have various alignment options.
- Beginnings of Silva XML import infrastructure.
* Fix colormap refcounting, which caused frequent metacity crashes
* GtkTreeView bug fixes
- Make TreeView reordering work on FreeBSD/Solaris
* Various bug fixes
- use ${PKG_SYSCONFBASE} instead of hardcoded /usr/pkg/etc
- keep the ID3v2 default as distributed, and depend on audio/id3v2
- don't depend on vorbis-tools: just inform the user about the need
to install at least one of the supported encoders
- sample config only has commented out entries, so install it only
in the examples directory
From PR 19187 by Piotr Stolc.
changes:
* May 30th, 2002: yafc 0.7.10 released
- fixed segfault in directory listing
* May 28th, 2002: yafc 0.7.9 released
- fixed segfault with bookmarks without login
- put, rm, untag, cat and ltag functions now handles quoted characters
correctly
- the "long command" setting now also applies to connection attempts
- Changed get -o function; if the argument ends with a slash it is always
considered a directory, if only one file is transferred and the
destination already exists and is a directory the file is put in that
directory
sysbuild is a script that simplifies the process of building NetBSD
releases and kernels as an unprivileged user. It should be clear enough
that it does not add any kind of magic to the NetBSD build system. It
just automates boring steps, like setup of permissions, directories,
execution of the build process, etc. It also provides enough
functionality to automatically update CVS source trees.
sysbuild can be easily used from command line or as a cron job, so
you can schedule most of the build jobs (really, it has been designed
to run perfectly from cron).
Approved by wiz.
add --with-libintl-prefix=XXX to configure args
(this could perhaps go into gettext-lib/buildlink2.mk, but there
could be "configure" incarnations not built from the "official" aclocal
file which don't digest it)
The logic is:
- if package defines USE_PKGLOCALEDIR and PKGLOCALEDIR is not 'share' as GNU
autotools expects then
- fix variables 'localedir', 'gnulocaledir' and define coorect 'LOCALEDIR' in
the Makefile.in.* files
From Packages.txt:
10.29 Packages providing locale catalogues
==========================================
If the package provides its own locale catalogues, the variable
USE_PKGLOCALEDIR should be defined. It will ensure that the package's
Makefile template files are fixed and point to the correct locale directories
(which may vary, depending on OS), if necessary. See also section 5.1 for
details about ${PKGLOCALEDIR}. This functionality is buildlink2-only.