From owner-svn-ports-all@freebsd.org Mon Dec 28 00:20:36 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 851224CBB76; Mon, 28 Dec 2020 00:20:36 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3yr43Fh8z4QxQ; Mon, 28 Dec 2020 00:20:36 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62D2A103C0; Mon, 28 Dec 2020 00:20:36 +0000 (UTC) (envelope-from ygy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BS0KaHg076024; Mon, 28 Dec 2020 00:20:36 GMT (envelope-from ygy@FreeBSD.org) Received: (from ygy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BS0KZtG076020; Mon, 28 Dec 2020 00:20:35 GMT (envelope-from ygy@FreeBSD.org) Message-Id: <202012280020.0BS0KZtG076020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ygy set sender to ygy@FreeBSD.org using -f From: Guangyuan Yang Date: Mon, 28 Dec 2020 00:20:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559439 - in head/graphics: . R-cran-jpeg X-SVN-Group: ports-head X-SVN-Commit-Author: ygy X-SVN-Commit-Paths: in head/graphics: . R-cran-jpeg X-SVN-Commit-Revision: 559439 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2020 00:20:36 -0000 Author: ygy (doc committer) Date: Mon Dec 28 00:20:35 2020 New Revision: 559439 URL: https://svnweb.freebsd.org/changeset/ports/559439 Log: new port: graphics/R-cran-jpeg: Read and write JPEG images PR: 252174 Approved by: lwhsu Added: head/graphics/R-cran-jpeg/ head/graphics/R-cran-jpeg/Makefile (contents, props changed) head/graphics/R-cran-jpeg/distinfo (contents, props changed) head/graphics/R-cran-jpeg/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Dec 28 00:18:42 2020 (r559438) +++ head/graphics/Makefile Mon Dec 28 00:20:35 2020 (r559439) @@ -25,6 +25,7 @@ SUBDIR += R-cran-ggrepel SUBDIR += R-cran-gridBase SUBDIR += R-cran-gridExtra + SUBDIR += R-cran-jpeg SUBDIR += R-cran-munsell SUBDIR += R-cran-pROC SUBDIR += R-cran-pixmap Added: head/graphics/R-cran-jpeg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-jpeg/Makefile Mon Dec 28 00:20:35 2020 (r559439) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= jpeg +DISTVERSION= 0.1-8.1 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Read and write JPEG images + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist,compiles + +.include Added: head/graphics/R-cran-jpeg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-jpeg/distinfo Mon Dec 28 00:20:35 2020 (r559439) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609011786 +SHA256 (jpeg_0.1-8.1.tar.gz) = 1db0a4976fd9b2ae27a37d3e856cca35bc2909323c7a40724846a5d3c18915a9 +SIZE (jpeg_0.1-8.1.tar.gz) = 18116 Added: head/graphics/R-cran-jpeg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-jpeg/pkg-descr Mon Dec 28 00:20:35 2020 (r559439) @@ -0,0 +1,5 @@ +This package provides an easy and simple way to read, write and display bitmap +images stored in the JPEG format. It can read and write both files and +in-memory raw vectors. + +WWW: http://www.rforge.net/jpeg/