summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile3
-rw-r--r--devel/R-xfun/DESCR2
-rw-r--r--devel/R-xfun/Makefile16
-rw-r--r--devel/R-xfun/distinfo6
-rw-r--r--doc/CHANGES-20193
5 files changed, 28 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 38d0aca8b65..1f05b5d7b23 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2875 2019/07/31 01:26:53 brook Exp $
+# $NetBSD: Makefile,v 1.2876 2019/07/31 01:29:16 brook Exp $
#
COMMENT= Development utilities
@@ -43,6 +43,7 @@ SUBDIR+= R-rlang
SUBDIR+= R-tcltk2
SUBDIR+= R-uuid
SUBDIR+= R-withr
+SUBDIR+= R-xfun
SUBDIR+= RBTools
SUBDIR+= RTFM
SUBDIR+= RTx-RightsMatrix
diff --git a/devel/R-xfun/DESCR b/devel/R-xfun/DESCR
new file mode 100644
index 00000000000..ed6d625be72
--- /dev/null
+++ b/devel/R-xfun/DESCR
@@ -0,0 +1,2 @@
+Miscellaneous functions commonly used in other packages maintained by
+'Yihui Xie'.
diff --git a/devel/R-xfun/Makefile b/devel/R-xfun/Makefile
new file mode 100644
index 00000000000..6590cf30e98
--- /dev/null
+++ b/devel/R-xfun/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 01:29:17 brook Exp $
+
+CATEGORIES= devel R
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/xfun/
+COMMENT= Miscellaneous functions by 'Yihui Xie'
+LICENSE= mit
+
+R_PKGNAME= xfun
+R_PKGVER= 0.8
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/R-xfun/distinfo b/devel/R-xfun/distinfo
new file mode 100644
index 00000000000..9dc4f927de4
--- /dev/null
+++ b/devel/R-xfun/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 01:29:17 brook Exp $
+
+SHA1 (R/xfun_0.8.tar.gz) = 91b56534ae5c1694b7986fcb65d457a887603ccd
+RMD160 (R/xfun_0.8.tar.gz) = 5bae41ce08ff350cb7d6dda8519017bc37983f39
+SHA512 (R/xfun_0.8.tar.gz) = efcd5ea5285d87cf557e9cad51f3a2b017f4fd2eb4e6083b74f7d1d4f4bcfb5c1735d3d1912effdd2cebddd05e5951bf1d28d9165e49ac392d6dfde5dc29e8b8
+Size (R/xfun_0.8.tar.gz) = 54885 bytes
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019
index b3af6a4dc83..40d27c94a95 100644
--- a/doc/CHANGES-2019
+++ b/doc/CHANGES-2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3086 2019/07/31 01:26:53 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3087 2019/07/31 01:29:16 brook Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -5043,3 +5043,4 @@ Changes to the packages collection and infrastructure in 2019:
Added devel/R-rio version 0.5.16 [brook 2019-07-31]
Added devel/R-tcltk2 version 1.2.11 [brook 2019-07-31]
Added devel/R-withr version 2.1.2 [brook 2019-07-31]
+ Added devel/R-xfun version 0.8 [brook 2019-07-31]