Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 05:15:08 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404215 - in head/www: . py-goobook
Message-ID:  <201512220515.tBM5F81L050943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <rwestlun@gmail.com>
  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 <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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512220515.tBM5F81L050943>