diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/googlecl/Makefile | 14 | ||||
-rw-r--r-- | net/googlecl/distinfo | 4 | ||||
-rw-r--r-- | net/googlecl/pkg-descr | 2 | ||||
-rw-r--r-- | net/googlecl/pkg-plist | 16 |
4 files changed, 26 insertions, 10 deletions
diff --git a/net/googlecl/Makefile b/net/googlecl/Makefile index 3e79397ccb42..4c5de25e9369 100644 --- a/net/googlecl/Makefile +++ b/net/googlecl/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: googlecl -# Date created: 2010-06-19 -# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org> -# +# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org> # $FreeBSD$ -# PORTNAME= googlecl -PORTVERSION= 0.9.13 +PORTVERSION= 0.9.14 CATEGORIES= net www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -24,13 +20,17 @@ USE_PYDISTUTILS= yes MAN1= google.1 .endif +OPTIONS_DEFINE= DOCS + PORTDOCS= * +.include <bsd.port.options.mk> + post-install: .if !defined(NO_INSTALL_MANPAGES) ${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MANPREFIX}/man/man1 .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR} .endif diff --git a/net/googlecl/distinfo b/net/googlecl/distinfo index eb858f7e7c69..cebfa4ada092 100644 --- a/net/googlecl/distinfo +++ b/net/googlecl/distinfo @@ -1,2 +1,2 @@ -SHA256 (googlecl-0.9.13.tar.gz) = 14bf616b7a1a8671bab4a4000446198df6af06c8711c9ae7f3f616cfda1aa3bc -SIZE (googlecl-0.9.13.tar.gz) = 85690 +SHA256 (googlecl-0.9.14.tar.gz) = 0a4640b1240104b8020f9af526e24afe53a8327390d95ef28e1ca093673fce5a +SIZE (googlecl-0.9.14.tar.gz) = 99834 diff --git a/net/googlecl/pkg-descr b/net/googlecl/pkg-descr index 24d737cd64c4..29cd938bbdb7 100644 --- a/net/googlecl/pkg-descr +++ b/net/googlecl/pkg-descr @@ -3,4 +3,4 @@ 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/ +WWW: http://code.google.com/p/googlecl/ diff --git a/net/googlecl/pkg-plist b/net/googlecl/pkg-plist index afd4fdce74b9..cfb589932d9e 100644 --- a/net/googlecl/pkg-plist +++ b/net/googlecl/pkg-plist @@ -47,6 +47,21 @@ bin/google %%PYTHON_SITELIBDIR%%/googlecl/contacts/service.py %%PYTHON_SITELIBDIR%%/googlecl/contacts/service.pyc %%PYTHON_SITELIBDIR%%/googlecl/contacts/service.pyo +%%PYTHON_SITELIBDIR%%/googlecl/discovery/__init__.py +%%PYTHON_SITELIBDIR%%/googlecl/discovery/__init__.pyc +%%PYTHON_SITELIBDIR%%/googlecl/discovery/__init__.pyo +%%PYTHON_SITELIBDIR%%/googlecl/discovery/authentication.py +%%PYTHON_SITELIBDIR%%/googlecl/discovery/authentication.pyc +%%PYTHON_SITELIBDIR%%/googlecl/discovery/authentication.pyo +%%PYTHON_SITELIBDIR%%/googlecl/discovery/data.py +%%PYTHON_SITELIBDIR%%/googlecl/discovery/data.pyc +%%PYTHON_SITELIBDIR%%/googlecl/discovery/data.pyo +%%PYTHON_SITELIBDIR%%/googlecl/discovery/docs.py +%%PYTHON_SITELIBDIR%%/googlecl/discovery/docs.pyc +%%PYTHON_SITELIBDIR%%/googlecl/discovery/docs.pyo +%%PYTHON_SITELIBDIR%%/googlecl/discovery/output.py +%%PYTHON_SITELIBDIR%%/googlecl/discovery/output.pyc +%%PYTHON_SITELIBDIR%%/googlecl/discovery/output.pyo %%PYTHON_SITELIBDIR%%/googlecl/docs/__init__.py %%PYTHON_SITELIBDIR%%/googlecl/docs/__init__.pyc %%PYTHON_SITELIBDIR%%/googlecl/docs/__init__.pyo @@ -84,6 +99,7 @@ bin/google @dirrm %%PYTHON_SITELIBDIR%%/googlecl/picasa @dirrm %%PYTHON_SITELIBDIR%%/googlecl/finance @dirrm %%PYTHON_SITELIBDIR%%/googlecl/docs +@dirrm %%PYTHON_SITELIBDIR%%/googlecl/discovery @dirrm %%PYTHON_SITELIBDIR%%/googlecl/contacts @dirrm %%PYTHON_SITELIBDIR%%/googlecl/config @dirrm %%PYTHON_SITELIBDIR%%/googlecl/calendar |