Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 00:20:35 +0000 (UTC)
From:      Guangyuan Yang <ygy@FreeBSD.org>
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
Message-ID:  <202012280020.0BS0KZtG076020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



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