Ticket #35812: Portfile

File Portfile, 1.2 KB (added by cubranic@…, 12 years ago)

Portfile for ESS

Line 
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
4PortSystem      1.0
5
6name            ESS
7version         12.04-4
8categories      math science editors
9license         GPL-2+
10maintainers     nomaintainer
11platforms       darwin
12supported_archs noarch
13
14description     Emacs package for interactive statistical analysis
15long_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
21homepage        http://ess.r-project.org/
22
23master_sites    ${homepage}/downloads/ess/
24distname        [string tolower ${name}]-${version}
25extract.suffix  .tgz
26
27checksums       rmd160  29791b3695cafda1b8f788fd2d83d41c94e8f05b \
28                sha256  c8ae9ba3db3ee98ca857a9ea6c82c88d92d4bc9115bc3f7e08c466920b5950ca
29
30depends_lib     port:emacs
31depends_build   port:texinfo
32
33use_configure   no
34
35destroot.args   PREFIX=${destroot}${prefix}
36
37livecheck.type  regex
38livecheck.url   ${homepage}/index.php?Section=download
39livecheck.regex {Download ESS Version ([-\d.]+)}