all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 8aae51373fbf31c960d27099c40d9b5d10bcf2f4 7454 bytes (raw)
name: gnu/packages/patches/docbook-utils-remove-jade-sp.patch 	 # note: path name is non-authoritative(*)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
 
Description: Change dependencies on jade and sp to openjade and opensp
Author: Neil Roeth <neil@debian.org>
Last-Update: 2016-07-24

Edit by Bruno Victal <mirai@makinata.eu>:
  Patch was edited so that it could be applied against the original
  docbook-utils-0.6.14 sources.
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/HTML/Makefile.am
+++ b/doc/HTML/Makefile.am
@@ -1,4 +1,4 @@
-htmldir	  = $(docdir)/html/docbook-utils-@VERSION@
+htmldir	  = $(docdir)/html
 html_DATA = api.html \
 	backend-spec.html \
 	docbook2man.html \
@@ -25,6 +25,6 @@
 		$(top_srcdir)/doc/refentry/sgmldiff.sgml
 	SGML_CATALOG_FILES=/etc/sgml/catalog \
 	SGML_SEARCH_PATH=$(top_srcdir):$(top_srcdir)/doc:.. \
-		jade -t sgml -i html -d $(top_srcdir)/docbook-utils.dsl\#html \
+		openjade -t sgml -i html -d $(top_srcdir)/docbook-utils.dsl\#html \
 			-V '%use-id-as-filename%' $<
 
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -12,5 +12,5 @@
 		$(top_srcdir)/helpers/docbook2man-spec.pl
 	SGML_CATALOG_FILES=/etc/sgml/catalog \
 	SGML_SEARCH_PATH=$(top_srcdir)/doc:.. \
-		nsgmls $< | \
+		onsgmls $< | \
 		sgmlspl $(top_srcdir)/helpers/docbook2man-spec.pl
--- a/backends/man.in
+++ b/backends/man.in
@@ -7,8 +7,8 @@
 TMPDIR=`mktemp -d /tmp/man.XXXXXX` || \
  { echo >&2 "man backend: could not create secure temporary directory"; exit 1;}
 trap 'rm -rf "${TMPDIR}"' EXIT
-nsgmls $SGML_FILE > "${TMPDIR}/nsgmls.tmp"
-sgmlspl $HELPER <"${TMPDIR}/nsgmls.tmp" 2>"${TMPDIR}/errs"
+onsgmls $SGML_FILE > "${TMPDIR}/onsgmls.tmp"
+sgmlspl $HELPER <"${TMPDIR}/onsgmls.tmp" 2>"${TMPDIR}/errs"
 if [ $? -ne 0 ]
 then
   cat "${TMPDIR}/errs"
@@ -18,7 +18,7 @@
 if grep unresolved "${TMPDIR}/errs" >/dev/null 2>&1
 then
   echo "Resolving references.."
-  sgmlspl $HELPER <"${TMPDIR}/nsgmls.tmp"
+  sgmlspl $HELPER <"${TMPDIR}/onsgmls.tmp"
   if [ $? -ne 0 ]
   then exit 1
   fi
--- a/backends/texi.in
+++ b/backends/texi.in
@@ -3,7 +3,7 @@
 # This program is under GPL license. See LICENSE file for details.
 
 # Convert to texinfo
-nsgmls $SGML_FILE | sgmlspl $SGML_BASE_DIR/docbook/utils-@VERSION@/helpers/docbook2texi-spec.pl >$SGML_FILE_NAME.texi
+onsgmls $SGML_FILE | sgmlspl docbook2texi-spec.pl >$SGML_FILE_NAME.texi
 if [ $? -ne 0 ]
 then exit 1
 fi
--- a/bin/sgmldiff.in
+++ b/bin/sgmldiff.in
@@ -22,13 +22,13 @@
 
 use strict;
 use integer;
-use vars qw($nsgmls $errors $errorlog $VERSION);
+use vars qw($onsgmls $errors $errorlog $VERSION);
 use Getopt::Long 2.01;
 
 $VERSION = 1.03;
 
