summarylogtreecommitdiffstats
path: root/fixes.sed
diff options
context:
space:
mode:
authorEinhard Leichtfuß2021-07-02 12:33:14 +0200
committerEinhard Leichtfuß2021-07-02 12:40:05 +0200
commit175fc7ffe75d8ba638ed8c5e883a5a955ad36ac2 (patch)
treec5b6e1d9dc1c805c279178285125c7bdcc422b65 /fixes.sed
parent33af58e0f3dcdfbbd78e9c5d4535fc6fba65b8af (diff)
downloadaur-175fc7ffe75d8ba638ed8c5e883a5a955ad36ac2.tar.gz
Update to version 0.53
This version adopted most of the non dict-specific modifications expressed by `fixes.sed'. This file has could thus have been notably reduced in size. Other changes here: * Use autotools. * fixes.sed * No longer delete lines "This line is printed in <FONT>." * One newfound spelling mistake fixed. * One alleged fix corrected. * Do no longer use `--with-local-libmaa' - failed to build. * Add pronounc.txt to documentation. * Quote everything containing a variable, just to be safe.
Diffstat (limited to 'fixes.sed')
-rwxr-xr-xfixes.sed136
1 files changed, 9 insertions, 127 deletions
diff --git a/fixes.sed b/fixes.sed
index ff8cf356dc40..7bd00847155a 100755
--- a/fixes.sed
+++ b/fixes.sed
@@ -9,131 +9,39 @@
# http://deb.debian.org/debian/pool/main/d/dict-gcide/dict-gcide_0.48.5.tar.xz
# TODO:
-# * '[<source></source>]'
-# * '</item><item>' (dict -d gcide legislation)
+# * '[<source></source>]' (dict -d gcide duff)
+# * '</item><item>' (dict -d gcide legislature)
## GENERAL
-# Remove lines pretending to be in a particular font.
-\`^<p>\s*(<note>\s*)?<hand/\s*(<[^>]*type>\s*)?This\s*line\s*is\s*printed\s*in`, \`^\s*$` d
-
# Remove book and publ tags in a qau element.
-# <publ> seems to be removed by webfmt, so apparently not necessary to
+# `webfmt' fails on <book>.
+# `<publ>' seems to be removed by webfmt, so apparently not necessary to
# remove here.
s`(<qau>[^<]*)(<book>|<publ>)([^<]*)(</book>|</publ>)`\1\3`g
## CIDE.A
-# Typo.
-s`^(<p><q><qex>A priori</qex>, that is,) form (these necessities)`\1 from \2`
-
-# Add some semicolon.
+# Add presumably missing word.
\`^<mhw>\{ <hw>Ar"que\*bus</hw>, <hw>Ar"que\*buse</hw> \}</mhw>` {
- s`(<def>A sort of hand gun or firearm) (a contrivance)`\1\; \2`
-}
-
-
-## CIDE.B
-
-# Add a closing paranthis.
-s`\(Thirteenth Greatest of Centuries, 1913\.`&)`
-
-
-## CIDE.C
-
-# Remove empty element.
-s`<stype></stype>``
-
-
-## CIDE.D
-
-# Descartes did not live one and a half millennia.
-\`^<hw>Descartes</hw>` {
- s`(born) 159, (died)`\1 1596, \2`
-}
-
-# Typo; doubled quote.
-\`^<p><syn><b>Syn\.</b> -- To vary\; disagree\; dissent\; dispute\;` {
- s`(<xex>)aiffer (with</xex>)`\1differ \2`
- s`(<rdquo/){2}`\1`
-}
-
-# Remove empty element.
-\`^<p><ent>diploid</ent>`, \`<ent>` {
- s`^(B: Oh, how I wish.*</q>)\s*<rj><qau></qau></rj>(</p>)`\1\2`
-}
-
-# In 0.48, the 'between' was missing; I prefer Debian's way of solving it.
-\`^<p><ent>Doublet</ent>`, \`<ent>` {
- \`^<p><sn>4\.</sn>` {
- s`(with a) (color between them)`\1 layer of \2`
- }
-}
-
-
-## CIDE.E
-
-# Restrict qau element to the author themself.
-s`^(<qau>Mark Feeney)(<br/)`\1</qau>\2`
-\`^Copyright 1999 Globe Newspaper Company\.` {
- s`</qau>``
+ s`(<def>A sort of hand gun or firearm) (a contrivance)`\1 with \2`
}
## CIDE.F
-s`measurments`measurements`
-
-# Fix misattribution.
-s`(Dostoevsky's) (War and Peace)`\1 Crime and Punishment\; or Tolstoy's \2`
-
-s`compIy`comply`
-
+s`measurments`measurements`g
-## CIDE.I
-# Remove qau tags.
-\`^<rj><qau>Dr\. Rod Beavon<br/`, +2 {
- s`^(<rj>)<qau>(Dr\. Rod Beavon<br/)`\1\2</rj>`
- s`^\((17 Dean's Yard London SW1P 3PB)\;(<br/)`<rj>\1</rj>\2`
- s`(e-mail: rod\.beavon@westminster\.org\.uk)</qau>(</rj><br/)`<rj>\1\2`
-}
-
-
-## M
-
-# Remove extraneous ', in'.
-s`^(<qau>Andrew Hood), in`\1`
+## CIDE.L
-
-## P
-
-# Restrict col element's content.
-\`^<p><cs><col><b>Park of artillery</b></col>` {
- s`(<col><b>industrial park</b>) `\1</col>`
- s`</col>(</cs><br/)$`\1`
-}
-
-
-## R
-
-# Typo.
-\`^<hw>Re\*cu"sant</hw>` {
- s`\bchurc\b`church`
-}
-
-# Remove text centering around a referenced image.
-# Debian removed the preceding paragraph as well. I do not agree.
-\`<a href="\\cide\\more\\lilac-breasted-roller\.jpg">`, \`zambezi\.co\.uk` d
+s`\<(province)w\>`\1`g
## S
-# Fix badly formatted closing tag (<i>(.*)</> -> <i>\1</i>).
-s`<([^><]*)>([^<]*)</>`<\1>\2</\1>`
-
# If one wanted to fix more than necessary (Debian does):
#\`^<hw>Ses\*quip"li\*cate</hw>` {
# s`^`<p>`
@@ -143,28 +51,6 @@ s`<([^><]*)>([^<]*)</>`<\1>\2</\1>`
# s`<prime/`\\'\''b7`
#}
-s`\<(something)l\>`\1`
-
-s`rappng`rapping`
-
-
-## T
-
-# Restrict qau to the author themself.
-\`^<rj><qau>Andrew Forbes/CPA`, +1 {
- s`^<rj><qau>Andrew Forbes/CPA`&</qau>`
- s`^(\(from.*)</qau>(</rj><br/)$`\1\2`
-}
-
-
-## U
-
-# Restrict au element to the author themself.
-\`^<au>Kari Jensen \(University of Wisconsin`, +1 {
- s`^<au>Kari Jensen`&</au>`
- s`^(\[available at.*)</au>(<br/)$`\1\2`
-}
-
## V
@@ -172,7 +58,3 @@ s`rappng`rapping`
\`^<p><cs><col><b>Principle of virtual velocities</b>` {
s`-(- <col><b>Virtual image</b></col>)`\1`
}
-
-
-## W
-s`\<(Where\*?)form\>`\1from`