From b9fc6410fb22a0c08510ddd90d39809378db8239 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 24 Oct 2010 23:25:39 +0000 Subject: [PATCH] Update to bibtex2html 1.96. This brings the following changes: - bib2bib: option "--php-output" to produce output as a PHP 2D array. - bib2bib: options "--remove" and "--rename" to remove or rename fields. - bib2bib: option "--no-comment", to prevent generation of extra comments. - Fixed support for DOI links: when field "doi" is already an URL, the DOI prefix is not prepended. - Tags "bibtexnumber" and "bibtexitem" are now inserted to ease the customization using CSS. - Option -debug now prints the exact BibTeX commmand which is run. - New option --note-html similar to --note but assuming a bibtex field already in HTML format. --- textproc/bibtex2html/Makefile | 2 +- textproc/bibtex2html/distinfo | 6 +++--- textproc/bibtex2html/files/patch-Makefile.in | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 textproc/bibtex2html/files/patch-Makefile.in diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index 1d94bb070004..64eecc4c1ade 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.94 +PORTVERSION= 1.96 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index aae73810843f..488fb3da4c43 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.94.tar.gz) = 16e6656156e10c07747163a0914058b8 -SHA256 (bibtex2html-1.94.tar.gz) = fc78c6ccb925f9b14177f99ca212c8335ba18949dcad8c61f14a398c934887aa -SIZE (bibtex2html-1.94.tar.gz) = 84438 +MD5 (bibtex2html-1.96.tar.gz) = cd63fcb95043a3677377b87f30bef7d4 +SHA256 (bibtex2html-1.96.tar.gz) = f21dccea4d84e84f97017b0bc6a6ba854c62e6cb87e337c74a3dbc097b1a9482 +SIZE (bibtex2html-1.96.tar.gz) = 90178 diff --git a/textproc/bibtex2html/files/patch-Makefile.in b/textproc/bibtex2html/files/patch-Makefile.in new file mode 100644 index 000000000000..6e68e3c8aad1 --- /dev/null +++ b/textproc/bibtex2html/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2010-09-29 06:56:25.000000000 +0000 ++++ Makefile.in 2010-10-24 23:00:14.000000000 +0000 +@@ -60,7 +60,7 @@ BIB2BIBOBJS = options.cmx bibtex.cmx bib + bibfilter.cmx latexmacros.cmx latexscan.cmx expand.cmx \ + html.cmx biboutput.cmx version.cmx copying.cmx bib2bib.cmx + +-all: @OCAMLBEST@ doc ++all: @OCAMLBEST@ + + opt: bibtex2html$(EXE) bib2bib$(EXE) +