<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/24c49dd047a42bf9651a112a134cb36fd28c195c">https://github.com/macports/macports-ports/commit/24c49dd047a42bf9651a112a134cb36fd28c195c</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 24c49dd hunspell-en 2017.08.24: use subports, rather than variants
</span>24c49dd is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 24c49dd047a42bf9651a112a134cb36fd28c195c
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Sep 26 12:18:06 2017 -0500
<span style='display:block; white-space:pre;color:#404040;'> hunspell-en 2017.08.24: use subports, rather than variants
</span>---
textproc/hunspell-en/Portfile | 50 +++++++++++++++++++++++++++++++++----------
1 file changed, 39 insertions(+), 11 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/hunspell-en/Portfile b/textproc/hunspell-en/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b9735cc..044548c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/hunspell-en/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/hunspell-en/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span>
name hunspell-en
version 2017.08.24
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> distname scowl-${version}
categories textproc
license permissive
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,71 +37,98 @@ pre-destroot {
</span> xinstall -d -m 755 $installdir
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant en_AU description {US English dictionary} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport hunspell-en {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ pre-configure {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ui_error "Please choose one of the subports: \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ hunspell-en_AU, hunspell-en_AU_large, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ hunspell-en_CA, hunspell-en_CA_large, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ hunspell-en_GB_ise, hunspell-en_GB_ize, hunspell-en_GB_large, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ hunspell-en_US or hunspell-en_US_large."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ return -code error
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport hunspell-en_AU {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ long_description ${description}: AU English dictionary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
xinstall -m 644 ${worksrcpath}/speller/en_AU.aff $installdir
xinstall -m 644 ${worksrcpath}/speller/en_AU.dic $installdir
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant en_AU_large description {US English dictionary (large)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport hunspell-en_AU_large {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ long_description ${description}: large AU English dictionary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
xinstall -m 644 ${worksrcpath}/speller/en_AU-large.aff $installdir
xinstall -m 644 ${worksrcpath}/speller/en_AU-large.dic $installdir
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant en_CA description {CA English dictionary} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport hunspell-en_CA {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ long_description ${description}: CA English dictionary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
xinstall -m 644 ${worksrcpath}/speller/en_CA.aff $installdir
xinstall -m 644 ${worksrcpath}/speller/en_CA.dic $installdir
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant en_CA_large description {CA English dictionary (large)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport hunspell-en_CA_large {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ long_description ${description}: large CA English dictionary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
xinstall -m 644 ${worksrcpath}/speller/en_CA-large.aff $installdir
xinstall -m 644 ${worksrcpath}/speller/en_CA-large.dic $installdir
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant en_GB_ise description {GB-ise English dictionary} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport hunspell-en_GB_ise {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ long_description ${description}: GB English dictionary (-ise version)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
xinstall -m 644 ${worksrcpath}/speller/en_GB-ise.aff $installdir
xinstall -m 644 ${worksrcpath}/speller/en_GB-ise.dic $installdir
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant en_GB_ize description {GB-ize English dictionary} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport hunspell-en_GB_ize {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ long_description ${description}: GB English dictionary (-ize version)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
xinstall -m 644 ${worksrcpath}/speller/en_GB-ize.aff $installdir
xinstall -m 644 ${worksrcpath}/speller/en_GB-ize.dic $installdir
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant en_GBS_large description {GB English dictionary (large)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport hunspell-en_GB_large {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ long_description ${description}: large GB English dictionary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
xinstall -m 644 ${worksrcpath}/speller/en_GB-large.aff $installdir
xinstall -m 644 ${worksrcpath}/speller/en_GB-large.dic $installdir
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant en_US description {US English dictionary} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport hunspell-en_US {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ long_description ${description}: US English dictionary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
xinstall -m 644 ${worksrcpath}/speller/en_US.aff $installdir
xinstall -m 644 ${worksrcpath}/speller/en_US.dic $installdir
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant en_US_large description {US English dictionary (large)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport hunspell-en_US_large {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ long_description ${description}: large US English dictionary
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
xinstall -m 644 ${worksrcpath}/speller/en_US-large.aff $installdir
xinstall -m 644 ${worksrcpath}/speller/en_US-large.dic $installdir
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +en_US
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> livecheck.type regex
livecheck.url https://sourceforge.net/projects/wordlist/files/SCOWL/
livecheck.regex "(\[0-9.\]+)${extract.suffix}"
</pre><pre style='margin:0'>
</pre>