diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-28 19:21:25 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-28 19:21:25 +0000 |
| commit | bc9f79e2470607a85834bd970a3c7a053240bec3 (patch) | |
| tree | 65365319d5c9f26f19c87d879f59b5135bc042ee /math/librdata | |
| parent | d9a7418f32a87db3180b6857321be22d00465e83 (diff) | |
Notes
Diffstat (limited to 'math/librdata')
| -rw-r--r-- | math/librdata/Makefile | 23 | ||||
| -rw-r--r-- | math/librdata/distinfo | 3 | ||||
| -rw-r--r-- | math/librdata/pkg-descr | 9 | ||||
| -rw-r--r-- | math/librdata/pkg-plist | 4 |
4 files changed, 39 insertions, 0 deletions
diff --git a/math/librdata/Makefile b/math/librdata/Makefile new file mode 100644 index 000000000000..7090ac9dc059 --- /dev/null +++ b/math/librdata/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= librdata +PORTVERSION= 0.1.0.g20200219 +CATEGORIES= math + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Read and write R data frames from C + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= autoreconf libtool gettext-tools + +USE_GITHUB= yes +GH_ACCOUNT= WizardMac +GH_TAGNAME= 54e00a0 + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +.include <bsd.port.mk> diff --git a/math/librdata/distinfo b/math/librdata/distinfo new file mode 100644 index 000000000000..fcc95ac60506 --- /dev/null +++ b/math/librdata/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1582881080 +SHA256 (WizardMac-librdata-0.1.0.g20200219-54e00a0_GH0.tar.gz) = c1201b4ecb2cc16d905b86340f22b18f3136519fe94b7aa76ff4a258a06df1fb +SIZE (WizardMac-librdata-0.1.0.g20200219-54e00a0_GH0.tar.gz) = 21519 diff --git a/math/librdata/pkg-descr b/math/librdata/pkg-descr new file mode 100644 index 000000000000..a1dcbef8e2ac --- /dev/null +++ b/math/librdata/pkg-descr @@ -0,0 +1,9 @@ +Originally part of ReadStat, librdata is a small C library for reading and +writing R data frames. + +Features: +- Read both RData and RDS formats +- Read compressed files (requires bzip2, zlib, and lzma) +- Write factors, timestamps, logical vectors, and more + +WWW: https://github.com/WizardMac/librdata diff --git a/math/librdata/pkg-plist b/math/librdata/pkg-plist new file mode 100644 index 000000000000..7348cbbab303 --- /dev/null +++ b/math/librdata/pkg-plist @@ -0,0 +1,4 @@ +include/rdata.h +lib/librdata.so +lib/librdata.so.0 +lib/librdata.so.0.0.0 |
