[68956] trunk/dports/www

ram at macports.org ram at macports.org
Fri Jun 18 12:06:22 PDT 2010


Revision: 68956
          http://trac.macports.org/changeset/68956
Author:   ram at macports.org
Date:     2010-06-18 12:06:21 -0700 (Fri, 18 Jun 2010)
Log Message:
-----------
www/googlecl: new port

Added Paths:
-----------
    trunk/dports/www/googlecl/
    trunk/dports/www/googlecl/Portfile

Added: trunk/dports/www/googlecl/Portfile
===================================================================
--- trunk/dports/www/googlecl/Portfile	                        (rev 0)
+++ trunk/dports/www/googlecl/Portfile	2010-06-18 19:06:21 UTC (rev 68956)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem    1.0
+PortGroup     python26 1.0
+
+name          googlecl
+version       0.9.5
+categories    www
+platforms     darwin
+maintainers   ram openmaintainer
+license       Apache
+
+description   Command line tools for the Google Data APIs
+long_description \
+  GoogleCL brings Google services to the command line. It currently \
+  supports Blogger, Calendar, Contacts, Docs, Picasa, and Youtube
+
+homepage      http://code.google.com/p/googlecl/
+master_sites  http://googlecl.googlecode.com/files/
+
+checksums     md5 3471b213a5a8311ae041fb394e740753 \
+              sha1 4aec2e8401ef27791036744d41cf7c277ce9afd3 \
+              rmd160 edb3e74b8a5fc3fa460f274f6cee6e71557f237e
+
+depends_lib-append port:py26-gdata
+
+python.link_binaries no
+
+post-destroot {
+  foreach x [glob -type {x} ${destroot}${python.prefix}/bin/*] { system "ln $x ${destroot}${prefix}/bin" }
+}


Property changes on: trunk/dports/www/googlecl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100618/c5766242/attachment.html>


More information about the macports-changes mailing list