FreshPorts -- The Place For Ports Sun, 20 Jul 2008 2:21 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
R 2.6.1_2 math on this many watch lists=11 search for ports that depend on this port
A language for statistical computing and graphics
Maintained by: eric+fbports@vangyzen.net search for ports maintained by this maintainer
Port Added: 25 Jun 2004 17:17:20
Also Listed In: lang


From <http://cran.R-project.org/doc/FAQ/R-FAQ.html#What-is-R_003f>:

R is a system for statistical computation and graphics. It consists of
a language plus a run-time environment with graphics, a debugger,
access to certain system functions, and the ability to run programs
stored in script files.

The core of R is an interpreted computer language which allows branching
and looping as well as modular programming using functions.  Most of the
user-visible functions in R are written in R. It is possible for the user
to interface to procedures written in the C, C++, or FORTRAN languages
for efficiency. The R distribution contains functionality for a large
number of statistical procedures. Among these are: linear and generalized
linear models, nonlinear regression models, time series analysis, classical
parametric and nonparametric tests, clustering and smoothing. There is also
a large set of functions which provide a flexible graphical environment for
creating various kinds of data presentations. Additional modules ("add-on
packages") are available for a variety of specific purposes.

WWW: http://www.R-project.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: print/teTeX-base, lang/gcc42, x11/libX11, lang/perl5.8
Required To Run: x11/libX11, lang/perl5.8, print/ghostscript-gpl
Required Libraries: math/blas, lang/tcl84, x11-toolkits/tk84, graphics/jpeg, graphics/png, devel/pcre, converters/libiconv, devel/gettext

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


Configuration Options
===> The following configuration options are available for R-2.6.1_2:
     ATLAS=off (default) "Use ATLAS instead of BLAS/LAPACK"
     TCLTK=on (default) "Use Tcl/Tk (for the tcltk package)"
     JPEG=on (default) "Enable the jpeg() graphics device"
     PNG=on (default) "Enable the png() graphics device"
     X11=on (default) "Enable the X11() graphics device"
     GHOSTSCRIPT=on (default) "Enable the [dev2]bitmap() graphics devices"
     PCRE_PORT=on (default) "Use PCRE port instead of bundled source"
     DVI_MANUALS=off (default) "Install DVI manuals (requires TeX)"
     PDF_MANUALS=on (default) "Install PDF manuals (requires TeX)"
     INFO_MANUALS=on (default) "Install GNU info manuals"
     LETTER_PAPER=off (default) "Use US Letter paper"
===> Use 'make config' to modify these settings

Master Sites:
http://cran.r-project.org/src/base/R-2/
ftp://cran.r-project.org/pub/R/src/base/R-2/
http://cran.at.r-project.org/src/base/R-2/
http://cran.au.r-project.org/src/base/R-2/
http://cran.br.r-project.org/src/base/R-2/
http://cran.ch.r-project.org/src/base/R-2/
http://cran.es.r-project.org/src/base/R-2/
http://cran.dk.r-project.org/src/base/R-2/
http://cran.hu.r-project.org/src/base/R-2/
http://cran.uk.r-project.org/src/base/R-2/
http://cran.us.r-project.org/src/base/R-2/
http://cran.za.r-project.org/src/base/R-2/
ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/R-2/
http://lib.stat.cmu.edu/R/CRAN/src/base/R-2/
http://cran.stat.ucla.edu/src/base/R-2/
http://probability.ca/cran/src/base/R-2/
http://www.ibiblio.org/pub/languages/R/CRAN/src/base/R-2/
http://www.bioconductor.org/CRAN/src/base/R-2/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from math/R-project on 2004-04-30
    REASON: port renamed to match project name

Number of commits found: 30

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Jun 2008 14:44:06
Original commit files touched by this commit  2.6.1_2
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)
23 Mar 2008 16:44:09
Original commit files touched by this commit  2.6.1_1
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
26 Feb 2008 01:57:12
Original commit files touched by this commit  2.6.1
rafan search for other commits by this committer
- Update to 2.6.1

PR:             ports/118358
Submitted by:   Vittorio De Martino <vdemart1 at tin.it>
Approved by:    Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
27 Oct 2007 14:11:20
Original commit files touched by this commit  2.6.0
rafan search for other commits by this committer
- Update to 2.6.0

PR:             ports/117142
Submitted by:   Vittorio De Martino <vdemart1@tin.it>
Approved by:    maintainer timeout (14 days)
04 Oct 2007 02:49:29
Original commit files touched by this commit  2.5.1
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
27 Aug 2007 13:38:22
Original commit files touched by this commit  2.5.1
rafan search for other commits by this committer
- Update to 2.5.1

PR:             ports/115826 (based on)
Submitted by:   vittorio de martino <vdemart1 at tin.it>
Approved by:    Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
23 Jul 2007 10:36:52
Original commit files touched by this commit  2.5.0
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
12 Jul 2007 22:15:25
Original commit files touched by this commit  2.5.0
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.

Approved by:    maintainer
29 Jun 2007 18:39:24
Original commit files touched by this commit  2.5.0
rafan search for other commits by this committer
- Fix build on 5.x.  configure script changed the env that specifies
  the makeinfo command.

