1 | |
---|
2 | PortSystem 1.0 |
---|
3 | PortGroup python26 1.0 |
---|
4 | |
---|
5 | name py26-googlecl |
---|
6 | version 0.9.5 |
---|
7 | categories-append devel |
---|
8 | maintainers gmail.com:aeppert |
---|
9 | description GoogleCL brings Google services to the command line. |
---|
10 | long_description \ |
---|
11 | We currently support the following Google services: \ |
---|
12 | * Blogger \ |
---|
13 | $ google blogger post --title "foo" "command line posting" \ |
---|
14 | * Calendar \ |
---|
15 | $ google calendar add "Lunch with Jim at noon tomorrow" \ |
---|
16 | * Contacts \ |
---|
17 | $ google contacts list name,email > contacts.csv \ |
---|
18 | * Docs \ |
---|
19 | $ google docs edit --title "Shopping list" \ |
---|
20 | * Picasa \ |
---|
21 | $ google picasa create --title "Cat Photos" ~/photos/cats/*.jpg \ |
---|
22 | * Youtube \ |
---|
23 | $ google youtube post --category Education killer_robots.avi |
---|
24 | |
---|
25 | platforms darwin |
---|
26 | homepage http://code.google.com/p/googlecl/ |
---|
27 | master_sites http://googlecl.googlecode.com/files/ |
---|
28 | distname googlecl-${version} |
---|
29 | |
---|
30 | checksums md5 3471b213a5a8311ae041fb394e740753 \ |
---|
31 | sha1 4aec2e8401ef27791036744d41cf7c277ce9afd3 \ |
---|
32 | rmd160 edb3e74b8a5fc3fa460f274f6cee6e71557f237e |
---|
33 | |
---|
34 | depends_lib port:py26-gdata |
---|
35 | |
---|
36 | livecheck.type googlecode |
---|
37 | |
---|
38 | set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch} |
---|
39 | |
---|