pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-rappdirs (devel/R-rappdirs) import R-rappdirs-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/436f829c9ad9
branches:  trunk
changeset: 443955:436f829c9ad9
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jan 01 12:05:31 2021 +0000

description:
(devel/R-rappdirs) import R-rappdirs-0.3.1

An easy way to determine which directories on the users computer you
should use to save data, caches and logs. A port of Python's 'Appdirs'
(\url{https://github.com/ActiveState/appdirs}) to R.

diffstat:

 devel/R-rappdirs/DESCR    |   3 +++
 devel/R-rappdirs/Makefile |  14 ++++++++++++++
 devel/R-rappdirs/distinfo |   6 ++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diffs (35 lines):

diff -r 441f8fd900b4 -r 436f829c9ad9 devel/R-rappdirs/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rappdirs/DESCR    Fri Jan 01 12:05:31 2021 +0000
@@ -0,0 +1,3 @@
+An easy way to determine which directories on the users computer you
+should use to save data, caches and logs. A port of Python's 'Appdirs'
+(\url{https://github.com/ActiveState/appdirs}) to R.
diff -r 441f8fd900b4 -r 436f829c9ad9 devel/R-rappdirs/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rappdirs/Makefile Fri Jan 01 12:05:31 2021 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/01/01 12:05:31 mef Exp $
+
+R_PKGNAME=     rappdirs
+R_PKGVER=      0.3.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Application Directories: Determine Where to Save Data, Caches, and Logs
+LICENSE=       mit     # + file LICENSE
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 441f8fd900b4 -r 436f829c9ad9 devel/R-rappdirs/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-rappdirs/distinfo Fri Jan 01 12:05:31 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/01 12:05:31 mef Exp $
+
+SHA1 (R/rappdirs_0.3.1.tar.gz) = 0c39acd92eead9747f7c6847a661bf96ac1d19c4
+RMD160 (R/rappdirs_0.3.1.tar.gz) = ff88b3d548e368c9d02f03180bf1d8626cdd57b0
+SHA512 (R/rappdirs_0.3.1.tar.gz) = 76c9752d82561b9eda8fc3d604f32fff9b785c3a9c210b167a7e131abe7a955c106e8ea664c304953008a88e21e25a382c4b02972311698e6525e119a3ed8360
+Size (R/rappdirs_0.3.1.tar.gz) = 12838 bytes



Home | Main Index | Thread Index | Old Index