pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/bibtex2html - Update of bibtex2html from 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab35bb340ea5
branches:  trunk
changeset: 488597:ab35bb340ea5
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Fri Feb 04 21:56:14 2005 +0000

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

 converters/bibtex2html/Makefile |  13 +++++++++++--
 converters/bibtex2html/distinfo |   6 +++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r dc721dca5d79 -r ab35bb340ea5 converters/bibtex2html/Makefile
--- a/converters/bibtex2html/Makefile   Fri Feb 04 21:52:09 2005 +0000
+++ b/converters/bibtex2html/Makefile   Fri Feb 04 21:56:14 2005 +0000
@@ -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 @@
 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 @@
 
 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 -r dc721dca5d79 -r ab35bb340ea5 converters/bibtex2html/distinfo
--- a/converters/bibtex2html/distinfo   Fri Feb 04 21:52:09 2005 +0000
+++ b/converters/bibtex2html/distinfo   Fri Feb 04 21:56:14 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index