Add rubygem-csv 3.1.2

This library provides a complete interface to CSV files and data. It offers
tools to enable you to read and write to and from Strings or IO objects, as
needed.

WWW: https://github.com/ruby/csv
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-12-28 06:55:50 +00:00
parent 6d49d590cd
commit d54bb28934
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521050
4 changed files with 29 additions and 0 deletions

View file

@ -5756,6 +5756,7 @@
SUBDIR += rubygem-countries
SUBDIR += rubygem-crack
SUBDIR += rubygem-cri
SUBDIR += rubygem-csv
SUBDIR += rubygem-cucumber
SUBDIR += rubygem-cucumber-core
SUBDIR += rubygem-cucumber-expressions

View file

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= csv
PORTVERSION= 3.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Interface to CSV files and data
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1577145709
SHA256 (rubygem/csv-3.1.2.gem) = c501e411ebcba4d72e3f0357a82229988385cbb9642935414ee5e36512ff5f03
SIZE (rubygem/csv-3.1.2.gem) = 37376

View file

@ -0,0 +1,5 @@
This library provides a complete interface to CSV files and data. It offers
tools to enable you to read and write to and from Strings or IO objects, as
needed.
WWW: https://github.com/ruby/csv