pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-brio



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Dec 14 03:20:55 UTC 2020

Added Files:
        pkgsrc/devel/R-brio: DESCR Makefile distinfo

Log Message:
devel/R-brio: import R-brio-1.1.0

Functions to handle basic input output, these functions always read
and write UTF-8 (8-bit Unicode Transformation Format) files and
provide more explicit control over line endings.


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

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

Added files:

Index: pkgsrc/devel/R-brio/DESCR
diff -u /dev/null pkgsrc/devel/R-brio/DESCR:1.1
--- /dev/null   Mon Dec 14 03:20:55 2020
+++ pkgsrc/devel/R-brio/DESCR   Mon Dec 14 03:20:55 2020
@@ -0,0 +1,3 @@
+Functions to handle basic input output, these functions always read
+and write UTF-8 (8-bit Unicode Transformation Format) files and
+provide more explicit control over line endings.
Index: pkgsrc/devel/R-brio/Makefile
diff -u /dev/null pkgsrc/devel/R-brio/Makefile:1.1
--- /dev/null   Mon Dec 14 03:20:55 2020
+++ pkgsrc/devel/R-brio/Makefile        Mon Dec 14 03:20:55 2020
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/12/14 03:20:55 mef Exp $
+
+R_PKGNAME=     brio
+R_PKGVER=      1.1.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Basic R Input Output
+LICENSE=       mit     # + file LICENSE
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-brio/distinfo
diff -u /dev/null pkgsrc/devel/R-brio/distinfo:1.1
--- /dev/null   Mon Dec 14 03:20:55 2020
+++ pkgsrc/devel/R-brio/distinfo        Mon Dec 14 03:20:55 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/12/14 03:20:55 mef Exp $
+
+SHA1 (R/brio_1.1.0.tar.gz) = 79b1a1b1b2224fef6c0ae15a3ed8442a6d6332a2
+RMD160 (R/brio_1.1.0.tar.gz) = f102dd9bd928493ffc231e206ec2a1a27da8f603
+SHA512 (R/brio_1.1.0.tar.gz) = 70e13328f606ff4e33f7533fb2bda7101c01100f38eba896833489227fc20ffc45c7ff9a38fa43076469f0134f6380ad2ad8f2d89ca77702a2664d408d3c168b
+Size (R/brio_1.1.0.tar.gz) = 11610 bytes



Home | Main Index | Thread Index | Old Index