Make pod2man happy by setting encoding for files with UTF-8 characters.
This commit is contained in:
parent
b67dcf0a1b
commit
1e6fc0c333
4 changed files with 39 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.9 2013/03/27 15:21:30 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.10 2013/07/17 12:04:04 fhajny Exp $
|
||||
|
||||
SHA1 (munin-2.0.7.tar.gz) = 61513d8253b58546d5cd26acacd55ccfc33e91e2
|
||||
RMD160 (munin-2.0.7.tar.gz) = e2ae570cb606a016b36cc6879efcfa6429839260
|
||||
Size (munin-2.0.7.tar.gz) = 1326773 bytes
|
||||
SHA1 (patch-Makefile) = 04aed9f97d7dc03b72c335785ba351bc34143ea0
|
||||
SHA1 (patch-aa) = 64474fedcbcfbb630bbe6be790d1e1f0bc0cdad2
|
||||
SHA1 (patch-master___bin_munin-html.in) = 1eb6fa6b7f901887c0bef6615a326ed42125c2fc
|
||||
SHA1 (patch-master___bin_munin-update.in) = 55993f205dce2bd2a4e3b72f762edd958c15a0fa
|
||||
SHA1 (patch-node_doc_munin-node.conf.pod) = 57cf7a8313fc0d1a272a691ae7bae4513d7650f6
|
||||
SHA1 (patch-node_munin-node.conf.in) = 3acade5460d17df93f2ec847514b4cb9afe26fb6
|
||||
|
|
12
munin-node/patches/patch-master___bin_munin-html.in
Normal file
12
munin-node/patches/patch-master___bin_munin-html.in
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-master___bin_munin-html.in,v 1.1 2013/07/17 12:04:04 fhajny Exp $
|
||||
|
||||
Set encoding to keep pod2man happy.
|
||||
--- master/_bin/munin-html.in.orig Tue Oct 2 22:46:50 2012
|
||||
+++ master/_bin/munin-html.in Wed Jul 17 11:55:44 2013
|
||||
@@ -1,5 +1,6 @@
|
||||
#!@@PERL@@
|
||||
# -*- cperl -*-
|
||||
+=encoding utf8
|
||||
|
||||
=begin comment
|
||||
|
13
munin-node/patches/patch-master___bin_munin-update.in
Normal file
13
munin-node/patches/patch-master___bin_munin-update.in
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-master___bin_munin-update.in,v 1.1 2013/07/17 12:04:05 fhajny Exp $
|
||||
|
||||
Set encoding to keep pod2man happy.
|
||||
--- master/_bin/munin-update.in.orig Tue Oct 2 22:46:50 2012
|
||||
+++ master/_bin/munin-update.in Wed Jul 17 10:33:23 2013
|
||||
@@ -108,6 +108,7 @@
|
||||
1;
|
||||
|
||||
__END__
|
||||
+=encoding utf8
|
||||
|
||||
=head1 NAME
|
||||
|
10
munin-node/patches/patch-node_doc_munin-node.conf.pod
Normal file
10
munin-node/patches/patch-node_doc_munin-node.conf.pod
Normal file
|
@ -0,0 +1,10 @@
|
|||
$NetBSD: patch-node_doc_munin-node.conf.pod,v 1.1 2013/07/17 12:04:05 fhajny Exp $
|
||||
|
||||
Set encoding to keep pod2man happy.
|
||||
--- node/doc/munin-node.conf.pod.orig Tue Oct 2 22:46:50 2012
|
||||
+++ node/doc/munin-node.conf.pod Wed Jul 17 11:57:06 2013
|
||||
@@ -1,3 +1,4 @@
|
||||
+=encoding utf8
|
||||
=head1 NAME
|
||||
|
||||
munin-node.conf - Munin-node configuration file
|
Loading…
Reference in a new issue