pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/bibtex2html Import bibtex2html from pkgsrc-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e40113e58cfa
branches:  trunk
changeset: 470191:e40113e58cfa
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Mar 07 05:40:21 2004 +0000

description:
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:

 converters/bibtex2html/DESCR    |  12 ++++++++++++
 converters/bibtex2html/Makefile |  21 +++++++++++++++++++++
 converters/bibtex2html/PLIST    |   7 +++++++
 converters/bibtex2html/distinfo |   4 ++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 638af04b1552 -r e40113e58cfa converters/bibtex2html/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/bibtex2html/DESCR      Sun Mar 07 05:40:21 2004 +0000
@@ -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 -r 638af04b1552 -r e40113e58cfa converters/bibtex2html/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/bibtex2html/Makefile   Sun Mar 07 05:40:21 2004 +0000
@@ -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@localhost
+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 -r 638af04b1552 -r e40113e58cfa converters/bibtex2html/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/bibtex2html/PLIST      Sun Mar 07 05:40:21 2004 +0000
@@ -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 -r 638af04b1552 -r e40113e58cfa converters/bibtex2html/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/bibtex2html/distinfo   Sun Mar 07 05:40:21 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index