summaryrefslogtreecommitdiff
path: root/textproc/biblook
AgeCommit message (Collapse)AuthorFilesLines
2005-03-07Fix quoting.uebayasi1-2/+2
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-05-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw3-10/+16
problems found after fixing malloc problems
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-21Quote the variable when passing to MAKE_ENV.jschauma1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-31Initial import of biblook-2.9 into the Packages Collection.agc7-0/+159
Provided in PR 13012 by Stoned Elipot (Stoned.Elipot@script.jussieu.fr) Minor enhancements made by agc. Bibindex and biblook are programs for fast lookup in BibTeX bibliography data bases. Bibindex converts a .bib file to a .bix file, which is a compact binary representation of the .bib file containing hash tables for fast lookup, as well as byte offset positions into the corresponding .bib file. Biblook provides an interactive lookup facility using the .bix and .bib files.