diff options
author | tonio <tonio> | 2007-12-01 14:19:35 +0000 |
---|---|---|
committer | tonio <tonio> | 2007-12-01 14:19:35 +0000 |
commit | 674332d8af2252b4346b7f73b77356c5d1ec025d (patch) | |
tree | 02a19aa82feeaeb35e3a5c00a7150515d99f8386 /converters | |
parent | a24f081e1f304beb5d25a957ad45b6ff396b1aa1 (diff) | |
download | pkgsrc-674332d8af2252b4346b7f73b77356c5d1ec025d.tar.gz |
Update converters/bibtex2html to 1.88
Changes:
Version 1.88, 20/11/2007
========================
o new option -revkeys to number entries in reverse order
(patch by Walter Guttmann)
o fixed bug with '\ ' (backslash space) introduced in version 1.82
(shows up with -s gerplain)
o \c{C}, \"y, \"Y (patch by John Kewley)
o \k (using unicode entities, patch by John Kewley)
Version 1.87, 16/07/2007
========================
o \hat
o \mathfrak (supported but no font change, as for \mathcal ad \mathbb)
o \~a, \~A, \~o, and \~O
o -- translated to – and --- to —
Version 1.86, 21/03/2007
========================
o more accents macros: \oe \OE \~ \v \' \r
Diffstat (limited to 'converters')
-rw-r--r-- | converters/bibtex2html/Makefile | 5 | ||||
-rw-r--r-- | converters/bibtex2html/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 6213c873ddb..ff888f016dd 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2007/03/02 21:20:14 tonio Exp $ +# $NetBSD: Makefile,v 1.23 2007/12/01 14:19:35 tonio Exp $ -DISTNAME= bibtex2html-1.85 +DISTNAME= bibtex2html-1.88 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ @@ -23,6 +23,7 @@ SUBST_SED.paths= -e 's,/usr/share,${PREFIX}/share,g' INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 post-build: + set -e; \ cd ${WRKSRC}; ${MAKE} doc do-install: diff --git a/converters/bibtex2html/distinfo b/converters/bibtex2html/distinfo index 983ea987902..019b379c15d 100644 --- a/converters/bibtex2html/distinfo +++ b/converters/bibtex2html/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2007/03/02 21:20:14 tonio Exp $ +$NetBSD: distinfo,v 1.11 2007/12/01 14:19:35 tonio Exp $ -SHA1 (bibtex2html-1.85.tar.gz) = aaccae3d05dfb2eb3ae4a57da1880c57270d03bb -RMD160 (bibtex2html-1.85.tar.gz) = e6026399ac20084bb28bd15e9d52602e9688c1e6 -Size (bibtex2html-1.85.tar.gz) = 67044 bytes +SHA1 (bibtex2html-1.88.tar.gz) = 9d46371da6fbca03d384f05b6b3b924bc4d7ec80 +RMD160 (bibtex2html-1.88.tar.gz) = 5193d8e3ae642540264c8e94b4358a69ed8b7670 +Size (bibtex2html-1.88.tar.gz) = 68068 bytes |