Reported by:   pointyhat via pav
Approved by:   maintainer (implicit)
30 May 2007 15:10:19
Original commit files touched by this commit  2.5.0
rafan search for other commits by this committer
- Update to 2.5.0

PR:             ports/112713 (based on)
Submitted by:   Vittorio De Martino <vdemart1 at tin.it>
Approved by:    Eric van Gyzen (maintainer)
19 May 2007 21:32:57
Original commit files touched by this commit  2.4.1_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}.
14 Feb 2007 01:45:28
Original commit files touched by this commit  2.4.1
maho search for other commits by this committer
A workaround to prevent hangs up during the build with
ATLAS. AFAIK, this happens only for i386.

Approved by:    maintainer
25 Jan 2007 17:56:40
Original commit files touched by this commit  2.4.1
rafan search for other commits by this committer
- Update to 2.4.1

PR:             ports/107638 (based on)
Submitted by:   Vittorio De Martino <vdemart1 at tin.it>
Approved by:    maintainer timeout (18 days)
12 Jan 2007 21:23:50
Original commit files touched by this commit  2.4.0_1
maho search for other commits by this committer
Fix library dependencies.

Submitted by:   rafan
Approved by:    portmgr(kris) implicitly
12 Jan 2007 07:04:59
Original commit files touched by this commit  2.4.0_1
maho search for other commits by this committer
Migrate to gfortran42.

Approved by:    portmgr(kris)
31 Oct 2006 01:27:12
Original commit files touched by this commit  2.4.0
rafan search for other commits by this committer
- Update to 2.4.0

PR:             ports/104261
Submitted by:   Vittorio De Martino <vdemart1 at tin.it>
Approved by:    Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
03 Sep 2006 17:03:30
Original commit files touched by this commit  2.3.1
rafan search for other commits by this committer
- Update to 2.3.1

PR:             ports/102432
Submitted by:   Vittorio De Martino <vdemart1 at tin.it>
Approved by:    Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
15 Aug 2006 01:29:13
Original commit files touched by this commit  2.3.0
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
21 May 2006 20:01:54
Original commit files touched by this commit  2.3.0
pav search for other commits by this committer
- Does not compile on FreeBSD 4.X

Reported by:    krismail
29 Apr 2006 13:08:28
Original commit files touched by this commit  2.3.0
pav search for other commits by this committer
- Update to 2.3.0

PR:             ports/96493
Submitted by:   Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
18 Apr 2006 15:19:21
Original commit files touched by this commit  2.2.1_1
vd search for other commits by this committer
Fix pkg-plist when some WITHOUT_* are defined

PR:             ports/94399
Submitted by:   Rong-En Fan <rafan@infor.org>
Approved by:    Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
09 Jan 2006 23:36:49
Original commit files touched by this commit  2.2.1
tdb search for other commits by this committer
- Update to 2.2.1
- Use DOCSDIR

PR:             91564
Submitted by:   Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
12 Oct 2005 08:31:55
Original commit files touched by this commit  2.2.0
sem search for other commits by this committer
- Update to 2.2.0

PR:             ports/87276
Submitted by:   maintainer
11 Jul 2005 00:06:48
Original commit files touched by this commit  2.1.1_1
pav search for other commits by this committer
- Fix dependency on makeinfo

Submitted by:   Roman Neuhauser <neuhauser@sigpipe.cz>
07 Jul 2005 19:01:24
Original commit files touched by this commit  2.1.1_1
pav search for other commits by this committer
- Always use external gettext
- Bring in fresh makeinfo so HTML manual can be build [1]

Reported by:    krismail [1]
03 Jul 2005 17:45:58
Original commit files touched by this commit  2.1.1
pav search for other commits by this committer
- Update to 82883

PR:             ports/82883
Submitted by:   Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
13 Jun 2005 05:16:36
Original commit files touched by this commit  2.1.0
pat search for other commits by this committer
Update to 2.1.0

PR:             ports/82174
Submitted by:   maintainer
16 Nov 2004 11:01:11
Original commit files touched by this commit  2.0.1
krion search for other commits by this committer
Update to 2.0.1

PR:             ports/73975
Submitted by:   maintainer
12 Oct 2004 22:02:12
Original commit files touched by this commit  2.0.0
pav search for other commits by this committer
- Update to 2.0.0

PR:             ports/72544
Submitted by:   Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
25 Jun 2004 17:14:44
Original commit files touched by this commit  1.9.1
pav search for other commits by this committer
- Update to 1.9.1

PR:             ports/68295
Submitted by:   Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)

Number of commits found: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Jul 13
drupal6Jul 13
popplerJul 09
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21

3 vulnerabilities affecting 4 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
Traffic

Calculated hourly:
Port count 18834
Broken 149
Deprecated 100
Ignore 431
Forbidden 5
Restricted 348
No CDROM 128
Vulnerable 52
Expired 18
Set to expire 79
Interactive 79
new 24 hours 31
new 48 hours49
new 7 days58
new fortnight82
new month185

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

Add tab to Netscape 6

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