1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name ESS |
---|
7 | version 12.04-4 |
---|
8 | categories math science editors |
---|
9 | license GPL-2+ |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description Emacs package for interactive statistical analysis |
---|
15 | long_description \ |
---|
16 | Emacs Speaks Statistics (ESS) is an Emacs package that supports \ |
---|
17 | editing of scripts and interaction with various statistical \ |
---|
18 | analysis programs such as R, S-Plus, SAS, Stata and JAGS. |
---|
19 | |
---|
20 | |
---|
21 | homepage http://ess.r-project.org/ |
---|
22 | |
---|
23 | master_sites ${homepage}/downloads/ess/ |
---|
24 | distname [string tolower ${name}]-${version} |
---|
25 | extract.suffix .tgz |
---|
26 | |
---|
27 | checksums rmd160 29791b3695cafda1b8f788fd2d83d41c94e8f05b \ |
---|
28 | sha256 c8ae9ba3db3ee98ca857a9ea6c82c88d92d4bc9115bc3f7e08c466920b5950ca |
---|
29 | |
---|
30 | depends_lib port:emacs |
---|
31 | depends_build port:texinfo |
---|
32 | |
---|
33 | use_configure no |
---|
34 | |
---|
35 | destroot.args PREFIX=${destroot}${prefix} |
---|
36 | |
---|
37 | livecheck.type regex |
---|
38 | livecheck.url ${homepage}/index.php?Section=download |
---|
39 | livecheck.regex {Download ESS Version ([-\d.]+)} |
---|