diff options
author | markd <markd> | 2008-10-14 05:35:47 +0000 |
---|---|---|
committer | markd <markd> | 2008-10-14 05:35:47 +0000 |
commit | 79102473926abe21e6b22b2e78a244b22472cee4 (patch) | |
tree | c7f915f479a9c6254ee578efcd4044a35abbf92d /math/R-pixmap | |
parent | 631e7b39a0578bf4e58fe1e6755eec115b45fc42 (diff) | |
download | pkgsrc-79102473926abe21e6b22b2e78a244b22472cee4.tar.gz |
Update R-pixmap to 0.4.9
Changes in pixmap version 0.4-9
o Fixed a minor glitch in write.pnm.
Changes in pixmap version 0.4-8
o Fixed a bug that prevented plotting images with only 1 row (bug
report by Robert Esswein).
Changes in pixmap version 0.4-7
o Use LazyLoad instead of SaveImage.
Changes in pixmap version 0.4-6
o Modified one of the regression tests for changes in R 2.4:
terrain.colors() now return transparency information
-> do not use it in example.
Changes in pixmap version 0.4-5
o standardized license filed in DESCRIPTION file.
Diffstat (limited to 'math/R-pixmap')
-rw-r--r-- | math/R-pixmap/Makefile | 6 | ||||
-rw-r--r-- | math/R-pixmap/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-pixmap/Makefile b/math/R-pixmap/Makefile index 8a2923ba1b6..868cdac7ca4 100644 --- a/math/R-pixmap/Makefile +++ b/math/R-pixmap/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2007/02/22 19:26:46 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/10/14 05:35:47 markd Exp $ # CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/pixmap.html +HOMEPAGE= ${R_HOMEPAGE_BASE}/pixmap/ COMMENT= Functions for manipulations of bitmaps with R R_PKGNAME= pixmap -R_PKGVER= 0.4-4 +R_PKGVER= 0.4-9 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/math/R-pixmap/distinfo b/math/R-pixmap/distinfo index ca9db9016d8..79db4a5458f 100644 --- a/math/R-pixmap/distinfo +++ b/math/R-pixmap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/06/30 22:48:07 markd Exp $ +$NetBSD: distinfo,v 1.3 2008/10/14 05:35:47 markd Exp $ -SHA1 (R/pixmap_0.4-4.tar.gz) = 493aef9053dbb594a30c780810bcb28884bf0583 -RMD160 (R/pixmap_0.4-4.tar.gz) = f68b5f4e3f6425ead4f291cd62f95ecaed41f06c -Size (R/pixmap_0.4-4.tar.gz) = 41518 bytes +SHA1 (R/pixmap_0.4-9.tar.gz) = c1540af2661b7f3fe383c8d6c9e8763adc6c135c +RMD160 (R/pixmap_0.4-9.tar.gz) = a3580c2cb34000f69a6dd4e384ca22c2adfebb4e +Size (R/pixmap_0.4-9.tar.gz) = 41943 bytes |