Date: Sat, 28 Dec 2019 06:55:51 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521050 - in head/devel: . rubygem-csv Message-ID: <201912280655.xBS6tpxM011575@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 28 06:55:50 2019 New Revision: 521050 URL: https://svnweb.freebsd.org/changeset/ports/521050 Log: 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 Added: head/devel/rubygem-csv/ head/devel/rubygem-csv/Makefile (contents, props changed) head/devel/rubygem-csv/distinfo (contents, props changed) head/devel/rubygem-csv/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Dec 28 06:55:44 2019 (r521049) +++ head/devel/Makefile Sat Dec 28 06:55:50 2019 (r521050) @@ -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 Added: head/devel/rubygem-csv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-csv/Makefile Sat Dec 28 06:55:50 2019 (r521050) @@ -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> Added: head/devel/rubygem-csv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-csv/distinfo Sat Dec 28 06:55:50 2019 (r521050) @@ -0,0 +1,3 @@ +TIMESTAMP = 1577145709 +SHA256 (rubygem/csv-3.1.2.gem) = c501e411ebcba4d72e3f0357a82229988385cbb9642935414ee5e36512ff5f03 +SIZE (rubygem/csv-3.1.2.gem) = 37376 Added: head/devel/rubygem-csv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-csv/pkg-descr Sat Dec 28 06:55:50 2019 (r521050) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912280655.xBS6tpxM011575>