pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-hms: Pretty time of day formatter
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Tue Dec 25 08:36:24 2018 -0600
Changeset: 1e061763d0f55b023d30c106993793eea3baad65
Modified Files:
Makefile
Added Files:
R-hms/DESCR
R-hms/Makefile
R-hms/distinfo
Log Message:
R-hms: Pretty time of day formatter
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e061763d0f55b023d30c106993793eea3baad65
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
R-hms/DESCR | 2 ++
R-hms/Makefile | 18 ++++++++++++++++++
R-hms/distinfo | 6 ++++++
4 files changed, 27 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 3a2e719a7e..68120808f8 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ SUBDIR+= R-getopt
SUBDIR+= R-gmp
SUBDIR+= R-graph
SUBDIR+= R-gsl
+SUBDIR+= R-hms
SUBDIR+= R-mclust
SUBDIR+= R-mpfr
SUBDIR+= R-np
diff --git a/R-hms/DESCR b/R-hms/DESCR
new file mode 100644
index 0000000000..fea32e2149
--- /dev/null
+++ b/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/R-hms/Makefile b/R-hms/Makefile
new file mode 100644
index 0000000000..9c97080071
--- /dev/null
+++ b/R-hms/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+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.4.2
+
+DEPENDS+= R-pkgconfig>=2.0.1:../../devel/R-pkgconfig
+DEPENDS+= R-rlang>=0.2.1:../../devel/R-rlang
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-hms/distinfo b/R-hms/distinfo
new file mode 100644
index 0000000000..e68b845e2d
--- /dev/null
+++ b/R-hms/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/hms_0.4.2.tar.gz) = 79af44340cbc9f7e53254a89067ef03703bf8556
+RMD160 (R/hms_0.4.2.tar.gz) = 66af357ef80b1a63a330053496b077be5f4ca6a6
+SHA512 (R/hms_0.4.2.tar.gz) = 8e2531ba950909c26df2e4bb0be1f48a1a09ff3728b87ac5930d27f5aa630b421be38cdbf4d8586e382ee564fbb52e83565eefec8438aa4f0357f18a3465ea3f
+Size (R/hms_0.4.2.tar.gz) = 12773 bytes
Home |
Main Index |
Thread Index |
Old Index