summaryrefslogtreecommitdiff
path: root/textproc/html2wml
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-06-21 08:58:59 +0000
committerwiz <wiz@pkgsrc.org>2004-06-21 08:58:59 +0000
commitb1d7d718a2ef84fa03fc7ac8b10b51f87a22516b (patch)
treeaf450f878abb5640f3de0c5460c83495e08b2ff2 /textproc/html2wml
parent6ff5c1dd2d407d399242cef289525d25b99f9136 (diff)
downloadpkgsrc-b1d7d718a2ef84fa03fc7ac8b10b51f87a22516b.tar.gz
Fix some bad roff in the man page. Closes PR 25950. Bump PKGREVISION.
Diffstat (limited to 'textproc/html2wml')
-rw-r--r--textproc/html2wml/Makefile4
-rw-r--r--textproc/html2wml/distinfo3
-rw-r--r--textproc/html2wml/patches/patch-aa18
3 files changed, 22 insertions, 3 deletions
diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile
index 80a950206ee..e41def4e492 100644
--- a/textproc/html2wml/Makefile
+++ b/textproc/html2wml/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/06/17 08:48:12 cjep Exp $
+# $NetBSD: Makefile,v 1.7 2004/06/21 08:58:59 wiz Exp $
DISTNAME= html2wml-0.4.8r2
PKGNAME= html2wml-0.4.8.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc converters
MASTER_SITES= http://maddingue.free.fr/techie/download/Html2Wml/
diff --git a/textproc/html2wml/distinfo b/textproc/html2wml/distinfo
index 05d3a3e46e3..196242e3cb1 100644
--- a/textproc/html2wml/distinfo
+++ b/textproc/html2wml/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/01/31 08:40:17 martti Exp $
+$NetBSD: distinfo,v 1.2 2004/06/21 08:58:59 wiz Exp $
SHA1 (html2wml-0.4.8r2.tar.gz) = 4e0e2a5f4a62497f3af4127d9d63d99daea1cfa7
Size (html2wml-0.4.8r2.tar.gz) = 84959 bytes
+SHA1 (patch-aa) = 3a355140c8e16871b53d98cc05a0bdf1698cce7b
diff --git a/textproc/html2wml/patches/patch-aa b/textproc/html2wml/patches/patch-aa
new file mode 100644
index 00000000000..bc3af8b6e8d
--- /dev/null
+++ b/textproc/html2wml/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1 2004/06/21 08:58:59 wiz Exp $
+
+--- doc/html2wml.man.orig 2001-12-27 02:04:18.000000000 +0100
++++ doc/html2wml.man
+@@ -511,10 +511,10 @@ a Text::Template template. Parameters ca
+ or as a variable. The template is embraced between curcly bracets, and can
+ contain any valid Perl code.
+ .PP
+-The simplest form of a template is \f(CW\*(C`{\f(CI\s\-1PARAM\s0\f(CW}\*(C'\fR which just returns the
++The simplest form of a template is \f(CW\*(C`{\f(CI\s-1PARAM\s0\f(CW}\*(C'\fR which just returns the
+ value of \fI\s-1PARAM\s0\fR. If you want to do something more complex, you can use
+-the corresponding variable; for example \f(CW\*(C`{"foo $\f(CI\s\-1PARAM\s0\f(CW bar"}\*(C'\fR, or
+-\&\f(CW\*(C`{join "_", split " ", \f(CI\s\-1PARAM\s0\f(CW}\*(C'\fR.
++the corresponding variable; for example \f(CW\*(C`{"foo $\f(CI\s-1PARAM\s0\f(CW bar"}\*(C'\fR, or
++\&\f(CW\*(C`{join "_", split " ", \f(CI\s-1PARAM\s0\f(CW}\*(C'\fR.
+ .PP
+ You may read the Text::Template manpage for more information on what is possible
+ within a template.