diff options
author | minskim <minskim> | 2004-03-07 05:40:21 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-07 05:40:21 +0000 |
commit | 19e3edbfbe00089520052cef9d60b16d55ba5842 (patch) | |
tree | 1ba097cea5bf6dfbf65069c829b7c2eb5aa190b9 /converters/bibtex2html | |
parent | 2205dd5a63d82201e2b14da598aacbfb787b98ce (diff) | |
download | pkgsrc-19e3edbfbe00089520052cef9d60b16d55ba5842.tar.gz |
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.
Diffstat (limited to 'converters/bibtex2html')
-rw-r--r-- | converters/bibtex2html/DESCR | 12 | ||||
-rw-r--r-- | converters/bibtex2html/Makefile | 21 | ||||
-rw-r--r-- | converters/bibtex2html/PLIST | 7 | ||||
-rw-r--r-- | converters/bibtex2html/distinfo | 4 |
4 files changed, 44 insertions, 0 deletions
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 |