From owner-svn-ports-all@freebsd.org Sat Jul 11 07:44:32 2020 Return-Path: Delivered-To: svn-ports-all@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 71310359D04; Sat, 11 Jul 2020 07:44:32 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3hkm2N19z4Vq4; Sat, 11 Jul 2020 07:44:32 +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 34EACF924; Sat, 11 Jul 2020 07:44:32 +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 06B7iWUq040111; Sat, 11 Jul 2020 07:44:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06B7iVK8040107; Sat, 11 Jul 2020 07:44:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007110744.06B7iVK8040107@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, 11 Jul 2020 07:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541904 - in head/databases: . py-litecli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases: . py-litecli X-SVN-Commit-Revision: 541904 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.33 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: Sat, 11 Jul 2020 07:44:32 -0000 Author: sunpoet Date: Sat Jul 11 07:44:31 2020 New Revision: 541904 URL: https://svnweb.freebsd.org/changeset/ports/541904 Log: Add py-litecli 1.3.2 LiteCLI is a command-line client for SQLite databases that has auto-completion and syntax highlighting. WWW: https://github.com/dbcli/litecli WWW: https://litecli.com/ Added: head/databases/py-litecli/ head/databases/py-litecli/Makefile (contents, props changed) head/databases/py-litecli/distinfo (contents, props changed) head/databases/py-litecli/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Jul 11 05:55:24 2020 (r541903) +++ head/databases/Makefile Sat Jul 11 07:44:31 2020 (r541904) @@ -756,6 +756,7 @@ SUBDIR += py-influxdb SUBDIR += py-kyotocabinet SUBDIR += py-leveldb + SUBDIR += py-litecli SUBDIR += py-lmdb SUBDIR += py-marshmallow-sqlalchemy SUBDIR += py-minidb Added: head/databases/py-litecli/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-litecli/Makefile Sat Jul 11 07:44:31 2020 (r541904) @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= litecli +PORTVERSION= 1.3.2 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= CLI for SQLite Databases with auto-completion and syntax highlighting + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=1.0.1:devel/py-cli-helpers@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.5:devel/py-configobj@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=3.0.3<4.0.0:devel/py-prompt_toolkit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/databases/py-litecli/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-litecli/distinfo Sat Jul 11 07:44:31 2020 (r541904) @@ -0,0 +1,3 @@ +TIMESTAMP = 1586172650 +SHA256 (litecli-1.3.2.tar.gz) = 97261512b53cf572ad2270f18e73ae8b0b1eba07a1ed2e90ea785a69b83bdd2d +SIZE (litecli-1.3.2.tar.gz) = 54211 Added: head/databases/py-litecli/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-litecli/pkg-descr Sat Jul 11 07:44:31 2020 (r541904) @@ -0,0 +1,5 @@ +LiteCLI is a command-line client for SQLite databases that has auto-completion +and syntax highlighting. + +WWW: https://github.com/dbcli/litecli +WWW: https://litecli.com/