Skip to content

Commit a9d45ce

Browse files
author
mef
committed
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.
1 parent 182cdbb commit a9d45ce

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

devel/R-brio/DESCR

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Functions to handle basic input output, these functions always read
2+
and write UTF-8 (8-bit Unicode Transformation Format) files and
3+
provide more explicit control over line endings.

devel/R-brio/Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# $NetBSD: Makefile,v 1.1 2020/12/14 03:20:55 mef Exp $
2+
3+
R_PKGNAME= brio
4+
R_PKGVER= 1.1.0
5+
CATEGORIES= devel
6+
7+
MAINTAINER= pkgsrc-users@NetBSD.org
8+
COMMENT= Basic R Input Output
9+
LICENSE= mit # + file LICENSE
10+
11+
USE_LANGUAGES= c
12+
13+
.include "../../math/R/Makefile.extension"
14+
.include "../../mk/bsd.pkg.mk"

devel/R-brio/distinfo

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
$NetBSD: distinfo,v 1.1 2020/12/14 03:20:55 mef Exp $
2+
3+
SHA1 (R/brio_1.1.0.tar.gz) = 79b1a1b1b2224fef6c0ae15a3ed8442a6d6332a2
4+
RMD160 (R/brio_1.1.0.tar.gz) = f102dd9bd928493ffc231e206ec2a1a27da8f603
5+
SHA512 (R/brio_1.1.0.tar.gz) = 70e13328f606ff4e33f7533fb2bda7101c01100f38eba896833489227fc20ffc45c7ff9a38fa43076469f0134f6380ad2ad8f2d89ca77702a2664d408d3c168b
6+
Size (R/brio_1.1.0.tar.gz) = 11610 bytes

0 commit comments

Comments
 (0)