diff options
author | gerald <gerald@FreeBSD.org> | 2014-07-05 19:27:46 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-07-05 19:27:46 +0800 |
commit | 4171328c73a9ad1b6bdfdfb58c8a9f674e76c366 (patch) | |
tree | 224ef268b8179b4e133e9e9cfc17f6a2c879639a /textproc | |
parent | d9a31269501cee615b83bd68ad5f5d92cc02d58a (diff) | |
download | freebsd-ports-gnome-4171328c73a9ad1b6bdfdfb58c8a9f674e76c366.tar.gz freebsd-ports-gnome-4171328c73a9ad1b6bdfdfb58c8a9f674e76c366.tar.zst freebsd-ports-gnome-4171328c73a9ad1b6bdfdfb58c8a9f674e76c366.zip |
Update to bibtex2html 1.98. This brings the following changes:
- Fixed escaping of character & in URLs.
- Fixed translation of -- and ---.
- New macros \dj and \D
- \textsuperscript
- Temporary files are now created in the current directory to avoid
bibtex error "Not writing to ... (openout_any = p)."
- Fixed a bug with non-ASCII characters in PHP output.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bibtex2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/bibtex2html/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile index f01d92dede90..76dba24445f7 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bibtex2html -PORTVERSION= 1.97 +PORTVERSION= 1.98 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index f2d0fa473cdc..01b7b3bda25f 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,2 +1,2 @@ -SHA256 (bibtex2html-1.97.tar.gz) = 99b5b66a729fd2928ee4d9d7d8397e36b684def4be9ee2746233006501c8e314 -SIZE (bibtex2html-1.97.tar.gz) = 94887 +SHA256 (bibtex2html-1.98.tar.gz) = e925a0b97bf87a14bcbda95cac269835cd5ae0173504261f2c60e3c46a8706d6 +SIZE (bibtex2html-1.98.tar.gz) = 92719 |