Ticket #25354: Portfile

File Portfile, 1.3 KB (added by aeppert@…, 14 years ago)
Line 
1
2PortSystem          1.0
3PortGroup           python26 1.0
4
5name                py26-googlecl
6version             0.9.5
7categories-append   devel
8maintainers         gmail.com:aeppert
9description         GoogleCL brings Google services to the command line.
10long_description \
11We 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
25platforms           darwin
26homepage            http://code.google.com/p/googlecl/
27master_sites        http://googlecl.googlecode.com/files/
28distname            googlecl-${version}
29
30checksums           md5     3471b213a5a8311ae041fb394e740753 \
31                    sha1    4aec2e8401ef27791036744d41cf7c277ce9afd3 \
32                    rmd160  edb3e74b8a5fc3fa460f274f6cee6e71557f237e
33
34depends_lib         port:py26-gdata
35
36livecheck.type      googlecode
37
38set python.prefix   ${frameworks_dir}/Python.framework/Versions/${python.branch}
39