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 13:56:46 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/time: Makefile
Added Files:
        pkgsrc/time/R-hms: DESCR Makefile distinfo

Log Message:
R-hms: initial commit.

Implements an S3 class for storing and formatting time-of-day values,
based on the 'difftime' class.


To generate a diff of this commit:
cvs rdiff -u -r1.3126 -r1.3127 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.186 -r1.187 pkgsrc/time/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/time/R-hms/DESCR pkgsrc/time/R-hms/Makefile \
    pkgsrc/time/R-hms/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3126 pkgsrc/doc/CHANGES-2019:1.3127
--- pkgsrc/doc/CHANGES-2019:1.3126      Wed Jul 31 13:55:05 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:56:46 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3126 2019/07/31 13:55:05 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3127 2019/07/31 13:56:46 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5083,3 +5083,4 @@ Changes to the packages collection and i
        Added textproc/R-readr version 1.3.1 [brook 2019-07-31]
        Added textproc/R-readstata13 version 0.9.2 [brook 2019-07-31]
        Added textproc/R-readxl version 1.3.1 [brook 2019-07-31]
+       Added time/R-hms version 0.5.0 [brook 2019-07-31]

Index: pkgsrc/time/Makefile
diff -u pkgsrc/time/Makefile:1.186 pkgsrc/time/Makefile:1.187
--- pkgsrc/time/Makefile:1.186  Sun Jul  7 10:14:44 2019
+++ pkgsrc/time/Makefile        Wed Jul 31 13:56:46 2019
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.186 2019/07/07 10:14:44 bsiegert Exp $
+# $NetBSD: Makefile,v 1.187 2019/07/31 13:56:46 brook Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
 
+SUBDIR+=       R-hms
 SUBDIR+=       R-timeDate
 SUBDIR+=       abclock
 SUBDIR+=       anacron

Added files:

Index: pkgsrc/time/R-hms/DESCR
diff -u /dev/null pkgsrc/time/R-hms/DESCR:1.1
--- /dev/null   Wed Jul 31 13:56:46 2019
+++ pkgsrc/time/R-hms/DESCR     Wed Jul 31 13:56:46 2019
@@ -0,0 +1,2 @@
+Implements an S3 class for storing and formatting time-of-day values,
+based on the 'difftime' class.
Index: pkgsrc/time/R-hms/Makefile
diff -u /dev/null pkgsrc/time/R-hms/Makefile:1.1
--- /dev/null   Wed Jul 31 13:56:46 2019
+++ pkgsrc/time/R-hms/Makefile  Wed Jul 31 13:56:46 2019
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:56:46 brook Exp $
+
+CATEGORIES=    time sysutils R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/hms/
+COMMENT=       Pretty time of day
+LICENSE=       gnu-gpl-v3
+
+R_PKGNAME=     hms
+R_PKGVER=      0.5.0
+
+DEPENDS+=      R-pkgconfig>=2.0.2:../../devel/R-pkgconfig
+DEPENDS+=      R-rlang>=0.4.0:../../devel/R-rlang
+DEPENDS+=      R-vctrs>=0.2.0:../../math/R-vctrs
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/R-hms/distinfo
diff -u /dev/null pkgsrc/time/R-hms/distinfo:1.1
--- /dev/null   Wed Jul 31 13:56:46 2019
+++ pkgsrc/time/R-hms/distinfo  Wed Jul 31 13:56:46 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:56:46 brook Exp $
+
+SHA1 (R/hms_0.5.0.tar.gz) = e5257ca2ee658dfe766f2a62b6570c9c77b7f734
+RMD160 (R/hms_0.5.0.tar.gz) = c07aabbd335fbda91bef9ddc0171494021c9994c
+SHA512 (R/hms_0.5.0.tar.gz) = b4c2ac8bd5425e7ed3607d215d98947d5fb225dbe80fa061306ef6a6803be6c255cfdd196ab273861c2fce84414b65ba5342524fe3e46b111fa10496fd392531
+Size (R/hms_0.5.0.tar.gz) = 136036 bytes



Home | Main Index | Thread Index | Old Index