diff options
author | tonio <tonio> | 2008-01-10 18:15:29 +0000 |
---|---|---|
committer | tonio <tonio> | 2008-01-10 18:15:29 +0000 |
commit | 23908b5e9fccfaa9ab17bfe79176f4382c97f7fa (patch) | |
tree | 96f0eb689999454234e6346cfbc2cebaf7499edf /converters | |
parent | 79d48e0d98c336c7069cbf708528275dccad7b54 (diff) | |
download | pkgsrc-23908b5e9fccfaa9ab17bfe79176f4382c97f7fa.tar.gz |
Update converters/bibtex2html to 1.89
Version 1.89, 08/01/2008
========================
o entry types and field names now typeset in lowercase in f_bib.html
o new option -unicode to use Unicode entities for some macros
(such as ◯ for \bigcirc, etc.)
o new option -html-entities to use HTML entities for some macros
such as \le, \approx, etc. (patch by Steven G. Johnson)
o new option -header to insert a header (similar to -footer)
(patch by Steven G. Johnson)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/bibtex2html/Makefile | 8 | ||||
-rw-r--r-- | converters/bibtex2html/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index ff888f016dd..ee8eb67ec18 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2007/12/01 14:19:35 tonio Exp $ +# $NetBSD: Makefile,v 1.24 2008/01/10 18:15:29 tonio Exp $ -DISTNAME= bibtex2html-1.88 +DISTNAME= bibtex2html-1.89 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ @@ -20,7 +20,8 @@ SUBST_STAGE.paths= pre-configure SUBST_FILES.paths= aux2bib.1 SUBST_SED.paths= -e 's,/usr/share,${PREFIX}/share,g' -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 +INSTALLATION_DIRS+= share/doc/${PKGBASE} post-build: set -e; \ @@ -33,7 +34,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/bibtex2html.1 ${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_MAN} ${WRKSRC}/bibtex2html.1 ${PREFIX}/${PKGMANDIR}/man1/bib2bib.1 ${INSTALL_MAN} ${WRKSRC}/aux2bib.1 ${PREFIX}/${PKGMANDIR}/man1/aux2bib.1 - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} ${INSTALL_DATA} ${WRKSRC}/manual.html ${PREFIX}/share/doc/${PKGBASE} ${INSTALL_DATA} ${WRKSRC}/manual.ps ${PREFIX}/share/doc/${PKGBASE} diff --git a/converters/bibtex2html/distinfo b/converters/bibtex2html/distinfo index 019b379c15d..a4fcb86b68a 100644 --- a/converters/bibtex2html/distinfo +++ b/converters/bibtex2html/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2007/12/01 14:19:35 tonio Exp $ +$NetBSD: distinfo,v 1.12 2008/01/10 18:15:29 tonio Exp $ -SHA1 (bibtex2html-1.88.tar.gz) = 9d46371da6fbca03d384f05b6b3b924bc4d7ec80 -RMD160 (bibtex2html-1.88.tar.gz) = 5193d8e3ae642540264c8e94b4358a69ed8b7670 -Size (bibtex2html-1.88.tar.gz) = 68068 bytes +SHA1 (bibtex2html-1.89.tar.gz) = 9d76d7c789f2703d25549522133f8995ab819a6b +RMD160 (bibtex2html-1.89.tar.gz) = a8d230436980f3d2c76068f7cf3a26c0396a2ca2 +Size (bibtex2html-1.89.tar.gz) = 68203 bytes |