pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: brook
Date: Wed Jul 31 01:29:17 UTC 2019
Modified Files:
pkgsrc/devel: Makefile
pkgsrc/doc: CHANGES-2019
Added Files:
pkgsrc/devel/R-xfun: DESCR Makefile distinfo
Log Message:
R-xfun: initial commit.
Miscellaneous functions commonly used in other packages maintained by
'Yihui Xie'.
To generate a diff of this commit:
cvs rdiff -u -r1.2875 -r1.2876 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-xfun/DESCR pkgsrc/devel/R-xfun/Makefile \
pkgsrc/devel/R-xfun/distinfo
cvs rdiff -u -r1.3086 -r1.3087 pkgsrc/doc/CHANGES-2019
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2875 pkgsrc/devel/Makefile:1.2876
--- pkgsrc/devel/Makefile:1.2875 Wed Jul 31 01:26:53 2019
+++ pkgsrc/devel/Makefile Wed Jul 31 01:29:16 2019
@@ -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
Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3086 pkgsrc/doc/CHANGES-2019:1.3087
--- pkgsrc/doc/CHANGES-2019:1.3086 Wed Jul 31 01:26:53 2019
+++ pkgsrc/doc/CHANGES-2019 Wed Jul 31 01:29:16 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 i
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]
Added files:
Index: pkgsrc/devel/R-xfun/DESCR
diff -u /dev/null pkgsrc/devel/R-xfun/DESCR:1.1
--- /dev/null Wed Jul 31 01:29:17 2019
+++ pkgsrc/devel/R-xfun/DESCR Wed Jul 31 01:29:17 2019
@@ -0,0 +1,2 @@
+Miscellaneous functions commonly used in other packages maintained by
+'Yihui Xie'.
Index: pkgsrc/devel/R-xfun/Makefile
diff -u /dev/null pkgsrc/devel/R-xfun/Makefile:1.1
--- /dev/null Wed Jul 31 01:29:17 2019
+++ pkgsrc/devel/R-xfun/Makefile Wed Jul 31 01:29:17 2019
@@ -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@localhost
+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"
Index: pkgsrc/devel/R-xfun/distinfo
diff -u /dev/null pkgsrc/devel/R-xfun/distinfo:1.1
--- /dev/null Wed Jul 31 01:29:17 2019
+++ pkgsrc/devel/R-xfun/distinfo Wed Jul 31 01:29:17 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index