pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-prettyunits math/R-prettyunits: Import version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3164fbc4645
branches: trunk
changeset: 378691:c3164fbc4645
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Apr 13 15:26:31 2018 +0000
description:
math/R-prettyunits: Import version 1.0.2
Pretty, human readable formatting of quantities. Time intervals:
1337000 -> 15d 11h 23m 20s. Vague time intervals: 2674000 -> about a
month ago. Bytes: 1337 -> 1.34 kB.
diffstat:
math/R-prettyunits/DESCR | 3 +++
math/R-prettyunits/Makefile | 17 +++++++++++++++++
math/R-prettyunits/distinfo | 6 ++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diffs (38 lines):
diff -r 506b1960b1f0 -r c3164fbc4645 math/R-prettyunits/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-prettyunits/DESCR Fri Apr 13 15:26:31 2018 +0000
@@ -0,0 +1,3 @@
+Pretty, human readable formatting of quantities. Time intervals:
+1337000 -> 15d 11h 23m 20s. Vague time intervals: 2674000 -> about a
+month ago. Bytes: 1337 -> 1.34 kB.
diff -r 506b1960b1f0 -r c3164fbc4645 math/R-prettyunits/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-prettyunits/Makefile Fri Apr 13 15:26:31 2018 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/04/13 15:26:31 minskim Exp $
+
+DISTNAME= prettyunits_1.0.2
+CATEGORIES= math
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/gaborcsardi/prettyunits
+COMMENT= Pretty, Human Readable Formatting of Quantities
+LICENSE= mit
+
+DEPENDS+= R-assertthat-[0-9]*:../../devel/R-assertthat
+DEPENDS+= R-magrittr-[0-9]*:../../devel/R-magrittr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 506b1960b1f0 -r c3164fbc4645 math/R-prettyunits/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-prettyunits/distinfo Fri Apr 13 15:26:31 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/13 15:26:31 minskim Exp $
+
+SHA1 (R/prettyunits_1.0.2.tar.gz) = 11f63f82e425e00ca7e175b7f61a291d54bbe756
+RMD160 (R/prettyunits_1.0.2.tar.gz) = 0431e58c770e5fa7a6cb8df78c38ba3308a582c2
+SHA512 (R/prettyunits_1.0.2.tar.gz) = 62f934292006734d73388e4e5d1265417e196f9aff40f60561703952e8b5c38f471532f1147df365a351c25df7e1ea21b84639b5923d36f3a2df84ced7ed7172
+Size (R/prettyunits_1.0.2.tar.gz) = 8262 bytes
Home |
Main Index |
Thread Index |
Old Index