Commit graph

43 commits

Author SHA1 Message Date
Brendan Fabeny
f08fd58316 - 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-*)
2011-05-07 03:29:59 +00:00
Thierry Thomas
0097c24e78 This one should be correct... 2011-05-03 18:45:29 +00:00
Thierry Thomas
1ec0b6f57e Oops, I totally scrambled plist in my previous commit...
Reported by:	pointyhat via Pav
2011-05-03 18:29:24 +00:00
Thierry Thomas
14c6d80c8a Upgrade to 0.5.5.
Changelog at
<https://sourceforge.net/apps/mediawiki/rkward/index.php?title=News#RKWard_0.5.5_-_Enhanced_robustness_and_many_small_improvements>
2011-05-01 14:57:06 +00:00
Max Brazhnikov
132402b354 CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles 2011-04-10 08:48:14 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Brendan Fabeny
423d6e0b41 - Bump PORTREVISION after the update of R to 2.12.2
Approved by:	makc, miwi (mentors, implicit)
2011-02-28 16:14:20 +00:00
Brendan Fabeny
5fe86857c4 - Update R to 2.12.1
- Bump PORTREVISION of
  dependent ports

Approved by:	makc, miwi (mentors, implicit)
		pav (portmgr)
Feature safe:	yes
2011-01-29 16:53:21 +00:00
Thierry Thomas
343fe87c96 Add a missing lt locale file.
Reported by:	QAT
2010-10-04 20:13:05 +00:00
Thierry Thomas
a4e28f64ec Upgrade to 0.5.4.
Changelog at
<https://sourceforge.net/projects/rkward/files/Current_Stable_Releases/Notes_0.5.4.html/view>
2010-10-04 19:06:52 +00:00
Max Brazhnikov
29226c2dc1 Fix build with upcoming KDE 4.5
Don't bump PORTREVISION: packages built vs KDE 4.4 work fine with 4.5

Approved by:	thierry (maintainer)
2010-08-22 07:17:30 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dima Panov
c70284c888 - Make pointyhat tinderbox happy by removing extra @dirrmry for common locale
and apps directories, which now handled by updated kdehier4.
- Bump PORTREVISIONs to force rebuild.

Noticed by:	pointyhat via pav
With hat on:	kde
2010-05-13 22:40:15 +00:00
Thierry Thomas
19d69b3b63 Upgrade to 0.5.3.
Changelog at
<http://sourceforge.net/projects/rkward/files/Current_Stable_Releases/Notes_0.5.3.html/view>
2010-05-02 21:36:49 +00:00
Thierry Thomas
9fabb52b75 Fix plist and unbreak after the latest R's update.
PR:		ports/143549 (based upon)
Submitted by:	Rob Farmer <rfarmer (at) predatorlabs.net>
2010-02-07 13:58:47 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
9cebfcff86 - Mark BROKEN: does not package
Reported by:	pointyhat
2010-01-09 23:40:36 +00:00
Thierry Thomas
73812cbb9b - Upgrade to 0.5.2. Changelog at
<http://freefr.dl.sourceforge.net/project/rkward/Current_Stable_Releases/Notes_0.5.2.html>

- Now use kdeprefix to avoid cwd.
2009-10-29 21:44:08 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Thierry Thomas
92a2136949 Upgrade to 8.5.1.
Changelog at
<http://puzzle.dl.sourceforge.net/project/rkward/Current_Stable_Releases/Notes_0.5.1.html>
2009-08-06 20:46:58 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Thierry Thomas
caa743c234 Adding RKWard for KDE4.
RKWard prior to v. 0.5 depends on KDE-3, and newer versions
depend on KDE-4.

PR:		ports/134495
2009-05-19 20:19:01 +00:00
Thierry Thomas
9cdc2994e4 Fix with R 2.8.1 and gfortran43. 2009-01-21 10:33:14 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Pav Lucistnik
83e5ee5668 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-01-06 19:09:23 +00:00
Thierry Thomas
8c0c6ca17d Fix plist with NOPORTDOCS.
Reported by:	QAT
2008-11-22 15:37:05 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Thierry Thomas
ab501a20d6 Upgrade to 0.4.9a.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=593705>.
2008-04-21 20:49:27 +00:00
Thierry Thomas
58424bd9a9 Upgrade to 0.4.9.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=568604>.
2008-01-15 18:10:54 +00:00
Thierry Thomas
1a0f335ce4 Upgrade to 0.4.8a.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=553408>.
2007-12-11 21:07:09 +00:00
Thierry Thomas
a8d6d47662 Upgrade to v. 0.4.8.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=543715>.
2007-10-03 19:45:52 +00:00
Maho Nakata
f323b0b90d Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: theierry
2007-07-14 04:21:08 +00:00
Thierry Thomas
7c93158618 Upgrade to 0.4.7a.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=506492>.
2007-05-25 16:25:03 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Thierry Thomas
e2299772a2 Upgrade to 0.4.7.
Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=50231&release_id=500312>
2007-04-11 22:02:23 +00:00
Thierry Thomas
1ff3598cd3 Upgrade to 0.4.6.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=486725>.
2007-02-15 22:51:24 +00:00
Thierry Thomas
89376e8ea7 Upgrade to 0.4.5.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=480258>.
2007-01-27 21:24:01 +00:00
Maho Nakata
27bfa2e1dc * we seem to need fortran line because libR seem to link against
gfortran runtime.

Approved by: maintainer
2007-01-24 01:23:35 +00:00
Thierry Thomas
55b3040361 Upgrade to 0.4.2.
Changelog at
<https://sourceforge.net/project/shownotes.php?group_id=50231&release_id=468626>
2006-12-04 22:43:20 +00:00
Thierry Thomas
2c749c3ab5 Upgrade to 0.4.1.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=461129>.
2006-11-05 21:02:49 +00:00
Thierry Thomas
42be1f8869 Update to 0.4.0.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=456317>.
2006-10-31 22:03:34 +00:00
Thierry Thomas
5f79d406d1 Upgrade to 0.3.7.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=448075>.
2006-09-17 21:11:44 +00:00
Thierry Thomas
53ded43479 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.
2006-04-29 19:53:16 +00:00