aboutsummaryrefslogtreecommitdiff
path: root/misc/R-cran-xfun
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-07-13 05:48:28 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-07-13 05:48:28 +0000
commitd6671047433a7b12826947de635741106ef6a195 (patch)
treeaebefe179930ed88ccfaa6556d17b44fe5596fc9 /misc/R-cran-xfun
parent94c45c5de0e3228fdfafcc2a208b2d41b2ab647f (diff)
downloadports-d6671047433a7b12826947de635741106ef6a195.tar.gz
ports-d6671047433a7b12826947de635741106ef6a195.zip
- 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/
Notes
Notes: svn path=/head/; revision=474551
Diffstat (limited to 'misc/R-cran-xfun')
-rw-r--r--misc/R-cran-xfun/Makefile15
-rw-r--r--misc/R-cran-xfun/distinfo3
-rw-r--r--misc/R-cran-xfun/pkg-descr4
3 files changed, 22 insertions, 0 deletions
diff --git a/misc/R-cran-xfun/Makefile b/misc/R-cran-xfun/Makefile
new file mode 100644
index 000000000000..19eaa4f5ed9e
--- /dev/null
+++ b/misc/R-cran-xfun/Makefile
@@ -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>
diff --git a/misc/R-cran-xfun/distinfo b/misc/R-cran-xfun/distinfo
new file mode 100644
index 000000000000..137a35b10451
--- /dev/null
+++ b/misc/R-cran-xfun/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531456560
+SHA256 (xfun_0.3.tar.gz) = 897211d135a7fc5f955e4c810e0a0d8fa12b034b0a89dde47ab23e9b486b21e4
+SIZE (xfun_0.3.tar.gz) = 45051
diff --git a/misc/R-cran-xfun/pkg-descr b/misc/R-cran-xfun/pkg-descr
new file mode 100644
index 000000000000..19682a6767f6
--- /dev/null
+++ b/misc/R-cran-xfun/pkg-descr
@@ -0,0 +1,4 @@
+Miscellaneous functions commonly used in other packages maintained
+by 'Yihui Xie'.
+
+WWW: https://cran.r-project.org/web/packages/xfun/