[Python-apps-commits] r222 - in /packages/gcalcli: ./ tags/ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/gcalcli.1 trunk/debian/rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Nov 15 22:48:36 UTC 2007


Author: piotr
Date: Thu Nov 15 22:48:36 2007
New Revision: 222

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=222
Log:
add gcalcli

Added:
    packages/gcalcli/
    packages/gcalcli/tags/
    packages/gcalcli/trunk/
    packages/gcalcli/trunk/debian/   (with props)
    packages/gcalcli/trunk/debian/changelog
    packages/gcalcli/trunk/debian/compat
    packages/gcalcli/trunk/debian/control
    packages/gcalcli/trunk/debian/copyright
    packages/gcalcli/trunk/debian/gcalcli.1
    packages/gcalcli/trunk/debian/rules   (with props)

Propchange: packages/gcalcli/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/gcalcli/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/gcalcli/trunk/debian/changelog?rev=222&op=file
==============================================================================
--- packages/gcalcli/trunk/debian/changelog (added)
+++ packages/gcalcli/trunk/debian/changelog Thu Nov 15 22:48:36 2007
@@ -1,0 +1,6 @@
+gcalcli (1.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #451006)
+
+ -- Brandon Philips <brandon at ifup.org>  Mon, 12 Nov 2007 22:34:00 -0800
+

Added: packages/gcalcli/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-apps/packages/gcalcli/trunk/debian/compat?rev=222&op=file
==============================================================================
--- packages/gcalcli/trunk/debian/compat (added)
+++ packages/gcalcli/trunk/debian/compat Thu Nov 15 22:48:36 2007
@@ -1,0 +1,1 @@
+5

Added: packages/gcalcli/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/gcalcli/trunk/debian/control?rev=222&op=file
==============================================================================
--- packages/gcalcli/trunk/debian/control (added)
+++ packages/gcalcli/trunk/debian/control Thu Nov 15 22:48:36 2007
@@ -1,0 +1,20 @@
+Source: gcalcli
+Section: utils
+Priority: extra
+Maintainer: Brandon Philips <brandon at ifup.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Homepage: http://code.google.com/p/gcalcli/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/gcalcli/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/gcalcli/?op=log
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: gcalcli
+Architecture: all
+Depends: python, python-gdata (>= 1.0.7), python-dateutil
+Recommends: gmessage
+Description: Google Calendar Command Line Interface
+ gcalcli is a Python application that allows you to access your Google
+ Calendar from a command line. It's 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.

Added: packages/gcalcli/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-apps/packages/gcalcli/trunk/debian/copyright?rev=222&op=file
==============================================================================
--- packages/gcalcli/trunk/debian/copyright (added)
+++ packages/gcalcli/trunk/debian/copyright Thu Nov 15 22:48:36 2007
@@ -1,0 +1,38 @@
+This package was debianized by Brandon Philips <brandon at ifup.org> on
+Mon, 12 Nov 2007 20:56:50 -0800.
+
+It was downloaded from <http://code.google.com/p/gcalcli/>
+
+Upstream Author: 
+
+    Eric Davis <insanum at gmail.com>
+
+Copyright: 
+
+    <Copyright (C) 2007 Eric Davis>
+
+License:
+
+ ** The MIT License **
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+
+The Debian packaging is (C) 2007, Brandon Philips <brandon at ifup.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/gcalcli/trunk/debian/gcalcli.1
URL: http://svn.debian.org/wsvn/python-apps/packages/gcalcli/trunk/debian/gcalcli.1?rev=222&op=file
==============================================================================
--- packages/gcalcli/trunk/debian/gcalcli.1 (added)
+++ packages/gcalcli/trunk/debian/gcalcli.1 Thu Nov 15 22:48:36 2007
@@ -1,0 +1,164 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
+.TH GCALCLI "1" "November 2007" "gcalcli v1.4" "User Commands"
+.SH NAME
+gcalcli \- Google Calendar Command Line Interface
+.SH SYNOPSIS
+gcalcli [options] command [command args]
+.SH DESCRIPTION
+gcalcli is a Python application that allows you to access your Google
+Calendar from a command line. It's 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.
+.SH OPTIONS
+.TP
+\fB\-\-help\fR
+this usage text
+.TP
+\fB\-\-config\fR <file>
+config file to read (default is '~/.gcalclirc')
+.TP
+\fB\-\-user\fR <username>
+google username
+.TP
+\fB\-\-pw\fR <password>
+password
+.TP
+\fB\-\-cals\fR [all,
+\&'calendars' to work with (default is all calendars)
+.TP
+default,
+\- default (your default main calendar)
+.TP
+owner,
+\- owner (your owned calendars)
+.TP
+editor,
+\- editor (editable calendar)
+.TP
+contributor,
+\- contributor (non\-owner but able to edit)
+.TP
+read,
+\- read (read only calendars)
+.TP
+freebusy]
+\- freebusy (only free/busy info visible)
+.TP
+\fB\-\-cal\fR <name>
+\&'calendar' to work with (default is all calendars)
+\- you can specify a calendar by name or by using a
+.IP
+regular expression to match multiple calendars
+.IP
+\- you can use multiple '\-\-cal' arguments on the
+.IP
+command line
+.TP
+\fB\-\-details\fR
+show all event details (i.e. length, location,
+reminders, contents)
+.TP
+\fB\-\-ignore\-started\fR
+ignore old or already started events
+\- when used with the 'agenda' command, ignore events
+.IP
+that have already started and are in\-progress with
+respect to the specified [start] time
+.IP
+\- when used with the 'search' command, ignore events
+.IP
+that have already occurred and only show future
+events
+.TP
+\fB\-\-width\fR
+the number of characters to use for each column in
+the 'cal' command output (default is 10)
+.TP
+\fB\-\-nc\fR
+don't use colors
+.TP
+\fB\-\-cal\-owner\-color\fR
+specify the colors used for the calendars and dates
+.TP
+\fB\-\-cal\-editor\-color\fR
+each of these argument requires a <color> argument
+.TP
+\fB\-\-cal\-contributor\-color\fR
+which must be one of [ default, black, brightblack,
+.TP
+\fB\-\-cal\-read\-color\fR
+red, brightred, green, brightgreen, yellow,
+.TP
+\fB\-\-cal\-freebusy\-color\fR
+brightyellow, blue, brightblue, magenta,
+.TP
+\fB\-\-date\-color\fR
+brightmagenta, cyan, brightcyan, white,
+.TP
+\fB\-\-border\-color\fR
+brightwhite ]
+.IP
+.SH COMMANDS
+.TP
+list
+list all calendars
+.TP
+search <text>
+search for events
+\- only matches whole words
+.TP
+agenda [start] [end]
+get an agenda for a time period
+\- start time default is 12am today
+\- end time default is 5 days from start
+\- example time strings:
+.IP
+\&'9/24/2007'
+\&'Sep 24 2007 3:30pm'
+\&'2007\-09\-24T15:30'
+\&'2007\-09\-24T15:30\-8:00'
+\&'20070924T15'
+\&'8am'
+.TP
+calw <weeks> [start]
+get a week based agenda in a nice calendar format
+\- weeks is the number of weeks to display
+\- start time default is beginning of this week
+\- note that all events for the week(s) are displayed
+.TP
+calm [start]
+get a month agenda in a nice calendar format
+\- start time default is the beginning of this month
+\- note that all events for the month are displayed
+.IP
+and only one month will be displayed
+.TP
+quick <text>
+quick add an event to your default calendar
+\- example:
+.IP
+\&'Dinner with Eric 7pm tomorrow'
+\&'5pm 10/31 Trick or Treat'
+.TP
+remind <mins> <command>
+execute command if event occurs within <mins>
+minutes time ('%s' in <command> is replaced with
+event start time and title text)
+\- <mins> default is 10
+\- default command:
+.IP
+\&'gxmessage \fB\-display\fR :0 \fB\-center\fR \e
+.IP
+\fB\-title\fR "Ding, Ding, Ding!" %s'
+.SH "SEE ALSO"
+The full documentation for
+.B gcalcli
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B gcalcli
+programs are properly installed at your site, the command
+.IP
+.B info gcalcli
+.PP
+should give you access to the complete manual.

Added: packages/gcalcli/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/gcalcli/trunk/debian/rules?rev=222&op=file
==============================================================================
--- packages/gcalcli/trunk/debian/rules (added)
+++ packages/gcalcli/trunk/debian/rules Thu Nov 15 22:48:36 2007
@@ -1,0 +1,44 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_install gcalcli usr/bin
+	dh_installman debian/gcalcli.1
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 

Propchange: packages/gcalcli/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-apps-commits mailing list