From owner-svn-ports-head@freebsd.org Sat Feb 6 21:28:02 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C898953AA73; Sat, 6 Feb 2021 21:28:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DY5425GsZz4h7f; Sat, 6 Feb 2021 21:28:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A81CC187BC; Sat, 6 Feb 2021 21:28:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 116LS28b076244; Sat, 6 Feb 2021 21:28:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 116LS1GQ076240; Sat, 6 Feb 2021 21:28:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202102062128.116LS1GQ076240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 6 Feb 2021 21:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564577 - in head/devel: . py-linear-tsv X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-linear-tsv X-SVN-Commit-Revision: 564577 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2021 21:28:02 -0000 Author: sunpoet Date: Sat Feb 6 21:28:01 2021 New Revision: 564577 URL: https://svnweb.freebsd.org/changeset/ports/564577 Log: Add py-linear-tsv 1.1.0 Linear TSV is a line-oriented, portable tabular data format. Tabular data -- rows of tuples, each of the same length -- is commonly stored as CSV and is the lingua franca of spreadsheets, databases and analysis tools. CSV is almost but not quite line-oriented, because newlines are quoted, not escaped. In the TSV format presented here, escape codes are used for newlines and tabs in field data, allowing naive filtering with line-oriented shell tools like sort, fgrep and cut to work as expected. In all of its details, the format derives from the TEXT serialization mode of Postgres and MySQL. WWW: https://github.com/solidsnack/tsv Added: head/devel/py-linear-tsv/ head/devel/py-linear-tsv/Makefile (contents, props changed) head/devel/py-linear-tsv/distinfo (contents, props changed) head/devel/py-linear-tsv/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 6 21:24:57 2021 (r564576) +++ head/devel/Makefile Sat Feb 6 21:28:01 2021 (r564577) @@ -4593,6 +4593,7 @@ SUBDIR += py-libversion SUBDIR += py-libvirt SUBDIR += py-libzfs + SUBDIR += py-linear-tsv SUBDIR += py-linecache2 SUBDIR += py-lineedit SUBDIR += py-llfuse Added: head/devel/py-linear-tsv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-linear-tsv/Makefile Sat Feb 6 21:28:01 2021 (r564577) @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= linear-tsv +PORTVERSION= 1.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Line-oriented, tab-separated value format + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-linear-tsv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-linear-tsv/distinfo Sat Feb 6 21:28:01 2021 (r564577) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612548350 +SHA256 (linear-tsv-1.1.0.tar.gz) = b504d78f4075615ae75de86a16e5680701a441fc84da2a2cf9f94351ab1ccbf5 +SIZE (linear-tsv-1.1.0.tar.gz) = 9589 Added: head/devel/py-linear-tsv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-linear-tsv/pkg-descr Sat Feb 6 21:28:01 2021 (r564577) @@ -0,0 +1,11 @@ +Linear TSV is a line-oriented, portable tabular data format. Tabular data -- +rows of tuples, each of the same length -- is commonly stored as CSV and is the +lingua franca of spreadsheets, databases and analysis tools. + +CSV is almost but not quite line-oriented, because newlines are quoted, not +escaped. In the TSV format presented here, escape codes are used for newlines +and tabs in field data, allowing naive filtering with line-oriented shell tools +like sort, fgrep and cut to work as expected. In all of its details, the format +derives from the TEXT serialization mode of Postgres and MySQL. + +WWW: https://github.com/solidsnack/tsv