From 6318515050b17c87362276435f860c2f6f50e49b Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 7 Mar 2004 05:40:21 +0000 Subject: Import bibtex2html from pkgsrc-wip. bibtex2html is a collection of tools for translating from BibTeX to HTML. They allow to produce, from a set of bibliography files in BibTeX format, a bibliography in HTML format. Here are some features: o Handle any BibTeX style (even those producing multiple bibliographies); o Use additional fields like abstract, url, ps, etc. to insert web links; o Crossrefs are also replaced by links; o Sort by dates or authors, in increasing or decreasing order; o Read simple macros in TeX or LaTeX files; o Show syntax errors in BibTeX files; o Extract from one or several BibTeX files the set of entries satisfying a given criterion. --- converters/bibtex2html/DESCR | 12 ++++++++++++ converters/bibtex2html/Makefile | 21 +++++++++++++++++++++ converters/bibtex2html/PLIST | 7 +++++++ converters/bibtex2html/distinfo | 4 ++++ 4 files changed, 44 insertions(+) create mode 100644 converters/bibtex2html/DESCR create mode 100644 converters/bibtex2html/Makefile create mode 100644 converters/bibtex2html/PLIST create mode 100644 converters/bibtex2html/distinfo diff --git a/converters/bibtex2html/DESCR b/converters/bibtex2html/DESCR new file mode 100644 index 00000000000..c07121b0448 --- /dev/null +++ b/converters/bibtex2html/DESCR @@ -0,0 +1,12 @@ +bibtex2html is a collection of tools for translating from BibTeX to +HTML. They allow to produce, from a set of bibliography files in +BibTeX format, a bibliography in HTML format. Here are some features: + + o Handle any BibTeX style (even those producing multiple bibliographies); + o Use additional fields like abstract, url, ps, etc. to insert web links; + o Crossrefs are also replaced by links; + o Sort by dates or authors, in increasing or decreasing order; + o Read simple macros in TeX or LaTeX files; + o Show syntax errors in BibTeX files; + o Extract from one or several BibTeX files the set of entries satisfying a + given criterion. diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile new file mode 100644 index 00000000000..3ce95742d15 --- /dev/null +++ b/converters/bibtex2html/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/07 05:40:21 minskim Exp $ + +DISTNAME= bibtex2html-1.65 +CATEGORIES= converters +MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.lri.fr/~filliatr/bibtex2html/ +COMMENT= Collection of tools for translating from BibTeX to HTML + +BUILD_DEPENDS= ocaml-[0-9]*:../../lang/ocaml + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +NO_BUILDLINK= yes +GNU_CONFIGURE= yes +USE_PERL5= run + +CONFIGURE_ENV+= PERL=${PERL5} + +.include "../../mk/bsd.pkg.mk" diff --git a/converters/bibtex2html/PLIST b/converters/bibtex2html/PLIST new file mode 100644 index 00000000000..1c87e7f4007 --- /dev/null +++ b/converters/bibtex2html/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/07 05:40:21 minskim Exp $ +bin/aux2bib +bin/bib2bib +bin/bibtex2html +man/man1/aux2bib.1 +man/man1/bib2bib.1 +man/man1/bibtex2html.1 diff --git a/converters/bibtex2html/distinfo b/converters/bibtex2html/distinfo new file mode 100644 index 00000000000..a9a27a2fe55 --- /dev/null +++ b/converters/bibtex2html/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/03/07 05:40:21 minskim Exp $ + +SHA1 (bibtex2html-1.65.tar.gz) = 41046b84a29e156344edc0c6cc9a26076383fe43 +Size (bibtex2html-1.65.tar.gz) = 60801 bytes -- cgit v1.2.3