-my $nsgmls;
-$nsgmls = "@jade_bindir@/nsgmls";
+my $onsgmls;
+$onsgmls = "@jade_bindir@/onsgmls";
 
 #----------------------------------------------------------------------
 # TODO:
@@ -37,7 +37,7 @@
 # - Wait for suggestions ;-)
 # 
 # Note: the input file need not be valid, nor is it necessary to have 
-# the DTDs.  nsgmls always returns a structure.
+# the DTDs.  onsgmls always returns a structure.
 #----------------------------------------------------------------------
 
 # Get file name
@@ -141,11 +141,11 @@
 unlink $diff2;
 
 #---------------------------------------------------------------------
-# Process nsgmls output: keep all stuff that is important for the
+# Process onsgmls output: keep all stuff that is important for the
 # structure comparison.  Make two structures: one that is diffed
 # (without text) (DIFF) and one that is used to present the
 # differences to the user (@full).  For more info: see SP
-# documentation, nsgmls output format.
+# documentation, onsgmls output format.
 
 sub prepare {
     my($filename,$todiffname) = @_;
@@ -161,7 +161,7 @@
     my @line_numbered = ();
     my $line = 0;
 
-    open(ESIS, "$nsgmls -l $errors $errorlog -onotation-sysid -oid -oempty $filename | ");  #-oentity generates strange output; ? -ononsgml
+    open(ESIS, "$onsgmls -l $errors $errorlog -onotation-sysid -oid -oempty $filename | ");  #-oentity generates strange output; ? -ononsgml
     open(DIFF, "> $todiffname");
     while (<ESIS>) {
 	chomp $_;
@@ -375,7 +375,7 @@
 };
 
 #----------------------------------------------------------------------
-# Normalise data text from nsgmls (i.e. don't print the escaped text).
+# Normalise data text from onsgmls (i.e. don't print the escaped text).
 sub normalise_text {
     my($string,$prefix) = @_;
     my $result = "$prefix";
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@
 
 dnl Checks for programs.
 jade_bindirs="/usr/bin /usr/local/bin"
-AC_FIND_PROGRAM(nsgmls, $jade_bindirs, jade_bindir)
+AC_FIND_PROGRAM(onsgmls, $jade_bindirs, jade_bindir)
 AC_SUBST(jade_bindir)
 
 perl_bindirs="/usr/bin /usr/local/bin"
--- a/doc/refentry/docbook2man-spec.pl.sgml
+++ b/doc/refentry/docbook2man-spec.pl.sgml
@@ -19,7 +19,7 @@
 <!-- docbook2man-spec.pl BREAKAGE HERE! -->
 
 <CmdSynopsis>
-<Command>nsgmls</command>
+<Command>onsgmls</command>
 <Arg><Replaceable>sgml document</replaceable></Arg>
 <Command>| sgmlspl</command>
 <Arg choice=req>docbook2man-spec.pl</arg>
@@ -35,7 +35,7 @@
 </Para>
 
 <Para>
-The program reads ESIS produced by nsgmls (or other SGML parsers) from
+The program reads ESIS produced by onsgmls (or other SGML parsers) from
 standard input.  Markup not found in RefEntry is discarded.
 </Para>
 
--- a/doc/refentry/docbook2texi-spec.pl.sgml
+++ b/doc/refentry/docbook2texi-spec.pl.sgml
@@ -20,7 +20,7 @@
 <!-- docbook2man-spec.pl BREAKAGE HERE! -->
 
 <CmdSynopsis>
-<Command>nsgmls</command>
+<Command>onsgmls</command>
 <Arg><Replaceable>sgml document</replaceable></Arg>
 <Command>| sgmlspl</command>
 <Arg choice=req>docbook2texi-spec.pl</arg>
@@ -37,7 +37,7 @@
 </Para>
 
 <Para>
-The program reads ESIS produced by nsgmls (or other SGML parsers) from
+The program reads ESIS produced by onsgmls (or other SGML parsers) from
 standard input.  Currently the document element must be <SGMLTag>Book</sgmltag>,
 otherwise the results are undefined.
 </Para>
--- a/doc/refentry/jw.sgml
+++ b/doc/refentry/jw.sgml
@@ -630,7 +630,7 @@
     <manvolnum>1</manvolnum></citerefentry>,
     <citerefentry><refentrytitle>install-catalog</refentrytitle>
     <manvolnum>8</manvolnum></citerefentry>,
-    <citerefentry><refentrytitle>nsgmls</refentrytitle>
+    <citerefentry><refentrytitle>onsgmls</refentrytitle>
     <manvolnum>1</manvolnum></citerefentry>, <ulink
     url="http://sources.redhat.com/docbook-tools/">docbook-utils
     homepage</ulink>.</para>
--- a/doc/refentry/sgmldiff.sgml
+++ b/doc/refentry/sgmldiff.sgml
@@ -238,10 +238,10 @@
         <glossterm>
 <!-- Next line  is a hack to force a paragraph break in the man-page. -->
 <cmdsynopsis> <command></command> </cmdsynopsis>
-          <citerefentry> <refentrytitle>nsgmls</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>
+          <citerefentry> <refentrytitle>onsgmls</refentrytitle> <manvolnum>1</manvolnum> </citerefentry>
         </glossterm>
         <glossdef>
-          <para>a base component of <application>Jade</application> DSSSL engine</para>
+          <para>a base component of <application>OpenJade</application> DSSSL engine</para>
         </glossdef>
       </glossentry>
 
--- a/helpers/docbook2man-spec.pl
+++ b/helpers/docbook2man-spec.pl
@@ -7,7 +7,7 @@
 The SGMLSpm package from CPAN.  This contains the sgmlspl script which
 is used to grok this file.  Use it like this:
 
-nsgmls some-docbook-document.sgml | sgmlspl docbook2man-spec.pl
+onsgmls some-docbook-document.sgml | sgmlspl docbook2man-spec.pl
 
 =head1 DESCRIPTION
 

debug log:

solving 8aae51373f ...
found 8aae51373f in https://yhetil.org/guix/40aa16c4ec5e774fa7ad47a488eb1c89250490b1.1692830149.git.mirai@makinata.eu/ ||
	https://yhetil.org/guix/dd229d3a7357a415c0670e9591ad8c74821b60cb.1695478390.git.mirai@makinata.eu/

applying [1/1] https://yhetil.org/guix/40aa16c4ec5e774fa7ad47a488eb1c89250490b1.1692830149.git.mirai@makinata.eu/
diff --git a/gnu/packages/patches/docbook-utils-remove-jade-sp.patch b/gnu/packages/patches/docbook-utils-remove-jade-sp.patch
new file mode 100644
index 0000000000..8aae51373f

1:22: space before tab in indent.
 	backend-spec.html \
1:23: space before tab in indent.
 	docbook2man.html \
1:25: space before tab in indent.
 		$(top_srcdir)/doc/refentry/sgmldiff.sgml
1:26: space before tab in indent.
 	SGML_CATALOG_FILES=/etc/sgml/catalog \
1:27: space before tab in indent.
 	SGML_SEARCH_PATH=$(top_srcdir):$(top_srcdir)/doc:.. \
Checking patch gnu/packages/patches/docbook-utils-remove-jade-sp.patch...
Applied patch gnu/packages/patches/docbook-utils-remove-jade-sp.patch cleanly.
warning: squelched 31 whitespace errors
warning: 36 lines add whitespace errors.

skipping https://yhetil.org/guix/dd229d3a7357a415c0670e9591ad8c74821b60cb.1695478390.git.mirai@makinata.eu/ for 8aae51373f
index at:
100644 8aae51373fbf31c960d27099c40d9b5d10bcf2f4	gnu/packages/patches/docbook-utils-remove-jade-sp.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.