1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

math/R-project port was renamed to math/R

PR:		ports/65809
Submitted by:	pav
Repocopy by:	marcus
This commit is contained in:
Pav Lucistnik 2004-04-30 08:17:36 +00:00
parent ab3f17e5d5
commit 044586a996
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108006
8 changed files with 4 additions and 8295 deletions

1
MOVED
View File

@ -1050,3 +1050,4 @@ math/R-a4|math/R-project|2004-04-20|slave port removed
irc/pure-xemacs-devel-mule|irc/pure-xemacs21-mule|2004-04-29|was for xemacs-21.4
irc/irchat-pj-xemacs-devel-mule|irc/irchat-pj-xemacs21-mule|2004-04-29|was for xemacs-21.4
devel/avrprog|devel/avrdude|2004-04-29|obsoleted by devel/avrdude
math/R-project|math/R|2004-04-30|port renamed to match project name

View File

@ -5,7 +5,7 @@
SUBDIR += GiNaC
SUBDIR += PDL
SUBDIR += R-project
SUBDIR += R
SUBDIR += abs
SUBDIR += add
SUBDIR += algae

View File

@ -1,89 +0,0 @@
# ex: ts=8 sts=0 noet
# New ports collection makefile for: R
# Date created: Fri Feb 9 10:50:25 EST 2001
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
# $FreeBSD$
#
PORTNAME= R
PORTVERSION= 1.9.0
CATEGORIES= math
MASTER_SITES= http://cran.r-project.org/src/base/ \
ftp://cran.r-project.org/pub/R/src/base/ \
http://cran.at.r-project.org/src/base/ \
http://cran.au.r-project.org/src/base/ \
http://cran.br.r-project.org/src/base/ \
http://cran.ch.r-project.org/src/base/ \
http://cran.es.r-project.org/src/base/ \
http://cran.dk.r-project.org/src/base/ \
http://cran.hu.r-project.org/src/base/ \
http://cran.uk.r-project.org/src/base/ \
http://cran.us.r-project.org/src/base/ \
http://cran.za.r-project.org/src/base/ \
ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
http://lib.stat.cmu.edu/R/CRAN/src/base/ \
http://cran.stat.ucla.edu/src/base/ \
http://probability.ca/cran/src/base/ \
http://www.ibiblio.org/pub/languages/R/CRAN/src/base/ \
http://www.bioconductor.org/CRAN/src/base/
EXTRACT_SUFX= .tgz
MAINTAINER= vangyzen@stat.duke.edu
COMMENT= A language for statistical computing and graphics
LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \
tk84:${PORTSDIR}/x11-toolkits/tk84 \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
pcre.0:${PORTSDIR}/devel/pcre
.if defined(WITH_ATLAS)
LIB_DEPENDS+= f77blas.1:${PORTSDIR}/math/atlas
CONFIGURE_ARGS= --with-lapack="-lalapack -lcblas" --with-blas="-lf77blas"
.else
LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack
CONFIGURE_ARGS= --with-lapack="-llapack" --with-blas="-lblas"
.endif
MAN1= R.1
GNU_CONFIGURE= yes
USE_XLIB= yes
USE_PERL5= yes
CONFIGURE_ENV= FFLAGS="${FFLAGS}" \
INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644"
CONFIGURE_ARGS+=--enable-R-shlib --with-bzlib --with-pcre --with-zlib
# NB: R 1.9.0 requires zlib 1.2.1, but the system zlib is currently
# only 1.1.4. Thus, R compiles its own bundled version of zlib
# despite configuring with --with-zlib.
.include <bsd.port.pre.mk>
pre-fetch:
.if !defined(PAPERSIZE)
@${ECHO}
@${ECHO} " The default paper size for printing from R is A4."
@${ECHO} " You can change it by setting the PAPERSIZE"
@${ECHO} " make variable to one of:"
@${ECHO} " a4 letter legal executive"
@${ECHO} " For example:"
@${ECHO} " # make PAPERSIZE=letter install clean"
@${ECHO}
.else
CONFIGURE_ENV+= R_PAPERSIZE=${PAPERSIZE}
.endif
# Build the four documentation formats sequentially (instead of simultaneously)
# to prevent perl 5.8 from using too much memory (> 512 MB) and being killed.
.if ${PERL_LEVEL} >= 500800
ALL_TARGET= Makefile Makeconf R help html latex examples docs stamp-recommended
.endif
test check: build
@(cd ${WRKSRC}; ${MAKE} check)
check-all: build
@(cd ${WRKSRC}; ${MAKE} check-all)
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
MD5 (R-1.9.0.tgz) = 79ae9d20a7bed94d7c92504c8c130310
SIZE (R-1.9.0.tgz) = 9505598

View File

@ -1,22 +0,0 @@
From <http://www.R-project.org/about.html>:
R is a language and environment for statistical computing and graphics.
It is a GNU project which is similar to the S language and environment
which was developed at Bell Laboratories (formerly AT&T, now Lucent
Technologies) by John Chambers and colleagues. R can be considered as a
different implementation of S. There are some important differences,
but much code written for S runs unaltered under R.
R provides a wide variety of statistical (linear and nonlinear modelling,
classical statistical tests, time-series analysis, classification,
clustering, ...) and graphical techniques, and is highly extensible.
The S language is often the vehicle of choice for research in statistical
methodology, and R provides an Open Source route to participation in that
activity.
One of R's strengths is the ease with which well-designed
publication-quality plots can be produced, including mathematical symbols
and formulae where needed. Great care has been taken over the defaults for
the minor design choices in graphics, but the user retains full control.
WWW: http://www.R-project.org/

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to the R Programming Language
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric \
R:${PORTSDIR}/math/R-project
R:${PORTSDIR}/math/R
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes

View File

@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Python interface to the R Programming Language
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric.pth:${PORTSDIR}/math/py-numeric \
R:${PORTSDIR}/math/R-project
R:${PORTSDIR}/math/R
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes