summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 13:56:46 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 13:56:46 +0000
commit13f95bab459fab4235fb379bfb5bca4e52fac788 (patch)
treea2a7ba84632cadd99a79eb3af8cbc7ad21992efe /time
parentda540918680ca8c8e837c9a9a65550db06e593b5 (diff)
downloadpkgsrc-13f95bab459fab4235fb379bfb5bca4e52fac788.tar.gz
R-hms: initial commit.
Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.
Diffstat (limited to 'time')
-rw-r--r--time/Makefile3
-rw-r--r--time/R-hms/DESCR2
-rw-r--r--time/R-hms/Makefile20
-rw-r--r--time/R-hms/distinfo6
4 files changed, 30 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile
index c986f731570..5dde1ae86a5 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -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 --git a/time/R-hms/DESCR b/time/R-hms/DESCR
new file mode 100644
index 00000000000..fea32e21497
--- /dev/null
+++ b/time/R-hms/DESCR
@@ -0,0 +1,2 @@
+Implements an S3 class for storing and formatting time-of-day values,
+based on the 'difftime' class.
diff --git a/time/R-hms/Makefile b/time/R-hms/Makefile
new file mode 100644
index 00000000000..714c54adb12
--- /dev/null
+++ b/time/R-hms/Makefile
@@ -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
+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 --git a/time/R-hms/distinfo b/time/R-hms/distinfo
new file mode 100644
index 00000000000..7a7b7629d15
--- /dev/null
+++ b/time/R-hms/distinfo
@@ -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