From c0216e9e6a648b8df3028fe4bf1f7661f792ce18 Mon Sep 17 00:00:00 2001 From: brook Date: Wed, 31 Jul 2019 13:53:41 +0000 Subject: R-readstata13: initial commit. Function to read and write the 'Stata' file format. --- textproc/Makefile | 3 ++- textproc/R-readstata13/DESCR | 1 + textproc/R-readstata13/Makefile | 17 +++++++++++++++++ textproc/R-readstata13/distinfo | 6 ++++++ 4 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 textproc/R-readstata13/DESCR create mode 100644 textproc/R-readstata13/Makefile create mode 100644 textproc/R-readstata13/distinfo (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index baecda47ced..ae507b91afe 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1039 2019/07/31 13:52:14 brook Exp $ +# $NetBSD: Makefile,v 1.1040 2019/07/31 13:53:41 brook Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -23,6 +23,7 @@ SUBDIR+= R-jsonlite SUBDIR+= R-markdown SUBDIR+= R-openxlsx SUBDIR+= R-readr +SUBDIR+= R-readstata13 SUBDIR+= R-stringi SUBDIR+= R-stringr SUBDIR+= R-utf8 diff --git a/textproc/R-readstata13/DESCR b/textproc/R-readstata13/DESCR new file mode 100644 index 00000000000..c1863a08878 --- /dev/null +++ b/textproc/R-readstata13/DESCR @@ -0,0 +1 @@ +Function to read and write the 'Stata' file format. diff --git a/textproc/R-readstata13/Makefile b/textproc/R-readstata13/Makefile new file mode 100644 index 00000000000..c9da7814a4a --- /dev/null +++ b/textproc/R-readstata13/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2019/07/31 13:53:41 brook Exp $ + +CATEGORIES= textproc R + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/readstata13/ +COMMENT= Import 'Stata' data files +LICENSE= gnu-gpl-v2 + +R_PKGNAME= readstata13 +R_PKGVER= 0.9.2 + +USE_LANGUAGES= c c++ fortran + +.include "../../math/R/Makefile.extension" +.include "../../devel/R-Rcpp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/R-readstata13/distinfo b/textproc/R-readstata13/distinfo new file mode 100644 index 00000000000..414c40df364 --- /dev/null +++ b/textproc/R-readstata13/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/31 13:53:41 brook Exp $ + +SHA1 (R/readstata13_0.9.2.tar.gz) = f87e7e136d0707d4720b00acd2a81c0e071ff65a +RMD160 (R/readstata13_0.9.2.tar.gz) = 15d371f1c7170cf1aa1df2f8f1f31dec8707d11b +SHA512 (R/readstata13_0.9.2.tar.gz) = c2e9ba9fa013f9976ef2d3e6d3e4fe8429fc4b8dd0ad420061bf5738de2dbfc2cfb039f7a55f8d978c51ca17ae9d9dd473cb6d77947057966f40c3ca48a86ca6 +Size (R/readstata13_0.9.2.tar.gz) = 61394 bytes -- cgit v1.2.3