2005-02-14 16:51:10 by Min Sik Kim | Files touched by this commit (2) | |
Log message:
Install documentation and update the man page to point to the correct
location. This fixed PR pkg/29371.
Bump PKGREVISION.
|
2005-02-14 16:40:19 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Specify minimum required version of ocaml in BUILD_DEPENDS.
|
2005-02-14 16:37:44 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Remove redundant PERL definition in CONFIGURE_ENV.
|
2005-02-14 16:36:19 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Disable pkgviews installation until ocaml supports it.
|
2005-02-04 22:56:14 by Adrian Portelli | Files touched by this commit (2) |
Log message:
- Update of bibtex2html from 1.65 to 1.74
- ok'ed minskim
Version 1.74, 22/10/2004
========================
o bib2bib: special characters \n \r \t and \ddd in regular expressions
o fix minor bug: when looking for cross-references, comparison of
keys is now case-insensitive
o footer and bibtex entries now enclosed in HTML paragraphs \
(<p>...</p>)
o in case of syntax error, the key of the entry where the error
occurred is shown
o new option -no-links to disable weblinks
o fix bug in bib2bib: preamble now enclosed with a single pair of braces
Version 1.72, 3/9/2004
======================
o --help now prints on standard output and exits successfully
o fixed bug with very long keys (when bibtex inserts % to cut lines)
o arguments to macros read from a file (option -m) are discarded
Version 1.71, 24/8/2004
=======================
o improved date sorting algorithm to handle days (e.g. month = "June 29")
o bib2bib: crossrefs are expanded before conditions are checked
o bib2bib: '_' allowed in field identifiers
o added option -w (--warn-error) to stop immediately when a warning
is issued.
Version 1.70, 30/6/2004
=======================
o fixed bug with crossrefs not translated from LaTeX to HTML
is issued.
Version 1.70, 30/6/2004
=======================
o fixed bug with crossrefs not translated from LaTeX to HTML
o macros for Greek letters now translated to HTML entities
Version 1.69, 6/4/2004
======================
o macros \bysame, \MR and \MRhref for AMS* stylew
o modified -bib.html output to circumvent a Konqueror bug
Version 1.68, 16/03/2004
========================
o fixed bug with parentheses-enclosed entries
o macros \relax, \hskip
Version 1.66, 18/02/2004
========================
o characters ( and ) in keys
o New FAQ: pb with quotes under MS Windows
|
2004-03-07 06:40:21 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
Import bibtex2html from pkgsrc-wip.
bibtex2html is a collection of tools for translating from BibTeX to
HTML. They allow to produce, from a set of bibliography files in
BibTeX format, a bibliography in HTML format. Here are some features:
o Handle any BibTeX style (even those producing multiple bibliographies);
o Use additional fields like abstract, url, ps, etc. to insert web links;
o Crossrefs are also replaced by links;
o Sort by dates or authors, in increasing or decreasing order;
o Read simple macros in TeX or LaTeX files;
o Show syntax errors in BibTeX files;
o Extract from one or several BibTeX files the set of entries satisfying a
given criterion.
|