From owner-svn-ports-all@freebsd.org Tue Dec 22 05:15:10 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 55B60A4DDD6; Tue, 22 Dec 2015 05:15:10 +0000 (UTC) (envelope-from miwi@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 0F3641D5B; Tue, 22 Dec 2015 05:15:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBM5F9jq050947; Tue, 22 Dec 2015 05:15:09 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBM5F81L050943; Tue, 22 Dec 2015 05:15:08 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512220515.tBM5F81L050943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 22 Dec 2015 05:15:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404215 - in head/www: . py-goobook 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: Tue, 22 Dec 2015 05:15:10 -0000 Author: miwi Date: Tue Dec 22 05:15:08 2015 New Revision: 404215 URL: https://svnweb.freebsd.org/changeset/ports/404215 Log: The purpose of GooBook is to make it possible to use your Google Contacts from the command-line and from MUAs such as Mutt. It can be used from Mutt the same way as abook. WWW: https://gitlab.com/goobook/goobook PR: 205150 Submitted by: Randy Westlund Approved by: mat (mentor) Differential Revision: D4631 Added: head/www/py-goobook/ head/www/py-goobook/Makefile (contents, props changed) head/www/py-goobook/distinfo (contents, props changed) head/www/py-goobook/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Dec 22 05:03:58 2015 (r404214) +++ head/www/Makefile Tue Dec 22 05:15:08 2015 (r404215) @@ -1617,6 +1617,7 @@ SUBDIR += py-funkload SUBDIR += py-gandi.cli SUBDIR += py-gevent-websocket + SUBDIR += py-goobook SUBDIR += py-google SUBDIR += py-google-api-python-client SUBDIR += py-graphite-web Added: head/www/py-goobook/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-goobook/Makefile Tue Dec 22 05:15:08 2015 (r404215) @@ -0,0 +1,29 @@ +# Created by: Randy Westlund +# $FreeBSD$ + +PORTNAME= goobook +PORTVERSION= 1.9 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rwestlun@gmail.com +COMMENT= Search your Google contacts from the command-line or Mutt + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauth2client>=1.4.12:${PORTSDIR}/security/py-oauth2client \ + ${PYTHON_PKGNAMEPREFIX}gdata>=2.0.18:${PORTSDIR}/devel/py-gdata \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:${PORTSDIR}/devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:${PORTSDIR}/www/py-httplib2 + +NO_ARCH= yes +USES= python:-2.7 +USE_PYTHON= autoplist distutils +PLIST_FILES= man/man1/goobook.1.gz + +post-stage: + ${INSTALL_DATA} ${WRKSRC}/goobook.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +.include Added: head/www/py-goobook/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-goobook/distinfo Tue Dec 22 05:15:08 2015 (r404215) @@ -0,0 +1,2 @@ +SHA256 (goobook-1.9.tar.gz) = 311cb344d285e8af36dcd4546d3bd499939140287a12b2d509ea6f2535c2b50b +SIZE (goobook-1.9.tar.gz) = 29274 Added: head/www/py-goobook/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-goobook/pkg-descr Tue Dec 22 05:15:08 2015 (r404215) @@ -0,0 +1,5 @@ +The purpose of GooBook is to make it possible to use your Google Contacts from +the command-line and from MUAs such as Mutt. It can be used from Mutt the same +way as abook. + +WWW: https://gitlab.com/goobook/goobook