svn commit: r474551 - in head/misc: . R-cran-xfun

TAKATSU Tomonari tota at FreeBSD.org
Fri Jul 13 05:48:30 UTC 2018


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 at 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/


More information about the svn-ports-all mailing list