pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  9 18:27:14 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2019
Added Files:
        pkgsrc/devel/R-ini: DESCR Makefile distinfo

Log Message:
R-ini: initial commit

Parse simple '.ini' configuration files to an structured list. Users
can manipulate this resulting list with lapply() functions. This same
structured list can be used to write back to file after modifications.


To generate a diff of this commit:
cvs rdiff -u -r1.2881 -r1.2882 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-ini/DESCR pkgsrc/devel/R-ini/Makefile \
    pkgsrc/devel/R-ini/distinfo
cvs rdiff -u -r1.3342 -r1.3343 pkgsrc/doc/CHANGES-2019

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2881 pkgsrc/devel/Makefile:1.2882
--- pkgsrc/devel/Makefile:1.2881        Fri Aug  9 18:26:15 2019
+++ pkgsrc/devel/Makefile       Fri Aug  9 18:27:14 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2881 2019/08/09 18:26:15 brook Exp $
+# $NetBSD: Makefile,v 1.2882 2019/08/09 18:27:14 brook Exp $
 #
 
 COMMENT=       Development utilities
@@ -28,6 +28,7 @@ SUBDIR+=      R-crayon
 SUBDIR+=       R-evaluate
 SUBDIR+=       R-fansi
 SUBDIR+=       R-glue
+SUBDIR+=       R-ini
 SUBDIR+=       R-inline
 SUBDIR+=       R-iterators
 SUBDIR+=       R-lazyeval

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3342 pkgsrc/doc/CHANGES-2019:1.3343
--- pkgsrc/doc/CHANGES-2019:1.3342      Fri Aug  9 18:26:15 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 18:27:14 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3342 2019/08/09 18:26:15 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3343 2019/08/09 18:27:14 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5465,3 +5465,4 @@ Changes to the packages collection and i
        Updated games/flare-game to 1.11 [nia 2019-08-09]
        Updated x11/qt5 to 5.13.0 [adam 2019-08-09]
        Added devel/R-whisker version 0.3.2 [brook 2019-08-09]
+       Added devel/R-ini version 0.3.1 [brook 2019-08-09]

Added files:

Index: pkgsrc/devel/R-ini/DESCR
diff -u /dev/null pkgsrc/devel/R-ini/DESCR:1.1
--- /dev/null   Fri Aug  9 18:27:14 2019
+++ pkgsrc/devel/R-ini/DESCR    Fri Aug  9 18:27:14 2019
@@ -0,0 +1,3 @@
+Parse simple '.ini' configuration files to an structured list. Users
+can manipulate this resulting list with lapply() functions. This same
+structured list can be used to write back to file after modifications.
Index: pkgsrc/devel/R-ini/Makefile
diff -u /dev/null pkgsrc/devel/R-ini/Makefile:1.1
--- /dev/null   Fri Aug  9 18:27:14 2019
+++ pkgsrc/devel/R-ini/Makefile Fri Aug  9 18:27:14 2019
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 18:27:14 brook Exp $
+
+R_PKGNAME=     ini
+R_PKGVER=      0.3.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Read and write '.ini' files
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-ini/distinfo
diff -u /dev/null pkgsrc/devel/R-ini/distinfo:1.1
--- /dev/null   Fri Aug  9 18:27:14 2019
+++ pkgsrc/devel/R-ini/distinfo Fri Aug  9 18:27:14 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 18:27:14 brook Exp $
+
+SHA1 (R/ini_0.3.1.tar.gz) = cc49954e453cf4fc5edc59b7f2fecc5979979700
+RMD160 (R/ini_0.3.1.tar.gz) = fa56a3d7e29a8ab7596a1b570141df3d4b0d6bb9
+SHA512 (R/ini_0.3.1.tar.gz) = cf49caa1baa6e4cba595b706a66493459267b4b9fe87e4c21d67d3c56baf060144e1e4e99bbcc106130da0a5061c1718a2dd2774f168278165141948cd4145a3
+Size (R/ini_0.3.1.tar.gz) = 3488 bytes



Home | Main Index | Thread Index | Old Index