View | Details | Raw Unified | Return to bug 86321
Collapse All | Expand All

(-)./Makefile (-2 / +3 lines)
Lines 475-482 Link Here
475
.endif # ! NOPORTDOCS
475
.endif # ! NOPORTDOCS
476
476
477
.if ${XML_USED} == yes
477
.if ${XML_USED} == yes
478
#BUILD_DEPENDS+=	xsltproc:${PORTSDIR}/textproc/libxslt \
478
BUILD_DEPENDS+=	xsltproc:${PORTSDIR}/textproc/libxslt \
479
#		lynx:${PORTSDIR}/www/lynx
479
		${PREFIX}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \
480
		lynx:${PORTSDIR}/www/lynx
480
post-patch::
481
post-patch::
481
	@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-doc-xml
482
	@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-doc-xml
482
.endif
483
.endif
(-)./files/patch-02 (-3 / +3 lines)
Lines 24-38 Link Here
24
 check:
24
 check:
25
 manual.txt: manual.html
25
 manual.txt: manual.html
26
-	-lynx -dump -nolist -with_backspaces $^ > $@ || w3m -dump $^ > $@
26
-	-lynx -dump -nolist -with_backspaces $^ > $@ || w3m -dump $^ > $@
27
+#	-lynx -dump -nolist -with_backspaces manual.html > $@
27
+	-lynx -dump -nolist -with_backspaces manual.html > $@
28
 
28
 
29
 manual.html: $(srcdir)/html.xsl manual.xml
29
 manual.html: $(srcdir)/html.xsl manual.xml
30
-	-xsltproc --nonet -o $@ $^
30
-	-xsltproc --nonet -o $@ $^
31
+#	-xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
31
+	-xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
32
 
32
 
33
 manual-chunked stamp-doc-chunked: $(srcdir)/chunk.xsl manual.xml
33
 manual-chunked stamp-doc-chunked: $(srcdir)/chunk.xsl manual.xml
34
-	-xsltproc --nonet $^
34
-	-xsltproc --nonet $^
35
+#	-xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
35
+	-xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
36
 	touch stamp-doc-chunked
36
 	touch stamp-doc-chunked
37
 
37
 
38
 manual.pdf: stamp-doc-tex
38
 manual.pdf: stamp-doc-tex
(-)./files/patch-doc-manual.xml.head (+124 lines)
Line 0 Link Here
1
--- doc/manual.xml.head.orig	Mon Sep 19 08:20:38 2005
2
+++ doc/manual.xml.head	Mon Sep 19 08:26:14 2005
3
@@ -1,6 +1,6 @@
4
 <?xml version="1.0" standalone="no"?>
5
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
6
-  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
7
+  "/usr/local/share/xml/docbook/4.2/docbookx.dtd">
8
 <article>
9
 
10
 <articleinfo>
11
@@ -241,24 +241,24 @@
12
 <screen>
13
 ^A or &lt;Home&gt;    bol             move to the start of the line
14
 ^B or &lt;Left&gt;    backward-char   move back one char
15
-Esc B		backward-word	move back one word
16
+Esc B           backward-word   move back one word
17
 ^D or &lt;Delete&gt;  delete-char     delete the char under the cursor
18
 ^E or &lt;End&gt;     eol             move to the end of the line
19
 ^F or &lt;Right&gt;   forward-char    move forward one char
20
-Esc F		forward-word	move forward one word
21
+Esc F           forward-word    move forward one word
22
 &lt;Tab&gt;           complete        complete filename or alias
23
 ^T              complete-query  complete address with query
24
 ^K              kill-eol        delete to the end of the line
25
-ESC d		kill-eow	delete to the end ot the word
26
+ESC d           kill-eow        delete to the end ot the word
27
 ^W              kill-word       kill the word in front of the cursor
28
 ^U              kill-line       delete entire line
29
 ^V              quote-char      quote the next typed key
30
 &lt;Up&gt;            history-up      recall previous string from history
31
 &lt;Down&gt;          history-down    recall next string from history
32
 &lt;BackSpace&gt;     backspace       kill the char in front of the cursor
33
-Esc u		upcase-word	convert word to upper case
34
-Esc l		downcase-word	convert word to lower case
35
-Esc c		capitalize-word capitalize the word
36
+Esc u           upcase-word     convert word to upper case
37
+Esc l           downcase-word   convert word to lower case
38
+Esc c           capitalize-word capitalize the word
39
 ^G              n/a             abort
40
 &lt;Return&gt;        n/a             finish editing
41
 </screen>
42
@@ -620,8 +620,8 @@
43
 ESC p   previous-subthread      jump to the start of the previous subthread
