diff options
author | petef <petef@FreeBSD.org> | 2002-02-10 09:49:55 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-02-10 09:49:55 +0000 |
commit | 3ca1c3c8ae141ef32f4c562939ec8b57b28508a5 (patch) | |
tree | 60aaea5c292a33101eaababdc2833b5cda7b7c13 | |
parent | 2c0a12197e861b5735c8e3b219aa60fec7cc8f34 (diff) | |
download | FreeBSD-ports-3ca1c3c8ae141ef32f4c562939ec8b57b28508a5.zip FreeBSD-ports-3ca1c3c8ae141ef32f4c562939ec8b57b28508a5.tar.gz |
Add bibtex2html 1.52, a collection of tools for searching BibTeX
and translating from BibTeX to HTML.
PR: 34079
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
6 files changed, 43 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 447ad74..412df9d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -6,6 +6,7 @@ SUBDIR += antiword SUBDIR += ascii2pdf SUBDIR += aspell + SUBDIR += bibtex2html SUBDIR += br-ispell SUBDIR += british-ispell SUBDIR += c2html diff --git a/textproc/bibtex2html/Makefile b/textproc/bibtex2html/Makefile new file mode 100644 index 0000000..f015eba --- /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 0000000..b6f5ed1 --- /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 0000000..f1c49b9 --- /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 0000000..d0841dd --- /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 0000000..2ac80dd --- /dev/null +++ b/textproc/bibtex2html/pkg-plist @@ -0,0 +1,3 @@ +bin/aux2bib +bin/bib2bib +bin/bibtex2html |