summaryrefslogtreecommitdiff
path: root/textproc/rarian
AgeCommit message (Collapse)AuthorFilesLines
2008-09-06Update to 0.8.1:wiz3-19/+11
Version 0.8.1 ------------- Fixes: * Ensure directories exist before reading them - bug #15755 * Close files and clean up behind us - bug #15654 * Fix potential crash when no info page exists - bug #15274 (Saleem Abdulrasool) * Remove longopts to make non-linux work properly - bug #11839 - These options should be unused in normal operation * If $USERNAME isn't set (MacOS), use a default name - bug #14872 * Fix potential crasher on mangled info dir file - bug #12515
2008-04-18Supports DESTDIR. Make sure that share/omf exists for binary packages asjoerg1-5/+5
well.
2008-04-11update to 0.8.0drochner3-8/+9
changes: * Add new attributes for hidden (NoDisplay) and default section (DocDefaultSection) to the .document file parsing * Increase scrictness of parsing in line with the spec. * omf files now return (approximate) fd.o categories * Add new requirement to define I_KNOW_RARIAN_0_8_IS_UNSTABLE before use * rarian.h is now a general inclusion guard and main functions have moved to rarian-main.h * Update example program to use new features -bugfixes pkgsrc note: While 0.8.0 is marked unstable, it is required by the upcoming 2.22 gnome release. There are no compatibility problems for clients installing help files, but build of yelp (the help browser) will be broken until it is updated.
2007-11-28Make sure that the correct path to "bash" is used in shell scripts.tron1-1/+3
2007-11-28Don't depend on "shells/bash" on platforms which provided "/bin/bash".tron1-2/+2
2007-11-12move the install/deinstall templates from scrollkeeper to rariandrochner1-0/+14
to reflect where the work is done (call the backwards-compatible rarian version "install-scrollkeeper" to leave room for a future non-compatibility version)
2007-11-05Mimic scrollkeeper's buildlink3.mk and create fake wrappers for thosejmmv1-1/+23
tools that we don't want packages to execute directly.
2007-10-11Import rarian-0.6 which will replace "scrollkeeper" as the documentationdrochner6-0/+127
installer in gnome-2.20. (For now, nothing depends on it; I want to make sure that it does at least compile on all relevant platforms.)