pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-sdf



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Aug 11 20:29:34 UTC 2025

Modified Files:
        pkgsrc/textproc/p5-sdf: distinfo
Added Files:
        pkgsrc/textproc/p5-sdf/patches: patch-perllib_sdf_parse.pl

Log Message:
p5-sdf: preserve some of older htmldoc's formatting.

Ride PKGREVISION bump from earlier today.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/p5-sdf/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/p5-sdf/patches/patch-perllib_sdf_parse.pl

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

Modified files:

Index: pkgsrc/textproc/p5-sdf/distinfo
diff -u pkgsrc/textproc/p5-sdf/distinfo:1.4 pkgsrc/textproc/p5-sdf/distinfo:1.5
--- pkgsrc/textproc/p5-sdf/distinfo:1.4 Tue Oct 26 11:22:56 2021
+++ pkgsrc/textproc/p5-sdf/distinfo     Mon Aug 11 20:29:34 2025
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:22:56 nia Exp $
+$NetBSD: distinfo,v 1.5 2025/08/11 20:29:34 schmonz Exp $
 
 BLAKE2s (sdf-2.001.tar.gz) = ef6d55b729c748342f6333a9b663fddfe905235dc2f04c8d7842d296037081dd
 SHA512 (sdf-2.001.tar.gz) = ddcba86f20e3a9bc0b36b27a3a91899de46f7d192b2053fd4b982fd17ff6f9264ba0b9bd5dd1430fec4b8867c71b179405845c3cc8bc465295e216fa438952e6
 Size (sdf-2.001.tar.gz) = 818230 bytes
+SHA1 (patch-perllib_sdf_parse.pl) = eb5a859d8a3064b776120f209da660aaa8309caa
 SHA1 (patch-perllib_sdf_subs.pl) = 0e975864b1268e816b0a5ef4097eaa0396bed49c
 SHA1 (patch-perllib_sdf_tohtml.pl) = 0c0d1baafc75c0780a56d33cd45200dbd322254d
 SHA1 (patch-perllib_sdf_tomif.pl) = 649a2b16b1365ddc7fec69799264ab625f80e454

Added files:

Index: pkgsrc/textproc/p5-sdf/patches/patch-perllib_sdf_parse.pl
diff -u /dev/null pkgsrc/textproc/p5-sdf/patches/patch-perllib_sdf_parse.pl:1.1
--- /dev/null   Mon Aug 11 20:29:35 2025
+++ pkgsrc/textproc/p5-sdf/patches/patch-perllib_sdf_parse.pl   Mon Aug 11 20:29:34 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-perllib_sdf_parse.pl,v 1.1 2025/08/11 20:29:34 schmonz Exp $
+
+Preserve some (not all) of older htmldoc's formatting.
+
+--- perllib/sdf/parse.pl.orig  1999-05-25 03:48:29.000000000 +0000
++++ perllib/sdf/parse.pl
+@@ -2131,7 +2131,7 @@ sub SdfHtmldoc {
+ # Build the header/footer options for HTMLDOC
+ sub SdfHtmldocHFOpts {
+ 
+-    return "";
++    return "--headfootfont times-roman --textfont times-roman";
+ }
+ 
+ # delete a file



Home | Main Index | Thread Index | Old Index