diff options
Diffstat (limited to 'textproc/bibtex2html')
-rw-r--r-- | textproc/bibtex2html/Makefile | 21 | ||||
-rw-r--r-- | textproc/bibtex2html/distinfo | 1 | ||||
-rw-r--r-- | textproc/bibtex2html/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/bibtex2html/pkg-descr | 16 | ||||
-rw-r--r-- | textproc/bibtex2html/pkg-plist | 3 |
5 files changed, 42 insertions, 0 deletions
diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile new file mode 100644 index 000000000000..f015ebacf96a --- /dev/null +++ b/textproc/bibtex2html/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: bibtex2html +# Date created: 2002-01-21 +# Whom: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> +# +# $FreeBSD$ +# + +PORTNAME= bibtex2html +PORTVERSION= 1.52 +CATEGORIES= textproc print +MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ + +MAINTAINER= pfeifer@dbai.tuwien.ac.at + +BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml + +GNU_CONFIGURE= yes + +MAN1= bibtex2html.1 bib2bib.1 aux2bib.1 + +.include <bsd.port.mk> diff --git a/textproc/bibtex2html/distinfo b/textproc/bibtex2html/distinfo new file mode 100644 index 000000000000..b6f5ed1b0c56 --- /dev/null +++ b/textproc/bibtex2html/distinfo @@ -0,0 +1 @@ +MD5 (bibtex2html-1.52.tar.gz) = 62cc5eb41d7d6ee3e08176abb7e35bae diff --git a/textproc/bibtex2html/pkg-comment b/textproc/bibtex2html/pkg-comment new file mode 100644 index 000000000000..f1c49b9462ae --- /dev/null +++ b/textproc/bibtex2html/pkg-comment @@ -0,0 +1 @@ +A collection of tools for searching BibTeX and translating from BibTeX to HTML diff --git a/textproc/bibtex2html/pkg-descr b/textproc/bibtex2html/pkg-descr new file mode 100644 index 000000000000..d0841ddd3359 --- /dev/null +++ b/textproc/bibtex2html/pkg-descr @@ -0,0 +1,16 @@ +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. + +WWW: http://www.lri.fr/~filliatr/bibtex2html/ + +Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> diff --git a/textproc/bibtex2html/pkg-plist b/textproc/bibtex2html/pkg-plist new file mode 100644 index 000000000000..2ac80ddcc04a --- /dev/null +++ b/textproc/bibtex2html/pkg-plist @@ -0,0 +1,3 @@ +bin/aux2bib +bin/bib2bib +bin/bibtex2html |