Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: ports/r/pkg_info

Issue 495183003: Adding R port. Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: merge Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/r/nacl.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/r/pkg_info
diff --git a/ports/r/pkg_info b/ports/r/pkg_info
new file mode 100644
index 0000000000000000000000000000000000000000..6a45739f9b95b45dad1a879bca04dfdeb5a0d62e
--- /dev/null
+++ b/ports/r/pkg_info
@@ -0,0 +1,10 @@
+NAME=r
+ARCHIVE_ROOT=R-3.1.1
+VERSION=3.1.1
+URL=http://cran.wustl.edu/src/base/R-3/R-3.1.1.tar.gz
+LICENSE=GPL
+DEPENDS=(glibc-compat nacl-spawn readline libx11 libxt)
+LIBC=glibc
+# No mac support, due to libx11.
+BUILD_OS=linux
+SHA1=e974ecc92e49266529e8e791e02a80c75e50b696
« no previous file with comments | « ports/r/nacl.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698