Unbreak, untangle. Stop fetching/installing documents (other
than man-pages) -- these are available online.
Using standard libtool instead of the bundled one fails -- an
autotools expert should take a closer look.
- add and update URLs of MASTER_SITES
- update author's email address
- use @dirrmtry
- change port category from math to science.
- Completes repo copy from math/ruby-netcdf -> science/ruby-netcdf
PR: ports/165314
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
-Wrap long lines
-Fix java paths so the hdfview script works
-Add jpeg support
-Build javadoc
-Prevent implicit dependencies
PR: ports/163601
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Functions for latent class analysis, short time Fourier transform,
fuzzy clustering, support vector machines, shortest path computation,
bagged clustering, naive Bayes classifier, ...
WWW: http://cran.r-project.org/web/packages/e1071/
. Fix Java version detection for OpenJDK.
. Remove RESTRICTED and manual download as the source is now freely available.
PR: 164814
Approved by: Yuri Khotyaintsev <yuri@irfu.se> (MAINTAINER)
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/
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr