pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/R-RcppTOML



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Nov 24 08:58:27 UTC 2024

Added Files:
        pkgsrc/lang/R-RcppTOML: DESCR Makefile distinfo

Log Message:
(lang/R-RcppTOML) import R-RcppTOML-0.2.2

The configuration format defined by 'TOML' (which expands to "Tom's
Obvious Markup Language") specifies an excellent format (described at
<https://toml.io/en/>) suitable for both human editing as well as the
common uses of a machine-readable format. This package uses 'Rcpp' to
connect to the 'toml++' parser written by Mark Gillard to R.


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

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

Added files:

Index: pkgsrc/lang/R-RcppTOML/DESCR
diff -u /dev/null pkgsrc/lang/R-RcppTOML/DESCR:1.1
--- /dev/null   Sun Nov 24 08:58:27 2024
+++ pkgsrc/lang/R-RcppTOML/DESCR        Sun Nov 24 08:58:27 2024
@@ -0,0 +1,5 @@
+The configuration format defined by 'TOML' (which expands to "Tom's
+Obvious Markup Language") specifies an excellent format (described at
+<https://toml.io/en/>) suitable for both human editing as well as the
+common uses of a machine-readable format. This package uses 'Rcpp' to
+connect to the 'toml++' parser written by Mark Gillard to R.
Index: pkgsrc/lang/R-RcppTOML/Makefile
diff -u /dev/null pkgsrc/lang/R-RcppTOML/Makefile:1.1
--- /dev/null   Sun Nov 24 08:58:27 2024
+++ pkgsrc/lang/R-RcppTOML/Makefile     Sun Nov 24 08:58:27 2024
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2024/11/24 08:58:27 mef Exp $
+
+R_PKGNAME=     RcppTOML
+R_PKGVER=      0.2.2
+CATEGORIES=    lang
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       'Rcpp' Bindings to Parser for "Tom's Obvious Markup Language"
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
+
+# !pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/R-RcppTOML/distinfo
diff -u /dev/null pkgsrc/lang/R-RcppTOML/distinfo:1.1
--- /dev/null   Sun Nov 24 08:58:27 2024
+++ pkgsrc/lang/R-RcppTOML/distinfo     Sun Nov 24 08:58:27 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/24 08:58:27 mef Exp $
+
+BLAKE2s (R/RcppTOML_0.2.2.tar.gz) = 0777083706a2b65cf5aad48690a50459ec66d765e16872d5e737748c42f849fc
+SHA512 (R/RcppTOML_0.2.2.tar.gz) = bfd175993f7f105c5cdb50b3da6d487955a8372a7f4662f8a171752f0e952e810af41100e1be1241f6f26684286c41597f84ff4952c319774c3e0543ade80f47
+Size (R/RcppTOML_0.2.2.tar.gz) = 141195 bytes



Home | Main Index | Thread Index | Old Index