1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Mirror of the FreeBSD ports git repo https://git.FreeBSD.org/ports.git .
Go to file
TAKATSU Tomonari 1d6516ce7c - Add a new port: science/R-cran-snow
The snow package provides support for simple parallel computing on a
  network of workstations using R.  A master R process calls makeCluster
  to start a cluster of worker processes; the master process then uses
  functions such as clusterCall and clusterApply to execute R code on
  the worker processes and collect and return the results on the master.
  This framework supports many forms of "embarrassingly parallel"
  computations.

  Snow can use one of four communications mechanisms: sockets, PVM, MPI,
  or NetWorkSpaces (NWS).  NWS support was provided by Steve Weston.
  PVM clusters use the rpvm package; MPI clusters use package Rmpi; NWS
  clusters use package nws.  If pvm is used, then pvm must be started,
  either using a pvm console (e.g the pvm text console or the graphical
  xpvm console, both available with pvm) or from R using functions
  provided by rpvm.  Similarly, LAM-MPI must be started, e.g.  using
  lamboot, for MPI clusters that use Rmpi and LAM-MPI.  If NWS is used,
  the NetWorkSpaces server must be running.  SOCK clusters are the
  easiest approach for using snow on a single multi-core computer as
  they require no additional software.

  WWW:	http://cran.r-project.org/web/packages/snow/
2012-01-31 13:14:19 +00:00
accessibility
arabic
archivers
astro
audio - Remove hand-rolled do-build and do-install targets, instead USE_GMAKE and 2012-01-31 06:51:27 +00:00
benchmarks
biology
cad
chinese Upgrade to 2.7.1. 2012-01-31 12:52:37 +00:00
comms - fix bug in ymodem with non zero malloc 2012-01-31 04:41:33 +00:00
converters
databases - Update to 1.028 2012-01-31 12:00:00 +00:00
deskutils
devel - Update to 0.40 2012-01-31 11:59:15 +00:00
dns
editors
emulators Update OpenMSX to 0.8.2 2012-01-30 21:36:18 +00:00
finance
french
ftp
games Fix the build with Clang. 2012-01-31 08:46:59 +00:00
german
graphics
hebrew
hungarian
irc
japanese
java
korean
lang Update to 1.6.6. 2012-01-31 08:42:14 +00:00
mail - Unbreak this port: it's still available at backpan.perl.org 2012-01-30 21:33:58 +00:00
math - Add a new port: math/R-cran-memisc 2012-01-31 13:10:17 +00:00
misc Update to 2.3.5. 2012-01-30 19:07:19 +00:00
Mk
multimedia
net - Add OPTION to use Kerberos from the base system instead of requiring the port 2012-01-30 18:51:33 +00:00
net-im
net-mgmt Grab maintainership 2012-01-31 05:53:08 +00:00
net-p2p - Update to SVN 10708 2012-01-31 11:36:27 +00:00
news
palm
polish
ports-mgmt
portuguese
print
russian
science - Add a new port: science/R-cran-snow 2012-01-31 13:14:19 +00:00
security - Upgrade to 1.14.12 (minor bugfixes). 2012-01-31 00:56:24 +00:00
shells
sysutils - Update to 1.6 2012-01-31 11:23:22 +00:00
Templates
textproc
Tools
ukrainian
vietnamese
www
x11
x11-clocks
x11-drivers
x11-fm
x11-fonts
x11-servers
x11-themes Add version 1.0.0 of x11-themes/gtk3-oxygen-engine. 2012-01-30 19:47:51 +00:00
x11-toolkits
x11-wm
.cvsignore
CHANGES
COPYRIGHT
GIDs
KNOBS
LEGAL
Makefile
MOVED Rename games/flightgear-aircrafts to games/flightgear-aircraft 2012-01-31 07:16:48 +00:00
README
UIDs
UPDATING

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

	http://www.FreeBSD.org/ports

For general information on the Ports Collection, please see the
FreeBSD Handbook ports section which is available from:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html
		for the latest official version
	or:
	The ports(7) manual page (man ports).

These will explain how to use ports and packages.

If you would like to search for a port, you can do so easily by
saying (in /usr/ports):


	make search name="<name>"
	or:
	make search key="<keyword>"

which will generate a list of all ports matching <name> or <keyword>.
make search also supports wildcards, such as:

	make search name="gtk*"

For information about contributing to FreeBSD ports, please see the Porter's
Handbook, available at:

	http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/

NOTE:  This tree will GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect.