Date: Sat, 1 Sep 2018 15:43:31 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478708 - in head/devel: . rtichoke Message-ID: <201809011543.w81FhVh3020742@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Sep 1 15:43:31 2018 New Revision: 478708 URL: https://svnweb.freebsd.org/changeset/ports/478708 Log: New port: devel/rtichoke: 21st century R console Added: head/devel/rtichoke/ head/devel/rtichoke/Makefile (contents, props changed) head/devel/rtichoke/distinfo (contents, props changed) head/devel/rtichoke/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 1 15:41:43 2018 (r478707) +++ head/devel/Makefile Sat Sep 1 15:43:31 2018 (r478708) @@ -5421,6 +5421,7 @@ SUBDIR += rpm-spec-mode.el SUBDIR += rsvndump SUBDIR += rth + SUBDIR += rtichoke SUBDIR += ruby-bsearch SUBDIR += ruby-build SUBDIR += ruby-gems Added: head/devel/rtichoke/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rtichoke/Makefile Sat Sep 1 15:43:31 2018 (r478708) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= rtichoke +DISTVERSION= 0.2.12 +CATEGORIES= devel math python +MASTER_SITES= CHEESESHOP + +MAINTAINER= yuri@FreeBSD.org +COMMENT= 21st century R console + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lineedit>=0.1.1:devel/py-lineedit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rapi>=0.1.2:math/py-rapi@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils noflavors autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/rtichoke/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rtichoke/distinfo Sat Sep 1 15:43:31 2018 (r478708) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535816159 +SHA256 (rtichoke-0.2.12.tar.gz) = fe227414708414f65d62a633a3dc00d0fe2f16bc8b9e42b84a5a8376d68a7fa7 +SIZE (rtichoke-0.2.12.tar.gz) = 21304 Added: head/devel/rtichoke/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rtichoke/pkg-descr Sat Sep 1 15:43:31 2018 (r478708) @@ -0,0 +1,11 @@ +rtichoke is an improved console for the R program with multiline editing and +rich syntax highlight and more... + +Under the hood, rtichoke is built on top of the python library prompt-toolkit. +One would consider rtichoke as a ipython clone for R, though its layout and +keybinds are actually more similar to those of julia. + +rtichoke is still under active developement, users should use it at their own +risks. + +WWW: https://github.com/randy3k/rtichok
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809011543.w81FhVh3020742>