From owner-svn-ports-head@FreeBSD.ORG Sun Nov 25 06:37:56 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BFFB90E; Sun, 25 Nov 2012 06:37:56 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 304738FC16; Sun, 25 Nov 2012 06:37:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP6buKj010271; Sun, 25 Nov 2012 06:37:56 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP6bt6e010267; Sun, 25 Nov 2012 06:37:55 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201211250637.qAP6bt6e010267@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 25 Nov 2012 06:37:55 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Nov 2012 06:37:56 -0000 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 +# $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 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/