diff options
author | mef <mef@pkgsrc.org> | 2014-12-09 14:08:35 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-09 14:08:35 +0000 |
commit | 336cd779eef37f0d2f6c30df413f1a5ed60611ed (patch) | |
tree | eeeaf0bf86a2291d3a9615facd0939a0cb3302c9 /converters | |
parent | 93fa6ef319ba5ba83cdfb3b3a8ab9e7505c437c2 (diff) | |
download | pkgsrc-336cd779eef37f0d2f6c30df413f1a5ed60611ed.tar.gz |
Update 1.97 o 1.98
Version 1.98, July 4, 2014
==========================
o fixed escaping of character & in URLs
o fixed translation of -- and --- (contributed by Gabriel Scherer)
o more macros: \dj \DJ (contributed by Domenico Bianculli)
o \textsuperscript
o temporary files are now created in the current directory
to avoid bibtex error "Not writing to ... (openout_any = p)."
o fixed a bug with non-ascii characters in php-output
Diffstat (limited to 'converters')
-rw-r--r-- | converters/bibtex2html/Makefile | 5 | ||||
-rw-r--r-- | converters/bibtex2html/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index a19a562fab3..4d78bd2eceb 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2014/10/09 19:14:03 jaapb Exp $ +# $NetBSD: Makefile,v 1.37 2014/12/09 14:08:35 mef Exp $ -DISTNAME= bibtex2html-1.97 -PKGREVISION= 6 +DISTNAME= bibtex2html-1.98 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/converters/bibtex2html/distinfo b/converters/bibtex2html/distinfo index c525c5a0f09..58cf948a6d3 100644 --- a/converters/bibtex2html/distinfo +++ b/converters/bibtex2html/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2012/02/10 17:12:48 minskim Exp $ +$NetBSD: distinfo,v 1.15 2014/12/09 14:08:35 mef Exp $ -SHA1 (bibtex2html-1.97.tar.gz) = 970cb972eb88ff4cd01f247c0d8a6b821473f243 -RMD160 (bibtex2html-1.97.tar.gz) = 08187f4682eeff269d18f245193f34e2a3338d4f -Size (bibtex2html-1.97.tar.gz) = 94887 bytes +SHA1 (bibtex2html-1.98.tar.gz) = daaa082885a30dae38263614565298d4862b8331 +RMD160 (bibtex2html-1.98.tar.gz) = f47dda14108c3f53bca64352bfb7455f1b79d964 +Size (bibtex2html-1.98.tar.gz) = 92719 bytes |