Up to [cvs.netbsd.org] / pkgsrc / converters / bibtex2html
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.29 / (download) - annotate - [select for diffs], Fri Feb 10 17:12:48 2012 UTC (3 months, 1 week ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.28: +14 -9
lines
Diff to previous 1.28 (colored)
Update bibtex2html to 1.97.
Changes:
o fixed translation of \u{a}, removed incorrect translations of \u{n}
and \u{N} (contributed by Domenico Bianculli)
o bib2bib conditions: support for \u (contributed by Domenico Bianculli)
Revision 1.28 / (download) - annotate - [select for diffs], Tue Dec 6 00:19:22 2011 UTC (5 months, 2 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.27: +2 -1
lines
Diff to previous 1.27 (colored)
Recursive bump for lang/ocaml buildlink addition.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Apr 1 21:14:53 2011 UTC (13 months, 3 weeks ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.26: +4 -4
lines
Diff to previous 1.26 (colored)
Fix build with current ocaml.
While here update to latest version - 1.96
ersion 1.96, September 29, 2010
================================
o option -debug now prints the exact BibTeX commmand which is run
o new option --note-html similar to --note but assuming a bibtex
field already in HTML format
o various little changes in the Makefile requested by the Debian maintainer
Version 1.95, March 23, 2010
============================
o bib2bib: option "--php-output" to produce output as a PHP 2D array
o bib2bib: options "--remove" and "--rename", to remove or rename fields
o new headers with proper copyright
o bib2bib: option "--no-comment", to prevent generation of extra
comments
o fixed support for DOI links: when field "doi" is already an URL, the
DOI prefix is not prepended
o tags "bibtexnumber" and "bibtexitem" are now inserted to ease the
customization using CSS
Version 1.94, 07/05/09
======================
o support for arXiv preprints links: a field "eprint = {xxx}" will be
recognized, if any, and a link to http://arxiv.org/abs/ will be displayed;
option -noeprint turns it off and option -eprintf-prefix <url> sets a
different prefix for the urls (contributed by Ari Stern)
Version 1.93, 12/12/08
======================
o bib2bib: giving '$date' as argument of option -s allows to sort from
oldest to newest entry
o bib2bib: field names in conditions may contain digits and '-' (usefull for
custom fields)
Version 1.92, 08/07/08
======================
o Windows installer (using NSIS nsis.sourceforge.net)
o new bib2bib option --expand-xrefs to perform crossrefs expansion
o option -m (reading macros from a file):
- fixed macro definition with \def
- macros with arguments are now supported
o added accents conversion for tilda, and fixed accents conversion
for \"i, \"\i and such (patch by Samuel Colin)
o fixed bib2bib command line options to accept --warn-error and
--quiet (as described in the manual)
Version 1.91, 20/02/2008
========================
o fixed bug in bib2bib and bibtex2html when quotes (") are used in fields
o fixed bug with -nobibsource and -multiple (bib links on the separate pages)
Version 1.90, 01/02/2008
========================
o bib2bib: = and <> are now case insensitive; use == and != instead
to perform case sensitive comparison
o correctly support $x$$y$ where the central $$ is not passing into
display math mode
o more cases for accent macros \' \~ \. \u \v (patch by John Kewley)
Revision 1.26 / (download) - annotate - [select for diffs], Sat Feb 21 15:53:04 2009 UTC (3 years, 3 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.25: +3 -1
lines
Diff to previous 1.25 (colored)
Add a build dependency on dvipsk, to build the manual.ps file, as it is no more provided by plain latex
Revision 1.25 / (download) - annotate - [select for diffs], Mon Mar 3 05:51:07 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.24: +16 -9
lines
Diff to previous 1.24 (colored)
Mechanical changes to add full DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Jan 10 18:15:29 2008 UTC (4 years, 4 months ago) by tonio
Branch: MAIN
Changes since 1.23: +4 -4
lines
Diff to previous 1.23 (colored)
Update converters/bibtex2html to 1.89 Version 1.89, 08/01/2008 ======================== o entry types and field names now typeset in lowercase in f_bib.html o new option -unicode to use Unicode entities for some macros (such as ◯ for \bigcirc, etc.) o new option -html-entities to use HTML entities for some macros such as \le, \approx, etc. (patch by Steven G. Johnson) o new option -header to insert a header (similar to -footer) (patch by Steven G. Johnson)
Revision 1.23 / (download) - annotate - [select for diffs], Sat Dec 1 14:19:35 2007 UTC (4 years, 5 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.22: +3 -2
lines
Diff to previous 1.22 (colored)
Update converters/bibtex2html to 1.88
Changes:
Version 1.88, 20/11/2007
========================
o new option -revkeys to number entries in reverse order
(patch by Walter Guttmann)
o fixed bug with '\ ' (backslash space) introduced in version 1.82
(shows up with -s gerplain)
o \c{C}, \"y, \"Y (patch by John Kewley)
o \k (using unicode entities, patch by John Kewley)
Version 1.87, 16/07/2007
========================
o \hat
o \mathfrak (supported but no font change, as for \mathcal ad \mathbb)
o \~a, \~A, \~o, and \~O
o -- translated to – and --- to —
Version 1.86, 21/03/2007
========================
o more accents macros: \oe \OE \~ \v \' \r
Revision 1.22 / (download) - annotate - [select for diffs], Fri Mar 2 21:20:14 2007 UTC (5 years, 2 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
update converters/bibtex2html to 1.85
Version 1.85, 2/11/2006
=======================
o fixed HTML output in f_bib.html: <pre> no more enclosed in <p>;
bibtex fields now typeset in lowercase; added links back to f.html
o macros \textin (<sub>), \textsu (<sup>), \textsi (<i>),
and macros \textln, \textos, \textdf, \textsw without translation
o fixed bug in --quiet under Windows
o option -t now sets the title of f_bib.html too (and of entries
files when used with -multiple)
Version 1.84, 19/10/2006
========================
o improved support for MRNUMBER of AMS styles: only first word used
in URL link
Version 1.83, 13/09/2006
========================
o support for DOI links: a field "DOI = {xxx}" will be recognized, if any,
and a link to http://dx.doi.org/xxx will be displayed;
option -no-doi turns it off and option -doi-prefix <url> sets a
different prefix for the DOI urls
o macro \H (Hungarian umlauts)
o new option -linebreak to insert a linebreak between an entry and its links
o new option -use-table to enforce the use of a table (to be used
_after_ -no-keys if needed)
Revision 1.21 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:49 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.20: +5 -5
lines
Diff to previous 1.20 (colored)
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 10 03:21:39 2006 UTC (5 years, 9 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed shortly.
Revision 1.19 / (download) - annotate - [select for diffs], Tue Jun 13 07:25:27 2006 UTC (5 years, 11 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Update converters/bibtex2html to 1.82 Version 1.82, 07/06/2006 ======================== o `` and '' translated to “ and ” o aesthetic changes: - no more line break between the entry and the links; - more space between an abstract and the next entry o improving date parsing: month field such as "2~" # dec is now parsed o fixed bug: a space after a macro is now discarded
Revision 1.18 / (download) - annotate - [select for diffs], Sat May 13 08:37:52 2006 UTC (6 years ago) by tonio
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Update converters/bibtex2html to 1.81 Version 1.81, 12/05/2006 ======================== o new option --print-keys to display the sorted keys (and exit) o improved date sorting to handle months such as mar # "\slash " # apr o no table anymore with -nokeys (only HTML paragraphs)
Revision 1.17 / (download) - annotate - [select for diffs], Wed Apr 26 07:30:10 2006 UTC (6 years ago) by tonio
Branch: MAIN
Changes since 1.16: +3 -4
lines
Diff to previous 1.16 (colored)
Update converters/bibtex2html to 1.80 Version 1.80, 15/3/2006 ======================= o remove leading ./ in front of relative URLs (was introduced a long time ago to circumvent an Internet Explorer bug; see below) o no more escaping of the character & in URLs Version 1.79, 22/2/2006 ======================= o fixed bug with ISO-latin characters in bib2bib conditions o fixed bug with implicit abbrevs (jan, feb, etc.)
Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:28 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 13 09:10:41 2006 UTC (6 years, 4 months ago) by tonio
Branch: MAIN
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
Update bibtex2html to 1.78 Changelog: - fixed bug with unbalanced brackets in bib2bib/bibtex2html output Fix pkglint warning about quoted SUBST_MESSAGE
Revision 1.14 / (download) - annotate - [select for diffs], Fri Nov 11 18:50:24 2005 UTC (6 years, 6 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 8 17:57:25 2005 UTC (6 years, 6 months ago) by tonio
Branch: MAIN
Changes since 1.12: +3 -2
lines
Diff to previous 1.12 (colored)
convert to use tex.buildlink3.mk
Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 27 09:12:01 2005 UTC (6 years, 6 months ago) by tonio
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Update converters/bibtex2html to 1.76 Version 1.76, 22/9/2005 ======================= o translation of \'c o replaced ISO latin 1 characters with their entity codes o support for Czech characters (both contributed by Danny Chrastina) Approved by minskim@
Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:07 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:43 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
Create directories before installing files into them.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:08 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 27 20:38:51 2005 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Use ocaml/bl3 instead of BUILD_DEPENDS. Fixes PR 29802 by Antoine Reilles.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Feb 28 15:16:33 2005 UTC (7 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
Update bibtex2html to 1.75.
Changes:
* updated manual (the manual was not reflecting the change of f-bib
into f_bib in version 1.74)
Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 14 15:51:10 2005 UTC (7 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.5: +15 -1
lines
Diff to previous 1.5 (colored)
Install documentation and update the man page to point to the correct location. This fixed PR pkg/29371. Bump PKGREVISION.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 14 15:40:19 2005 UTC (7 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Specify minimum required version of ocaml in BUILD_DEPENDS.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 14 15:37:44 2005 UTC (7 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (colored)
Remove redundant PERL definition in CONFIGURE_ENV.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 14 15:36:19 2005 UTC (7 years, 3 months ago) by minskim
Branch: MAIN
Changes since 1.2: +1 -3
lines
Diff to previous 1.2 (colored)
Disable pkgviews installation until ocaml supports it.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 4 21:56:14 2005 UTC (7 years, 3 months ago) by adrianp
Branch: MAIN
Changes since 1.1: +11 -2
lines
Diff to previous 1.1 (colored)
- 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
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 7 05:40:21 2004 UTC (8 years, 2 months ago) by minskim
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 7 05:40:21 2004 UTC (8 years, 2 months ago) by minskim
Branch: MAIN
Initial revision