Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B02047A28C for ; Thu, 28 Jul 2016 12:59:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 627DF85EB3; Thu, 28 Jul 2016 12:59:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E86A285E2B for ; Thu, 28 Jul 2016 12:59:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xTfxFT9_C84p for ; Thu, 28 Jul 2016 12:59:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3863B84C8B for ; Thu, 28 Jul 2016 12:59:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 339F6FBB5; Thu, 28 Jul 2016 12:59:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469710781221920" MIME-Version: 1.0 Date: Thu, 28 Jul 2016 12:59:41 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/time/khal To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160728125941.339F6FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469710781221920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Jul 28 12:59:41 UTC 2016 Modified Files: pkgsrc/time/khal: Makefile PLIST distinfo Log Message: Updated time/khal 0.7.0 to 0.8.2 -------------------------------- 0.8.2 ===== released on 2015-05-16 * fixed some bugs in `configure` that would lead to invalid configuration files and crashes (Christian Geier) * fixed detecting of icalendar version (Markus Unterwaditzer) 0.8.1 ===== released on 2015-04-13 * fix bug in CalendarWidget.set_focus_date() (Christian Geier) 0.8.0 ===== released on 2015-04-13 * BREAKING CHANGE: python 2 is no longer supported (Hugo Osvaldo Barrera) * updated dependency: vdirsyncer >= 0.5.2 * make tests work with icalendar 3.9.2 (no functional changes) (Christian Geier) * new dependency: freezegun (only for running the tests) * khal's git repository moved to https://github.com/pimutils/khal * support for showing the birthday of contacts with no FN property (Hugo Osvaldo Barrera) * increased start up time when coloring is enabled (Christian Geier) * improved color support (256 colors and 24-bit colors), see configuration documentation for details (Sebastian Hamann) * renamed color `grey` to `gray` (Sebastian Hamann) * in `khal new` treat 24:00 as the end of a day/00:00 of the next (Christian Geier) * new allowed value for a calendar's color: `auto` (also the new default), if set, khal will try to read a file called `color` from that calendar's vdir (see vdirsyncer's documentation on `metasync`). If that file is not present or its contents is not understood, the default color will be used (Christian Geier) * new allowed value for calendar's type: `discover`, if set, khal will (recursively) search that calendar's path for valid vdirs and add those to the configured calendars (Christian Geier) * new command `configure` which should help new users set up a configuration file (Christian Geier) * warn user when parsing broken icalendar files, this requires icalendar > 3.9.2 (Christian Geier) * khal will now strip all ANSI escape codes when it detects that stdout is no tty, this behaviour can be overwritten with the new options --color/ --no-color (Markus Unterwaditzer) * calendar and agenda have a new option --week, if set all events from current week (or the week containing the given date) are shown (Stephan Weller) * new option --alarm DURATION for `new` (Max Voit) ikhal ----- * basic export of events from event editor pane and from event lists (default keybinding: *e* (Filip Pytloun) * pressing *enter* in a date editing widget will now open a small calendar widget, arrow keys can be used to select a date, enter (or escape) will close it again (Christian Geier) * in highlight/date range selection mode the other end can be selected, default keybinding `o` (as in *Other*) (Christian Geier) * basic search is now supported (default keybinding `/`) (Christian Geier) * in the event editor and pop-up Dialogs select the next (previous) item with tab (shift tab) (Christian Geier) * only allow saving when starttime < endtime (Christian Geier) * the event editor now allows editing of alarms (but khal will not actually alarm you at the given time) (Johannes Wienke) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/khal/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/khal/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/khal/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469710781221920 Content-Disposition: inline Content-Length: 2875 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/khal/Makefile diff -u pkgsrc/time/khal/Makefile:1.8 pkgsrc/time/khal/Makefile:1.9 --- pkgsrc/time/khal/Makefile:1.8 Fri May 6 20:33:01 2016 +++ pkgsrc/time/khal/Makefile Thu Jul 28 12:59:41 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2016/05/06 20:33:01 fhajny Exp $ +# $NetBSD: Makefile,v 1.9 2016/07/28 12:59:41 mef Exp $ -DISTNAME= khal-0.7.0 +DISTNAME= khal-0.8.2 CATEGORIES= time net MASTER_SITES= ${MASTER_SITE_PYPI:=k/khal/} Index: pkgsrc/time/khal/PLIST diff -u pkgsrc/time/khal/PLIST:1.4 pkgsrc/time/khal/PLIST:1.5 --- pkgsrc/time/khal/PLIST:1.4 Sun Dec 27 14:52:53 2015 +++ pkgsrc/time/khal/PLIST Thu Jul 28 12:59:41 2016 @@ -1,15 +1,19 @@ -@comment $NetBSD: PLIST,v 1.4 2015/12/27 14:52:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2016/07/28 12:59:41 mef Exp $ bin/ikhal bin/khal ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/pbr.json ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/khal/__init__.py ${PYSITELIB}/khal/__init__.pyc ${PYSITELIB}/khal/__init__.pyo +${PYSITELIB}/khal/__main__.py +${PYSITELIB}/khal/__main__.pyc +${PYSITELIB}/khal/__main__.pyo ${PYSITELIB}/khal/aux.py ${PYSITELIB}/khal/aux.pyc ${PYSITELIB}/khal/aux.pyo @@ -19,9 +23,9 @@ ${PYSITELIB}/khal/calendar_display.pyo ${PYSITELIB}/khal/cli.py ${PYSITELIB}/khal/cli.pyc ${PYSITELIB}/khal/cli.pyo -${PYSITELIB}/khal/compat.py -${PYSITELIB}/khal/compat.pyc -${PYSITELIB}/khal/compat.pyo +${PYSITELIB}/khal/configwizard.py +${PYSITELIB}/khal/configwizard.pyc +${PYSITELIB}/khal/configwizard.pyo ${PYSITELIB}/khal/controllers.py ${PYSITELIB}/khal/controllers.pyc ${PYSITELIB}/khal/controllers.pyo Index: pkgsrc/time/khal/distinfo diff -u pkgsrc/time/khal/distinfo:1.5 pkgsrc/time/khal/distinfo:1.6 --- pkgsrc/time/khal/distinfo:1.5 Sun Dec 27 14:52:53 2015 +++ pkgsrc/time/khal/distinfo Thu Jul 28 12:59:41 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/12/27 14:52:53 wiz Exp $ +$NetBSD: distinfo,v 1.6 2016/07/28 12:59:41 mef Exp $ -SHA1 (khal-0.7.0.tar.gz) = fe0c142387087cb851888906d1f1141153b68d1b -RMD160 (khal-0.7.0.tar.gz) = 77aa394d7f8b4dbc4ec9863003a8765d01c27785 -SHA512 (khal-0.7.0.tar.gz) = cad0bd8c5e869ffb5333e62747f0c5f71ae4a82adf60889922fcc61b4befefd926b0d642fcb8aec471aafc3fab6f042fa4253d381936c229582a8196319a1505 -Size (khal-0.7.0.tar.gz) = 109801 bytes +SHA1 (khal-0.8.2.tar.gz) = c938271b751cd855ac42f9980d29bc64b2453576 +RMD160 (khal-0.8.2.tar.gz) = 622b1ed236360c99fad85d7eb8c95c6076a87277 +SHA512 (khal-0.8.2.tar.gz) = 2304d1767993e9d40740ece8621eef8e33572476139a7c0b4e2fd7907d7daafab76c34480912bc2da745b4867d315676b6dd290e84fd62c24ffb3978707da6a8 +Size (khal-0.8.2.tar.gz) = 126148 bytes --_----------=_1469710781221920--