Ticket #43226: Portfile

File Portfile, 1.7 KB (added by jul_bsd@…, 10 years ago)
Line 
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# $Id: Portfile 113683 2013-11-23 02:18:18Z ryandesign@macports.org $
3
4PortSystem          1.0
5
6name                r-curl
7version             1.95-4
8revision            0
9categories          math net
10platforms           darwin
11maintainers         yahoo.fr:jul_bsd openmaintainer
12license             BSD
13
14description         R-interface to the libcurl library that provides HTTP facilities
15
16long_description    The RCurl package is an R-interface to the libcurl \
17                    library that provides HTTP facilities. This allows \
18                    us to download files from Web servers, post forms, \
19                    use HTTPS (the secure HTTP), use persistent \
20                    connections, upload files, use binary content, \
21                    handle redirects, password authentication, etc.
22
23# http://cran.r-project.org/web/packages/RCurl/index.html
24homepage            http://www.omegahat.org/RCurl/
25master_sites        ${homepage}
26distname            RCurl_${version}
27worksrcdir          RCurl
28
29checksums           rmd160  8d08b0d68d0a8fbf2c08732f0c5585723e8e90dd \
30                    sha256  90c71ce8b7e4d40d7a2a78dd1057bd6f46c37dffe02d78adec5169dec35f90cb
31
32depends_lib         port:curl port:R
33
34## http://cran.r-project.org/doc/manuals/R-admin.html#OS-X-packages
35build {}
36destroot.cmd        R
37destroot.target
38destroot.args       CMD INSTALL -l ${destroot}${frameworks_dir}/R.framework/Versions/Current Rcurl
39
40livecheck.type      regex
41livecheck.url       ${homepage}
42livecheck.regex     "<p align=right><a href=\"RCurl_(\\d+\.\\d+\.\\d+).tar.gz\">"