diff options
author | wiz <wiz@pkgsrc.org> | 2004-06-21 08:58:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-06-21 08:58:59 +0000 |
commit | ef111dbf79ea3f95b65a41f5a9dba6249ed77a04 (patch) | |
tree | af450f878abb5640f3de0c5460c83495e08b2ff2 /textproc/html2wml | |
parent | 74fb3ad12683118a7abf3ba2ad9ccc1adec2168c (diff) | |
download | pkgsrc-ef111dbf79ea3f95b65a41f5a9dba6249ed77a04.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/Makefile | 4 | ||||
-rw-r--r-- | textproc/html2wml/distinfo | 3 | ||||
-rw-r--r-- | textproc/html2wml/patches/patch-aa | 18 |
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. |