Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2012 06:37:55 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307734 - in head/graphics: . R-cran-png
Message-ID:  <201211250637.qAP6bt6e010267@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun Nov 25 06:37:55 2012
New Revision: 307734
URL: http://svnweb.freebsd.org/changeset/ports/307734

Log:
  - Add a new port: graphics/R-cran-png
  
    This package provides an easy and simple way to read, write and
    display bitmap images stored in the PNG format. It can read and
    write both files and in-memory raw vectors.
  
    WWW: http://www.rforge.net/png/
  
  Feature safe:	yes

Added:
  head/graphics/R-cran-png/
  head/graphics/R-cran-png/Makefile   (contents, props changed)
  head/graphics/R-cran-png/distinfo   (contents, props changed)
  head/graphics/R-cran-png/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Nov 25 04:02:28 2012	(r307733)
+++ head/graphics/Makefile	Sun Nov 25 06:37:55 2012	(r307734)
@@ -24,6 +24,7 @@
     SUBDIR += R-cran-ggplot2
     SUBDIR += R-cran-munsell
     SUBDIR += R-cran-pixmap
+    SUBDIR += R-cran-png
     SUBDIR += R-cran-rgdal
     SUBDIR += R-cran-rtiff
     SUBDIR += R-cran-scales

Added: head/graphics/R-cran-png/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-png/Makefile	Sun Nov 25 06:37:55 2012	(r307734)
@@ -0,0 +1,18 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	png
+DISTVERSION=	0.1-4
+CATEGORIES=	graphics
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Read and write PNG images
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/R-cran-png/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-png/distinfo	Sun Nov 25 06:37:55 2012	(r307734)
@@ -0,0 +1,2 @@
+SHA256 (png_0.1-4.tar.gz) = 1cdd422d6073d7b6af4a7a598d13ecabe60fee8aabfa65db75a57bc8c67da09a
+SIZE (png_0.1-4.tar.gz) = 21774

Added: head/graphics/R-cran-png/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/R-cran-png/pkg-descr	Sun Nov 25 06:37:55 2012	(r307734)
@@ -0,0 +1,5 @@
+This package provides an easy and simple way to read, write and
+display bitmap images stored in the PNG format. It can read and
+write both files and in-memory raw vectors.
+
+WWW: http://www.rforge.net/png/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211250637.qAP6bt6e010267>