diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-07 05:40:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-07 05:40:21 +0000 |
commit | 6318515050b17c87362276435f860c2f6f50e49b (patch) | |
tree | 1ba097cea5bf6dfbf65069c829b7c2eb5aa190b9 /converters/bibtex2html/Makefile | |
parent | 0294af85037d85fda2de9efa6a44483adbf5a089 (diff) | |
download | pkgsrc-6318515050b17c87362276435f860c2f6f50e49b.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/Makefile')
-rw-r--r-- | converters/bibtex2html/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
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" |