pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-ini: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df0e7e21be79
branches:  trunk
changeset: 337638:df0e7e21be79
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 18:27:14 2019 +0000

description:
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.

diffstat:

 devel/Makefile       |   3 ++-
 devel/R-ini/DESCR    |   3 +++
 devel/R-ini/Makefile |  14 ++++++++++++++
 devel/R-ini/distinfo |   6 ++++++
 doc/CHANGES-2019     |   3 ++-
 5 files changed, 27 insertions(+), 2 deletions(-)

diffs (66 lines):

diff -r dc5f39a149ab -r df0e7e21be79 devel/Makefile
--- a/devel/Makefile    Fri Aug 09 18:26:15 2019 +0000
+++ b/devel/Makefile    Fri Aug 09 18:27:14 2019 +0000
@@ -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-evaluate
 SUBDIR+=       R-fansi
 SUBDIR+=       R-glue
+SUBDIR+=       R-ini
 SUBDIR+=       R-inline
 SUBDIR+=       R-iterators
 SUBDIR+=       R-lazyeval
diff -r dc5f39a149ab -r df0e7e21be79 devel/R-ini/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-ini/DESCR Fri Aug 09 18:27:14 2019 +0000
@@ -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.
diff -r dc5f39a149ab -r df0e7e21be79 devel/R-ini/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-ini/Makefile      Fri Aug 09 18:27:14 2019 +0000
@@ -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"
diff -r dc5f39a149ab -r df0e7e21be79 devel/R-ini/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-ini/distinfo      Fri Aug 09 18:27:14 2019 +0000
@@ -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
diff -r dc5f39a149ab -r df0e7e21be79 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 18:26:15 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 18:27:14 2019 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index