Ticket #18783: Portfile

File Portfile, 1.3 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                rpy
8version             1.0.0
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
27master_sites        sourceforge
28
29checksums           md5 7fd361f4235bb30e42df21bcd4f5f770 \
30                    sha1 2281b7799edd2be9629d237cf1dc5ae3dab82f5b \
31                    rmd160 4248772104e464b6ff5a24cddeda58d547fe3757
32
33# needs LD_LIBRARY_PATH, like port:wine
34# see http://rpy.sourceforge.net/rpy/README