diff options
author | markd <markd@pkgsrc.org> | 2002-09-09 01:09:31 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-09-09 01:09:31 +0000 |
commit | 0d51d798457c9660b8492d80768a105ba5dd9abc (patch) | |
tree | 272735180986e1ed82fe1d864cd647e17789900a /math/R-lattice | |
parent | 36e6f4f7baddd1d56c665672ca167c9b3adbfe66 (diff) | |
download | pkgsrc-0d51d798457c9660b8492d80768a105ba5dd9abc.tar.gz |
Initial import of R extension library lattice, version 0.5-3
Implementation of Trellis Graphics
Diffstat (limited to 'math/R-lattice')
-rw-r--r-- | math/R-lattice/DESCR | 1 | ||||
-rw-r--r-- | math/R-lattice/Makefile | 15 | ||||
-rw-r--r-- | math/R-lattice/distinfo | 4 |
3 files changed, 20 insertions, 0 deletions
diff --git a/math/R-lattice/DESCR b/math/R-lattice/DESCR new file mode 100644 index 00000000000..72e06248100 --- /dev/null +++ b/math/R-lattice/DESCR @@ -0,0 +1 @@ +Implementation of Trellis Graphics diff --git a/math/R-lattice/Makefile b/math/R-lattice/Makefile new file mode 100644 index 00000000000..9a13c914a79 --- /dev/null +++ b/math/R-lattice/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/09 01:09:31 markd Exp $ + +R_PKGNAME= lattice +R_PKGVER= 0.5-3 + +MAINTAINER= markd@netbsd.org +COMMENT= Implementation of Trellis Graphics + +PLIST_SRC= /dev/null + +R_DEPENDS= R>=1.5.0 +DEPENDS+= R-grid>=0.6:../R-grid + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-lattice/distinfo b/math/R-lattice/distinfo new file mode 100644 index 00000000000..cc3849910df --- /dev/null +++ b/math/R-lattice/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/09 01:09:31 markd Exp $ + +SHA1 (R/lattice_0.5-3.tar.gz) = 566d56fd81c141fb89cb063c275e1d719f9a8fd7 +Size (R/lattice_0.5-3.tar.gz) = 90920 bytes |