1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to version 0.62.1.

PR:		7025
Submitted by:	maintainer
This commit is contained in:
Steve Price 1998-06-28 23:37:44 +00:00
parent aadeab9c99
commit 58d7dc8f76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11599
9 changed files with 2106 additions and 330 deletions

View File

@ -1,17 +1,22 @@
# New ports collection makefile for: R
# Version required: R-0.61.2
# Date created: Mon May 4 10:03:02 EST 1998
# Version required: R-0.62.1
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
# $Id: Makefile,v 1.1.1.1 1998/05/04 17:53:34 mph Exp $
# $Id: Makefile,v 1.2 1998/05/07 06:08:24 mph Exp $
#
DISTNAME= R-0.61.2
PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.61.2
DISTNAME= R-0.62.1
PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.62.1
CATEGORIES= math
MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.stat.math.ethz.ch/R/ \
ftp://ftp.u-aizu.ac.jp/pub/lang/R/
MASTER_SITES= ftp://ftp.ci.tuwien.ac.at/pub/R/src/base/ \
ftp://SunSITE.auc.dk/pub/languages/R/src/base/ \
http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/src/base/ \
ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
ftp://ftp.stat.math.ethz.ch/R-CRAN/src/base/ \
http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
ftp://franz.stat.wisc.edu/pub/R/src/base/
EXTRACT_SUFX= .tgz
MAINTAINER= maurice@serc.rmit.edu.au
@ -32,6 +37,8 @@ PAPERSIZE=a4
PAPERSIZE_INVALID=yes
.endif
ALL_TARGET=all help html
pre-fetch:
.if defined(PAPERSIZE_INVALID)
@${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@ -39,10 +46,11 @@ pre-fetch:
@${FALSE}
.endif
post-configure:
cd ${WRKSRC}/etc; && ${PREFIX}/bin/perl -pi -e "s#/usr/bin/perl#${PREFIX}/bin/perl#" `grep -l /usr/bin/perl *`
do-install:
-gzip ${WRKSRC}/R.1
-gzip ${WRKSRC}/Rdconv.1
${INSTALL_DATA} ${WRKSRC}/R.1.gz ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/Rdconv.1.gz ${PREFIX}/man/man1
${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R
(cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; )
(cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; )
@ -52,7 +60,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin
(cd ${WRKSRC}; tar cpf - afm ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - etc ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - html ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - doc ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - include ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - library ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - demos ) | (cd ${PREFIX}/share/R; tar xpf - )

View File

@ -1 +1 @@
MD5 (R-0.61.2.tgz) = 9f73cc9af346f17e49355bd24568331b
MD5 (R-0.62.1.tgz) = 9385fbb32da8851d1c1cf847e1ff5644

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +1,22 @@
# New ports collection makefile for: R
# Version required: R-0.61.2
# Date created: Mon May 4 10:03:02 EST 1998
# Version required: R-0.62.1
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
# $Id: Makefile,v 1.1.1.1 1998/05/04 17:53:34 mph Exp $
# $Id: Makefile,v 1.2 1998/05/07 06:08:24 mph Exp $
#
DISTNAME= R-0.61.2
PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.61.2
DISTNAME= R-0.62.1
PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.62.1
CATEGORIES= math
MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.stat.math.ethz.ch/R/ \
ftp://ftp.u-aizu.ac.jp/pub/lang/R/
MASTER_SITES= ftp://ftp.ci.tuwien.ac.at/pub/R/src/base/ \
ftp://SunSITE.auc.dk/pub/languages/R/src/base/ \
http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/src/base/ \
ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
ftp://ftp.stat.math.ethz.ch/R-CRAN/src/base/ \
http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
ftp://franz.stat.wisc.edu/pub/R/src/base/
EXTRACT_SUFX= .tgz
MAINTAINER= maurice@serc.rmit.edu.au
@ -32,6 +37,8 @@ PAPERSIZE=a4
PAPERSIZE_INVALID=yes
.endif
ALL_TARGET=all help html
pre-fetch:
.if defined(PAPERSIZE_INVALID)
@${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@ -39,10 +46,11 @@ pre-fetch:
@${FALSE}
.endif
post-configure:
cd ${WRKSRC}/etc; && ${PREFIX}/bin/perl -pi -e "s#/usr/bin/perl#${PREFIX}/bin/perl#" `grep -l /usr/bin/perl *`
do-install:
-gzip ${WRKSRC}/R.1
-gzip ${WRKSRC}/Rdconv.1
${INSTALL_DATA} ${WRKSRC}/R.1.gz ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/Rdconv.1.gz ${PREFIX}/man/man1
${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R
(cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; )
(cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; )
@ -52,7 +60,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin
(cd ${WRKSRC}; tar cpf - afm ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - etc ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - html ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - doc ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - include ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - library ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - demos ) | (cd ${PREFIX}/share/R; tar xpf - )

View File

@ -1 +1 @@
MD5 (R-0.61.2.tgz) = 9f73cc9af346f17e49355bd24568331b
MD5 (R-0.62.1.tgz) = 9385fbb32da8851d1c1cf847e1ff5644

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +1,22 @@
# New ports collection makefile for: R
# Version required: R-0.61.2
# Date created: Mon May 4 10:03:02 EST 1998
# Version required: R-0.62.1
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
# $Id: Makefile,v 1.1.1.1 1998/05/04 17:53:34 mph Exp $
# $Id: Makefile,v 1.2 1998/05/07 06:08:24 mph Exp $
#
DISTNAME= R-0.61.2
PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.61.2
DISTNAME= R-0.62.1
PKGNAME= R-${PAPERSIZE:S/A4/a4/:S/LETTER/letter/:S/Letter/letter/}-0.62.1
CATEGORIES= math
MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.stat.math.ethz.ch/R/ \
ftp://ftp.u-aizu.ac.jp/pub/lang/R/
MASTER_SITES= ftp://ftp.ci.tuwien.ac.at/pub/R/src/base/ \
ftp://SunSITE.auc.dk/pub/languages/R/src/base/ \
http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/src/base/ \
ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \
ftp://ftp.stat.math.ethz.ch/R-CRAN/src/base/ \
http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
ftp://franz.stat.wisc.edu/pub/R/src/base/
EXTRACT_SUFX= .tgz
MAINTAINER= maurice@serc.rmit.edu.au
@ -32,6 +37,8 @@ PAPERSIZE=a4
PAPERSIZE_INVALID=yes
.endif
ALL_TARGET=all help html
pre-fetch:
.if defined(PAPERSIZE_INVALID)
@${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@ -39,10 +46,11 @@ pre-fetch:
@${FALSE}
.endif
post-configure:
cd ${WRKSRC}/etc; && ${PREFIX}/bin/perl -pi -e "s#/usr/bin/perl#${PREFIX}/bin/perl#" `grep -l /usr/bin/perl *`
do-install:
-gzip ${WRKSRC}/R.1
-gzip ${WRKSRC}/Rdconv.1
${INSTALL_DATA} ${WRKSRC}/R.1.gz ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/Rdconv.1.gz ${PREFIX}/man/man1
${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R
(cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; )
(cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; )
@ -52,7 +60,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin
(cd ${WRKSRC}; tar cpf - afm ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - etc ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - html ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - doc ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - include ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - library ) | (cd ${PREFIX}/share/R; tar xpf - )
(cd ${WRKSRC}; tar cpf - demos ) | (cd ${PREFIX}/share/R; tar xpf - )

View File

@ -1 +1 @@
MD5 (R-0.61.2.tgz) = 9f73cc9af346f17e49355bd24568331b
MD5 (R-0.62.1.tgz) = 9385fbb32da8851d1c1cf847e1ff5644

File diff suppressed because it is too large Load Diff