[macports-ports] branch master updated: hunspell-de 20161207: split dictionary into variants, default to +de_DE

Marius Schamschula lists at schamschula.com
Tue Sep 26 17:22:31 UTC 2017


Ryan,

I’ve updated hunspell-de:

https://github.com/macports/macports-ports/commit/3fedea509cf2c6ec8f63940c064cdc349de791ad <https://github.com/macports/macports-ports/commit/3fedea509cf2c6ec8f63940c064cdc349de791ad>

and hunspell-en:

https://github.com/macports/macports-ports/commit/24c49dd047a42bf9651a112a134cb36fd28c195c <https://github.com/macports/macports-ports/commit/24c49dd047a42bf9651a112a134cb36fd28c195c>

(note: I had to grab a local copy of the source file from my home machine, as the mirrors seem not to be providing it at this time)

Marius
--
Marius Schamschula



> On Sep 26, 2017, at 10:56 AM, Ryan Schmidt <ryandesign at macports.org <mailto:ryandesign at macports.org>> wrote:
> 
> 
> On Sep 25, 2017, at 16:31, Marius Schamschula wrote:
> 
>> Marius Schamschula (Schamschula) pushed a commit to branch master
>> in repository macports-ports.
>> 
>> 
>> https://github.com/macports/macports-ports/commit/ada9952556fc64c387ee72cfcb5bfe68171ad85b <https://github.com/macports/macports-ports/commit/ada9952556fc64c387ee72cfcb5bfe68171ad85b>
>> 
>> The following commit(s) were added to refs/heads/master by this push:
>> 
>>     new ada9952  hunspell-de 20161207: split dictionary into variants, default to +de_DE
> 
> 
>> -destroot {
>> +pre-destroot {
>>     xinstall -d -m 755 $installdir
>> +}
>> +
>> +variant de_AT description {Austrian German dictionary} {
>> +    build.target-append hunspell/de_AT.dic hunspell/de_AT.aff
>> +
>> +    destroot {
>> +        xinstall -m 644 ${worksrcpath}/hunspell/de_AT.aff $installdir
>> +        xinstall -m 644 ${worksrcpath}/hunspell/de_AT.dic $installdir
>> +    }
>> +}
>> +
>> +variant de_CH description {Swiss German dictionary} {
>> +    build.target-append hunspell/de_CH.dic hunspell/de_CH.aff
>> 
>> -    xinstall -m 644 ${worksrcpath}/hunspell/de_AT.aff $installdir
>> -    xinstall -m 644 ${worksrcpath}/hunspell/de_AT.dic $installdir
>> -    xinstall -m 644 ${worksrcpath}/hunspell/de_CH.aff $installdir
>> -    xinstall -m 644 ${worksrcpath}/hunspell/de_CH.dic $installdir
>> -    xinstall -m 644 ${worksrcpath}/hunspell/de_DE.aff $installdir
>> -    xinstall -m 644 ${worksrcpath}/hunspell/de_DE.dic $installdir
>> +    destroot {
>> +        xinstall -m 644 ${worksrcpath}/hunspell/de_CH.aff $installdir
>> +        xinstall -m 644 ${worksrcpath}/hunspell/de_CH.dic $installdir
>> +    }
>> }
>> 
>> +variant de_DE description {German dictionary} {
>> +    build.target-append hunspell/de_DE.dic hunspell/de_DE.aff
>> +
>> +    destroot {
>> +        xinstall -m 644 ${worksrcpath}/hunspell/de_DE.aff $installdir
>> +        xinstall -m 644 ${worksrcpath}/hunspell/de_DE.dic $installdir
>> +    }
>> +}
>> +
>> +default_variants +de_DE
> 
> 
> Same observation about these variants as made previously about hunspell-en.
> 
> 
> Also, is there a reason why these should be variants, rather than subports?
> 




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-dev/attachments/20170926/1df468f8/attachment.html>


More information about the macports-dev mailing list