diff options
author | gerald <gerald@FreeBSD.org> | 2007-02-17 08:11:13 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-02-17 08:11:13 +0800 |
commit | 35aa2e8c92e75ff038a2c9acf0cd760645b843e4 (patch) | |
tree | cf09556804f9c5183a5a873e60edeff25773038d /textproc | |
parent | abe33dc405d1c31303992a8e63ea34c7d802e629 (diff) | |
download | freebsd-ports-gnome-35aa2e8c92e75ff038a2c9acf0cd760645b843e4.tar.gz freebsd-ports-gnome-35aa2e8c92e75ff038a2c9acf0cd760645b843e4.tar.zst freebsd-ports-gnome-35aa2e8c92e75ff038a2c9acf0cd760645b843e4.zip |
Update to bibtex2html 1.85. This brings the following changes:
- 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.
- Macros \textin (<sub>), \textsu (<sup>), \textsi (<i>), and macros
\textln, \textos, \textdf, \textsw without translation.
- Option -t now sets the title of f_bib.html too (and of entries
files when used with -multiple).
Submitted by: rafan
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bibtex2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/bibtex2html/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index 51dc4ba85634..2d4ad9534f1b 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.84 +PORTVERSION= 1.85 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index 2f20d87b9b9d..43e3d3726f5e 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.84.tar.gz) = d2e6521640a2f31112aba81904d9b6b6 -SHA256 (bibtex2html-1.84.tar.gz) = 38a204fa482f1dd6e6c3275576d50c8a7968e772421340b9bc53a3c3de899385 -SIZE (bibtex2html-1.84.tar.gz) = 66617 +MD5 (bibtex2html-1.85.tar.gz) = cc6a0e600cc82741fd94d38b671129f8 +SHA256 (bibtex2html-1.85.tar.gz) = c1bdff5920afad6456b2722c8c787d9906959fc36b82d192fbc62a8d2410919b +SIZE (bibtex2html-1.85.tar.gz) = 67044 |