Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/googlecl,
Command line tools for the Google Data APIs
Branch: CURRENT,
Version: 0.9.13,
Package name: googlecl-0.9.13,
Maintainer: ryoonGoogleCL brings Google services to the command line.
We currently support the following Google services:
* Blogger
$ google blogger post --title "foo" "command line posting"
* Calendar
$ google calendar add "Lunch with Jim at noon tomorrow"
* Contacts
$ google contacts list Bob name,email > the_bobs.csv
* Docs
$ google docs edit "Shopping list"
* Finance
$ google finance create-txn "Savings Portfolio" NASDAQ:GOOG Buy
* Picasa
$ google picasa create "Cat Photos" ~/photos/cats/*.jpg
* Youtube
$ google youtube post --category Education killer_robots.avi
Required to run:[
devel/py-setuptools] [
www/py-gdata] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: c0eea1bc0a76e84f3d9f2ebf360e09cf63fe9a0d
RMD160: 8324f45f05f34652f775258580f234a43db52fe3
Filesize: 83.682 KB
Version history: (Expand)
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
CVS history: (Expand)
2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2012-09-29 02:50:33 by Aleksej Saushev | Files touched by this commit (158) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2011-05-04 14:37:19 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
Update to 0.9.13
* Include lang/python/egg.mk.
Changelog:
version 0.9.13
Bugfixes
* default_encoding config option allows user to specify a default encoding othe
r than ASCII (was a bug for some uses, namely cron jobs).
* Appropriate intermediate directories are created during authentication token
storage.
* Catch previously uncaught exception when webbrowser does not find a default o
r specified browser.
* Deletion of recurring calendar events does not cause AttributeError.
* Deletion of recurring calendar events with --yes flag only deletes all events
if --date is not specified.
* File extensions for Picasa are case insensitive.
|
2011-03-10 14:35:51 by Ryo ONODERA | Files touched by this commit (5) | |
Log message:
Import googlecl-0.9.12 as wip/googlecl.
GoogleCL brings Google services to the command line.
We currently support the following Google services:
* Blogger
$ google blogger post --title "foo" "command line \
posting"
* Calendar
$ google calendar add "Lunch with Jim at noon tomorrow"
* Contacts
$ google contacts list Bob name,email > the_bobs.csv
* Docs
$ google docs edit "Shopping list"
* Finance
$ google finance create-txn "Savings Portfolio" NASDAQ:GOOG Buy
* Picasa
$ google picasa create "Cat Photos" ~/photos/cats/*.jpg
* Youtube
$ google youtube post --category Education killer_robots.avi
|