mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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.
This commit is contained in:
parent
a97e11d51e
commit
b9fc6410fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263540
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bibtex2html
|
||||
PORTVERSION= 1.94
|
||||
PORTVERSION= 1.96
|
||||
CATEGORIES= textproc print
|
||||
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
|
||||
|
||||
|
@ -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
|
||||
|
11
textproc/bibtex2html/files/patch-Makefile.in
Normal file
11
textproc/bibtex2html/files/patch-Makefile.in
Normal file
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user