diff options
author | minskim <minskim@pkgsrc.org> | 2012-02-10 17:12:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-02-10 17:12:48 +0000 |
commit | fbc1d9e825438b79d97cc2867cd16f23af811994 (patch) | |
tree | 3150c19d2041da3d2934d321e873205456e1d2c9 /converters | |
parent | f8c43caf647d4c702ebd0c08714a28bacb29b846 (diff) | |
download | pkgsrc-fbc1d9e825438b79d97cc2867cd16f23af811994.tar.gz |
Update bibtex2html to 1.97.
Changes:
o fixed translation of \u{a}, removed incorrect translations of \u{n}
and \u{N} (contributed by Domenico Bianculli)
o bib2bib conditions: support for \u (contributed by Domenico Bianculli)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/bibtex2html/Makefile | 23 | ||||
-rw-r--r-- | converters/bibtex2html/distinfo | 9 | ||||
-rw-r--r-- | converters/bibtex2html/patches/patch-Makefile.in | 15 |
3 files changed, 18 insertions, 29 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 9e958efc65b..67094e1b948 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,23 +1,28 @@ -# $NetBSD: Makefile,v 1.28 2011/12/06 00:19:22 sbd Exp $ +# $NetBSD: Makefile,v 1.29 2012/02/10 17:12:48 minskim Exp $ -DISTNAME= bibtex2html-1.96 -PKGREVISION= 1 +DISTNAME= bibtex2html-1.97 CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ -MAINTAINER= minskim@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lri.fr/~filliatr/bibtex2html/ COMMENT= Collection of tools for translating from BibTeX to HTML LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= hevea-[0-9]*:../../textproc/hevea -BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk +BUILD_DEPENDS+= tex-cm-super-[0-9]*:../../fonts/tex-cm-super +BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +BUILD_DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +BUILD_DEPENDS+= tex-preprint-[0-9]*:../../print/tex-preprint +BUILD_DEPENDS+= tex-url-[0-9]*:../../print/tex-url +DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex +DEPENDS+= web2c-[0-9]*:../../print/web2c PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= perl:run -TEX_ACCEPTED= teTeX3 SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. @@ -28,9 +33,11 @@ SUBST_SED.paths= -e 's,/usr/share,${PREFIX}/share,g' INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 INSTALLATION_DIRS+= share/doc/${PKGBASE} +.include "../../lang/ocaml/buildlink3.mk" + post-build: set -e; \ - cd ${WRKSRC}; ${MAKE} doc + cd ${WRKSRC} && ${MAKE} doc do-install: ${INSTALL_SCRIPT} ${WRKSRC}/aux2bib ${DESTDIR}${PREFIX}/bin @@ -47,6 +54,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/manual.pdf \ ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} -.include "../../lang/ocaml/buildlink3.mk" -.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/bibtex2html/distinfo b/converters/bibtex2html/distinfo index 70412d76b2d..c525c5a0f09 100644 --- a/converters/bibtex2html/distinfo +++ b/converters/bibtex2html/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.13 2011/04/01 21:14:53 markd Exp $ +$NetBSD: distinfo,v 1.14 2012/02/10 17:12:48 minskim Exp $ -SHA1 (bibtex2html-1.96.tar.gz) = ce447520fde0a66bbbda0db247f06afb5e53907c -RMD160 (bibtex2html-1.96.tar.gz) = c6b847edb6d9ac09280177aa94ba3d8c1d9fa837 -Size (bibtex2html-1.96.tar.gz) = 90178 bytes -SHA1 (patch-Makefile.in) = 5d6b05a72108e584ef522ddc0e0a914940f5c409 +SHA1 (bibtex2html-1.97.tar.gz) = 970cb972eb88ff4cd01f247c0d8a6b821473f243 +RMD160 (bibtex2html-1.97.tar.gz) = 08187f4682eeff269d18f245193f34e2a3338d4f +Size (bibtex2html-1.97.tar.gz) = 94887 bytes diff --git a/converters/bibtex2html/patches/patch-Makefile.in b/converters/bibtex2html/patches/patch-Makefile.in deleted file mode 100644 index 11e12511f03..00000000000 --- a/converters/bibtex2html/patches/patch-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-Makefile.in,v 1.1 2011/04/01 21:14:53 markd Exp $ - -rename str lib for newer ocaml - from gentoo portage - ---- Makefile.in.orig 2010-09-29 06:56:25.000000000 +0000 -+++ Makefile.in -@@ -45,7 +45,7 @@ DEBUG = - FLAGS = $(ZLIBS) $(DEBUG) - PROFILE = - --STRLIB = -cclib -lstr -+STRLIB = -cclib -lcamlstr - - OBJS = options.cmx html.cmx latexmacros.cmx latexscan.cmx bbl_lexer.cmx \ - bibtex.cmx bibtex_parser.cmx bibtex_lexer.cmx \ |