summaryrefslogtreecommitdiff
path: root/devel/p5-Data-ShowTable
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-28 23:35:55 +0000
committerjlam <jlam>2000-08-28 23:35:55 +0000
commitd00d88b8d4c255cf9cf83ec75fd57f1dfe1f64f3 (patch)
tree85fda276dd01c8faeb8f0f9936114373842d7f0c /devel/p5-Data-ShowTable
parent626d583294e98ea17ab9075cc810cad2b9a0fd65 (diff)
downloadpkgsrc-d00d88b8d4c255cf9cf83ec75fd57f1dfe1f64f3.tar.gz
Fix unterminated I<...> errors noticed by pod2man.
Diffstat (limited to 'devel/p5-Data-ShowTable')
-rw-r--r--devel/p5-Data-ShowTable/files/patch-sum3
-rw-r--r--devel/p5-Data-ShowTable/patches/patch-aa13
2 files changed, 16 insertions, 0 deletions
diff --git a/devel/p5-Data-ShowTable/files/patch-sum b/devel/p5-Data-ShowTable/files/patch-sum
new file mode 100644
index 00000000000..6e6f49902d6
--- /dev/null
+++ b/devel/p5-Data-ShowTable/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2000/08/28 23:35:55 jlam Exp $
+
+MD5 (patch-aa) = 19261d0d5c93d7c72b7f041aa18811ed
diff --git a/devel/p5-Data-ShowTable/patches/patch-aa b/devel/p5-Data-ShowTable/patches/patch-aa
new file mode 100644
index 00000000000..35648a8f985
--- /dev/null
+++ b/devel/p5-Data-ShowTable/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2000/08/28 23:35:57 jlam Exp $
+
+--- ShowTable.pm.orig Sun Mar 2 17:04:50 1997
++++ ShowTable.pm
+@@ -721,7 +721,7 @@
+
+ S< >B<ShowHTMLTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub>
+ [, I<\&fmt_sub> [, I<$max_width> [, I<\%URL_Keys> [, I<$no_escape>
+-[, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ];
++[, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ] ] ] ];
+
+ The B<ShowHTMLTable> displays one or more rows of columns of data using
+ the HTML C<\<TABLE\>> feature. In addition to the usual parameter arguments