diff options
author | brook <brook@pkgsrc.org> | 2014-09-19 16:50:27 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2014-09-19 16:50:27 +0000 |
commit | c76257cb20dfa46510eb7ff1db562bc4ad3a69de (patch) | |
tree | 0e9ed54089c3afb3579bfd6330165395a4b91391 /graphics | |
parent | 65eaa8108000812bc1171e36e5e4b19452576943 (diff) | |
download | pkgsrc-c76257cb20dfa46510eb7ff1db562bc4ad3a69de.tar.gz |
Initial revision.
Extra graphical utilities based on lattice.
Note: this is being reimported into graphics (and removed from math)
as a result of a recent discussion on tech-pkg and privately with wiz@
regarding categories for R packages. See the thread starting with:
http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/R-latticeExtra/DESCR | 1 | ||||
-rw-r--r-- | graphics/R-latticeExtra/Makefile | 17 | ||||
-rw-r--r-- | graphics/R-latticeExtra/distinfo | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/graphics/R-latticeExtra/DESCR b/graphics/R-latticeExtra/DESCR new file mode 100644 index 00000000000..a186f53c71f --- /dev/null +++ b/graphics/R-latticeExtra/DESCR @@ -0,0 +1 @@ +Extra graphical utilities based on lattice. diff --git a/graphics/R-latticeExtra/Makefile b/graphics/R-latticeExtra/Makefile new file mode 100644 index 00000000000..98b954e795e --- /dev/null +++ b/graphics/R-latticeExtra/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2014/09/19 16:50:27 brook Exp $ + +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/latticeExtra/ +COMMENT= Extra graphical utilities based on lattice +LICENSE= gnu-gpl-v2 + +R_PKGNAME= latticeExtra +R_PKGVER= 0.6-26 + +DEPENDS+= R-RColorBrewer>=1.0.5:../../math/R-RColorBrewer + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/R-latticeExtra/distinfo b/graphics/R-latticeExtra/distinfo new file mode 100644 index 00000000000..df1785f373c --- /dev/null +++ b/graphics/R-latticeExtra/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/09/19 16:50:27 brook Exp $ + +SHA1 (R/latticeExtra_0.6-26.tar.gz) = b3ffbce688ccabca143c9174c647f93edd23d7ab +RMD160 (R/latticeExtra_0.6-26.tar.gz) = 2f0313fb3356aa12d0af36ba5cf77b18b1e432c4 +Size (R/latticeExtra_0.6-26.tar.gz) = 1295154 bytes |