r37320 - in /trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches: ./ pod-shes-HTML pod-shes-Perl series

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Wed Jun 3 02:30:57 UTC 2009


Author: bremner-guest
Date: Wed Jun  3 02:30:52 2009
New Revision: 37320

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37320
Log:
add patches for pod

Added:
    trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/
    trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-HTML
    trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-Perl
    trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/series

Added: trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-HTML
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-HTML?rev=37320&op=file
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-HTML (added)
+++ trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-HTML Wed Jun  3 02:30:52 2009
@@ -1,0 +1,84 @@
+Description: correct some small errors in pod, including version
+	     number, str->file as doFile parameter, and spelling.
+
+Index: libsyntax-highlight-engine-simple-languages-perl/src/Syntax-Highlight-Engine-Simple-HTML-0.02/lib/Syntax/Highlight/Engine/Simple/HTML.pm
+===================================================================
+--- libsyntax-highlight-engine-simple-languages-perl.orig/src/Syntax-Highlight-Engine-Simple-HTML-0.02/lib/Syntax/Highlight/Engine/Simple/HTML.pm	2009-06-02 23:06:09.000000000 -0300
++++ libsyntax-highlight-engine-simple-languages-perl/src/Syntax-Highlight-Engine-Simple-HTML-0.02/lib/Syntax/Highlight/Engine/Simple/HTML.pm	2009-06-02 23:09:09.000000000 -0300
+@@ -52,11 +52,11 @@
+ 
+ =head1 VERSION
+ 
+-This document describes Syntax::Highlight::Engine::Simple::HTML version 0.0.1
++This document describes Syntax::Highlight::Engine::Simple::HTML version 0.2
+ 
+ =head1 SYNOPSIS
+ 
+-Constractor
++Constructor
+ 
+ 	use Syntax::Highlight::Engine::Simple::HTML;
+ 	
+@@ -77,7 +77,7 @@
+ 		tab_width => 4);
+ 	
+ 	$highlighter->doFile(
+-		str => $str,
++		file => $name,
+ 		tab_width => 4,
+ 		encode => 'utf8');
+ 
+@@ -107,7 +107,7 @@
+ 
+ =item html_escape_code_ref
+ 
+-HTML escape code ref. Default subroutine escapes 3 charactors '&', '<' and '>'.
++HTML escape code ref. Default subroutine escapes 3 characters '&', '<' and '>'.
+ 
+ =back
+ 
+@@ -144,7 +144,7 @@
+ 
+ =item tab_width
+ 
+-Tab width for tab-space conversion. -1 for disable it. -1 is the defult.
++Tab width for tab-space conversion. -1 for disable it. -1 is the default.
+ 
+ =back
+ 
+@@ -153,7 +153,7 @@
+ Highlighting files.
+ 
+ 	$highlighter->doStr(
+-	    str => $str,
++	    file => $name,
+ 	    tab_width => 4,
+ 	    encode => 'utf8'
+ 	);
+@@ -166,7 +166,7 @@
+ 
+ =item tab_width
+ 
+-Tab width for tab-space conversion. -1 for disable it. -1 is the defult.
++Tab width for tab-space conversion. -1 for disable it. -1 is the default.
+ 
+ =item encode
+ 
+@@ -192,7 +192,7 @@
+ 
+ =head2 setSyntax
+ 
+-This is a method for initializing the syntax. It is called by constractor so
++This is a method for initializing the syntax. It is called by constructor so
+ you may not have to call it manually.
+ 
+ =head1 Example
+@@ -228,7 +228,7 @@
+ 
+ =head1 CONFIGURATION AND ENVIRONMENT
+ 
+-Syntax::Highlight::Engine::Simple::HTML requires no configuration files or environment variables. Specific language syntax can be defined with sub classes and loaded in constractor if you give it the type argument.
++Syntax::Highlight::Engine::Simple::HTML requires no configuration files or environment variables. Specific language syntax can be defined with sub classes and loaded in constructor if you give it the type argument.
+ 
+ =head1 DEPENDENCIES
+ 

