FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 7:02 AM GMT
Port details
rkward 0.4.9.a_14,3 math on this many watch lists=1 search for ports that depend on this port
IDE/GUI for the R-project
Maintained by: thierry@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 Apr 2006 19:54:34
Also Listed In: ipv6
License: not specified in port
RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
R-project.

RKWard tries to combine the power of the R-language with the (relative) ease of
use of commercial statistics tools.

WWW: http://sourceforge.net/projects/rkward/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: math/R, x11-toolkits/qt33, lang/gcc46, devel/binutils, devel/libtool
Required To Run: math/R, lang/php5, x11-toolkits/qt33, lang/gcc46
Required Libraries: x11/kdelibs3, devel/gettext
There are no ports dependent upon this port

To install the port: cd /usr/ports/math/rkward/ && make install clean
To add the package: pkg_add -r rkward


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://sunet.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://iweb.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://switch.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://surfnet.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://kent.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://freefr.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://voxel.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://jaist.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://osdn.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://nchc.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://ncu.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://transact.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://softlayer.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://internode.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://ufpr.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
http://waix.dl.sourceforge.net/project/rkward/Historical_Releases/0.4.x_and_earlier/0.4.9a%20%28KDE3%29/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 40

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Jan 2012 23:04:08
Original commit files touched by this commit  0.4.9.a_14,3
bf search for other commits by this committer
update math/R to 2.14.1, and adjust dependent ports
27 Nov 2011 07:02:15
Original commit files touched by this commit  0.4.9.a_13,3
bf search for other commits by this committer
update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjust
dependent ports

Approved by:    linimon (portmgr), thierry, tota, wen
Feature safe:   yes
11 Oct 2011 14:19:46
Original commit files touched by this commit  0.4.9.a_12,3
bf search for other commits by this committer
update math/R to 2.13.2, and adjust dependent ports
29 Jul 2011 17:53:22
Original commit files touched by this commit  0.4.9.a_11,3
kwm search for other commits by this committer
Remove INSTALLS_ICONS from kde ports.

In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro
will gain the long missing gtk-update-icon-theme dependancy.
After talking with members from of our KDE team. There isn't any indication
that this gtk util is usefull for KDE.
28 Jul 2011 04:19:58
Original commit files touched by this commit  0.4.9.a_11,3
bf search for other commits by this committer
update R to 2.13.1 [1], and adjust dependent ports (this
includes workarounds intended to fix the broken sparc64
build, and fixes to the static libR, which is now in a
separate slave port, math/libR)

PR:             158947 [1]
Submitted by:   wen ([1], independently)
07 May 2011 03:29:59
Original commit files touched by this commit  0.4.9.a_10,3
bf search for other commits by this committer
- update to 2.13.0
- switch to the bundled Rblas and Rlapack by default (this
  can be changed by setting BLAS and LAPACK) which favors
  correctness in some corner cases over a slight performance
  penalty; this will be revisited after the blas and lapack
  updates
- replace the STATIC_LIBR option with a LIBR option (on
  by default): if on, libR.a and libR.so are installed,
  and R is linked to libR.so. Otherwise, R is static, and
  no libRs are installed.
- remove the superfluous copy of libR.so in ${LOCALBASE}/lib [1]
- enable the cairo and pango elements in the X11() graphics
  device by default, controlled by new PANGOCAIRO option
- add a few small patches to dependent ports, bumping
  PORTREVISION where necessary

PR:             153309 [1]
Approved by:    thierry (rkward*), wen (rpy*, R-cran-*)
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.4.9.a_9,3
miwi search for other commits by this committer
- Get Rid MD5 support
28 Feb 2011 16:03:13
Original commit files touched by this commit  0.4.9.a_9,3
bf search for other commits by this committer
- Update R to 2.12.2, a bugfix release
- Bump PORTREVISION of dependent ports,
  where necessary

Approved by:    makc, miwi (mentors, implicit)
29 Jan 2011 16:53:21
Original commit files touched by this commit  0.4.9.a_8,3
bf search for other commits by this committer
- Update R to 2.12.1
- Bump PORTREVISION of
  dependent ports

Approved by:    makc, miwi (mentors, implicit)
                pav (portmgr)
Feature safe:   yes
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.4.9.a_7,3
ade search for other commits by this committer
Sync to new bsd.autotools.mk
31 May 2010 02:01:56
Original commit files touched by this commit  0.4.9.a_7,3
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
09 Feb 2010 18:20:30
Original commit files touched by this commit  0.4.9.a_6,3
thierry search for other commits by this committer
Fix plist and unbreak after the latest R's update.

