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 <rwestlun@gmail.com>
Approved by:   mat (mentor)
Differential Revision:  D4631
This commit is contained in:
Martin Wilke 2015-12-22 05:15:08 +00:00
parent 966f70156b
commit 6550e67e27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404215
4 changed files with 37 additions and 0 deletions

View File

@ -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

29
www/py-goobook/Makefile Normal file
View File

@ -0,0 +1,29 @@
# Created by: Randy Westlund <rwestlun@gmail.com>
# $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 <bsd.port.mk>

2
www/py-goobook/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (goobook-1.9.tar.gz) = 311cb344d285e8af36dcd4546d3bd499939140287a12b2d509ea6f2535c2b50b
SIZE (goobook-1.9.tar.gz) = 29274

5
www/py-goobook/pkg-descr Normal file
View File

@ -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