Ticket #18784: Portfile

File Portfile, 1.4 KB (added by nerdling (Jeremy Lavergne), 15 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$
3
4PortSystem          1.0
5PortGroup           python26 1.0
6
7name                rpy2
8version             2.0.3
9categories          devel
10maintainers         snc openmaintainer
11description         A simple and efficient access to R from Python
12long_description    RPy is a very simple, yet robust, Python interface to the \
13                                        R Programming Language (http://www.r-project.org).  It can \
14                                        manage all kinds of R objects and can execute arbitrary R \
15                                        functions (including the graphic functions).  All the \
16                                        errors from the R language are converted to Python \
17                                        exceptions.  Any module that later were installed on the R \
18                                        system, can easily be used from within Python, without \
19                                        introducing any changes.
20homepage            sourceforge
21
22platforms           darwin freebsd
23
24depends_lib-append      port:R \
25                    port:py26-numeric \
26                    port:gcc43
27
28master_sites        sourceforge
29master_sites.mirror_subdir  rpy
30
31checksums           md5 1cd67567080f43c53b8d4ea75bb2ca1a \
32                    sha1 7d263087afa0f9ccb7bb59a2792ac2e519445438 \
33                    rmd160 44e2ebf669d72ba59be334583721fb614e41984a
34
35# needs LD_LIBRARY_PATH, like port:wine
36# see http://rpy.sourceforge.net/rpy/README