summaryrefslogtreecommitdiff
path: root/textproc/biblook
AgeCommit message (Collapse)AuthorFilesLines
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-10-12Change my email address.seb1-2/+2
2005-10-04Honor PKGMANDIR. (patch-aa already existed but now don't set MANDIRreed3-6/+16
unless not defined, and put in the make environment.)
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.