pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-prettyunits
Module Name: pkgsrc
Committed By: minskim
Date: Fri Apr 13 15:26:31 UTC 2018
Added Files:
pkgsrc/math/R-prettyunits: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-prettyunits/DESCR \
pkgsrc/math/R-prettyunits/Makefile pkgsrc/math/R-prettyunits/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/math/R-prettyunits/DESCR
diff -u /dev/null pkgsrc/math/R-prettyunits/DESCR:1.1
--- /dev/null Fri Apr 13 15:26:31 2018
+++ pkgsrc/math/R-prettyunits/DESCR Fri Apr 13 15:26:31 2018
@@ -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.
Index: pkgsrc/math/R-prettyunits/Makefile
diff -u /dev/null pkgsrc/math/R-prettyunits/Makefile:1.1
--- /dev/null Fri Apr 13 15:26:31 2018
+++ pkgsrc/math/R-prettyunits/Makefile Fri Apr 13 15:26:31 2018
@@ -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"
Index: pkgsrc/math/R-prettyunits/distinfo
diff -u /dev/null pkgsrc/math/R-prettyunits/distinfo:1.1
--- /dev/null Fri Apr 13 15:26:31 2018
+++ pkgsrc/math/R-prettyunits/distinfo Fri Apr 13 15:26:31 2018
@@ -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