Update to version 0.64.2

PR:		13375
Submitted by:	maintainer
This commit is contained in:
Chris Piazza 1999-08-26 22:58:16 +00:00
parent e3a346c70f
commit 07ea44896f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21010
10 changed files with 6706 additions and 4891 deletions

View file

@ -1,7 +1,7 @@
# New ports collection makefile for: R (a4)
# Version required: R-0.62.2
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
# New ports collection makefile for: R (a4)
# Version required: R-0.64.2
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
# $FreeBSD$
#

View file

@ -1,13 +1,13 @@
# New ports collection makefile for: R (letter)
# Version required: R-0.62.2
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
# New ports collection makefile for: R (letter)
# Version required: R-0.64.2
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
# $FreeBSD$
#
DISTNAME= R-0.62.2
PKGNAME= R-${PAPERSIZE}-0.62.2
DISTNAME= R-0.64.2
PKGNAME= R-${PAPERSIZE}-0.64.2
CATEGORIES= math
MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
@ -38,27 +38,11 @@ PAPERSIZE?= letter
ALL_TARGET=all help html
MAN1= R.1 Rdconv.1
MAN1= R.1 Rd2txt.1 Rdconv.1
MLINKS= Rdconv.1 Sd2Rd.1 \
Rdconv.1 Rdindex.1
test:
@(cd ${WRKSRC}; make test-All)
do-install:
${INSTALL_MAN} ${WRKSRC}/R.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/Rdconv.1 ${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 \{\} \; )
${CHMOD} a+x ${PREFIX}/bin/R
${MKDIR} ${PREFIX}/share/R
${MKDIR} ${PREFIX}/share/R/bin
${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 - 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 - )
(cd ${WRKSRC}; tar cpf - cmd ) | (cd ${PREFIX}/share/R; tar xpf - )
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (R-0.62.2.tgz) = 3e3359d8fcda053a7c2ebf06fc8ef550
MD5 (R-0.64.2.tgz) = a25197e6ed875628de6bb9fc6ce34fe4

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,13 @@
# New ports collection makefile for: R (letter)
# Version required: R-0.62.2
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
# New ports collection makefile for: R (letter)
# Version required: R-0.64.2
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
# $FreeBSD$
#
DISTNAME= R-0.62.2
PKGNAME= R-${PAPERSIZE}-0.62.2
DISTNAME= R-0.64.2
PKGNAME= R-${PAPERSIZE}-0.64.2
CATEGORIES= math
MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
@ -38,27 +38,11 @@ PAPERSIZE?= letter
ALL_TARGET=all help html
MAN1= R.1 Rdconv.1
MAN1= R.1 Rd2txt.1 Rdconv.1
MLINKS= Rdconv.1 Sd2Rd.1 \
Rdconv.1 Rdindex.1
test:
@(cd ${WRKSRC}; make test-All)
do-install:
${INSTALL_MAN} ${WRKSRC}/R.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/Rdconv.1 ${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 \{\} \; )
${CHMOD} a+x ${PREFIX}/bin/R
${MKDIR} ${PREFIX}/share/R
${MKDIR} ${PREFIX}/share/R/bin
${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 - 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 - )
(cd ${WRKSRC}; tar cpf - cmd ) | (cd ${PREFIX}/share/R; tar xpf - )
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (R-0.62.2.tgz) = 3e3359d8fcda053a7c2ebf06fc8ef550
MD5 (R-0.64.2.tgz) = a25197e6ed875628de6bb9fc6ce34fe4

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,13 @@
# New ports collection makefile for: R (letter)
# Version required: R-0.62.2
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
# New ports collection makefile for: R (letter)
# Version required: R-0.64.2
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
# $FreeBSD$
#
DISTNAME= R-0.62.2
PKGNAME= R-${PAPERSIZE}-0.62.2
DISTNAME= R-0.64.2
PKGNAME= R-${PAPERSIZE}-0.64.2
CATEGORIES= math
MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
@ -38,27 +38,11 @@ PAPERSIZE?= letter
ALL_TARGET=all help html
MAN1= R.1 Rdconv.1
MAN1= R.1 Rd2txt.1 Rdconv.1
MLINKS= Rdconv.1 Sd2Rd.1 \
Rdconv.1 Rdindex.1
test:
@(cd ${WRKSRC}; make test-All)
do-install:
${INSTALL_MAN} ${WRKSRC}/R.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/Rdconv.1 ${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 \{\} \; )
${CHMOD} a+x ${PREFIX}/bin/R
${MKDIR} ${PREFIX}/share/R
${MKDIR} ${PREFIX}/share/R/bin
${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 - 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 - )
(cd ${WRKSRC}; tar cpf - cmd ) | (cd ${PREFIX}/share/R; tar xpf - )
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (R-0.62.2.tgz) = 3e3359d8fcda053a7c2ebf06fc8ef550
MD5 (R-0.64.2.tgz) = a25197e6ed875628de6bb9fc6ce34fe4

File diff suppressed because it is too large Load diff