pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-readstata13: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f17c0c6e82a
branches:  trunk
changeset: 337064:4f17c0c6e82a
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:53:41 2019 +0000

description:
R-readstata13: initial commit.

Function to read and write the 'Stata' file format.

diffstat:

 doc/CHANGES-2019                |   3 ++-
 textproc/Makefile               |   3 ++-
 textproc/R-readstata13/DESCR    |   1 +
 textproc/R-readstata13/Makefile |  17 +++++++++++++++++
 textproc/R-readstata13/distinfo |   6 ++++++
 5 files changed, 28 insertions(+), 2 deletions(-)

diffs (67 lines):

diff -r 961a03ec5044 -r 4f17c0c6e82a doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:52:14 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:53:41 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3124 2019/07/31 13:52:15 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3125 2019/07/31 13:53:41 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5081,3 +5081,4 @@
        Added textproc/R-htmlTable version 1.13.1 [brook 2019-07-31]
        Added textproc/R-openxlsx version 4.1.0.1 [brook 2019-07-31]
        Added textproc/R-readr version 1.3.1 [brook 2019-07-31]
+       Added textproc/R-readstata13 version 0.9.2 [brook 2019-07-31]
diff -r 961a03ec5044 -r 4f17c0c6e82a textproc/Makefile
--- a/textproc/Makefile Wed Jul 31 13:52:14 2019 +0000
+++ b/textproc/Makefile Wed Jul 31 13:53:41 2019 +0000
@@ -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-markdown
 SUBDIR+=       R-openxlsx
 SUBDIR+=       R-readr
+SUBDIR+=       R-readstata13
 SUBDIR+=       R-stringi
 SUBDIR+=       R-stringr
 SUBDIR+=       R-utf8
diff -r 961a03ec5044 -r 4f17c0c6e82a textproc/R-readstata13/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-readstata13/DESCR      Wed Jul 31 13:53:41 2019 +0000
@@ -0,0 +1,1 @@
+Function to read and write the 'Stata' file format.
diff -r 961a03ec5044 -r 4f17c0c6e82a textproc/R-readstata13/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-readstata13/Makefile   Wed Jul 31 13:53:41 2019 +0000
@@ -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@localhost
+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 -r 961a03ec5044 -r 4f17c0c6e82a textproc/R-readstata13/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-readstata13/distinfo   Wed Jul 31 13:53:41 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index