Add googlecl 0.9.5, command line tools for the Google Data APIs.
Feature safe: yes
This commit is contained in:
parent
005782fc1e
commit
3091c5b047
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256694
@ -194,6 +194,7 @@
|
||||
SUBDIR += gnosamba
|
||||
SUBDIR += gnu-radius
|
||||
SUBDIR += gofish
|
||||
SUBDIR += googlecl
|
||||
SUBDIR += googolplex
|
||||
SUBDIR += gopher
|
||||
SUBDIR += gotthard
|
||||
|
21
net/googlecl/Makefile
Normal file
21
net/googlecl/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: googlecl
|
||||
# Date created: 2010-06-19
|
||||
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
3
net/googlecl/distinfo
Normal file
3
net/googlecl/distinfo
Normal file
@ -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
|
6
net/googlecl/pkg-descr
Normal file
6
net/googlecl/pkg-descr
Normal file
@ -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/
|
50
net/googlecl/pkg-plist
Normal file
50
net/googlecl/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user