diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-04 08:17:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-04 08:17:24 +0000 |
commit | 9fcb42548ec077747026485d29743599a29cfe10 (patch) | |
tree | 76031d4a7392de254b2289101d14ea319267cec4 /math | |
parent | 66b7029a5b2b811317c1259e36dd3ec9ace2c07d (diff) | |
download | pkgsrc-9fcb42548ec077747026485d29743599a29cfe10.tar.gz |
Imported R-pixmap from pkgsrc-wip.
Functions for import, export, plotting and other manipulations of
bitmapped images.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-pixmap/DESCR | 2 | ||||
-rw-r--r-- | math/R-pixmap/Makefile | 15 | ||||
-rw-r--r-- | math/R-pixmap/PLIST | 1 | ||||
-rw-r--r-- | math/R-pixmap/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/math/R-pixmap/DESCR b/math/R-pixmap/DESCR new file mode 100644 index 00000000000..9f88c917b18 --- /dev/null +++ b/math/R-pixmap/DESCR @@ -0,0 +1,2 @@ +Functions for import, export, plotting and other manipulations of +bitmapped images. diff --git a/math/R-pixmap/Makefile b/math/R-pixmap/Makefile new file mode 100644 index 00000000000..1618938bc3c --- /dev/null +++ b/math/R-pixmap/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:17:24 rillig Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/pixmap.html +COMMENT= Functions for manipulations of bitmaps with R + +R_PKGNAME= pixmap +R_PKGVER= 0.4-1 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-pixmap/PLIST b/math/R-pixmap/PLIST new file mode 100644 index 00000000000..0de6e0a8c68 --- /dev/null +++ b/math/R-pixmap/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:17:24 rillig Exp $ diff --git a/math/R-pixmap/distinfo b/math/R-pixmap/distinfo new file mode 100644 index 00000000000..c2b49809fa5 --- /dev/null +++ b/math/R-pixmap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:17:24 rillig Exp $ + +SHA1 (R/pixmap_0.4-1.tar.gz) = c28ba7acb2831cfa5f4c7644a6d171004bf8443e +RMD160 (R/pixmap_0.4-1.tar.gz) = d6ec20c6df3cd0b4a717d7914b259f6f25b830e3 +Size (R/pixmap_0.4-1.tar.gz) = 41251 bytes |