summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-02-04 21:56:14 +0000
committeradrianp <adrianp@pkgsrc.org>2005-02-04 21:56:14 +0000
commit95a0171dc77c5264b63e96821ca7432bc734abb6 (patch)
tree0d887b812bc20872ef93871e6122b5c8ea944737 /converters
parentb1f57fa870192d2c6a0127bae7848770c3190c5b (diff)
downloadpkgsrc-95a0171dc77c5264b63e96821ca7432bc734abb6.tar.gz
- Update of bibtex2html from 1.65 to 1.74
- ok'ed minskim Version 1.74, 22/10/2004 ======================== o bib2bib: special characters \n \r \t and \ddd in regular expressions o fix minor bug: when looking for cross-references, comparison of keys is now case-insensitive o footer and bibtex entries now enclosed in HTML paragraphs (<p>...</p>) o in case of syntax error, the key of the entry where the error occurred is shown o new option -no-links to disable weblinks o fix bug in bib2bib: preamble now enclosed with a single pair of braces Version 1.72, 3/9/2004 ====================== o --help now prints on standard output and exits successfully o fixed bug with very long keys (when bibtex inserts % to cut lines) o arguments to macros read from a file (option -m) are discarded Version 1.71, 24/8/2004 ======================= o improved date sorting algorithm to handle days (e.g. month = "June 29") o bib2bib: crossrefs are expanded before conditions are checked o bib2bib: '_' allowed in field identifiers o added option -w (--warn-error) to stop immediately when a warning is issued. Version 1.70, 30/6/2004 ======================= o fixed bug with crossrefs not translated from LaTeX to HTML is issued. Version 1.70, 30/6/2004 ======================= o fixed bug with crossrefs not translated from LaTeX to HTML o macros for Greek letters now translated to HTML entities Version 1.69, 6/4/2004 ====================== o macros \bysame, \MR and \MRhref for AMS* stylew o modified -bib.html output to circumvent a Konqueror bug Version 1.68, 16/03/2004 ======================== o fixed bug with parentheses-enclosed entries o macros \relax, \hskip Version 1.66, 18/02/2004 ======================== o characters ( and ) in keys o New FAQ: pb with quotes under MS Windows
Diffstat (limited to 'converters')
-rw-r--r--converters/bibtex2html/Makefile13
-rw-r--r--converters/bibtex2html/distinfo6
2 files changed, 14 insertions, 5 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile
index 3ce95742d15..156036e678d 100644
--- a/converters/bibtex2html/Makefile
+++ b/converters/bibtex2html/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/07 05:40:21 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/04 21:56:14 adrianp Exp $
-DISTNAME= bibtex2html-1.65
+DISTNAME= bibtex2html-1.74
CATEGORIES= converters
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/
@@ -9,6 +9,7 @@ HOMEPAGE= http://www.lri.fr/~filliatr/bibtex2html/
COMMENT= Collection of tools for translating from BibTeX to HTML
BUILD_DEPENDS= ocaml-[0-9]*:../../lang/ocaml
+DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -18,4 +19,12 @@ USE_PERL5= run
CONFIGURE_ENV+= PERL=${PERL5}
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/aux2bib ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bibtex2html ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bib2bib ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/bibtex2html.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/bibtex2html.1 ${PREFIX}/man/man1/bib2bib.1
+ ${INSTALL_MAN} ${WRKSRC}/aux2bib.1 ${PREFIX}/man/man1/aux2bib.1
+
.include "../../mk/bsd.pkg.mk"
diff --git a/converters/bibtex2html/distinfo b/converters/bibtex2html/distinfo
index a9a27a2fe55..de8b0f78fac 100644
--- a/converters/bibtex2html/distinfo
+++ b/converters/bibtex2html/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/03/07 05:40:21 minskim Exp $
+$NetBSD: distinfo,v 1.2 2005/02/04 21:56:14 adrianp Exp $
-SHA1 (bibtex2html-1.65.tar.gz) = 41046b84a29e156344edc0c6cc9a26076383fe43
-Size (bibtex2html-1.65.tar.gz) = 60801 bytes
+SHA1 (bibtex2html-1.74.tar.gz) = 1c8765932306d933849f508ae3c5c3b620ed783b
+Size (bibtex2html-1.74.tar.gz) = 65166 bytes