[arch-commits] Commit in wireshark/trunk (3 files)

Guillaume Alaux guillaume at nymeria.archlinux.org
Sun Jun 9 20:37:57 UTC 2013


    Date: Sunday, June 9, 2013 @ 22:37:57
  Author: guillaume
Revision: 188104

Added patch files

Added:
  wireshark/trunk/01_fix_encoding_asn2deb_pod.patch
  wireshark/trunk/02_fix_encoding_idl2deb_pod.patch
  wireshark/trunk/03_force_utf8_for_pod2man.patch

-----------------------------------+
 01_fix_encoding_asn2deb_pod.patch |   77 ++++++++++++++++++++++++++++++++++++
 02_fix_encoding_idl2deb_pod.patch |   77 ++++++++++++++++++++++++++++++++++++
 03_force_utf8_for_pod2man.patch   |   22 ++++++++++
 3 files changed, 176 insertions(+)

Added: 01_fix_encoding_asn2deb_pod.patch
===================================================================
--- 01_fix_encoding_asn2deb_pod.patch	                        (rev 0)
+++ 01_fix_encoding_asn2deb_pod.patch	2013-06-09 20:37:57 UTC (rev 188104)
@@ -0,0 +1,77 @@
+--- doc/asn2deb.pod.orig	2013-06-06 21:30:28.314150100 +0200
++++ doc/asn2deb.pod	2013-06-06 21:31:59.448850746 +0200
+@@ -5,8 +5,21 @@
+ 
+ =head1 SYNOPSIS
+ 
+-B<asn2deb> [-a I<ASN.1 file>] [--asn=I<ASN.1 file>] [B<-d >I<opts>] [B<--dbopts=>I<opts>] [B<-e >I<address>]
+-[B<--email=>I<address>] [B<-h>] [B<--help>] [B<-n >I<name>] [B<--name=>I<name>] [B<-p>] [B<--preserve>] [B<-v>] [B<--version>]
++B<asn2deb>
++S<[ B<-a> E<lt>ASN.1 fileE<gt> ]>
++S<[ B<--asn>=E<lt>ASN.1 fileE<gt> ]>
++S<[ B<-d> E<lt>optsE<gt> ]>
++S<[ B<--dbopts>=E<lt>optsE<gt> ]>
++S<[ B<-e> E<lt>addressE<gt> ]>
++S<[ B<--email>=E<lt>addressE<gt> ]>
++S<[ B<-h> ]>
++S<[ B<--help> ]>
++S<[ B<-n> E<lt>nameE<gt> ]>
++S<[ B<--name>=E<lt>nameE<gt> ]>
++S<[ B<-p> ]>
++S<[ B<--preserve> ]>
++S< [B<-v> ]>
++S<[ B<--version> ]>
+ 
+ =head1 DESCRIPTION
+ 
+@@ -19,31 +32,31 @@
+ 
+ =over 4
+ 
+-=item B<-a >I<ASN.1 file> B<--asn=>I<ASN.1 file>
++=item -a E<lt>ASN.1 fileE<gt> --asn=E<lt>ASN.1 fileE<gt>
+ 
+ ASN.1 file to use (mandatory).
+ 
+-=item B<-d >I<opts> B<--dbopts=>I<opts>
++=item -d E<lt>optsE<gt> --dbopts=E<lt>optsE<gt>
+ 
+ options for dpkg-buildpackage.
+ 
+-=item B<-e >I<address> B<--email=>I<address>
++=item -e E<lt>addressE<gt> --email=E<lt>addressE<gt>
+ 
+ use e-mail address.
+ 
+-=item B<-h> B<--help>
++=item -h --help
+ 
+ print help and exit.
+ 
+-=item B<-n >I<name> B<--name=>I<name>
++=item -n E<lt>nameE<gt> --name=E<lt>nameE<gt>
+ 
+ use user name.
+ 
+-=item B<-p> B<--preserve>
++=item -p --preserve
+ 
+ do not overwrite files.
+ 
+-=item B<-v> B<--version>
++=item -v --version
+ 
+ print version and exit.
+ 
+@@ -68,8 +81,8 @@
+ 
+ =head1 AUTHOR
+ 
+-B<W. Borgert> Author. 
++B<W. Borgert> Author.
+ 
+ =head1 COPYRIGHT
+ 
+-Copyright (C) 2003, 2005 W. Borger
+\ No newline at end of file
++Copyright (C) 2003, 2005 W. Borger

