Permalink
Browse files
gf: update to 3.9; use haskell PG
- Loading branch information
Showing
with
15 additions
and
7 deletions.
-
+15
−7
lang/gf/Portfile
|
|
@@ -1,8 +1,8 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup haskell 1.0 |
|
|
|
|
|
name gf |
|
|
version 3.1 |
|
|
revision 1 |
|
|
version 3.9 |
|
|
categories lang |
|
|
maintainers nomaintainer |
|
|
platforms darwin |
|
|
@@ -11,13 +11,21 @@ long_description GF, Grammatical Framework, is a programming language \ |
|
|
for multilingual grammar applications. |
|
|
homepage http://www.grammaticalframework.org/ |
|
|
master_sites ${homepage}download/ |
|
|
extract.suffix -src.tar.gz |
|
|
|
|
|
checksums md5 6691df5ffbc48ccc6983b07f9b7e766b \ |
|
|
sha1 14ae263c031cdc03af76885d3ed588dcb0a92820 \ |
|
|
rmd160 d9770a3ec8c9e963b8e8c58e38e23073e33390bc |
|
|
checksums rmd160 e7ebabfa02399de300c3cc7fd14b70fb317a8778 \ |
|
|
sha256 11bcc828b623e89e1f508d0c85a9d1acc3547b4defdb707b72fc9ce66e74e5ed \ |
|
|
size 46221210 |
|
|
|
|
|
depends_lib port:ghc |
|
|
depends_lib-append \ |
|
|
port:hs-alex \ |
|
|
port:hs-exceptions \ |
|
|
port:hs-happy \ |
|
|
port:hs-lifted-base \ |
|
|
port:hs-mtl \ |
|
|
port:hs-parallel \ |
|
|
port:hs-random \ |
|
|
port:hs-time-compat \ |
|
|
port:hs-utf8-string |
|
|
|
|
|
universal_variant no |
|
|
|
|
|
|