diff options
author | gerald <gerald@FreeBSD.org> | 2008-01-11 01:20:52 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-01-11 01:20:52 +0800 |
commit | bf355073ae8b49934c2d4ec40238ed6757fd6885 (patch) | |
tree | 471999e95ae5d405e9d879aa01b18f33620ef433 /textproc | |
parent | 260db48ee400280b07d3c85290bd7f79411e0bd7 (diff) | |
download | freebsd-ports-gnome-bf355073ae8b49934c2d4ec40238ed6757fd6885.tar.gz freebsd-ports-gnome-bf355073ae8b49934c2d4ec40238ed6757fd6885.tar.zst freebsd-ports-gnome-bf355073ae8b49934c2d4ec40238ed6757fd6885.zip |
Update to bibtex2html 1.89. This brings the following changes:
- entry types and field names now typeset in lowercase in f_bib.html
- new option -unicode to use Unicode entities for some macros
(such as ◯ for \bigcirc, etc.)
- new option -html-entities to use HTML entities for some macros
such as \le, \approx, etc. (patch by Steven G. Johnson)
- new option -header to insert a header (similar to -footer)
(patch by Steven G. Johnson)
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 44648d93ac46..1f5cc57cd798 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.88 +PORTVERSION= 1.89 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index 1dae22b34fac..6e69e456fc5b 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.88.tar.gz) = 7c03dd77dc88e943265253a8ca75531b -SHA256 (bibtex2html-1.88.tar.gz) = 6018bcf653c3de864db2cd99f2a22c6d3928e3e64d81724a053f98476bcf8d8c -SIZE (bibtex2html-1.88.tar.gz) = 68068 +MD5 (bibtex2html-1.89.tar.gz) = 7ea8e35ec0a6d0e95a5fb78a324e57f0 +SHA256 (bibtex2html-1.89.tar.gz) = 30ca46c107c8649606aa676aafa2fe5ba5c0c8edac231cc03597e2897b772e3d +SIZE (bibtex2html-1.89.tar.gz) = 68203 |