diff options
author | gerald <gerald@FreeBSD.org> | 2007-07-22 08:58:53 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-07-22 08:58:53 +0800 |
commit | 10c4382da7739eed2f367a021a89998d02781f0d (patch) | |
tree | 0974c3a737abb1204f199d0eeaadd419c93a8f4d /textproc/bibtex2html | |
parent | b73c5f1516b095356709b2f6b5a5fcc0a0f461c5 (diff) | |
download | freebsd-ports-gnome-10c4382da7739eed2f367a021a89998d02781f0d.tar.gz freebsd-ports-gnome-10c4382da7739eed2f367a021a89998d02781f0d.tar.zst freebsd-ports-gnome-10c4382da7739eed2f367a021a89998d02781f0d.zip |
Update to bibtex2html 1.87. This adds support for \hat, \mathfrak
(supported but no font change, as for \mathcal ad \mathbb), \~a, \~A,
\~o, and \~O. "--" is translated to – and "---" to — now.
Diffstat (limited to 'textproc/bibtex2html')
-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 b8ed1f4180c7..c61c9234d0d6 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.86 +PORTVERSION= 1.87 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index e35706edde53..dcf9c420482b 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.86.tar.gz) = 54985ce10633cb89fc6cc8d63c50678e -SHA256 (bibtex2html-1.86.tar.gz) = cb8ccdcab7f0d5a48cedc57f6517765dee2d392c76b356fdbd4776611e0861c3 -SIZE (bibtex2html-1.86.tar.gz) = 67388 +MD5 (bibtex2html-1.87.tar.gz) = 36fa38e4b345c8584cdf780a187565c4 +SHA256 (bibtex2html-1.87.tar.gz) = c5aa1a03a38a037aff749a1d8153ca6fb0eba3b65aeef508c7dccb70720c958e +SIZE (bibtex2html-1.87.tar.gz) = 67666 |