pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-xfun: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b9377214fac
branches:  trunk
changeset: 337006:9b9377214fac
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 01:29:16 2019 +0000

description:
R-xfun: initial commit.

Miscellaneous functions commonly used in other packages maintained by
'Yihui Xie'.

diffstat:

 devel/Makefile        |   3 ++-
 devel/R-xfun/DESCR    |   2 ++
 devel/R-xfun/Makefile |  16 ++++++++++++++++
 devel/R-xfun/distinfo |   6 ++++++
 doc/CHANGES-2019      |   3 ++-
 5 files changed, 28 insertions(+), 2 deletions(-)

diffs (67 lines):

diff -r f624b72ecc33 -r 9b9377214fac devel/Makefile
--- a/devel/Makefile    Wed Jul 31 01:26:53 2019 +0000
+++ b/devel/Makefile    Wed Jul 31 01:29:16 2019 +0000
@@ -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-tcltk2
 SUBDIR+=       R-uuid
 SUBDIR+=       R-withr
+SUBDIR+=       R-xfun
 SUBDIR+=       RBTools
 SUBDIR+=       RTFM
 SUBDIR+=       RTx-RightsMatrix
diff -r f624b72ecc33 -r 9b9377214fac devel/R-xfun/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-xfun/DESCR        Wed Jul 31 01:29:16 2019 +0000
@@ -0,0 +1,2 @@
+Miscellaneous functions commonly used in other packages maintained by
+'Yihui Xie'.
diff -r f624b72ecc33 -r 9b9377214fac devel/R-xfun/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-xfun/Makefile     Wed Jul 31 01:29:16 2019 +0000
@@ -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"
diff -r f624b72ecc33 -r 9b9377214fac devel/R-xfun/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-xfun/distinfo     Wed Jul 31 01:29:16 2019 +0000
@@ -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 -r f624b72ecc33 -r 9b9377214fac doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 01:26:53 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 01:29:16 2019 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index