PR:             ports/143548
Submitted by:   Rob Farmer <rfarmer (at) predatorlabs.net>
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.4.9.a_6,3
dinoex search for other commits by this committer
- update to jpeg-8
09 Jan 2010 23:40:36
Original commit files touched by this commit  0.4.9.a_5,3
pav search for other commits by this committer
- Mark BROKEN: does not package

Reported by:    pointyhat
13 Sep 2009 00:08:01
Original commit files touched by this commit  0.4.9.a_5,3
gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
22 Aug 2009 00:28:34
Original commit files touched by this commit  0.4.9.a_4
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.4.9.a_4,3
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.4.9.a_4,3
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
19 May 2009 20:24:40
Original commit files touched by this commit  0.4.9.a_3,3
thierry search for other commits by this committer
Registering conflict with rkward-kde4.
21 Jan 2009 10:33:14
Original commit files touched by this commit  0.4.9.a_3,3
thierry search for other commits by this committer
Fix with R 2.8.1 and gfortran43.
07 Jan 2009 16:34:27
Original commit files touched by this commit  0.4.9.a_2,3
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
06 Jan 2009 19:09:24
Original commit files touched by this commit  0.4.9.a_1,3
pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
22 Nov 2008 15:37:05
Original commit files touched by this commit  0.4.9.a_1,3
thierry search for other commits by this committer
Fix plist with NOPORTDOCS.

Reported by:    QAT
06 Jun 2008 13:44:06
Original commit files touched by this commit  0.4.9.a_1,3
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
21 Apr 2008 20:49:27
Original commit files touched by this commit  0.4.9.a,3
thierry search for other commits by this committer
Upgrade to 0.4.9a.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=593705>.
15 Jan 2008 18:10:54
Original commit files touched by this commit  0.4.9,2
thierry search for other commits by this committer
Upgrade to 0.4.9.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=568604>.
11 Dec 2007 21:07:09
Original commit files touched by this commit  0.4.8.a,2
thierry search for other commits by this committer
Upgrade to 0.4.8a.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=553408>.
03 Oct 2007 19:45:52
Original commit files touched by this commit  0.4.8,1
thierry search for other commits by this committer
Upgrade to v. 0.4.8.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=543715>.
14 Jul 2007 04:21:08
Original commit files touched by this commit  0.4.7.a,1
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.

Approved by: theierry
25 May 2007 16:25:03
Original commit files touched by this commit  0.4.7.a,1
thierry search for other commits by this committer
Upgrade to 0.4.7a.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=506492>.
19 May 2007 20:32:57
Original commit files touched by this commit  0.4.7_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
11 Apr 2007 22:02:23
Original commit files touched by this commit  0.4.7
thierry search for other commits by this committer
Upgrade to 0.4.7.

Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=50231&release_id=500312>
15 Feb 2007 22:51:25
Original commit files touched by this commit  0.4.6
thierry search for other commits by this committer
Upgrade to 0.4.6.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=486725>.
27 Jan 2007 21:24:01
Original commit files touched by this commit  0.4.5
thierry search for other commits by this committer
Upgrade to 0.4.5.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=480258>.
24 Jan 2007 01:23:35
Original commit files touched by this commit  0.4.2
maho search for other commits by this committer
* we seem to need fortran line because libR seem to link against
gfortran runtime.

Approved by: maintainer
04 Dec 2006 22:43:21
Original commit files touched by this commit  0.4.2
thierry search for other commits by this committer
Upgrade to 0.4.2.

Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=50231&release_id=468626>
05 Nov 2006 21:02:49
Original commit files touched by this commit  0.4.1
thierry search for other commits by this committer
Upgrade to 0.4.1.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=461129>.
31 Oct 2006 22:03:34
Original commit files touched by this commit  0.4.0
thierry search for other commits by this committer
Update to 0.4.0.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=456317>.
17 Sep 2006 21:11:44
Original commit files touched by this commit  0.3.7
thierry search for other commits by this committer
Upgrade to 0.3.7.

Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=448075>.
29 Apr 2006 19:53:16
Original commit files touched by this commit  0.3.6
thierry search for other commits by this committer
RKWard aims to provide an easily extensible, easy to use IDE/GUI for the
R-project.

RKWard tries to combine the power of the R-language with the (relative) ease of
use of commercial statistics tools.

Number of commits found: 40

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month142

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.201 seconds.