Commits
Frank Schima authored aaf90ec2dff
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup compilers 1.0 |
5 5 | PortGroup active_variants 1.1 |
6 6 | |
7 7 | name R |
8 8 | #Remember to remove revision line when bumping version |
9 - | version 3.4.3 |
9 + | version 3.5.0 |
10 10 | set branch [join [lrange [split ${version} .] 0 1] .] |
11 11 | categories math science |
12 12 | maintainers {me.com:kjell.konis @kjellpk} |
13 13 | license {GPL-2 GPL-3} |
14 14 | platforms macosx |
15 15 | |
16 16 | description \ |
17 17 | R is GNU S - an interpreted language for statistical computing |
18 18 | |
19 19 | long_description \ |
20 20 | R is a language and environment for statistical computing and graphics. \ |
21 21 | R provides a wide variety of statistical (linear and nonlinear modeling, \ |
22 22 | classical statistical tests, time-series analysis, classification, \ |
23 23 | clustering, ...) and graphical techniques, and is highly extensible. |
24 24 | |
25 25 | homepage http://www.r-project.org/ |
26 26 | |
27 27 | master_sites http://cran.rstudio.com/src/base/R-3/ \ |
28 28 | http://cran.r-project.org/src/base/R-3/ |
29 29 | |
30 - | checksums rmd160 e7c7f17f8c39a8ea7ce253e32d248e9779b62227 \ |
31 - | sha256 7a3cb831de5b4151e1f890113ed207527b7d4b16df9ec6b35e0964170007f426 |
30 + | checksums rmd160 404a2795ddeb2539422b636a95670d31a54ee0a6 \ |
31 + | sha256 fd1725535e21797d3d9fea8963d99be0ba4c3aecadcf081b43e261458b416870 \ |
32 + | size 30675040 |
32 33 | |
33 34 | compilers.choose fc f77 |
34 35 | compilers.setup require_fortran |
35 36 | |
36 37 | depends_build port:pkgconfig |
37 38 | |
38 39 | depends_lib port:readline \ |
39 40 | port:icu \ |
40 41 | port:libiconv \ |
41 42 | port:zlib \ |