44
 ESC r   read-subthread          mark the current subthread as read
45
 ESC t   tag-thread              toggle the tag on the current thread
46
-ESC v	collapse-thread		toggle collapse for the current thread
47
-ESC V	collapse-all		toggle collapse for all threads
48
+ESC v   collapse-thread         toggle collapse for the current thread
49
+ESC V   collapse-all            toggle collapse for all threads
50
 P       parent-message          jump to parent message in thread
51
 </screen>
52
 
53
@@ -898,7 +898,7 @@
54
 
55
 <screen>
56
 a       attach-file             attach a file
57
-A	attach-message		attach message(s) to the message
58
+A       attach-message          attach message(s) to the message
59
 ESC k   attach-key              attach a PGP public key
60
 d       edit-description        edit description on attachment
61
 D       detach-file             detach a file
62
@@ -914,7 +914,7 @@
63
 p       pgp-menu                select PGP options
64
 P       postpone-message        postpone this message until later
65
 q       quit                    quit (abort) sending the message
66
-w	write-fcc		write the message to a folder
67
+w       write-fcc               write the message to a folder
68
 i       ispell                  check spelling (if available on your system)
69
 ^F      forget-passphrase       wipe passphrase(s) from memory
70
 </screen>
71
@@ -3286,7 +3286,7 @@
72
 ~h EXPR         messages which contain EXPR in the message header
73
 ~H EXPR         messages with a spam attribute matching EXPR
74
 ~i EXPR         message which match EXPR in the ``Message-ID'' field
75
-~k		message contains PGP key material
76
+~k              message contains PGP key material
77
 ~L EXPR         message is either originated or received by EXPR
78
 ~l              message is addressed to a known mailing list
79
 ~m [MIN]-[MAX]  message in the range MIN to MAX *)
80
@@ -3302,15 +3302,15 @@
81
 ~S              superseded messages
82
 ~t EXPR         messages addressed to EXPR
83
 ~T              tagged messages
84
-~u		message is addressed to a subscribed mailing list
85
+~u              message is addressed to a subscribed mailing list
86
 ~U              unread messages
87
-~v		message is part of a collapsed thread.
88
-~V		cryptographically verified messages
89
+~v              message is part of a collapsed thread.
90
+~V              cryptographically verified messages
91
 ~x EXPR         messages which contain EXPR in the `References' field
92
 ~y EXPR         messages which contain EXPR in the `X-Label' field
93
 ~z [MIN]-[MAX]  messages with a size in the range MIN to MAX *)
94
-~=		duplicated messages (see $duplicate_threads)
95
-~$		unreferenced messages (requires threaded view)
96
+~=              duplicated messages (see $duplicate_threads)
97
+~$              unreferenced messages (requires threaded view)
98
 </screen>
99
 
100
 </para>
101
@@ -3502,10 +3502,10 @@
102
 one of the following units:
103
 
104
 <screen>
105
-y	years
106
-m	months
107
-w	weeks
108
-d	days
109
+y       years
110
+m       months
111
+w       weeks
112
+d       days
113
 </screen>
114
 
115
 As a special case, you can replace the sign by a ``*'' character,
116
@@ -5461,7 +5461,7 @@
117
 <para>
118
 
119
 <screen>
120
--A	expand an alias
121
+-A      expand an alias
122
 -a      attach a file to a message
123
 -b      specify a blind carbon-copy (BCC) address
124
 -c      specify a carbon-copy (Cc) address
(-)./scripts/generate-plist (+3 lines)
Lines 130-135 Link Here
130
    echo "%%DOCSDIR%%/html/mimesupport.html" >> $tmp_first
130
    echo "%%DOCSDIR%%/html/mimesupport.html" >> $tmp_first
131
    echo "%%DOCSDIR%%/html/miscellany.html" >> $tmp_first
131
    echo "%%DOCSDIR%%/html/miscellany.html" >> $tmp_first
132
    echo "%%DOCSDIR%%/html/reference.html" >> $tmp_first
132
    echo "%%DOCSDIR%%/html/reference.html" >> $tmp_first
133
    if [ "$MUTT_COMPRESSED_FOLDERS" = "yes" ]; then
134
      echo "%%DOCSDIR%%/html/compressed-folders.html" >> $tmp_first
135
    fi
133
    echo "@dirrm %%DOCSDIR%%/html" >> $tmp_last
136
    echo "@dirrm %%DOCSDIR%%/html" >> $tmp_last
134
  fi
137
  fi
135
  cat >> $tmp_last <<EOF
138
  cat >> $tmp_last <<EOF

Return to bug 86321