Added: trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-Perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-Perl?rev=37320&op=file
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-Perl (added)
+++ trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/pod-shes-Perl Wed Jun  3 02:30:52 2009
@@ -1,0 +1,84 @@
+Description: correct some small errors in pod, including version
+ number, str->file as doFile parameter, and spelling.
+
+Index: libsyntax-highlight-engine-simple-languages-perl/src/Syntax-Highlight-Engine-Simple-Perl-0.02/lib/Syntax/Highlight/Engine/Simple/Perl.pm
+===================================================================
+--- libsyntax-highlight-engine-simple-languages-perl.orig/src/Syntax-Highlight-Engine-Simple-Perl-0.02/lib/Syntax/Highlight/Engine/Simple/Perl.pm	2009-06-02 23:10:17.000000000 -0300
++++ libsyntax-highlight-engine-simple-languages-perl/src/Syntax-Highlight-Engine-Simple-Perl-0.02/lib/Syntax/Highlight/Engine/Simple/Perl.pm	2009-06-02 23:11:53.000000000 -0300
+@@ -333,11 +333,11 @@
+ 
+ =head1 VERSION
+ 
+-This document describes Syntax::Highlight::Engine::Simple::Perl version 0.0.1
++This document describes Syntax::Highlight::Engine::Simple::Perl version 0.2
+ 
+ =head1 SYNOPSIS
+ 
+-Constractor
++Constructor
+ 
+ 	use Syntax::Highlight::Engine::Simple::Perl;
+ 	
+@@ -358,7 +358,7 @@
+ 		tab_width => 4);
+ 	
+ 	$highlighter->doFile(
+-		str => $str,
++		file => $name,
+ 		tab_width => 4,
+ 		encode => 'utf8');
+ 
+@@ -388,7 +388,7 @@
+ 
+ =item html_escape_code_ref
+ 
+-HTML escape code ref. Default subroutine escapes 3 charactors '&', '<' and '>'.
++HTML escape code ref. Default subroutine escapes 3 characters '&', '<' and '>'.
+ 
+ =back
+ 
+@@ -425,7 +425,7 @@
+ 
+ =item tab_width
+ 
+-Tab width for tab-space conversion. -1 for disable it. -1 is the defult.
++Tab width for tab-space conversion. -1 for disable it. -1 is the default.
+ 
+ =back
+ 
+@@ -434,7 +434,7 @@
+ Highlighting files.
+ 
+ 	$highlighter->doStr(
+-	    str => $str,
++	    file => $name,
+ 	    tab_width => 4,
+ 	    encode => 'utf8'
+ 	);
+@@ -447,7 +447,7 @@
+ 
+ =item tab_width
+ 
+-Tab width for tab-space conversion. -1 for disable it. -1 is the defult.
++Tab width for tab-space conversion. -1 for disable it. -1 is the default.
+ 
+ =item encode
+ 
+@@ -473,7 +473,7 @@
+ 
+ =head2 setSyntax
+ 
+-This is a method for initializing the syntax. It is called by constractor so
++This is a method for initializing the syntax. It is called by constructor so
+ you may not have to call it manually.
+ 
+ =head2 getKeywords
+@@ -518,7 +518,7 @@
+ 
+ =head1 CONFIGURATION AND ENVIRONMENT
+ 
+-Syntax::Highlight::Engine::Simple::Perl requires no configuration files or environment variables. Specific language syntax can be defined with sub classes and loaded in constractor if you give it the type argument.
++Syntax::Highlight::Engine::Simple::Perl requires no configuration files or environment variables. Specific language syntax can be defined with sub classes and loaded in constructor if you give it the type argument.
+ 
+ =head1 DEPENDENCIES
+ 

Added: trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/series?rev=37320&op=file
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/series (added)
+++ trunk/libsyntax-highlight-engine-simple-languages-perl/debian/patches/series Wed Jun  3 02:30:52 2009
@@ -1,0 +1,2 @@
+pod-shes-Perl
+pod-shes-HTML




More information about the Pkg-perl-cvs-commits mailing list