[70720] trunk/dports/office
and.damore at macports.org
and.damore at macports.org
Wed Aug 18 15:48:12 PDT 2010
Revision: 70720
http://trac.macports.org/changeset/70720
Author: and.damore at macports.org
Date: 2010-08-18 15:48:12 -0700 (Wed, 18 Aug 2010)
Log Message:
-----------
adding gcalcli, ticket no. 21790
Added Paths:
-----------
trunk/dports/office/gcalcli/
trunk/dports/office/gcalcli/Portfile
Added: trunk/dports/office/gcalcli/Portfile
===================================================================
--- trunk/dports/office/gcalcli/Portfile (rev 0)
+++ trunk/dports/office/gcalcli/Portfile 2010-08-18 22:48:12 UTC (rev 70720)
@@ -0,0 +1,40 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name gcalcli
+version 1.4
+categories-append devel
+maintainers nomaintainer
+description Google Calendar Command Line Interface
+long_description \
+ gcalcli is a Python application that allows you to access your Google Calendar \
+ from a command line. It is easy to get your agenda, search for events and \
+ quickly add new events. Additionally, gcalcli can be used as a reminder \
+ service to execute any application you want.
+license MIT
+platforms darwin
+homepage http://code.google.com/p/gcalcli
+master_sites googlecode
+extract.suffix .tgz
+use_configure no
+checksums md5 6f01ff01750e06083857347e2a5f11f8 \
+ sha1 65edd3b1a825a178746485ca5d8321a40c400794 \
+ rmd160 0b75d0e549c40b9d5130f6cf5a1186dee121778d
+
+depends_lib port:py26-gdata \
+ port:py26-elementtree \
+ port:py26-dateutil
+
+post-patch {
+ reinplace "s|^#!/usr/bin/python|#!${prefix}/bin/python|" ${workpath}/gcalcli
+}
+
+build {}
+
+destroot {
+ xinstall -m 755 ${workpath}/gcalcli ${destroot}${prefix}/bin/$name
+}
+
Property changes on: trunk/dports/office/gcalcli/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/20100818/5fac56f2/attachment.html>
More information about the macports-changes
mailing list