pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-rappdirs



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jan  1 12:05:31 UTC 2021

Added Files:
        pkgsrc/devel/R-rappdirs: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-rappdirs/DESCR \
    pkgsrc/devel/R-rappdirs/Makefile pkgsrc/devel/R-rappdirs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/R-rappdirs/DESCR
diff -u /dev/null pkgsrc/devel/R-rappdirs/DESCR:1.1
--- /dev/null   Fri Jan  1 12:05:31 2021
+++ pkgsrc/devel/R-rappdirs/DESCR       Fri Jan  1 12:05:31 2021
@@ -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.
Index: pkgsrc/devel/R-rappdirs/Makefile
diff -u /dev/null pkgsrc/devel/R-rappdirs/Makefile:1.1
--- /dev/null   Fri Jan  1 12:05:31 2021
+++ pkgsrc/devel/R-rappdirs/Makefile    Fri Jan  1 12:05:31 2021
@@ -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"
Index: pkgsrc/devel/R-rappdirs/distinfo
diff -u /dev/null pkgsrc/devel/R-rappdirs/distinfo:1.1
--- /dev/null   Fri Jan  1 12:05:31 2021
+++ pkgsrc/devel/R-rappdirs/distinfo    Fri Jan  1 12:05:31 2021
@@ -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