From owner-svn-ports-all@freebsd.org Fri Dec 4 12:21:25 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3753A3E817; Fri, 4 Dec 2015 12:21:25 +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 mx1.freebsd.org (Postfix) with ESMTPS id 956291C39; Fri, 4 Dec 2015 12:21:25 +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 tB4CLOBX005385; Fri, 4 Dec 2015 12:21:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4CLOl0005381; Fri, 4 Dec 2015 12:21:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512041221.tB4CLOl0005381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Dec 2015 12:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402924 - in head/databases: . py-pgcli X-SVN-Group: ports-head 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.20 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: Fri, 04 Dec 2015 12:21:26 -0000 Author: sunpoet Date: Fri Dec 4 12:21:24 2015 New Revision: 402924 URL: https://svnweb.freebsd.org/changeset/ports/402924 Log: - Add py-pgcli 0.20.1 pgcli is a command line interface for Postgres with auto-completion and syntax highlighting. WWW: https://pypi.python.org/pypi/pgcli WWW: http://pgcli.com/ Added: head/databases/py-pgcli/ head/databases/py-pgcli/Makefile (contents, props changed) head/databases/py-pgcli/distinfo (contents, props changed) head/databases/py-pgcli/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Fri Dec 4 12:20:44 2015 (r402923) +++ head/databases/Makefile Fri Dec 4 12:21:24 2015 (r402924) @@ -742,6 +742,7 @@ SUBDIR += py-peewee SUBDIR += py-pg8000 SUBDIR += py-pg_pqueue + SUBDIR += py-pgcli SUBDIR += py-pgspecial SUBDIR += py-pgxnclient SUBDIR += py-pickledb Added: head/databases/py-pgcli/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-pgcli/Makefile Fri Dec 4 12:21:24 2015 (r402924) @@ -0,0 +1,28 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pgcli +PORTVERSION= 0.20.1 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= CLI for Postgres Database with auto-completion and syntax highlighting + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=4.1:${PORTSDIR}/devel/py-click \ + ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:${PORTSDIR}/devel/py-configobj \ + ${PYTHON_PKGNAMEPREFIX}pgspecial>=1.1.0:${PORTSDIR}/databases/py-pgspecial \ + ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=0.46:${PORTSDIR}/devel/py-prompt_toolkit \ + ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.4:${PORTSDIR}/databases/py-psycopg2 \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.0:${PORTSDIR}/textproc/py-pygments \ + ${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:${PORTSDIR}/devel/py-setproctitle \ + ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1.16:${PORTSDIR}/databases/py-sqlparse + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= pgsql python + +.include Added: head/databases/py-pgcli/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-pgcli/distinfo Fri Dec 4 12:21:24 2015 (r402924) @@ -0,0 +1,2 @@ +SHA256 (pgcli-0.20.1.tar.gz) = e645d21abf98303259bf588e9afa1bedf507f54ae27f78f0587cce98315421ab +SIZE (pgcli-0.20.1.tar.gz) = 46784 Added: head/databases/py-pgcli/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-pgcli/pkg-descr Fri Dec 4 12:21:24 2015 (r402924) @@ -0,0 +1,5 @@ +pgcli is a command line interface for Postgres with auto-completion and syntax +highlighting. + +WWW: https://pypi.python.org/pypi/pgcli +WWW: http://pgcli.com/