pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/htmldoc



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sat Mar  7 23:23:08 UTC 2020

Modified Files:
        pkgsrc/www/htmldoc: Makefile.common distinfo

Log Message:
htmldoc: update to 1.9.8.

ChangeLog:

- Added support for a `HTMLDOC.filename` META keyword that controls the filename
  reported in CGI mode; the default remains "htmldoc.pdf" (Issue #367)
- Fixed a paragraph formatting issue with large inline images (Issue #369)
- Fixed a buffer underflow issue (Issue #370)
- Fixed PDF page numbers (Issue #371)
- Added support for a new `L` header/footer format (`$LETTERHEAD`), which
  inserts a letterhead image at its full size (Issue #372, Issue #373,
  Issue #375)
- Updated the build documentation (Issue #374)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/htmldoc/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/htmldoc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/htmldoc/Makefile.common
diff -u pkgsrc/www/htmldoc/Makefile.common:1.16 pkgsrc/www/htmldoc/Makefile.common:1.17
--- pkgsrc/www/htmldoc/Makefile.common:1.16     Mon Nov  4 22:09:56 2019
+++ pkgsrc/www/htmldoc/Makefile.common  Sat Mar  7 23:23:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2019/11/04 22:09:56 rillig Exp $
+# $NetBSD: Makefile.common,v 1.17 2020/03/07 23:23:07 fcambus Exp $
 #
 # used by www/htmldoc/Makefile
 # used by www/htmldoc-x11/Makefile
@@ -8,7 +8,7 @@ PKGNAME?=       ${PKGNAME_BASE}-${VERSION}
 COMMENT?=      Converts HTML to indexed HTML, PDF and/or PostScript
 
 # Normal package Makefile contents follow.
-VERSION=       1.9.7
+VERSION=       1.9.8
 PKGNAME_BASE=  htmldoc
 CATEGORIES=    www
 DIST_SUBDIR=   ${PKGNAME_BASE}

Index: pkgsrc/www/htmldoc/distinfo
diff -u pkgsrc/www/htmldoc/distinfo:1.14 pkgsrc/www/htmldoc/distinfo:1.15
--- pkgsrc/www/htmldoc/distinfo:1.14    Fri Oct 18 11:02:13 2019
+++ pkgsrc/www/htmldoc/distinfo Sat Mar  7 23:23:07 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2019/10/18 11:02:13 micha Exp $
+$NetBSD: distinfo,v 1.15 2020/03/07 23:23:07 fcambus Exp $
 
-SHA1 (htmldoc/v1.9.7.tar.gz) = c2c3c6a73dfc2bd779bb186b0497eb8de28b25b7
-RMD160 (htmldoc/v1.9.7.tar.gz) = 18908dcd30e36eb1fcdf208146ca704f391b382a
-SHA512 (htmldoc/v1.9.7.tar.gz) = e9481d32318902b5179f8d2dbaa382bcb0084bf3cc57958f8f05f52be5019ab54da5c265bbb674ca8808198c35d04bf19ad2149c2add18cfb630e66a2b9dc8f2
-Size (htmldoc/v1.9.7.tar.gz) = 4502752 bytes
+SHA1 (htmldoc/v1.9.8.tar.gz) = be2c6f79a2ffd43ac8e065e8d919fc5df519ddb5
+RMD160 (htmldoc/v1.9.8.tar.gz) = 74408a9a7db74f981489c549b4d6c97c9f0a2b44
+SHA512 (htmldoc/v1.9.8.tar.gz) = 5866f9a0fe38375ecb59dda72e9b83f4bd7303a216148a3d190c19371e28854138dc70291dcb519a8846927b944ffca8421970f96a34c51971207f33319a4aeb
+Size (htmldoc/v1.9.8.tar.gz) = 4498405 bytes
 SHA1 (patch-htmldoc_http-addrlist.c) = 7c2db39b43cdbb31da0d884fbbba63e2ab258354



Home | Main Index | Thread Index | Old Index