summaryrefslogtreecommitdiff
path: root/textproc/rarian
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2010-01-30Added LICENSE information.heinz1-1/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-15/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-08Remove omf.mk -- use mk/omf-scrollkeeper.mk instead.wiz1-40/+0
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz1-0/+40
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
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.)