From 3091c5b047c09c938d066f7d6837a9f3cd07f558 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sat, 19 Jun 2010 07:13:58 +0000 Subject: [PATCH] Add googlecl 0.9.5, command line tools for the Google Data APIs. Feature safe: yes --- net/Makefile | 1 + net/googlecl/Makefile | 21 ++++++++++++++++++ net/googlecl/distinfo | 3 +++ net/googlecl/pkg-descr | 6 +++++ net/googlecl/pkg-plist | 50 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 81 insertions(+) create mode 100644 net/googlecl/Makefile create mode 100644 net/googlecl/distinfo create mode 100644 net/googlecl/pkg-descr create mode 100644 net/googlecl/pkg-plist diff --git a/net/Makefile b/net/Makefile index ab3e02a5a21a..0a9fdec4359e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -194,6 +194,7 @@ SUBDIR += gnosamba SUBDIR += gnu-radius SUBDIR += gofish + SUBDIR += googlecl SUBDIR += googolplex SUBDIR += gopher SUBDIR += gotthard diff --git a/net/googlecl/Makefile b/net/googlecl/Makefile new file mode 100644 index 000000000000..4fb222dd1a50 --- /dev/null +++ b/net/googlecl/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: googlecl +# Date created: 2010-06-19 +# Whom: Li-Wen Hsu +# +# $FreeBSD$ +# + +PORTNAME= googlecl +PORTVERSION= 0.9.5 +CATEGORIES= net www python +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= Command line tools for the Google Data APIs + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gdata/__init__.py:${PORTSDIR}/devel/py-gdata + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include diff --git a/net/googlecl/distinfo b/net/googlecl/distinfo new file mode 100644 index 000000000000..193b4cc7b703 --- /dev/null +++ b/net/googlecl/distinfo @@ -0,0 +1,3 @@ +MD5 (googlecl-0.9.5.tar.gz) = 3471b213a5a8311ae041fb394e740753 +SHA256 (googlecl-0.9.5.tar.gz) = 119257c62b78f4dd09e6a8c48f0d15ddd2c6528858c5378b0ee5863c9e72d6a4 +SIZE (googlecl-0.9.5.tar.gz) = 37867 diff --git a/net/googlecl/pkg-descr b/net/googlecl/pkg-descr new file mode 100644 index 000000000000..24d737cd64c4 --- /dev/null +++ b/net/googlecl/pkg-descr @@ -0,0 +1,6 @@ +The Google Data APIs allow programmatic access to various Google services. +This package wraps a subset of those APIs into a command-line tool that makes +it easy to do things like posting to a Blogger blog, uploading files to Picasa, +or editing a Google Docs file. + +WWW: http://code.google.com/p/googlecl/ diff --git a/net/googlecl/pkg-plist b/net/googlecl/pkg-plist new file mode 100644 index 000000000000..3cab860d4208 --- /dev/null +++ b/net/googlecl/pkg-plist @@ -0,0 +1,50 @@ +bin/google +%%PYTHON_SITELIBDIR%%/googlecl/__init__.py +%%PYTHON_SITELIBDIR%%/googlecl/__init__.pyc +%%PYTHON_SITELIBDIR%%/googlecl/__init__.pyo +%%PYTHON_SITELIBDIR%%/googlecl/blogger/__init__.py +%%PYTHON_SITELIBDIR%%/googlecl/blogger/__init__.pyc +%%PYTHON_SITELIBDIR%%/googlecl/blogger/__init__.pyo +%%PYTHON_SITELIBDIR%%/googlecl/blogger/service.py +%%PYTHON_SITELIBDIR%%/googlecl/blogger/service.pyc +%%PYTHON_SITELIBDIR%%/googlecl/blogger/service.pyo +%%PYTHON_SITELIBDIR%%/googlecl/calendar/__init__.py +%%PYTHON_SITELIBDIR%%/googlecl/calendar/__init__.pyc +%%PYTHON_SITELIBDIR%%/googlecl/calendar/__init__.pyo +%%PYTHON_SITELIBDIR%%/googlecl/calendar/service.py +%%PYTHON_SITELIBDIR%%/googlecl/calendar/service.pyc +%%PYTHON_SITELIBDIR%%/googlecl/calendar/service.pyo +%%PYTHON_SITELIBDIR%%/googlecl/contacts/__init__.py +%%PYTHON_SITELIBDIR%%/googlecl/contacts/__init__.pyc +%%PYTHON_SITELIBDIR%%/googlecl/contacts/__init__.pyo +%%PYTHON_SITELIBDIR%%/googlecl/contacts/service.py +%%PYTHON_SITELIBDIR%%/googlecl/contacts/service.pyc +%%PYTHON_SITELIBDIR%%/googlecl/contacts/service.pyo +%%PYTHON_SITELIBDIR%%/googlecl/docs/__init__.py +%%PYTHON_SITELIBDIR%%/googlecl/docs/__init__.pyc +%%PYTHON_SITELIBDIR%%/googlecl/docs/__init__.pyo +%%PYTHON_SITELIBDIR%%/googlecl/docs/service.py +%%PYTHON_SITELIBDIR%%/googlecl/docs/service.pyc +%%PYTHON_SITELIBDIR%%/googlecl/docs/service.pyo +%%PYTHON_SITELIBDIR%%/googlecl/picasa/__init__.py +%%PYTHON_SITELIBDIR%%/googlecl/picasa/__init__.pyc +%%PYTHON_SITELIBDIR%%/googlecl/picasa/__init__.pyo +%%PYTHON_SITELIBDIR%%/googlecl/picasa/service.py +%%PYTHON_SITELIBDIR%%/googlecl/picasa/service.pyc +%%PYTHON_SITELIBDIR%%/googlecl/picasa/service.pyo +%%PYTHON_SITELIBDIR%%/googlecl/service.py +%%PYTHON_SITELIBDIR%%/googlecl/service.pyc +%%PYTHON_SITELIBDIR%%/googlecl/service.pyo +%%PYTHON_SITELIBDIR%%/googlecl/youtube/__init__.py +%%PYTHON_SITELIBDIR%%/googlecl/youtube/__init__.pyc +%%PYTHON_SITELIBDIR%%/googlecl/youtube/__init__.pyo +%%PYTHON_SITELIBDIR%%/googlecl/youtube/service.py +%%PYTHON_SITELIBDIR%%/googlecl/youtube/service.pyc +%%PYTHON_SITELIBDIR%%/googlecl/youtube/service.pyo +@dirrm %%PYTHON_SITELIBDIR%%/googlecl/youtube +@dirrm %%PYTHON_SITELIBDIR%%/googlecl/picasa +@dirrm %%PYTHON_SITELIBDIR%%/googlecl/docs +@dirrm %%PYTHON_SITELIBDIR%%/googlecl/contacts +@dirrm %%PYTHON_SITELIBDIR%%/googlecl/calendar +@dirrm %%PYTHON_SITELIBDIR%%/googlecl/blogger +@dirrm %%PYTHON_SITELIBDIR%%/googlecl