new port: devel/R-cran-ini: Read and Write '.ini' Files
PR: 252172 Approved by: lwhsu
This commit is contained in:
parent
5860d1e57b
commit
eebc5ae39f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559499
@ -51,6 +51,7 @@
|
||||
SUBDIR += R-cran-gsubfn
|
||||
SUBDIR += R-cran-gtools
|
||||
SUBDIR += R-cran-hms
|
||||
SUBDIR += R-cran-ini
|
||||
SUBDIR += R-cran-iterators
|
||||
SUBDIR += R-cran-itertools
|
||||
SUBDIR += R-cran-later
|
||||
|
17
devel/R-cran-ini/Makefile
Normal file
17
devel/R-cran-ini/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ini
|
||||
DISTVERSION= 0.3.1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= ygy@FreeBSD.org
|
||||
COMMENT= Read and Write '.ini' Files
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/R-cran-ini/distinfo
Normal file
3
devel/R-cran-ini/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1609012627
|
||||
SHA256 (ini_0.3.1.tar.gz) = 7b191a54019c8c52d6c2211c14878c95564154ec4865f57007953742868cd813
|
||||
SIZE (ini_0.3.1.tar.gz) = 3488
|
5
devel/R-cran-ini/pkg-descr
Normal file
5
devel/R-cran-ini/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
||||
|
||||
WWW: https://github.com/dvdscripter/ini
|
Loading…
Reference in New Issue
Block a user