Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2018 05:48:28 +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: r474551 - in head/misc: . R-cran-xfun
Message-ID:  <201807130548.w6D5mSu9050036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Fri Jul 13 05:48:28 2018
New Revision: 474551
URL: https://svnweb.freebsd.org/changeset/ports/474551

Log:
  - Add new port: misc/R-cran-xfun
  
    Miscellaneous functions commonly used in other packages maintained
    by 'Yihui Xie'.
  
    WWW: https://cran.r-project.org/web/packages/xfun/

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

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Fri Jul 13 05:35:09 2018	(r474550)
+++ head/misc/Makefile	Fri Jul 13 05:48:28 2018	(r474551)
@@ -452,6 +452,7 @@
     SUBDIR += qt5-l10n
     SUBDIR += qt5ct
     SUBDIR += qtchooser
+    SUBDIR += R-cran-xfun
     SUBDIR += raspberrypi-userland
     SUBDIR += raspbsd-led
     SUBDIR += ree

Added: head/misc/R-cran-xfun/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/R-cran-xfun/Makefile	Fri Jul 13 05:48:28 2018	(r474551)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	xfun
+PORTVERSION=	0.3
+CATEGORIES=	misc
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	Miscellaneous Functions by Yihui Xie
+
+LICENSE=	MIT
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/misc/R-cran-xfun/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/R-cran-xfun/distinfo	Fri Jul 13 05:48:28 2018	(r474551)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531456560
+SHA256 (xfun_0.3.tar.gz) = 897211d135a7fc5f955e4c810e0a0d8fa12b034b0a89dde47ab23e9b486b21e4
+SIZE (xfun_0.3.tar.gz) = 45051

Added: head/misc/R-cran-xfun/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/R-cran-xfun/pkg-descr	Fri Jul 13 05:48:28 2018	(r474551)
@@ -0,0 +1,4 @@
+Miscellaneous functions commonly used in other packages maintained
+by 'Yihui Xie'.
+
+WWW: https://cran.r-project.org/web/packages/xfun/



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