diff options
author | gerald <gerald@FreeBSD.org> | 2006-09-23 21:45:19 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-09-23 21:45:19 +0800 |
commit | 594fceca2395512ba194ecdee33ff1171679654a (patch) | |
tree | ba92f8790ea5165112e85f61c91feb5bb997bd08 /textproc | |
parent | 4abef5482c8539a711e55619e8cc50e862d28c31 (diff) | |
download | freebsd-ports-graphics-594fceca2395512ba194ecdee33ff1171679654a.tar.gz freebsd-ports-graphics-594fceca2395512ba194ecdee33ff1171679654a.tar.zst freebsd-ports-graphics-594fceca2395512ba194ecdee33ff1171679654a.zip |
Update to bibtex2html 1.83. This brings the following changes:
- Support for DOI links: a field "DOI = {xxx}" will be recognized,
if any, and a link to http://dx.doi.org/xxx will be displayed.
-no-doi disables this, and -doi-prefix <url> sets a different prefix
for DOI URLs.
- Support macro \H (Hungarian umlauts).
- New option -linebreak inserts a linebreak between an entry and its links.
- New option -use-table enforces the use of a table (to be used after
-no-keys if needed). By default, -nokeys disables the use of tables.
- `` and '' are translated to “ and &rdquo.
- Some aesthetic changes.
- Improve date parsing: month field such as "2~" # dec is now parsed.
- Improve date sorting to handle months such as mar # "\slash " # apr.
- Bugfix: a space after a macro is now discarded.
- New option --print-keys displays the sorted keys (and exits).
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 6aab95f1f2f..e898dcccd89 100644 --- a/textproc/bibtex2html/Makefile +++ b/textproc/bibtex2html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bibtex2html -PORTVERSION= 1.80 +PORTVERSION= 1.83 CATEGORIES= textproc print MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo index b4ef65aed50..b185c03333c 100644 --- a/textproc/bibtex2html/distinfo +++ b/textproc/bibtex2html/distinfo @@ -1,3 +1,3 @@ -MD5 (bibtex2html-1.80.tar.gz) = 11a068c34ebf200bce9a65efbbe47192 -SHA256 (bibtex2html-1.80.tar.gz) = 5cdbe6edd798d6739f2f2c8b72422dec24004f175baf6607fcbb794a48136562 -SIZE (bibtex2html-1.80.tar.gz) = 66757 +MD5 (bibtex2html-1.83.tar.gz) = bcf8faa7488aace41d35af977bf8b187 +SHA256 (bibtex2html-1.83.tar.gz) = 51f1ba9f28bfe89bbb9e540010e6ab3636804d66666761ba1a1755bcbbdb24ef +SIZE (bibtex2html-1.83.tar.gz) = 67232 |