diff options
author | gerald <gerald@FreeBSD.org> | 2010-10-25 07:25:39 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-10-25 07:25:39 +0800 |
commit | 1eaa680a4ebc378ddd15f3738154be1945581511 (patch) | |
tree | 4bfd8f6ad7f2f468097ae3e9d5244ee22b71fed8 /textproc/bibtex2html | |
parent | 67d909ac1ccc2c4c4dc9fef900be9692c731a02f (diff) | |
download | freebsd-ports-gnome-1eaa680a4ebc378ddd15f3738154be1945581511.tar.gz freebsd-ports-gnome-1eaa680a4ebc378ddd15f3738154be1945581511.tar.zst freebsd-ports-gnome-1eaa680a4ebc378ddd15f3738154be1945581511.zip |
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.
Diffstat (limited to 'textproc/bibtex2html')
-rw-r--r-- | textproc/bibtex2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/bibtex2html/distinfo | 6 | ||||
-rw-r--r-- | textproc/bibtex2html/files/patch-Makefile.in | 11 |
3 files changed, 15 insertions, 4 deletions
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) + |