# $Id$ PortSystem 1.0 name R version 2.5.1 categories math science maintainers konis@stats.ox.ac.uk platforms darwin description R is GNU S - an interpreted language for statistical computing long_description \ R is a language and environment for statistical computing and graphics. \ R provides a wide variety of statistical (linear and nonlinear modelling, \ classical statistical tests, time-series analysis, classification, \ clustering, ...) and graphical techniques, and is highly extensible. homepage http://www.r-project.org/ master_sites http://cran.us.r-project.org/src/base/R-2/ \ http://cran.au.r-project.org/src/base/R-2/ \ http://cran.at.r-project.org/src/base/R-2/ \ http://cran.hu.r-project.org/src/base/R-2/ \ http://cran.r-project.org/src/base/R-2/ checksums md5 162f6d5a1bd7c60fd652145e050f3f3c \ sha1 cc3f566e8bd1e2944fbbf40f7a9f01c28afeffe1 \ rmd160 0f5ed986c783c0d9baa2310b08278db1b8720f88 depends_lib port:gcc42 \ port:readline \ port:gettext \ lib:libjpeg:jpeg \ lib:libpng:libpng configure.compiler macports-gcc-4.2 configure.args --mandir=\\\${prefix}/share/man \ --enable-R-shlib \ --disable-R-framework \ --without-aqua test.run yes test.target check destroot.destdir prefix=${destroot}${prefix} platform darwin 7 { depends_lib-append port:tcl \ port:tk configure.args-append --with-tcl-config=${prefix}/lib/tclConfig.sh \ --with-tk-config=${prefix}/lib/tkConfig.sh } post-destroot { reinplace "s|R_HOME_DIR=${destroot}|R_HOME_DIR=|" \ "${destroot}${prefix}/bin/R" reinplace "s|R_HOME_DIR=${destroot}|R_HOME_DIR=|" \ "${destroot}${prefix}/lib/R/bin/R" reinplace "s|R_SHARE_DIR=${destroot}|R_SHARE_DIR=|" \ "${destroot}${prefix}/bin/R" reinplace "s|R_SHARE_DIR=${destroot}|R_SHARE_DIR=|" \ "${destroot}${prefix}/lib/R/bin/R" reinplace "s|R_INCLUDE_DIR=${destroot}|R_INCLUDE_DIR=|" \ "${destroot}${prefix}/bin/R" reinplace "s|R_INCLUDE_DIR=${destroot}|R_INCLUDE_DIR=|" \ "${destroot}${prefix}/lib/R/bin/R" reinplace "s|R_DOC_DIR=${destroot}|R_DOC_DIR=|" \ "${destroot}${prefix}/bin/R" reinplace "s|R_DOC_DIR=${destroot}|R_DOC_DIR=|" \ "${destroot}${prefix}/lib/R/bin/R" }