pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/html2wml Fix some bad roff in the man page. C...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18add18e20eb
branches:  trunk
changeset: 476844:18add18e20eb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 21 08:58:59 2004 +0000

description:
Fix some bad roff in the man page. Closes PR 25950.  Bump PKGREVISION.

diffstat:

 textproc/html2wml/Makefile         |   4 ++--
 textproc/html2wml/distinfo         |   3 ++-
 textproc/html2wml/patches/patch-aa |  18 ++++++++++++++++++
 3 files changed, 22 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r c60c21877baf -r 18add18e20eb textproc/html2wml/Makefile
--- a/textproc/html2wml/Makefile        Mon Jun 21 08:48:41 2004 +0000
+++ b/textproc/html2wml/Makefile        Mon Jun 21 08:58:59 2004 +0000
@@ -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 -r c60c21877baf -r 18add18e20eb textproc/html2wml/distinfo
--- a/textproc/html2wml/distinfo        Mon Jun 21 08:48:41 2004 +0000
+++ b/textproc/html2wml/distinfo        Mon Jun 21 08:58:59 2004 +0000
@@ -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 -r c60c21877baf -r 18add18e20eb textproc/html2wml/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/html2wml/patches/patch-aa        Mon Jun 21 08:58:59 2004 +0000
@@ -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. 



Home | Main Index | Thread Index | Old Index