diff options
author | tonio <tonio> | 2006-06-13 07:25:27 +0000 |
---|---|---|
committer | tonio <tonio> | 2006-06-13 07:25:27 +0000 |
commit | 60d66212a2320a778b15d210f620389df174b796 (patch) | |
tree | 05f434002ba4b1a78d0889650c4995d4e2b10f3c /converters | |
parent | 277a1dd07478809669b608d468896e01f834f94c (diff) | |
download | pkgsrc-60d66212a2320a778b15d210f620389df174b796.tar.gz |
Update converters/bibtex2html to 1.82
Version 1.82, 07/06/2006
========================
o `` and '' translated to “ and ”
o aesthetic changes:
- no more line break between the entry and the links;
- more space between an abstract and the next entry
o improving date parsing: month field such as "2~" # dec is now parsed
o fixed bug: a space after a macro is now discarded
Diffstat (limited to 'converters')
-rw-r--r-- | converters/bibtex2html/Makefile | 4 | ||||
-rw-r--r-- | converters/bibtex2html/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index b2f0fd52805..7498bce7250 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2006/05/13 08:37:52 tonio Exp $ +# $NetBSD: Makefile,v 1.19 2006/06/13 07:25:27 tonio Exp $ -DISTNAME= bibtex2html-1.81 +DISTNAME= bibtex2html-1.82 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ diff --git a/converters/bibtex2html/distinfo b/converters/bibtex2html/distinfo index 03f1b357fe8..fc1006d70be 100644 --- a/converters/bibtex2html/distinfo +++ b/converters/bibtex2html/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2006/05/13 08:37:52 tonio Exp $ +$NetBSD: distinfo,v 1.9 2006/06/13 07:25:27 tonio Exp $ -SHA1 (bibtex2html-1.81.tar.gz) = 540cc3f2ea75fa9e8f27235d4000732a84720a20 -RMD160 (bibtex2html-1.81.tar.gz) = e67ee56588d25ceae6361bf55f7b5b0a94677fd2 -Size (bibtex2html-1.81.tar.gz) = 66230 bytes +SHA1 (bibtex2html-1.82.tar.gz) = 2e389f36a4fa49293fc2f6780e786692478a5d05 +RMD160 (bibtex2html-1.82.tar.gz) = 76a2fc6bf486f7ef03794cf9c12ec51ca5fbef16 +Size (bibtex2html-1.82.tar.gz) = 66648 bytes |