Added: 02_fix_encoding_idl2deb_pod.patch
===================================================================
--- 02_fix_encoding_idl2deb_pod.patch	                        (rev 0)
+++ 02_fix_encoding_idl2deb_pod.patch	2013-06-09 20:37:57 UTC (rev 188104)
@@ -0,0 +1,77 @@
+--- doc/idl2deb.pod.orig	2013-06-06 21:31:06.674726010 +0200
++++ doc/idl2deb.pod	2013-06-06 21:35:38.522125866 +0200
+@@ -5,9 +5,21 @@
+ 
+ =head1 SYNOPSIS
+ 
+-B<idl2deb> [B<-d >I<opts>] [B<--dbopts=>I<opts>] [B<-e >I<address>] [B<--email=>I<address>] [-i I<idlfile>]
+-[--idl=I<idlfile>] [B<-h>] [B<--help>] [B<-n >I<name>] [B<--name=>I<name>] [B<-p>] [B<--preserve>] [B<-v>] [B<--version>]
+-
++B<idl2deb>
++S< [ B<-d> E<lt>optsE<gt> ]>
++S< [ B<--dbopts>=E<lt>optsE<gt> ]>
++S< [ B<-e> E<lt>addressE<gt> ]>
++S< [ B<--email>=E<lt>addressE<gt> ]>
++S< [ B<-h> ]>
++S< [ B<--help> ]>
++S< [ B<-i> E<lt>idlfileE<gt> ]>
++S< [ B<--idl>=E<lt>idlfileE<gt> ]>
++S< [ B<-n> E<lt>nameE<gt> ]>
++S< [ B<--name>=E<lt>nameE<gt> ]>
++S< [ B<-p> ]>
++S< [ B<--preserve> ]>
++S< [ B<-v> ]>
++S< [ B<--version> ]>
+ 
+ =head1 DESCRIPTION
+ 
+@@ -19,31 +31,31 @@
+ 
+ =over 4
+ 
+-=item B<-d>I<opts> B<--dbopts=>I<opts>
++=item -d E<lt>optsE<gt> --dbopts=E<lt>optsE<gt>
+ 
+ options for dpkg-buildpackage.
+ 
+-=item B<-e >I<address> B<--email=>I<address>
++=item -e E<lt>addressE<gt> --email=E<lt>addressE<gt>
+ 
+ use e-mail address.
+ 
+-=item B<-i >I<idlfile> B<--idl=>I<idlfile>
++=item -h --help
+ 
+-IDL file to use (mandatory)
++print help and exit.
+ 
+-=item B<-h> B<--help>
++=item -i E<lt>idlfileE<gt> --idl=E<lt>idlfileE<gt>
+ 
+-print help and exit.
++IDL file to use (mandatory)
+ 
+-=item B<-n >I<name> B<--name=>I<name>
++=item -n E<lt>nameE<gt> --name=E<lt>nameE<gt>
+ 
+ use user name.
+ 
+-=item B<-p> B<--preserve>
++=item -p --preserve
+ 
+ do not overwrite files.
+ 
+-=item B<-v> B<--version>
++=item -v --version
+ 
+ print version and exit.
+ 
+@@ -67,7 +79,7 @@
+ 
+ =head1 AUTHOR
+ 
+-B<W. Borgert> Author. 
++B<W. Borgert> Author.
+ 
+ =head1 COPYRIGHT
+ 

Added: 03_force_utf8_for_pod2man.patch
===================================================================
--- 03_force_utf8_for_pod2man.patch	                        (rev 0)
+++ 03_force_utf8_for_pod2man.patch	2013-06-09 20:37:57 UTC (rev 188104)
@@ -0,0 +1,22 @@
+--- doc/Makefile.am	(revision 49837)
++++ doc/Makefile.am	(working copy)
+@@ -123,6 +123,7 @@ 
+ 	$(AM_V_POD2MAN)$(POD2MAN)                       \
+ 	--center="The Wireshark Network Analyzer"       \
+ 	--release=$(VERSION)                            \
++	--utf8                                          \
+ 	$< > $@
+ 
+ .pod.html: ../config.h $(top_srcdir)/docbook/ws.css
+--- doc/wireshark.pod.template	(revision 49837)
++++ doc/wireshark.pod.template	(working copy)
+@@ -1,4 +1,9 @@ 
++=begin man
++
++=encoding utf8
++
++=end man
+
+ =head1 NAME
+ 
+ wireshark - Interactively dump and analyze network traffic




More information about the arch-commits mailing list