hunspell-dict-en:move into main repo for pisi 2.0

This commit is contained in:
2015-10-06 00:42:09 +03:00
parent 3a3d71c38c
commit cba6282e99
6 changed files with 194 additions and 0 deletions
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
WorkDir = "wordlist"
def install():
pisitools.insinto("/usr/share/hunspell/", "en_*.dic")
pisitools.insinto("/usr/share/hunspell/", "en_*.aff")
for f in ("en_AU", "en_BS", "en_BW", "en_BZ", "en_DK", "en_GH", "en_HK", "en_IE", "en_IN", "en_JM", "en_NA", "en_NG", "en_NZ", "en_SG", "en_TT", "en_ZA", "en_ZW"):
pisitools.dosym("en_GB-large.dic", "/usr/share/hunspell/%s.dic" % f)
pisitools.dosym("en_GB-large.aff", "/usr/share/hunspell/%s.aff" % f)
pisitools.dosym("en_US.dic", "/usr/share/hunspell/en_PH.dic")
pisitools.dosym("en_US.aff", "/usr/share/hunspell/en_PH.aff")
pisitools.dodoc("README*", "README*")
@@ -0,0 +1,56 @@
--- wordlist.orig/en_GB.dic 2005-05-26 11:49:30.000000000 +0100
+++ wordlist/en_GB.dic 2008-11-28 10:01:37.000000000 +0000
@@ -1,4 +1,4 @@
-46280
+46286
abaft
abbreviation/M
abdicate/DNGSn
@@ -2278,6 +2278,7 @@
hysterectomy/SM
Hyundai/M
ICC/M
+i
icebox/SM
icicle/SM
iconoclasm/MS
@@ -2470,6 +2471,7 @@
Ithacan
its
ix
+j
jackknife/DGMS
Jacqueline
Jaeger/M
@@ -2764,6 +2766,7 @@
Mabel/M
Macedon
Macedonia/M
+m
macintosh/SM
MacIntyre
Mackenzie
@@ -3222,6 +3225,7 @@
nuttiness/S
nymphomaniac/S
Oakland/M
+o
ob.
obeyer/EM
obfuscation/M
@@ -4797,6 +4801,7 @@
tyro/SM
UFO/S
Ukrainian/S
+u
ulcerate/SGNDn
ulcerous
Ulrika/M
@@ -4962,6 +4967,7 @@
vulnerability/SI
vulva/M
WAC
+w
wagon/SM
waitress/MS
Waldemar/M
@@ -0,0 +1,8 @@
--- wordlist/scowl/speller/en.dic.supp.orig 2008-11-28 10:10:01.000000000 +0000
+++ wordlist/scowl/speller/en.dic.supp 2008-11-28 10:10:10.000000000 +0000
@@ -21,3 +21,5 @@
7th/pt
8th/pt
9th/pt
+e.g.
+i.e.
@@ -0,0 +1,45 @@
--- wordlist.orig/scowl/r/special/proper-names 2008-02-08 11:53:27.000000000 +0000
+++ wordlist/scowl/r/special/proper-names 2008-02-08 12:06:00.000000000 +0000
@@ -3,7 +3,9 @@
Barack
Bernanke
Biden
+Camino
Bugzilla
+ChatZilla
Debian
Emacs
Gentoo
@@ -11,10 +13,14 @@
ISO
Ispell
LyX
+Mandriva
Mozilla
+MySpell
PayPal
+SeaMonkey
SUSE
Slackware
+Sunbird
Thunderbird
Ubuntu
XEmacs
--- wordlist.orig/scowl/speller/en.aff 2008-02-08 20:28:24.000000000 +0000
+++ wordlist/scowl/speller/en.aff 2008-02-08 20:28:45.000000000 +0000
@@ -110,13 +110,14 @@
SFX L Y 1
SFX L 0 ment .
-REP 88
+REP 89
REP a ei
REP ei a
REP a ey
REP ey a
REP ai ie
REP ie ai
+REP alot a_lot
REP are air
REP are ear
REP are eir
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>hunspell-dict-en</Name>
<Homepage>http://wordlist.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<License>BSD</License>
<IsA>locale:en</IsA>
<IsA>data</IsA>
<Summary>English hunspell dictionaries</Summary>
<Description>hunspell-dict-en includes English (US, UK, etc.) hunspell dictionaries.</Description>
<Archive sha1sum="a4172755005d80cc4d89d919aed08fb998db7635" target="wordlist" type="zip">http://downloads.sourceforge.net/project/wordlist/speller/2015.05.18/hunspell-en_US-2015.05.18.zip</Archive>
<Archive sha1sum="84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80" target="wordlist" type="zip">http://downloads.sourceforge.net/project/wordlist/speller/2015.05.18/hunspell-en_CA-2015.05.18.zip</Archive>
<Archive sha1sum="daf8e7d03571990199cb0986e18e469a951e8ab0" target="wordlist" type="zip">http://downloads.sourceforge.net/project/wordlist/speller/2015.05.18/hunspell-en_GB-large-2015.05.18.zip</Archive>
</Source>
<Package>
<Name>hunspell-dict-en</Name>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2015-10-05</Date>
<Version>2015.05.18</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalcinsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-02-17</Date>
<Version>0.0_20090319</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="1">
<Date>2010-10-13</Date>
<Version>0.0_20090319</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>hunspell-dict-en</Name>
<Summary xml:lang="tr">İngilizce hunspell sözlükleri</Summary>
<Description xml:lang="tr">hunspell-dict-en İngilizce (US, UK vs.) hunspell sözlüklerini içerir.</Description>
</Source>
</PISI>