pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-pixmap Update R-pixmap to 0.4.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4960735ea5f5
branches:  trunk
changeset: 548367:4960735ea5f5
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Oct 14 05:35:47 2008 +0000

description:
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:

 math/R-pixmap/Makefile |  6 +++---
 math/R-pixmap/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r ad0b95b0deea -r 4960735ea5f5 math/R-pixmap/Makefile
--- a/math/R-pixmap/Makefile    Tue Oct 14 00:19:30 2008 +0000
+++ b/math/R-pixmap/Makefile    Tue Oct 14 05:35:47 2008 +0000
@@ -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@localhost
-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 -r ad0b95b0deea -r 4960735ea5f5 math/R-pixmap/distinfo
--- a/math/R-pixmap/distinfo    Tue Oct 14 00:19:30 2008 +0000
+++ b/math/R-pixmap/distinfo    Tue Oct 14 05:35:47 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index