From 8bc5dafa3b85eac1ad1a0c6f37cd23466c28a12c Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:11:36 +0000 Subject: Move pkg/ files into package's toplevel directory --- math/R/DESCR | 11 +++++++++++ math/R/PLIST | 3 +++ math/R/pkg/DESCR | 11 ----------- math/R/pkg/PLIST | 3 --- 4 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 math/R/DESCR create mode 100644 math/R/PLIST delete mode 100644 math/R/pkg/DESCR delete mode 100644 math/R/pkg/PLIST (limited to 'math/R') diff --git a/math/R/DESCR b/math/R/DESCR new file mode 100644 index 00000000000..abad643ee43 --- /dev/null +++ b/math/R/DESCR @@ -0,0 +1,11 @@ +R is a language which bears a passing resemblance to the S language +developed at AT&T Bell Laboratories. It provides support for a +variety of statistical and graphical analyses. R is a true +computer language which contains a number of control-flow +constructions for iteration and alternation. It allows users to +add additional functionality by defining new functions. On +platforms which support the dlopen (3) interface, Fortran and C +code can be linked and called at run time. + +R is very close to S in both syntax and semantics, but is not identical. +Whether this is a bug or feature is an open question. diff --git a/math/R/PLIST b/math/R/PLIST new file mode 100644 index 00000000000..a232cfbbe04 --- /dev/null +++ b/math/R/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:00 zuntum Exp $ +bin/R +man/man1/R.1 diff --git a/math/R/pkg/DESCR b/math/R/pkg/DESCR deleted file mode 100644 index abad643ee43..00000000000 --- a/math/R/pkg/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -R is a language which bears a passing resemblance to the S language -developed at AT&T Bell Laboratories. It provides support for a -variety of statistical and graphical analyses. R is a true -computer language which contains a number of control-flow -constructions for iteration and alternation. It allows users to -add additional functionality by defining new functions. On -platforms which support the dlopen (3) interface, Fortran and C -code can be linked and called at run time. - -R is very close to S in both syntax and semantics, but is not identical. -Whether this is a bug or feature is an open question. diff --git a/math/R/pkg/PLIST b/math/R/pkg/PLIST deleted file mode 100644 index 20b51795f33..00000000000 --- a/math/R/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.9 2000/08/16 19:04:43 jlam Exp $ -bin/R -man/man1/R.1 -- cgit v1.2.3