pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Update converters/bibtex2html to 1.89



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff5985307f71
branches:  trunk
changeset: 537521:ff5985307f71
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Thu Jan 10 18:15:29 2008 +0000

description:
Update converters/bibtex2html to 1.89

Version 1.89, 08/01/2008
========================
 o entry types and field names now typeset in lowercase in f_bib.html
 o new option -unicode to use Unicode entities for some macros
   (such as &#9711; for \bigcirc, etc.)
 o new option -html-entities to use HTML entities for some macros
   such as \le, \approx, etc. (patch by Steven G. Johnson)
 o new option -header to insert a header (similar to -footer)
  (patch by Steven G. Johnson)

diffstat:

 converters/bibtex2html/Makefile |  8 ++++----
 converters/bibtex2html/distinfo |  8 ++++----
 doc/CHANGES-2008                |  3 ++-
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r 4684a05f6fe0 -r ff5985307f71 converters/bibtex2html/Makefile
--- a/converters/bibtex2html/Makefile   Thu Jan 10 15:23:27 2008 +0000
+++ b/converters/bibtex2html/Makefile   Thu Jan 10 18:15:29 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2007/12/01 14:19:35 tonio Exp $
+# $NetBSD: Makefile,v 1.24 2008/01/10 18:15:29 tonio Exp $
 
-DISTNAME=      bibtex2html-1.88
+DISTNAME=      bibtex2html-1.89
 CATEGORIES=    converters
 MASTER_SITES=  http://www.lri.fr/~filliatr/ftp/bibtex2html/
 
@@ -20,7 +20,8 @@
 SUBST_FILES.paths=     aux2bib.1
 SUBST_SED.paths=       -e 's,/usr/share,${PREFIX}/share,g'
 
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
+INSTALLATION_DIRS+=    share/doc/${PKGBASE}
 
 post-build:
        set -e; \
@@ -33,7 +34,6 @@
        ${INSTALL_MAN} ${WRKSRC}/bibtex2html.1 ${PREFIX}/${PKGMANDIR}/man1
        ${INSTALL_MAN} ${WRKSRC}/bibtex2html.1 ${PREFIX}/${PKGMANDIR}/man1/bib2bib.1
        ${INSTALL_MAN} ${WRKSRC}/aux2bib.1 ${PREFIX}/${PKGMANDIR}/man1/aux2bib.1
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
        ${INSTALL_DATA} ${WRKSRC}/manual.html ${PREFIX}/share/doc/${PKGBASE}
        ${INSTALL_DATA} ${WRKSRC}/manual.ps ${PREFIX}/share/doc/${PKGBASE}
 
diff -r 4684a05f6fe0 -r ff5985307f71 converters/bibtex2html/distinfo
--- a/converters/bibtex2html/distinfo   Thu Jan 10 15:23:27 2008 +0000
+++ b/converters/bibtex2html/distinfo   Thu Jan 10 18:15:29 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2007/12/01 14:19:35 tonio Exp $
+$NetBSD: distinfo,v 1.12 2008/01/10 18:15:29 tonio Exp $
 
-SHA1 (bibtex2html-1.88.tar.gz) = 9d46371da6fbca03d384f05b6b3b924bc4d7ec80
-RMD160 (bibtex2html-1.88.tar.gz) = 5193d8e3ae642540264c8e94b4358a69ed8b7670
-Size (bibtex2html-1.88.tar.gz) = 68068 bytes
+SHA1 (bibtex2html-1.89.tar.gz) = 9d76d7c789f2703d25549522133f8995ab819a6b
+RMD160 (bibtex2html-1.89.tar.gz) = a8d230436980f3d2c76068f7cf3a26c0396a2ca2
+Size (bibtex2html-1.89.tar.gz) = 68203 bytes
diff -r 4684a05f6fe0 -r ff5985307f71 doc/CHANGES-2008
--- a/doc/CHANGES-2008  Thu Jan 10 15:23:27 2008 +0000
+++ b/doc/CHANGES-2008  Thu Jan 10 18:15:29 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.81 2008/01/10 09:11:45 tron Exp $
+$NetBSD: CHANGES-2008,v 1.82 2008/01/10 18:16:11 tonio Exp $
 
 Changes to the packages collection and infrastructure in 2008:
 
@@ -134,3 +134,4 @@
        Updated devel/stgit to 0.14.1 [bjs 2008-01-10]
        Updated mail/clamsmtp to 1.9 [martti 2008-01-10]
        Updated print/ghostscript to 8.61nb1 [tron 2008-01-10]
+       Updated converters/bibtex2html to 1.89 [tonio 2008-01-10]



Home | Main Index | Thread Index | Old Index