summaryrefslogtreecommitdiffstats
path: root/kde5-apps
diff options
context:
space:
mode:
authorTreeve Jelbert2022-01-05 17:00:21 +0100
committerTreeve Jelbert2022-01-06 08:53:26 +0100
commit2a4abb4c60fa54750d05978b7755dd73b8b40754 (patch)
tree9eee125887f3d33a77dd8165553b392739407420 /kde5-apps
parent0e4990ad525942c48e9e934ddecca25e3e06a794 (diff)
move rkward
Diffstat (limited to 'kde5-apps')
-rwxr-xr-xkde5-apps/rkward/BUILD1
-rwxr-xr-xkde5-apps/rkward/DEPENDS4
-rwxr-xr-xkde5-apps/rkward/DETAILS16
-rw-r--r--kde5-apps/rkward/HISTORY14
4 files changed, 35 insertions, 0 deletions
diff --git a/kde5-apps/rkward/BUILD b/kde5-apps/rkward/BUILD
new file mode 100755
index 0000000000..21134344c7
--- /dev/null
+++ b/kde5-apps/rkward/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/kde5-apps/rkward/DEPENDS b/kde5-apps/rkward/DEPENDS
new file mode 100755
index 0000000000..d433c325c9
--- /dev/null
+++ b/kde5-apps/rkward/DEPENDS
@@ -0,0 +1,4 @@
+depends -sub CXX gcc &&
+depends kdelibs4 &&
+depends qt4 &&
+depends r
diff --git a/kde5-apps/rkward/DETAILS b/kde5-apps/rkward/DETAILS
new file mode 100755
index 0000000000..535a3fa22d
--- /dev/null
+++ b/kde5-apps/rkward/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=rkward
+ VERSION=0.5.6
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://downloads.sourceforge.net/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:06f077515e20c765815205d5559fe6e65c475b7d5fb74f2b6e590f753e9cc7d639ca8b2aa3a27fa3645e89ca080f5e80066bca513d4ba18c276d14f6b8f1722d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://rkward.sourceforge.net"
+ LICENSE[0]=GPL
+ ENTERED=20070129
+ SHORT="An extensible, easy to use front-end for R."
+cat << EOF
+RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
+R project. RKWard strives to combine the power of the R language with the
+(relative) ease of use of commercial statistical packages. While RKWard is
+far from finished, it is already useful as an IDE interface to the R language.
+EOF
diff --git a/kde5-apps/rkward/HISTORY b/kde5-apps/rkward/HISTORY
new file mode 100644
index 0000000000..e03ab2633b
--- /dev/null
+++ b/kde5-apps/rkward/HISTORY
@@ -0,0 +1,14 @@
+2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
+ * DEPENDS: depends -sub CXX gcc (half-automated)
+
+2011-06-17 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: updated spell to 0.5.6
+ * BUILD: use qt4_kde_build
+ * DEPENDS: now kde4 is used and php is not needed anymore
+
+2008-01-20 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * BUILD: added to use the kde3 build system
+ * DETAILS: updated spell to 0.4.9
+
+2007-01-29 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell