From owner-svn-ports-all@freebsd.org Thu Sep 20 13:20:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AE40109C844; Thu, 20 Sep 2018 13:20:12 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 949018CB87; Thu, 20 Sep 2018 13:20:11 +0000 (UTC) (envelope-from daichi@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 BEA511E71B; Thu, 20 Sep 2018 13:20:10 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8KDKA4x003586; Thu, 20 Sep 2018 13:20:10 GMT (envelope-from daichi@FreeBSD.org) Received: (from daichi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8KDK91Z003579; Thu, 20 Sep 2018 13:20:09 GMT (envelope-from daichi@FreeBSD.org) Message-Id: <201809201320.w8KDK91Z003579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: daichi set sender to daichi@FreeBSD.org using -f From: Daichi GOTO Date: Thu, 20 Sep 2018 13:20:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480169 - in head/textproc: . tttcmds X-SVN-Group: ports-head X-SVN-Commit-Author: daichi X-SVN-Commit-Paths: in head/textproc: . tttcmds X-SVN-Commit-Revision: 480169 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2018 13:20:12 -0000 Author: daichi (src committer) Date: Thu Sep 20 13:20:08 2018 New Revision: 480169 URL: https://svnweb.freebsd.org/changeset/ports/480169 Log: Add a new port: textproc/tttcmds Unix-style data processing commands and library Submitted by: daichi Reviewed by: jbeich, eadler Differential Revision: https://reviews.freebsd.org/D16095 Added: head/textproc/tttcmds/ head/textproc/tttcmds/Makefile (contents, props changed) head/textproc/tttcmds/distinfo (contents, props changed) head/textproc/tttcmds/pkg-descr (contents, props changed) head/textproc/tttcmds/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Sep 20 12:45:16 2018 (r480168) +++ head/textproc/Makefile Thu Sep 20 13:20:08 2018 (r480169) @@ -1769,6 +1769,7 @@ SUBDIR += translate-toolkit SUBDIR += ts-hunspell SUBDIR += tth + SUBDIR += tttcmds SUBDIR += turboxsl SUBDIR += txt2html SUBDIR += txt2man Added: head/textproc/tttcmds/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/tttcmds/Makefile Thu Sep 20 13:20:08 2018 (r480169) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= tttcmds +PORTVERSION= 1.0.20180920 +DISTVERSIONPREFIX= v +CATEGORIES= textproc + +MAINTAINER= daichi@FreeBSD.org +COMMENT= Unix-style data processing commands and library + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +ONLY_FOR_ARCHS= amd64 + +CONFLICTS_INSTALL= open-usp-tukubai + +USE_GITHUB= yes +GH_ACCOUNT= daichigoto +USE_LDCONFIG= yes + +OPTIONS_DEFINE= DOCS + +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + +.include Added: head/textproc/tttcmds/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/tttcmds/distinfo Thu Sep 20 13:20:08 2018 (r480169) @@ -0,0 +1,3 @@ +TIMESTAMP = 1537448857 +SHA256 (daichigoto-tttcmds-v1.0.20180920_GH0.tar.gz) = 0b80034f04e198aad8747485a9c67d37d74de9e102ad1ddba52fee4e6d5b3d89 +SIZE (daichigoto-tttcmds-v1.0.20180920_GH0.tar.gz) = 1584182 Added: head/textproc/tttcmds/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/tttcmds/pkg-descr Thu Sep 20 13:20:08 2018 (r480169) @@ -0,0 +1,8 @@ +TTT COMMANDS is a development commands set to build information +system that could handle large datasets rapidly and flexibly. +This gives you a way lit power to build a fast process system +without some kind of databases. You would build the data process +system using only TTT COMMANDS, Unix-style basic commands and +text datasets on your own favorite operating systems. + +WWW: https://github.com/daichigoto/tttcmds Added: head/textproc/tttcmds/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/tttcmds/pkg-plist Thu Sep 20 13:20:08 2018 (r480169) @@ -0,0 +1,115 @@ +bin/append +bin/assign +bin/assign_htmlcheckbox +bin/assign_htmlinput +bin/assign_htmlselect +bin/assign_htmltextarea +bin/calc_subtract_date +bin/col_append +bin/col_assign +bin/col_assign_htmlcheckbox +bin/col_assign_htmlinput +bin/col_assign_htmlselect +bin/col_assign_htmltextarea +bin/col_count +bin/col_delete +bin/col_diff +bin/col_leavefirst +bin/col_leavelast +bin/col_select +bin/col_select_max +bin/col_select_min +bin/conv_form2ssv +bin/conv_ssv2ssv +bin/conv_ssv2transposedssv +bin/conv_ssv2tsv +bin/conv_ssv2txt +bin/conv_ssvstr2str +bin/conv_str2ssvstr +bin/conv_tag2ssv +bin/conv_tsv2ssv +bin/datefmt +bin/dateformat +bin/embed_ssv1txt +bin/embed_txt1txt +bin/embed_value1txt +bin/form2ssv +bin/gyo +bin/gyo_count +bin/gyo_delete +bin/gyo_select +bin/gyodel +bin/gyosel +bin/innerjoin +bin/join_innerjoin +bin/join_leftouterjoin +bin/join_outerjoin +bin/join_rightouterjoin +bin/leavefirst +bin/leavelast +bin/leftjoin +bin/millisec +bin/numfmt +bin/numformat +bin/ongs_awk +bin/outerjoin +bin/owk +bin/retu +bin/retu_append +bin/retu_assign +bin/retu_assign_htmlcheckbox +bin/retu_assign_htmlinput +bin/retu_assign_htmlselect +bin/retu_assign_htmltextarea +bin/retu_count +bin/retu_dateformat +bin/retu_delete +bin/retu_diff +bin/retu_leavefirst +bin/retu_leavelast +bin/retu_numformat +bin/retu_select +bin/retu_select_max +bin/retu_select_min +bin/retu_strformat +bin/retudel +bin/retudiff +bin/retusel +bin/retusel_max +bin/retusel_min +bin/rightjoin +bin/row_count +bin/row_delete +bin/row_select +bin/seq_date +bin/ssv1txt +bin/ssv2ssv +bin/ssv2tsv +bin/ssv2txt +bin/ssvstr2str +bin/str2ssvstr +bin/strfmt +bin/strformat +bin/subtract_date +bin/tag2ssv +bin/template +bin/template_cmdargs +bin/template_conv +bin/template_gyo +bin/template_retu +bin/transpose +bin/tsv2ssv +bin/txt1txt +bin/util_millisecond +bin/val1txt +bin/wait_filechanges +include/ttt_aliases.h +include/ttt_debug.h +include/ttt_text.h +include/ttt_utils.h +include/ttt.h +lib/libttt.a +lib/libttt.so +lib/libttt.so.0 +lib/libttt.so.0.0.0 +%%PORTDOCS%%%%DOCSDIR%%/README.md