pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc R-hms: initial commit.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bbad324a907d
branches: trunk
changeset: 337066:bbad324a907d
user: brook <brook%pkgsrc.org@localhost>
date: Wed Jul 31 13:56:46 2019 +0000
description:
R-hms: initial commit.
Implements an S3 class for storing and formatting time-of-day values,
based on the 'difftime' class.
diffstat:
doc/CHANGES-2019 | 3 ++-
time/Makefile | 3 ++-
time/R-hms/DESCR | 2 ++
time/R-hms/Makefile | 20 ++++++++++++++++++++
time/R-hms/distinfo | 6 ++++++
5 files changed, 32 insertions(+), 2 deletions(-)
diffs (68 lines):
diff -r 347d5886a1c8 -r bbad324a907d doc/CHANGES-2019
--- a/doc/CHANGES-2019 Wed Jul 31 13:55:04 2019 +0000
+++ b/doc/CHANGES-2019 Wed Jul 31 13:56:46 2019 +0000
@@ -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 @@
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]
diff -r 347d5886a1c8 -r bbad324a907d time/Makefile
--- a/time/Makefile Wed Jul 31 13:55:04 2019 +0000
+++ b/time/Makefile Wed Jul 31 13:56:46 2019 +0000
@@ -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
diff -r 347d5886a1c8 -r bbad324a907d time/R-hms/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-hms/DESCR Wed Jul 31 13:56:46 2019 +0000
@@ -0,0 +1,2 @@
+Implements an S3 class for storing and formatting time-of-day values,
+based on the 'difftime' class.
diff -r 347d5886a1c8 -r bbad324a907d time/R-hms/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-hms/Makefile Wed Jul 31 13:56:46 2019 +0000
@@ -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"
diff -r 347d5886a1c8 -r bbad324a907d time/R-hms/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-hms/distinfo Wed Jul 31 13:56:46 2019 +0000
@@ -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