1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- PORTVERSION: 1.7.1 -> 1.8.0

- add more MASTER_SITES
- register CONFLICTS with math/R-a4

PR:		58726
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2003-10-31 00:59:37 +00:00
parent 6e0e19e1f7
commit f4537e7717
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92665
12 changed files with 828 additions and 420 deletions

View File

@ -1,3 +1,4 @@
# ex: ts=8 sts=0 noet
# New ports collection makefile for: R (letter)
# Date created: Fri Feb 9 10:50:25 EST 2001
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
@ -6,56 +7,77 @@
#
PORTNAME= R
PORTVERSION= 1.7.1
PORTVERSION= 1.8.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://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/
PKGNAMESUFFIX= -${PAPERSIZE}
EXTRACT_SUFX= .tgz
MAINTAINER= vangyzen@stat.duke.edu
COMMENT= A language for statistical computing and graphics
CONFLICTS?= R-a4-*
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 \
lapack.3:${PORTSDIR}/math/lapack
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
GNU_CONFIGURE= yes
USE_XLIB= yes
USE_PERL5= yes
CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} \
CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} FFLAGS="${FFLAGS}" \
INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644"
CONFIGURE_ARGS= --with-lapack
CONFIGURE_ARGS+=--enable-R-shlib
PAPERSIZE?= letter
.if ${PAPERSIZE} != letter && ${PAPERSIZE} != a4
.BEGIN:
@${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@${ECHO} "Possible values are: a4 and letter."
@${ECHO} "Possible values are: a4 letter"
@${FALSE}
.endif
MAN1= R.1
test check: build
@(cd ${WRKSRC}; ${MAKE} check)
check-all: build
@(cd ${WRKSRC}; ${MAKE} check-all)
.include <bsd.port.pre.mk>
#.if ${OSVERSION} >= 500113
#BROKEN= "Does not compile"
#.endif
test check: build
@(cd ${WRKSRC}; make check)
# Work around a gcc-3.3.1 internal compiler error on 5.1-CURRENT.
.if ${OSVERSION} >= 501103
pre-build:
@(cd ${WRKSRC}/src/include; ${MAKE} Rmath.h)
@(cd ${WRKSRC}/src/main; ${MAKE} CFLAGS+=-O0 plotmath.o)
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (R-1.7.1.tgz) = 833c2a9a62818211f2f9f0353ecd9bbd
MD5 (R-1.8.0.tgz) = bb019d7e12e38ac8a8bc247f06cc6b42

View File

@ -1,20 +1,22 @@
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.
From <http://www.R-project.org/about.html>:
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.
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.
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.
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

@ -1,3 +1,4 @@
# ex: ts=8 sts=0 noet
# New ports collection makefile for: R (letter)
# Date created: Fri Feb 9 10:50:25 EST 2001
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
@ -6,56 +7,77 @@
#
PORTNAME= R
PORTVERSION= 1.7.1
PORTVERSION= 1.8.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://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/
PKGNAMESUFFIX= -${PAPERSIZE}
EXTRACT_SUFX= .tgz
MAINTAINER= vangyzen@stat.duke.edu
COMMENT= A language for statistical computing and graphics
CONFLICTS?= R-a4-*
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 \
lapack.3:${PORTSDIR}/math/lapack
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
GNU_CONFIGURE= yes
USE_XLIB= yes
USE_PERL5= yes
CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} \
CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} FFLAGS="${FFLAGS}" \
INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644"
CONFIGURE_ARGS= --with-lapack
CONFIGURE_ARGS+=--enable-R-shlib
PAPERSIZE?= letter
.if ${PAPERSIZE} != letter && ${PAPERSIZE} != a4
.BEGIN:
@${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@${ECHO} "Possible values are: a4 and letter."
@${ECHO} "Possible values are: a4 letter"
@${FALSE}
.endif
MAN1= R.1
test check: build
@(cd ${WRKSRC}; ${MAKE} check)
check-all: build
@(cd ${WRKSRC}; ${MAKE} check-all)
.include <bsd.port.pre.mk>
#.if ${OSVERSION} >= 500113
#BROKEN= "Does not compile"
#.endif
test check: build
@(cd ${WRKSRC}; make check)
# Work around a gcc-3.3.1 internal compiler error on 5.1-CURRENT.
.if ${OSVERSION} >= 501103
pre-build:
@(cd ${WRKSRC}/src/include; ${MAKE} Rmath.h)
@(cd ${WRKSRC}/src/main; ${MAKE} CFLAGS+=-O0 plotmath.o)
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (R-1.7.1.tgz) = 833c2a9a62818211f2f9f0353ecd9bbd
MD5 (R-1.8.0.tgz) = bb019d7e12e38ac8a8bc247f06cc6b42

View File

@ -1,20 +1,22 @@
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.
From <http://www.R-project.org/about.html>:
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.
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.
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.
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

@ -1,3 +1,4 @@
# ex: ts=8 sts=0 noet
# New ports collection makefile for: R (letter)
# Date created: Fri Feb 9 10:50:25 EST 2001
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
@ -6,56 +7,77 @@
#
PORTNAME= R
PORTVERSION= 1.7.1
PORTVERSION= 1.8.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://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/
PKGNAMESUFFIX= -${PAPERSIZE}
EXTRACT_SUFX= .tgz
MAINTAINER= vangyzen@stat.duke.edu
COMMENT= A language for statistical computing and graphics
CONFLICTS?= R-a4-*
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 \
lapack.3:${PORTSDIR}/math/lapack
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
GNU_CONFIGURE= yes
USE_XLIB= yes
USE_PERL5= yes
CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} \
CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} FFLAGS="${FFLAGS}" \
INSTALL_DATA="${INSTALL} ${COPY} ${_SHROWNGRP} -m 644"
CONFIGURE_ARGS= --with-lapack
CONFIGURE_ARGS+=--enable-R-shlib
PAPERSIZE?= letter
.if ${PAPERSIZE} != letter && ${PAPERSIZE} != a4
.BEGIN:
@${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@${ECHO} "Possible values are: a4 and letter."
@${ECHO} "Possible values are: a4 letter"
@${FALSE}
.endif
MAN1= R.1
test check: build
@(cd ${WRKSRC}; ${MAKE} check)
check-all: build
@(cd ${WRKSRC}; ${MAKE} check-all)
.include <bsd.port.pre.mk>
#.if ${OSVERSION} >= 500113
#BROKEN= "Does not compile"
#.endif
test check: build
@(cd ${WRKSRC}; make check)
# Work around a gcc-3.3.1 internal compiler error on 5.1-CURRENT.
.if ${OSVERSION} >= 501103
pre-build:
@(cd ${WRKSRC}/src/include; ${MAKE} Rmath.h)
@(cd ${WRKSRC}/src/main; ${MAKE} CFLAGS+=-O0 plotmath.o)
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (R-1.7.1.tgz) = 833c2a9a62818211f2f9f0353ecd9bbd
MD5 (R-1.8.0.tgz) = bb019d7e12e38ac8a8bc247f06cc6b42

View File

@ -1,20 +1,22 @@
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.
From <http://www.R-project.org/about.html>:
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.
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.
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.
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