pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 13:53:41 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/R-readstata13: DESCR Makefile distinfo

Log Message:
R-readstata13: initial commit.

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


To generate a diff of this commit:
cvs rdiff -u -r1.3124 -r1.3125 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.1039 -r1.1040 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/R-readstata13/DESCR \
    pkgsrc/textproc/R-readstata13/Makefile \
    pkgsrc/textproc/R-readstata13/distinfo

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

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3124 pkgsrc/doc/CHANGES-2019:1.3125
--- pkgsrc/doc/CHANGES-2019:1.3124      Wed Jul 31 13:52:15 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:53:41 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1039 pkgsrc/textproc/Makefile:1.1040
--- pkgsrc/textproc/Makefile:1.1039     Wed Jul 31 13:52:14 2019
+++ pkgsrc/textproc/Makefile    Wed Jul 31 13:53:41 2019
@@ -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

Added files:

Index: pkgsrc/textproc/R-readstata13/DESCR
diff -u /dev/null pkgsrc/textproc/R-readstata13/DESCR:1.1
--- /dev/null   Wed Jul 31 13:53:41 2019
+++ pkgsrc/textproc/R-readstata13/DESCR Wed Jul 31 13:53:41 2019
@@ -0,0 +1 @@
+Function to read and write the 'Stata' file format.
Index: pkgsrc/textproc/R-readstata13/Makefile
diff -u /dev/null pkgsrc/textproc/R-readstata13/Makefile:1.1
--- /dev/null   Wed Jul 31 13:53:41 2019
+++ pkgsrc/textproc/R-readstata13/Makefile      Wed Jul 31 13:53:41 2019
@@ -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"
Index: pkgsrc/textproc/R-readstata13/distinfo
diff -u /dev/null pkgsrc/textproc/R-readstata13/distinfo:1.1
--- /dev/null   Wed Jul 31 13:53:41 2019
+++ pkgsrc/textproc/R-readstata13/distinfo      Wed Jul 31 13:53:41 2019
@@ -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