diff --git a/textproc/aspell-dict-sv/Portfile b/textproc/aspell-dict-sv/Portfile
index 13cda5eef5..182f6d6d83 100644
a
|
b
|
|
| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
| 2 | |
1 | 3 | PortSystem 1.0 |
2 | | name aspell-dict-sv |
3 | | version 0.51 |
| 4 | |
| 5 | set langcode sv |
| 6 | name aspell-dict-${langcode} |
| 7 | version 0.51-0 |
4 | 8 | categories textproc |
| 9 | license GPL-2 |
5 | 10 | maintainers rfc.se:jakob |
6 | 11 | description Swedish dictionary for aspell |
7 | 12 | homepage http://aspell.net/ |
8 | 13 | platforms darwin |
| 14 | supported_archs noarch |
9 | 15 | |
10 | 16 | long_description Aspell with Swedish dictionary. |
11 | 17 | |
12 | | master_sites gnu:aspell/dict/sv |
13 | | |
14 | | distname aspell-sv-${version}-0 |
15 | | checksums md5 d180c781f8986ea0f65b6b18f02a494e |
| 18 | master_sites gnu:aspell/dict/${langcode} |
| 19 | distname aspell-${langcode}-${version} |
| 20 | checksums size 93942 \ |
| 21 | rmd160 f6da78da89d35787f2bfd1076e941415dd009e54 \ |
| 22 | sha256 9b70573c9c8cf76f5cdb6abcdfb834a754bbaa1efd7d6f57f47b8a91a19c5c0a |
16 | 23 | |
17 | 24 | use_bzip2 yes |
18 | 25 | |
19 | 26 | depends_build bin:aspell:aspell |
20 | 27 | |
21 | | configure { system "cd ${worksrcpath} && ./configure \ |
22 | | --vars ASPELL=${prefix}/bin/aspell \ |
23 | | WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress" } |
| 28 | configure.pre_args {} |
| 29 | configure.args --vars \ |
| 30 | ASPELL=${prefix}/bin/aspell \ |
| 31 | WORD_LIST_COMPRESS=${prefix}/bin/word-list-compress |
| 32 | |
| 33 | livecheck.type regex |
| 34 | livecheck.url http://ftp.gnu.org/gnu/aspell/dict/0index.html |
| 35 | livecheck.regex >aspell-${langcode}-(.*?)\\.tar\\. |