pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/txt2man



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Apr 25 21:56:59 UTC 2022

Modified Files:
        pkgsrc/converters/txt2man: distinfo
Added Files:
        pkgsrc/converters/txt2man/patches: patch-bookman

Log Message:
txt2man: shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/txt2man/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/txt2man/patches/patch-bookman

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

Modified files:

Index: pkgsrc/converters/txt2man/distinfo
diff -u pkgsrc/converters/txt2man/distinfo:1.8 pkgsrc/converters/txt2man/distinfo:1.9
--- pkgsrc/converters/txt2man/distinfo:1.8      Tue Oct 26 10:06:53 2021
+++ pkgsrc/converters/txt2man/distinfo  Mon Apr 25 21:56:59 2022
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:06:53 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/04/25 21:56:59 tnn Exp $
 
 BLAKE2s (txt2man-1.5.6.tar.gz) = db45f3b53214ac2bba4fc2961e6fb9f988f53479b3dcd6803719a74f4a9a0663
 SHA512 (txt2man-1.5.6.tar.gz) = dd1cb5a6385d75b459fb61c49e0b73e5cafa5af8b11d9b89e5c206a9c5b65e4daac4d0e768c28963aacde772b715cb11ed0e843e42397b2df894a1f68c70ca65
 Size (txt2man-1.5.6.tar.gz) = 16293 bytes
 SHA1 (patch-Makefile) = 89ad5ec47104cc7c0a563ea65b731ac3b0cdacd8
+SHA1 (patch-bookman) = 6b540f39fa811d6412792617666a6a1bd39df4f2

Added files:

Index: pkgsrc/converters/txt2man/patches/patch-bookman
diff -u /dev/null pkgsrc/converters/txt2man/patches/patch-bookman:1.1
--- /dev/null   Mon Apr 25 21:56:59 2022
+++ pkgsrc/converters/txt2man/patches/patch-bookman     Mon Apr 25 21:56:59 2022
@@ -0,0 +1,18 @@
+$NetBSD: patch-bookman,v 1.1 2022/04/25 21:56:59 tnn Exp $
+
+shell portability
+
+--- bookman.orig       2011-02-18 18:12:35.000000000 +0000
++++ bookman
+@@ -83,9 +83,9 @@ done
+ shift $(($OPTIND - 1))
+ date=${date:-$(date +'%d %B %Y')}
+ 
+-[[ $1 ]] || set -- $(while read; do echo $REPLY; done)
++[ $1 ] || set -- $(while read; do echo $REPLY; done)
+ 
+-[[ $outfile ]] && post="$post >$outfile"
++[ $outfile ] && post="$post >$outfile"
+ 
+ {
+       # Compute table of content from postscript output.



Home | Main Index | Thread Index | Old Index