diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 01:29:16 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 01:29:16 +0000 |
commit | 954afc5c71f21779034e4dcd6ceb4732b74768c9 (patch) | |
tree | 933cae1740b02b2f3d3dd3355cfa17d795adb528 /devel | |
parent | 2b9c5013bd8b69e1603030a61d7a7bb25351c953 (diff) | |
download | pkgsrc-954afc5c71f21779034e4dcd6ceb4732b74768c9.tar.gz |
R-xfun: initial commit.
Miscellaneous functions commonly used in other packages maintained by
'Yihui Xie'.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/R-xfun/DESCR | 2 | ||||
-rw-r--r-- | devel/R-xfun/Makefile | 16 | ||||
-rw-r--r-- | devel/R-xfun/distinfo | 6 |
4 files changed, 26 insertions, 1 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 |