Permalink
| @@ -1,24 +1,34 @@ | ||
| # -*- 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 | ||
|
|
||
| PortSystem 1.0 | ||
| PortGroup pure 1.0 | ||
| PortGroup github 1.0 | ||
|
|
||
| # Keep the versions of pure and pure-docs in sync. | ||
| pure.setup docs 0.66 | ||
| categories-append lang | ||
| name pure-docs | ||
| github.setup agraef pure-lang 0.67 pure- | ||
| github.tarball_from releases | ||
| distname ${name}-${version} | ||
| categories pure lang | ||
| platforms darwin | ||
| maintainers {ryandesign @ryandesign} {gmail.com:aggraef @agraef} | ||
| supported_archs noarch | ||
| license GFDL-1.3+ | ||
| homepage http://puredocs.bitbucket.org/ | ||
| homepage https://agraef.github.io/pure-docs/ | ||
|
|
||
| description documentation for the Pure programming language | ||
|
|
||
| long_description ${name} is an offline copy of the ${description}. | ||
|
|
||
| checksums rmd160 8a118a8469096aaff246861f294d1bfe2178ea06 \ | ||
| sha256 83c6f9cf8ccb7d697116479663102cddd45610c03b30ce6276828e52a1a98145 | ||
| checksums rmd160 45862f6fd67ab5210edc820bb57528e03f9be218 \ | ||
| sha256 a1340f662224d3cd092fba4c737e0508a9ea71084b8a5b30e8f39db7f5fad3ac \ | ||
| size 4849200 | ||
|
|
||
| variant tmdocs description {Also install the TeXmacs-formatted documentation} { | ||
| destroot.target-append install-tm | ||
| } | ||
|
|
||
| # copied from pure-1.0.tcl | ||
| use_configure no | ||
| depends_lib-append port:pure | ||
| build.args-append prefix=${prefix} | ||
| destroot.args-append prefix=${prefix} |