Commit graph

1125 commits

Author SHA1 Message Date
sno
bef6a030f5 Updating time/p5-DateTime-Format-Natural from 0.79 to 0.83
Upstream changes:
0.83 Wed Jan 13 15:51:11 CET 2010
 - Merged development version to stable.

0.82_02 Wed Jan  6 10:57:43 CET 2010
 - New supported format: M/D. [rt #53187 - Shawn M. Moore]
 - Handle the new format with prefer-future semantics.
 - Add tests for the new format and also for related durations.
 - Document the new format and variations of it.
 - Restrict counting of format separators to the formatted substring.
 - Move the code processing formatted dates to a separate class.
 - Fix the checking for an invalid format parameter.
 - Complete <date> <time> to <time> type of durations.
 - Split the duration string at word boundary of the separator.
 - Restore the datetime object for each parse when running tests.
 - Test compile-time loading of Formatted.pm.

0.82_01 Thu Dec 31 12:10:30 CET 2009
 - Save the trace of each parse while processing a duration.
 - Call for formatted dates the wrapper _set() instead of set()
   in order to alter the modified counters.
 - dateparse: when printing traces, print a trace for each object
   returned.
 - Add tests for the trace method and improve its documentation.
 - Document possible bugs and caveats.
 - Rename some variables with method name strings to be more
   descriptive and also interpolate their strings initially.
 - Substitute an expression for a block as used by 'map'.

0.82 Mon Dec 21 10:15:52 CET 2009
 - Merged development version to stable.

0.81_04 Wed Dec 16 13:32:35 CET 2009
 - dateparse: use the same class instance for each parse run;
   match case-insensitively for commands that quit.

0.81_03 Fri Dec 11 10:32:08 CET 2009
 - Use string interpolation instead of concatenation for symbolic
   references in __new().

0.81_02 Wed Dec  9 20:07:19 CET 2009
 - Reduce the common logic of _valid_date() and _valid_time()
   by moving most of it to a method.
 - Store the daytime option internally with a less nested name.

0.81_01 Mon Dec  7 11:14:19 CET 2009
 - Place the common body of _add() and _subtract() in a single method.
 - Comment the inverse use of _add() within _add_or_subtract().
 - Set values at once within _check_time().
 - Initialize tokens with an anonymous array reference.
 - Purge last unneeded occurrence of 'scalar'.

0.81 Sat Nov 21 12:59:17 CET 2009
 - Merged development version to stable.

0.80_02 Wed Nov 18 10:53:05 CET 2009
 - Move utility and wrapper methods to separate classes.
 - Test compile-time loading of Utils.pm and Wrappers.pm.
 - Don't force explicit scalar context where an implicit one exists.

0.80_01 Mon Nov  2 10:59:46 CET 2009
 - Invoke _valid_date() in _day_month_year() to assert the
   validity of the date before setting it.
 - Separate fixed time data for testing purpose from code.

0.80 Fri Oct 30 10:15:53 CET 2009
 - Merged development version to stable.

0.79_02 Mon Oct 26 10:11:09 CET 2009
 - Improve wording and formatting of the documentation.
 - Update broken license links.
2010-01-29 10:45:46 +00:00
sno
c86cc38506 Updating time/p5-DateTime-Format-SQLite from 0.10 to 0.11
Upstream changes:
0.11 Thu Dec 10 00:00:00 2009
	- pass nanoseconds instead of fractional seconds to DateTime
	  constructor; needed from DateTime v0.52
	  FIXES: #52468: Test failure, reported by GRAF
	- minor documentation fixes
2010-01-26 12:09:02 +00:00
seb
d719ab18dd Update from version 0.5100 to version 0.5300 (upstream version 0.53)
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.53   2009-12-06
- Added Test::Exception to build_requires.

0.52   2009-12-05
- Numeric to ->new() are now all validated to make sure they are
  integers. Previously, things like "month => 11.2" would have been
  allowed. Based on a bug report from Max Kanat-Alexandar. RT #45767.

- Added a warning to the docs suggesting that you cache the locale time zone
  if you need to make many DateTime objects in the local zone. Looking up the
  local zone can be fairly expensive. RT #46753.
2010-01-25 23:51:07 +00:00
seb
df66dab6de Update p5-DateTime-TimeZone from version 1.08 to version 1.10.
Upstream changes:
1.10    2010-01-25
- This release is based on version 2010a of the Olson database. This release
  has changes for Mexico.


1.09    2010-01-18
- This release is based on version 2010a of the Olson database. This release
  has changes for Bangladesh.
2010-01-25 23:38:17 +00:00
sno
7361dce0e7 Updating time/p5-Time-Piece from 1.15 to 1.16
Upstream changes:
1.16
	- Implement %z for the internal implementation of strptime().
	  Unfortunately this doesn't get picked up everywhere, so there are no
	  tests for it (yet - patches welcome).
	- Fix for major bug in add_months() using negative months which were
	  multiples of 12. Also affected add_years() with negative years.
	- Fix for object creation bug in get_epochs which called new from object
	  but that wasn't supported in the new() code.
 	- Added docs about the weakness of using epoch seconds internally and
	  suggested alternatives.
	- Removed useless "use UNIVERSAL qw(isa)" line.
	- Fix for installing over core perl version.
2010-01-25 14:14:59 +00:00
taca
f14f45d6f4 Update ruby-tzinfo package to 0.3.16.
== Version 0.3.16 (tzdata v2009u) - 5-Jan-2010

* Support the use of '-' to denote '0' as an offset in the tz data files.
  Used for the first time in the SAVE field in tzdata v2009u.
* Updated to tzdata version 2009u
  (http://article.gmane.org/gmane.comp.time.tz/3053).
2010-01-22 15:30:32 +00:00
wiz
19b191c2a5 Set LICENSE. 2010-01-20 14:40:50 +00:00
wiz
1ee821812d Update to 1.08:
1.08    2009-12-28

- This release is based on version 2009u of the Olson database. This release
  has changes for Bangladesh.

1.07    2009-12-24

- Fixed for local time zone determination on Win32. Our tests broke after the
  December 2009 Cumulative Time Zone Update from Microsoft. Patch by David
  Pinkowitz. RT #52978.

1.06    2009-12-21

- This release is based on version 2009t of the Olson database. This release
  has no user-visible changes, but I like to follow along anyway.
2010-01-20 14:39:32 +00:00
wiz
8a7a695a66 Update to 0.10:
0.10    2009-11-17
- fixed recurrence stringification by DateTime::Format::ICal
  Reported by Nick Spacek
2010-01-20 14:37:39 +00:00
wiz
b81eb4b2fa Update to 2.1:
2.1 (2009-12-14)
================

* Fix deprecation warnings about `object.__init__` taking no parameters.

* Set the VALUE parameter correctly for date values.

* Long binary data would be base64 encoded with newlines, which made the
  iCalendar files incorrect. (This still needs testing).

* Correctly handle content lines which include newlines.
2010-01-20 10:34:23 +00:00
wiz
62ad5584ea Update to 2009u: the usual timezone updates. 2010-01-20 10:11:10 +00:00
wiz
0dc61065a7 Fix destdir installation. 2010-01-19 08:23:43 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
heinz
f6eb5e6f2a Set or updated LICENSE 2010-01-16 19:27:17 +00:00
sborrill
6f81997ca9 Add wmzcalock 2010-01-16 14:41:03 +00:00
sborrill
abad1d46f6 A calendar/clock dock app with a variety of display modes for Window Maker
and other window managers that support dockapps.

Moved from x11 to time
2010-01-16 14:36:56 +00:00
joerg
b9bfd1fd13 Fix build by using the right variable for libgnomeui. 2009-12-21 19:55:01 +00:00
joerg
3fbb207985 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
wiz
2c5a756380 Update to 420:
Added timer label, minutes and seconds to restart detail message.
  Fixed color setting bug involving null attr. Set 'no context' and 'no keyword' when appropriate.  Make F1 (help) and F2 (calendar) act as toggles that also work when the entry bar is active. Add memoized hash for clip so that ^S will always save the current view to the clipboard.
  Fixed attr = None bug in OL.htm.
  Added icalendar to 'install_requires' in setup.py.
  Fixed negative sign bug in date_calculator.
  Added ~ to ` as triggers for leader.
  Improved error handling for date calculator.
  Added calc_days to both the gui and command line.
  Added diff_days to calculate the difference in days between two dates. Bound to c in the gui.
  Only process D, f, m an u in agenda and list views.
  When displaying ids, restore the scroll position to its prior position.
  Added max_width setting to class OL and wrapping to this width in reckoning reports. Removed depreciated 'extent' setting from rc.
  Fixed bug in processing option for ending date (-e). Fixed bug in setting default colors for entry bar to black on black. Display c_position, d_position, k_level and itemize settings in reckoning title.
  Cleaned up comments.
  Use default colors from main screen for entry bar when inactive. Use separate settings when active.
  Added separate print color settings to etmrc.
  Allow setting a special color for the entry bar text.
  Added filtering to agenda view.
  Added support for setting background and font colors in the gui.
  Fixed missing key error for repeating tasks without an 'o' in data.py.
  Run check_rotating when self.today changes.
  Fixed bug in process_entry involving appending to an undefined list.
  Fixed bug in which open_project failed to set changed = True.
  Removed broken support for remind style reminders. Fixed documentation to reflect this change.
  Changed prompt for modifying and creating to reflect the action.
  Alert queue display tweaks.
  Various documentation tweaks. When alert queue is empty, state it instead of showing an empty queue.
  Restored use of GenStaticText which had inadvertently been eliminated.
  Made alert queue display more succent.
  Make defaults for colors, fonts and window sizes different for mac and not mac.
  Switched details bar to wx.lib.stattext.GenStaticText to avoid bgcolor problems in linux.
  Fixed bug in checking the length of an undefined list in get_next.
  Moved 'etm' from the title bar to the detail bar in the gui.
  Strip entrybar text to avoid key errors. Fixed footer in console cur output.
  Changed fault font specification that raised exception under windows.
  Show confirmation when saving view to clipboard.
  Various documentation tweaks.
  Fixed bug in which a task without a due date would not be processed properly.
  Store calendar_html output to self.html to allow printing.
  Fixed bug in pre formatting.
  Fixed bug in reckoning in which time_hash was not being reset. Added save view to clipboard.
  More str() removals.
  Removed str() constructs to avoid unicode problems in linux.
  Removed advance formating requiring python 2.6.
  Fixed bug in which starting and ending times would not be displayed for list-only events.
  Added 'T' as an alternative to 't' in show to limit display to unfinished tasks.
  Fixed locale for calendar and allow entry and display of unicode characters.
  Fixed locale bug in calendar.
  Fixed bug in marking the last rep of a list-only task complete.
  Added wxwidth and wxheight to rc. Fixed bug in setting html column widths.
  Background color tweaks for linux.
  Changed binding for return in entry_bar to work in linux.
  Use htmlfont setting from rc.
  Removed locale stuff and added codecs as in wxremind.
  Added font sizes to rc. Set self.data.today in etm_wx show_view.
2009-12-15 13:55:05 +00:00
wiz
ec535cfa8d Update to 1.20:
1.20 -- Sat Dec 12 06:38:14 CST 2009

  * Typo => s/timezome/timezone/ [yanick]
  * RT#52387 Fix %s formating to use timelocal when no timezone is given
  * RT#51664 fix str2time('16 Oct 09') to not give a negative result
2009-12-15 13:34:43 +00:00
wiz
9455c85014 Update to 1.05:
1.05    2009-11-09

- This release is based on version 2009s of the Olson database. It includes
  changes for Antarctica and Fiji.
2009-12-15 12:59:51 +00:00
wiz
be5dacebc0 Update to 0.05:
0.05  2009-11-01

- Fixed a long-standing bug where a time zone other than UTC that had an
  offset of 0 caused the format_datetime method to return the string "0". RT
  #22802.
2009-12-15 12:51:24 +00:00
wiz
eee6c37173 + rem2ics. 2009-12-07 01:29:42 +00:00
wiz
8aef1aa71b Initial import of rem2ics-0.93:
Tool to convert the output of "remind -s" into RFC2445 iCalendar
format.
2009-12-07 01:29:21 +00:00
taca
2756ea3154 Update ruby-tzinfo package to 0.3.15.
== Version 0.3.15 (tzdata v2009p) - 26-Oct-2009

* Updated to tzdata version 2009p
  (http://article.gmane.org/gmane.comp.time.tz/2953).
* Added a description to the gem spec.
* List test files in test_files instead of files in the gem spec.


== Version 0.3.14 (tzdata v2009l) - 19-Aug-2009

* Updated to tzdata version 2009l
  (http://article.gmane.org/gmane.comp.time.tz/2818).
* Include current directory in load path to allow running tests on
  Ruby 1.9.2, which doesn't include it by default any more.
2009-11-30 15:48:46 +00:00
tnn
7548fdb78a catch up with www/seamonkey/Makefile.common rename 2009-11-28 22:03:34 +00:00
joerg
ae7366e22d Fix destdir. 2009-11-25 23:03:20 +00:00
joerg
dccd5f2e75 Repeat after me: Do not use bar/.libs/foo.la, use bar/foo.la. 2009-11-25 21:35:58 +00:00
drochner
8728c4f197 update to 0.44
changes: bugfixes and portability improvements
2009-11-20 11:47:08 +00:00
wiz
370492dd4a Update to 2.28.1:
===============
Version 2.28.1
===============
 * avoid getting activities from the future (bug 596617)

 Updated translations:
  * ca (Gil Forcada)
  * en_GB (Bruce Cowan)
  * ro (Mișu Moldovan)
  * ru (Dmitriy Kodanev)

===============
Version 2.28.0
===============
 Updated translations:
  * as (Amitakhya Phukan)
  * bg (Alexander Shopov)
  * bn_IN (Runa Bhattacharjee)
  * da (Ask Hjorth Larsen)
  * de (Hendrik Richter)
  * en_GB (Bruce Cowan)
  * fi (Tommi Vainikainen)
  * gl (Antón Méixome)
  * gu (Ankit Patel)
  * hi (Rajesh Ranjan)
  * hu (Gabor Kelemen)
  * it (Milo Casagrande)
  * ja (Takeshi AIHANA)
  * kn (Shankar Prasad)
  * ko (Changwoo Ryu)
  * lt (Gintautas Miliauskas)
  * lv (Pēteris Caune)
  * mai (Sangeeta Kumari)
  * ml (പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍)
  * mr (Sandeep Shedmake)
  * or (Manoj Kumar Giri)
  * pa (A S Alam)
  * pl (Tomasz Dominikowski)
  * sl (Matej Urbančič)
  * sr (Горан Ракић)
  * ta (I. Felix)
  * te (Krishna Babu K)
  * uk (Maxim Dziumanenko)
  * zh_HK (Chao-Hsiung Liao)

===============
Version 2.27.92
===============
 Updated translations:
  * ar (Khaled Hosny)
  * be (Alexander Nyakhaychyk)
  * bg (Alexander Shopov)
  * bn (Maruf Ovee)
  * bn_IN (Runa Bhattacharjee)
  * cs (Adrian Guniš)
  * en_GB (Philip Withnall)
  * es (Jorge González)
  * et (Mattias Põldaru)
  * eu (Iñaki Larrañaga Murgoitio)
  * fi (Tommi Vainikainen)
  * fr (Claude Paroz)
  * gl (Antón Méixome)
  * gu (Sweta Kothari)
  * kn (Shankar Prasad)
  * nb (Kjartan Maraas)
  * or (Manoj Kumar Giri)
  * pl (Tomasz Dominikowski)
  * pt (Duarte Loreto)
  * pt_BR (Fábio Nogueira)
  * sv (Daniel Nylander)
  * ta (I. Felix)
  * te (Krishna Babu K)
  * zh_HK (Chao-Hsiung Liao)


===============
Version 2.27.90
===============
  * Fixes to idle detection (now works with gnome screensaver 2.27+)
  * return of the day view
  * UI layout fixes to match HIG
  * now it is possible to add more than one applet to panel without crashing

  Updated translations:
    * ee (Ivar Smolin)
    * gl (Antón Méixome)
    * es (Jorge González)
    * hu (Gabor Kelemen)
    * zh_HK (Chao-Hsiung Liao)
    * sv (Daniel Nylander)


===============
Version 2.27.5
===============
  * Better autocomplete
  * More skeptic on parsing time
  * Legend in overview is sized proportionally to screen size,
    allowing larger labels

  Updated translations:
    * be (Alexander Nyakhaychyk)
    * es (Jorge González)
    * pa (Amanpreet Singh Alam)

===============
Version 2.27.4
===============
  * Now it is possible to copy/paste activities in the overview
  * mostly polishing and bug fixing the new stuff brought in in 2.27 cycle

  Updated translations:
    * bn_IN (Runa Bhattacharjee)
    * es (Jorge González)
    * et (Ivar Smolin)
    * fr (Claude Paroz)
    * sv (Daniel Nylander)
    * uk (Maxim V. Dziumanenko)

===============
Version 2.27.3
===============
  * A much better DBUS support (Felix Ontanon)
  * Switch days at 5am because humans tend to work late. Overlapping activities
    fall in day where the largest part of it is (Patryk Zawadski)
  * Now you can enter negatives minutes to start an activity in past.
    Example "-30 cookies" will start activity "cookies" 30 minutes before now
  * TSV, XML and iCal export
  * Ability to filter task by date and category
  * Overview has been improved by adding some nifty statistics for your pleasure

  Updated translations:
    * ta.po (Dr.T.Vasudevan)

===============
Version 2.27.2
===============
  * Now a reminder is displayed every configured amount of time also when no
    activity is being tracked. (Can be disabled in preferences)
  * Allow to switch to same task if description differs
  * Activity edit icon in dropdown is now keyboard accessible
  * Start time and end time can be specified when typing in task.
       Example: 00:04 Hamster
  * slightly smarter autocomplete with category suggestions when after @ symbol
  * fixes to edit activity dialog's end time field

  Updated translations:
    * el.po (Jennie Petoumenou)
    * et.po (Ivar Smolin)
    * ta.po (Dr.T.vasudevan)
    * uk.po (Maxim V. Dziumanenko)
    * ca@valencia.po (Gil Forcada/Miquel Esplà)


===============
Version 2.27.1
===============
  * Overview window graphs have been redone and now are less noisy
  * Tasks now can span over midnight, showing correct per-day totals in overview
  * Add earlier activity / edit activity has been overhauled and now is much
    easier to use. An experimental preview has been added
  * In preferences UI buttons have been added for editing and deletion
  * Glade files have been migrated to gtkbuilder format
  * now it is possible to start overview and other windows straight from command
    line using "-s [stats|edit|prefs]" switch

  Updated translations:
    * ca.po (David Planella)
    * cs.po (Petr Kovář)
    * da.po (Ask Hjorth Larsen)
    * de.po (Hendrik Richter)
    * el.po (Kostas Papadimas)
    * en_GB.po (Philip Withnall)
    * et.po (Ivar Smolin)
    * fi.po (Ilkka Tuohela)
    * fr.po (Claude Paroz)
    * gl.po (Ignacio Casal Quinteiro)
    * he.po (Yair Hershkovitz)
    * kn.po (Shankar Prasad)
    * lt.po (Gintautas Miliauskas)
    * lv.po (Toms Bauģis)
    * nl.po (Wouter Bolsterlee)
    * or.po (Manoj Kuamr Giri)
    * pl.po (Łukasz Jernaś)
    * pt_BR.po (Vladimir Melo)
    * ro.po (Mișu Moldovan)
    * ru.po (Nickolay V. Shmyrev)
    * si.po (Danishka Navin)
    * sl.po (Matej Urban)
    * sv.po (Daniel Nylander)
    * tr.po (Baris Cicek)
    * zh_CN.po (Aron Xu)
2009-11-17 17:29:49 +00:00
wiz
63d1408598 Update to 2009r. Usual database updates. 2009-11-17 14:44:13 +00:00
wiz
9fec13e289 Update to 365:
363   b1834d30d148   2009-11-15 13:23 -0500   daniel
  Test for ability to load wx modules.

362   fd111da14ff6   2009-11-15 12:25 -0500   daniel
  Fixed bug in setting .etmrc in warn.py.

361   00231d230b15   2009-11-15 11:49 -0500   daniel
  Various tweaks. Added <space> as an alternative for agenda with defaults. Added left and right arrow keys for advancing list display.

360   8d3c64833383   2009-11-14 12:22 -0500   daniel
  Only show idnum when modifying, finishing, deleting and put it at the beginning of the title.

359   56ebf2ea51a9   2009-11-14 08:26 -0500   daniel
  Added hide/show details to prompt for a and l views.

358   18499745e590   2009-11-14 07:45 -0500   daniel
  Modified parsers to work with python 2.5.

357   38a4940db9af   2009-11-14 00:22 -0500   daniel
  Fixed bug in process_alerts when item_hash has no key for today.

356   0ed4d9044889   2009-11-13 17:55 -0500   daniel
  Various tweaks for error processing and display and for autorefreshing.

355   136c66eb7d8e   2009-11-13 15:48 -0500   daniel
  More get_next tweaks.

354   20fbcf85c401   2009-11-13 15:30 -0500   daniel
  Examples working. Fixes for get_next.

353   435f81e2df61   2009-11-12 16:07 -0500   daniel
  Fixed bug in setting 'D' for non-repeating tasks.

352   6aa0d75bc2cc   2009-11-12 14:08 -0500   daniel
  Ignore advance for agenda.

351   5b5286a669ac   2009-11-12 13:56 -0500   daniel
  Fixed bug in setting agenda title dates.

350   ed333a3bd2ca   2009-11-12 10:34 -0500   daniel
  Added new_project and open_project. Fixed bug in displaying D for repeated tasks.

349   e9b4825958d4   2009-11-11 17:32 -0500   daniel
  Help text tweaks. Various bug fixes. Adjusted print font size.

348   bfc100d71bd6   2009-11-11 14:17 -0500   daniel
  Made entry_bar an expando text ctrl. Added OnKillFocus to keep it from losing focus.

347   604cb5f728f1   2009-11-11 12:19 -0500   daniel
  Many tweaks. Details and Entry bars on separate lines.

346   1b2e1de580b5   2009-11-09 19:30 -0500   daniel
  Add new, edit and toggle finished seem to work.

345   092f7f4d366e   2009-11-05 14:45 -0500   daniel
  Fixed, simplified and cached shift period.

344   a7302c4f74bf   2009-11-05 12:13 -0500   daniel
  Big changes. All views work through show_view and results are cached!
2009-11-15 21:13:16 +00:00
seb
a074468d7d Update p5-MooseX-Types-DateTime-ButMaintained from version 0.09 to version 0.11.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.11 -- updated yaml, damn old version of M::I too
0.10 -- fixed bug with makefile brought up in rt
2009-11-11 14:38:25 +00:00
seb
ac9f5aa64b Update from version 0.5000 to version 0.5100 (upstream version 0.51)
Pkgsrc changes:
- Switch PERL5_MODULE_TYPE to Module::Build

Upstream changes:
0.51   2009-11-01
- Switched to Module::Build. To force a non-XS build, start the build
  process with "perl Build.PL --pp".
- POD-related tests are only run for the maintainer now.
- Fixed handling of negative years in CLDR formatting for "y" and "u"
  patterns. Note that the LDML spec says nothing about how this should work,
  so I took my best guess.
2009-11-11 09:12:56 +00:00
seb
ad9b43c991 Update p5-DateTime-TimeZone from version 0.99 to version 1.04.
Upstream changes:
1.04    2009-11-09
- This release is based on version 2009r of the Olson database. It includes
  changes for Antarctica.

1.03    2009-11-02
- This release is based on version 2009q of the Olson database. It includes
  historical changes for Hong Kong, updates for Syria, and a new zone,
  Asia/Novokuznetsk.

1.02    (I forgot to actually release this one)
- This release is based on version 2009p of the Olson database. The only
  changes in this release are for Argentina. This release should produce the
  same results as 1.01, but I did a new release just to keep up to date with
  the Olson versions.

1.01    2009-10-19
- This release is based on version 2009o of the Olson database. This release
  has changes for Pakistan and Bangladesh. In addition, I have also applied
  the Argentina patch again, as this has not been incorporated into the
  official Olson data yet.

- The t/04local.t test file will be skipped on HPUX, which is a very weird
  system. Suggested by Olivier Mengué. Fixes RT #50640.

- When installing this module on HPUX, it now adds DateTime::TimeZone::HPUX to
  its prereqs so you can determine the local time zone. Suggested by Olivier
  Mengué.

1.00    2009-10-17
- This release adds a patch from Debian (http://bugs.debian.org/551195) for
  Argentina. Argentina's idiotic government decided to change their DST rules
  with two days notice. Pointer to patch from Gregor Herrman. Fixes RT #50590.
2009-11-11 08:58:28 +00:00
wiz
a2336dad34 Update to 2009n. Time zone updates! 2009-10-31 03:07:11 +00:00
wiz
a1b3a63258 Update to 297:
Fixed bug in which bad list command would crash application.
2009-10-31 00:18:15 +00:00
drochner
3308ac3b2c PKGREVISION bump pkgs which are affected by the libgnome change
to leave out esound
2009-10-29 23:14:13 +00:00
drochner
a3b0ac1ef6 update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-26 09:58:51 +00:00
drochner
e7ac0a5767 make this build on NetBSD again 2009-10-21 18:08:10 +00:00
sno
46ddadca63 Updating time/p5-DateTime-TimeZone from 0.98 to 0.99
pkgsrc changes:
  - Increasing build dependency to current Module::Build

Upstream changes:
0.99    2009-09-28
- This release is based on version 2009n of the Olson database. This
  release has changes for Pakistan.
2009-10-17 14:33:35 +00:00
jakllsch
fa7298e443 Update xdaliclock to 2.30.
Reset MAINTAINER, per corespondence with nathanw.

Changes since 2.18:

    01-Sep-09 (v2.30)   OSX:
                        - Ported to Mac OS 10.6.
    15-Jul-09 (v2.29)   Palm WebOS:
                        - Palm's API changed; need to un-escape HTML.
    06-Jul-09 (v2.28)   Palm WebOS:
                        - Slight performance improvements.
                        OSX:
                        - A little more work on the unfinished iPhone port.
    27-Jun-09 (v2.27)   Palm WebOS:
                        - Cosmetic animation and preferences improvements.
                        - Factored out Javascript code so it can be used
                          stand-alone.
    26-Jun-09 (v2.26)   Palm WebOS:
                        - Initial port!
                        PalmOS "Classic":
                        - Eliminated a slight flicker during animation.
                        OSX:
                        - Initial incomplete, aborted attempt at iPhone port.
    12-Nov-07 (v2.25)   OSX:
                        - Added a Dali Clock dashboard widget.
    28-Apr-07 (v2.24)   OSX:
                        - Added a Dali Clock screen saver.
                        - Better application icon.
                        PalmOS:
                        - Fixed bug where the background colors of the digits
                          and of the rest of the window were slightly out of
                          sync.
                        - Don't draw while menubar is active.
                        - Display day-of-month in seconds-only mode.
                        - Color application icons.
    08-Jan-06 (v2.23)   OSX:
                        - prettier preferences panel.
                        PalmOS:
                        - smoother morphing;
                        - bigger "seconds only" font;
                        - color cycling on color devices.
                        X11:
                        - smoother morphing;
                        - better color cycling contrast;
                        - added three new, larger built-in fonts.
    02-Jan-06 (v2.22)   MacOS fixes:
                        - Coming out of full-screen mode no longer leaves
                          the window in a huge size if the title bar had
                          been turned off.
                        - Full screen mode hides the mouse pointer.
                        - ESC exits full screen mode.
                        - Build a universal binary (PPC and Intel).
                        - Added "Pin to desktop" preference.
                        - Minimize (Cmd-M) and Close (Cmd-W) work when
                          borderless or full screen.
    31-Dec-05 (v2.21)   Ported to MacOS X!
    07-Sep-03 (v2.20)   Updated "vroot.h" for compatibility with latest
                        xscreensaver (-root in Xinerama mode.)
                        Include various historical Macintosh predecessors in
                        the mac128/ subdirectory.
    11-Sep-02 (v2.19)   Added -window-id option, for use by xscreensaver-demo.
                        Handle exposure events in "-root -noseconds" mode.
                        Updated the PalmOS source to work with PalmOS SDK 4.0.
                        Fixed a dumb bug in the PalmOS preferences where you
                        couldn't set the FPS to exactly "10".
                        Updated make.com for VMS.
2009-10-16 20:26:04 +00:00
sno
415ea42c86 Updating time/p5-TimeDate from 1.17 to 1.19
Upstream changes:
1.19 -- Fri Sep 25 13:59:41 CDT 2009
  * Replace Date::Language::Hungarian with version from CPAN by Lee Goddard

1.18 -- Thu Sep 24 17:43:28 CDT 2009
  * RT#49963 Skip pre 1970 date tests on Win32
  * Added Date::Language::Hungarian (Konrad Lorinczi)
2009-10-11 08:11:55 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
d2fc404c05 Added time/p5-MooseX-Types-DateTimeX version 0.06 2009-09-20 10:47:19 +00:00
sno
e11c25319d Importing package for p5 module MooseX::Types::DateTimeX 0.06 to
time/p5-MooseX-Types-DateTimeX.

This module builds on MooseX::Types::DateTime to add additional custom
types and coercions. Since it builds on an existing type, all coercions
and constraints are inherited.

The package name is left as is for legacy reasons: this module is really a
Type with coercions for DateTimeX::Easy. DateTimeX is just a namespace
for non-core or less-official DateTime modules.
2009-09-20 10:46:35 +00:00
sno
99774f0804 Added time/p5-MooseX-Types-DateTime-ButMaintained version 0.09 2009-09-20 10:36:34 +00:00
sno
bddfedff32 Importing package for p5 module MooseX::Types::DateTime::ButMaintained 0.09
to time/p5-MooseX-Types-DateTime-ButMaintained as dependency of scheduled
import of package for MooseX::Types::DateTimeX.

This module packages several Moose::Util::TypeConstraints with coercions,
designed to work with the DateTime suite of objects.
2009-09-20 10:36:10 +00:00
sno
73ef9df901 Added time/p5-Olson-Abbreviations version 0.02 2009-09-20 10:27:49 +00:00
sno
7470f9b899 Importing p5 package for Olson::Abbreviations 0.02 to
time/p5-Olson-Abbreviations as dependency for scheduled import of p5
package for MooseX::Types::DateTime::ButMaintained.

This module should help with converting commonly used and often ambigious
olson abbreviations into TZ offset notation.
2009-09-20 10:27:17 +00:00
sno
8e6c3867d4 Updating time/p5-TimeDate from 1.16nb2 to 1.17
pkgsrc changes:
  - Adding homepage and license

Upstream changes:
1.17 -- Sat Sep 19 10:56:12 CDT 2009

Bugfixes
  * RT#45067: Date::Format with %z gives wrong results for half-hour timezones (Ernesto Hern'andez-Novich)
  * RT#48164: Date::Parse unable to set seconds correctly
  * RT#17396: Parse error for french date with 'mars' (march) as month

Documentation
  * Fixed documentation for %e in Date::Format
  * Update documentation to remove Date::Format->language

Enhancements
  * Add support for dates like Jul-13-1999 (Brett Warden)
  * Added Icelandic language (Tomas Edwardsson)
  * Added Romanian language (Doru Petrescu)
  * Added Russian language (Denis Poznyakov & Danil Pismenny)
  * Added Turkish language (Burak Gursoy)
  * Added Spanish language (Adrian Mugnolo)
  * Added Chinese language (Kang-min Liu)
  * Support parsing dates like 2002-02-26-10:37:21.141 as used by lpd
  * Support Z timezone when only the time is specified
  * Added METDST to Time::Zone
  * Added AKST/AKDT to Time::Zone
2009-09-19 23:25:45 +00:00
sno
9f484f3fd3 Updating time/p5-DateTime-Format-Natural from 0.78 to 0.79
pkgsrc changes:
  - reorder dependencies

Upstream changes:
0.79 Sat Sep 19 12:23:20 CEST 2009
 - Merged development version to stable.

0.78_03 Thu Sep 17 12:13:08 CEST 2009
 - Relocate the formatted string printing of result strings
   used within the tests to the Test class.

0.78_02 Mon Sep 14 17:18:40 CEST 2009
 - Add support for ranges representing the first and last day
   of a month or year. [rt #44067 - Michael Reddick]
 - Move the insertion code in parse_datetime_duration() to the
   Duration class and the checks to the english metadata class.
 - Quote for parsing failures with duration strings the entire
   input string instead of a partial date string.
 - Save and restore state for parse_datetime_duration().
 - Test compile-time loading of Duration.pm.

0.78_01 Tue Sep  1 15:51:59 CEST 2009
 - Set units at once within _check_date() when Date::Calc is
   not available and add a test. [rt #49326 - Clayton L. Scott]
2009-09-19 22:51:37 +00:00
reed
09b1351267 Updated xfce4-datetime-plugin to 0.6.1.
The following are the changes from the ChangeLog (since 0.5.0):

2008-11-19	Diego Ongaro <ongardie@gmail.com>

	* *: 0.6.1 release
	* panel-plugin/datetime.c: Made default font sizes equal for date and
	time
	* panel-plugin/datetime.c: Fix memory access after free

2008-07-02	Diego Ongaro <ongardie@gmail.com>

	* *: 0.6.0 release
	* panel-plugin/datetime.h: Disable tooltips for now (Bug #4141)

2008-06-27	Diego Ongaro <ongardie@gmail.com>

	* configure.in.in: Drop unused dependency on dbus, update maintainer
	email address.

2008-06-26	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c: Really fix Bug #4157 - update interval
	depends on both layout and formats.

2008-06-21	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c: Pulling code from Steve Tyler's
	Attachment #1697 in Bug #4145.
	  - Update tooltip at the top of the second (fixes Bug #4145).
	  - Only gsource_remove valid timeouts (Bug #4151), add pre-processor
	    if to the tooltips timeout.
	  - Fix Bug #4157 - updates occur once a second when datetime plugin
	    shows date only.
	* panel-plugin/datetime-dialog.c, panel-plugin/datetime.h: Change
	order of layout dropdown (Bug #4158)

2008-06-08	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime-dialog.c, panel-plugin/datetime.c: Changed
	default format to ISO 8601, added a new format, and added separators
	to the dropdowns.
	* panel-plugin/datetime-dialog.c: Attachment #1659 by Steve Tyler from
	Bug #4115, changing the way the date/time format dropdowns work.
	* panel-plugin/datetime-dialog.c: Moved message about the calendar's
	week starting on a day defined by the locale to the wiki (Bug #4123)
	* panel-plugin/datetime.{c,h}: Fix Bug #4110: time is not updated in
	tooltip while it is displayed.
	* panel-plugin/datetime.{c,h}, panel-plugin/datetime-dialog.c: New
	tooltips implementation (only enabled on GTK >= 2.12).

2008-06-03	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime-dialog.c: Add help button that opens web site
	(Bug #4099). Thanks to Nick Schermer's r2263 of the
	xfce4-battery-plugin.

2008-05-31	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c: Steve Tyler's updated comments, etc (Bug #4117)

2008-05-29	Diego Ongaro <ongardie@gmail.com>

	* panl-plugin/datetime.{c,h}: Update on the top of every second or
	minute and no more (Bug #4119, based on patch by Steve Tyler)
	* panel-plugin/datetime.c: Always update every second when seconds are
	shown (Bug #4117)

2008-05-27	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c: "Fix tooltip hiding" uses gtk2.12 function,
	  put preprocessor #if around it
	* {,po/}ChangeLog, panel-plugin/*.{c,h}: formatting

2008-05-21	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c:
	  - Remove date input (Bug #4023)
	  - Fix tooltip hiding

2008-05-18	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime-dialog.c: Missing static keywords

2008-05-17	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime-dialog.c:
	  - translate strings in combo boxes
	* panel-plugin/datetime.c:
	  - Use GtkToggleButton in panel (Bug #3456)
	  - handle delete event on popup calendar (patch from Mike Massonet)
	  - show popup calendar on all workspaces (patch from Mike Massonet)
	  - allow ctrl-click on plugin (patch from Mike Massonet)

2008-05-02	Diego Ongaro <ongardie@gmail.com>

	* panel-plugin/datetime.c:
	  - fix memory leak with double-g_strdup of setting strings
	  - handle NULL from xfce_rc_simple_open,
	* panel-plugin/datetime.h: Use GtkTooltips type (fixes build)

2007-04-07	Remco den Breeje <remco@sx.mine.nu>

	* panel-plugin/datetime.{c,h},
	* panel-plugin/datetime-dialog.c: Enable tooltips. Based
	on a patch by Laurent Meunier <meunier.laurent@laposte.net> (#3073)

2007-04-02	Remco den Breeje <remco@sx.mine.nu>

	* THANKS: added contributors
	* panel-plugin/datetime.c: Fix incorrect display when panel starts (#3062)

2007-03-02	Remco den Breeje <remco@sx.mine.nu>

	* THANKS: added contributors
	* LINGUAS,uk.po: Add Ukrainian translations by LuckAs <luckas_fb@mail.ru>
2009-09-16 02:25:34 +00:00
reed
354ef99abf Remove include of the xfce4-dev-tools buildlink.
It is only needed for building Xfce4 from SVN repo.

No need to bump versions as this is a "build" dependency.
2009-09-16 01:31:12 +00:00
reed
998c2601fe Upgrading Xfce to 4.6.1.
This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.

The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0

Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)
2009-09-16 01:15:32 +00:00
sno
279ddacb07 Updating time/p5-DateTime-Locale from 0.43 to 0.44
pkgsrc changes:
  - Adjust dependencies

Upstream changes:
0.44   2009-09-12
- All methods which return strftime-style patterns are officially deprecated
  (and have been a little broken for some time, regardless). This includes all
  date and time format methods ending in "_format".

- Other deprecated methods include:
  date_parts_order, date_before_time
  era, eras
  month_name, month_abbreviation, month_narrow
  month_names, month_abbreviations, month_narrows
  day_name, day_abbreviation, day_narrow
  day_names, day_abbreviations, day_narrows
  quarter_name, quarter_abbreviation, quarter_narrow
  quarter_names, quarter_abbreviations
  am_pm, am_pms
  era_name, era_abbreviation
  era_narrow, era_names, era_abbreviations

- All of these deprecated methods will eventually be removed. If you are using
  them directly, please change your code.

- Converted data files in tools/t/test-data to Unix line endings. This works
  around a bug in Module::Signature. Reported by Zefram. RT #49085.

- Require Params::Validate 0.91, since 0.89 caused test failures for
  someone. Reported by Jeremy Hetzler. RT #41365.
2009-09-13 11:33:03 +00:00
sno
1a37396717 Updating time/p5-MooseX-Types-DateTime from 0.04 to 0.05
pkgsrc changes:
  - Adjusting dependencies according to META.yml and source inspection

Upstream changes since 0.03:
0.05
		- Merged the two 0.04 releases

0.04 (NUFFIN)
        - Remove DateTimeX::Easy support, this is in its own distribution now

0.04 (FLORA)
        - Depend on DateTime::TimeZone 0.95 to avoid test failures due to
          broken, older versions.
2009-09-12 21:02:30 +00:00
sno
bb7b160c6f Updating time/p5-DateTime-TimeZone from 0.96 to 0.98
pkgsrc changes:
  - Adding build depend for Module::Build 0.34.02.01

Upstream changes:
0.98    2009-09-11
- Fixes for Win32 time zones. Added handling for new Windows time zones,
  thanks to Jim Brunette. This should fix test failures on some Win32 systems.

0.97    2009-09-08
- This release is based on version 2009m of the Olson database. This
  release has changes for Samoa and Palestine.
2009-09-12 20:54:44 +00:00
wiz
e171902c1a Update to 296:
Delete leading zero from time in say_alert when use_ampm is true.
Convert !YYYY! in title to 'years since', e.g., in 2009, !1978!
would be converted to '32nd'.
2009-09-09 09:18:38 +00:00
asau
ac6e97c167 Licensed under GNU GPL v.2 2009-09-02 12:37:10 +00:00
wiz
5ce5fb991e Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
wiz
ff11ffb190 Update to 294:
294
  Fixed bug in which unicode strings in caledar output would not
  be displayed properly.

293
  Fixed bug in repetitions with overdue = s in which a task more
  than one repetition past due resulted in an endless loop.

292
  Fixed gui bug in which pressing F1 after p would crash. Also bug
  involving single = signs in data.py year2string().

291
  Fixed weather.py to only show chill when different than temp and
  to only show calm when wind speed is zero.
2009-08-31 09:05:59 +00:00
wiz
d22cfd552e Convert to user-destdir. 2009-08-29 12:30:30 +00:00
sno
ae239f2d77 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
sno
00651bd374 Updating package time/p5-MooseX-Types-DateTime from 0.03 to 0.04
pkgsrc changes:
  - Adding license (perl license)
  - Ajusting dependencies according to META.yml

Upstream changes:
0.04
        - Depend on DateTime::TimeZone 0.95 to avoid test failures due to
          broken, older versions.
2009-08-19 06:19:12 +00:00
sno
bfd25a1bfa Updating package time/p5-DateTime-TimeZone from 0.93 to 0.96
Upstream changes:
0.96    2009-08-18
- A $SIG{__DIE__} related test in 04local.t behaved differently on different
  platforms. The test has been narrowed so that it should work the same on all
  platforms. Reported by Jens Rehsack.

0.95    2009-08-18
- Attempting to load an invalid Olson-style name like "Bad/Name" did throw an
  error since 0.92. Reported by Florian Ragwitz.
- Localized $SIG{__DIE__} for every eval.


0.94    2009-08-17
- This release is based on version 2009j of the Olson database. This
  release has changes for Egypt.
- Localize $SIG{__DIE__} in DateTime::TimeZone::Local, so errors in evals done
  by that module are not seen by existing __DIE__ handlers. Based on a patch
  from Jim. RT #48567.
2009-08-19 05:10:29 +00:00
wiz
7a9eecb86c + ical2rem. 2009-08-15 14:31:41 +00:00
wiz
cbc466c2b8 Initial import of ical2rem-0.5.2:
Reads iCal files and outputs remind-compatible files. Tested ONLY
with calendar files created by Mozilla Calendar/Sunbird. Use at
your own risk.
2009-08-15 14:31:07 +00:00
wiz
63dd8aa742 Update to 2009j. Usual timezone updates, I guess. 2009-08-09 21:48:52 +00:00
sno
e857877b8c Updating package for p5 module DateTime::Format::Natural from 0.77 to 0.78
pkgsrc changes:
  - Fixing dependency from time/p5-Date-Calc to devel/p5-Date-Calc

Upstream changes:
0.78 Fri Aug  7 11:32:31 CEST 2009
 - Merged development version to stable.

0.77_01 Thu Jun 25 16:00:27 CEST 2009
 - Add a handful of new formats. [rt #43468 - Clayton L. Scott]
 - Don't eventually try to guess the century.
 - Introduce and use a class for common test routines.
 - Test compile-time loading of Test.pm.
 - Rename the misnamed 'hour' metadata option to 'hours'.
 - _daytime() does not use the 'hours' metadata option when
   it is set and hence remove such existing entries.
 - For base methods which use the 'hours' metadata option,
   assume a zero when no value is provided.
2009-08-09 07:31:59 +00:00
wiz
28c66350f8 Update to 2.26.3:
Applet
   * utf-8 fixes in graphs and autocomplete (bug 585420 and bug 583851)

 Updated translations
   * bn_IN (Runa Bhattacharjee)
   * ca@valencia (Gil Forcada)
   * uk (Maxim V. Dziumanenko)
2009-08-08 23:57:39 +00:00
wiz
49bbc9bcc0 Update to 290:
Added 'none' as keyword/context group when no keyword/context is provided.
  Fixed allignment for 24 hour bug.
  Fixed bug in which last time digit in 24hour time would be deleted.
  Fixed begin/end date bug in timereport.
2009-08-08 16:15:19 +00:00
tnn
e9eedcc60e remove time/p5-Date-Calc, duplicate of devel/p5-Date-Calc 2009-08-08 06:22:34 +00:00
drochner
0503b52fd6 fix a whacky calendar calculation: UTC cannot have DST
bump PKGREVISION
2009-08-05 17:14:47 +00:00
wiz
1506549968 Update to 3.1.7, set LICENSE.
Wherever you could write "day Mon year", the parser now accepts
"YYYY-MM-DD". A new slide() built-in function eases creation of
some complicated reminders.
2009-07-22 13:00:45 +00:00
wiz
f04bb52d82 Remove empty PLIST. 2009-07-22 09:34:54 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
sno
09fe54ebd9 Updating package for p5 module DateTime::TimeZone from 0.91 to 0.93
Upstream changes:
0.93    2009-07-20

- This release is based on version 2009j of the Olson database. This
  release has changes for Bangladesh and Mauritius.


0.92    2009-06-17

- This release is based on version 2009j of the Olson database. This
  release has changes for Bangladesh.

  I skipped the 2009i because I was confused about how to handle the
  weird rules for Bangladesh (which has a change _to_ DST without any
  future change _from_ DST, but that's governments for you).

- Made sure to local-ize $@ before any eval, to prevent errors
  accidentally propogating out to your code.
2009-07-21 22:20:30 +00:00
sno
8735fe4640 pkgsrc changes:
- Updating package for p5 module DateTime::Set from 0.27 to 0.28
  - Setting license to ${PERL5_LICENSE} according to module POD

Upstream changes:
0.28   2009-07-19
- optimized DateTime::Set->as_list().
  This works around a segfault reported by Nils Grunwald.
2009-07-21 22:16:46 +00:00
sno
61ef887004 pkgsrc changes:
- Updating package for p5 module Data::ICal from 0.15 to 0.16
  - Setting Module::Install as module type
  - Adjusting license to perl license

Upstream changes:
0.16
    * Use \r\n as the newline character, per RFC 3445
    * Escaping of \ was being done incorrectly, and tested incorrectly
    * Remove a useless and incorrect "escape code"
    * Mention Data::ICal::DateTime (patch from Mark Stosberg)
    * Update copyright
    * POD cleanup
    * Update README from POD
    * POD nits; mostly reflowing and whitespace fixes
    * Perltidy
2009-07-19 10:45:19 +00:00
sno
a46f559248 pkgsrc changes:
- Updating package for p5 module DateTime::Format::Strptime from 1.0901
    to 1.1000
  - Adjusting license

Upstream changes:
1.1000 2009-07-13 -- Regex Pattern
	- If the pattern you pass in is a regular expression, that will be honored.
	- Changed the locale tests to use require the latest version of Locale until the target stops moving.
2009-07-18 22:00:08 +00:00
hasso
fe14dfe43f Needs msgfmt. 2009-07-17 18:11:24 +00:00
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
joerg
d4a50a2966 Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python
sources in a directory (tree) in pversion.mk. Adjust the various places
that called it locally.
2009-07-08 13:55:58 +00:00
sno
3688e12168 Added time/p5-Template-Plugin-DateTime version 0.06.001 2009-07-08 12:54:57 +00:00
sno
6e763e36f2 Importing package for p5 module Template::Plugin::DateTime version 0.06.001
A Template Plugin To Use DateTime Objects.
2009-07-08 12:53:53 +00:00
sno
35cec1175d Updating package for p5 module DateTime::Locale from 0.42 to 0.43 and
set license to ${PERL5_LICENSE} according to META.yml

Upstream changes:
0.43   2009-06-30

- Based on CLDR 1.7.1, which includes support for several new
  languages, as well as lots of changes.
2009-07-08 07:40:45 +00:00
sno
4e2a575977 Updating package for p5 module DateTime::Format::Pg from 0.16003 to 0.16004
Set license to ${PERL5_LICENSE} according to META.yml

Upstream changes:
0.16004  Mon Jul 06 12:00:00 2009
    - Ship with proper META.yml (rt #47604)
2009-07-08 07:33:27 +00:00
joerg
1cb581b931 user-destdir support 2009-07-07 20:25:27 +00:00
joerg
c1bf38d403 user-destdir support 2009-07-07 20:21:37 +00:00
joerg
68a7b2fffb user-destdir support 2009-07-07 20:10:32 +00:00
joerg
d8fa278198 user-destdir support 2009-07-07 20:07:00 +00:00
joerg
669b52f070 user-destdir support 2009-07-07 20:04:17 +00:00
joerg
4fd04e3cb8 user-destdir support 2009-07-07 20:00:27 +00:00
joerg
fcd364d33c user-destdir support 2009-07-07 19:55:43 +00:00
joerg
9139f52251 user-destdir support 2009-07-07 19:46:23 +00:00
sno
d4947c1238 Added time/p5-Time-Format_XS version 1.03 2009-07-07 19:35:54 +00:00
sno
e7c0885036 Importing package for p5 module Time::Format_XS to get some speed up into
Time::Format.

Time::Format_XS, provides a huge performance improvement for the main
formatting function in Time::Format. This is the time_format function,
usually accessed via the %time hash.
2009-07-07 19:34:30 +00:00
sno
a6043baeb1 pkgsrc changes:
- updating package of p5 module Time::Format from 1.09 to 1.11
  - Adjusting depencencies according to META.yml (and Module::Corelist)

Upstream changes:
1.11  2009 June 18
        - Fix error in the new test (past.t) for v1.10!
        - Rearrange eval's throughout test code to rely on $@ less.

1.10  2009 June 17
        - Bug fix: Did not trim leading zero off the am/pm hour (H
          code) if the argument was a DateTime.  Thanks to Coke Coleda
          for spotting this.
2009-07-07 19:31:48 +00:00
sno
11057f7fb9 pkgsrc changes:
- Updating package for p5 module of Time::Piece from 1.14 to 1.15
  - Correcting license (see module documentation)

Upstream changes:
1.15
    - Skip a test on Win32 that there's just no way of passing
    - Document the above failure
2009-07-07 19:27:57 +00:00
sno
fdb8fb4365 Added time/p5-DateTime-Calendar-Mayan version 0.06.01 2009-07-07 18:40:17 +00:00
sno
748c965804 Importing package for p5 module DateTime-Calendar-Mayan-0.0601 as test
dependency in scheduled update of devel/p5-Moose-0.87

An implementation of the Mayan Long Count, Haab, and Tzolkin calendars as
defined in "Calendrical Calculations The Millennium Edition".
2009-07-07 18:39:02 +00:00
sno
b27bf65b92 Added time/p5-DateTime-Format-SQLite version 0.10 2009-07-07 17:47:47 +00:00
sno
e0e78f0d52 Importing package for p5 module DateTime::Format::SQLite 0.10 as dependency
of scheduled updates of DBIx::Class plugins.

This module understands the formats used by SQLite for its date, datetime
and time functions. It can be used to parse these formats in order to
create DateTime objects, and it can take a DateTime object and produce
a timestring accepted by SQLite.
2009-07-07 17:45:42 +00:00
joerg
70143a067e with is a reserved word for Python 2.6, so avoid it. 2009-07-06 21:42:38 +00:00
he
316668dcda Update from version 0.9 to 0.9nb1.
Pkgsrc changes:
 o For the benefit of 64-bit strict alignment archs using gcc, such
   as NetBSD/sparc64, ensure that the specially crafted double values
   are properly aligned.  Thanks to martin@ for pointing to the problem.

   This should stop regxpcom from dropping core on NetBSD/sparc64.

OK'ed by wiz@
2009-06-19 11:25:15 +00:00
sno
ac3f11d712 pkgsrc changes:
- Updating package of p5 module DateTime::Format::Natural from 0.76 to
    0.77
  - Adjusting license according to META.yaml

Upstream changes:
0.77 Sun Jun 14 20:46:53 CEST 2009
 - Merged development version to stable.

0.76_04 Sat Jun 13 14:04:21 CEST 2009
 - Remove comment in code about the legacy debug option.
 - Use '\s+' instead of the ambiguous ' ' as token split pattern.
 - Add some whitespace to the regexp which recognizes additional
   tokens for formatted dates.

0.76_03 Wed Jun 10 11:50:42 CEST 2009
 - The current "now" can be overridden through the 'datetime'
   option. [rt #45127 - Giovanni Pensa]
 - parse_datetime_duration() handles durations where the second
   part is relative to the first one. [rt #45127 - Giovanni Pensa]
 - New supported relative duration: for <count> <unit>.
   [rt #45127 - Giovanni Pensa]

0.76_02 Sat Jun  6 13:24:58 CEST 2009
 - When using prefer_future, also allow for weekdays combined with
   the time of day to be parsed correctly. [rt #46689 - Jason May]
 - New supported format: <weekday> <time>. [rt #46689 - Jason May]

0.76_01 Mon Jun  1 21:34:06 CEST 2009
 - Change in default behavior: Use DateTime's truncate method
   to reset time components. Inspired by [rt #43468 - Clayton
   L. Scott] and suggestions from others.
2009-06-15 23:23:43 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
75fc561a65 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
sno
e665a2855e pkgsrc changes:
- Updating package of p5 module DateTime::Format::Flexible from 0.08
    to 0.09
  - Adjusting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.09 Sun May 24 22:00:00 2009
   - add a real copyright for Debian packaging
   - fix parsing a bare 4 digit year. (thanks Dominic Rose, rt #46278)
2009-06-14 20:19:24 +00:00
sno
b1f550f757 pkgsrc changes:
- Updating package of p5 module DateTime::TimeZone from 0.90 to 0.91
  - Adjusting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.91    2009-05-26
- This release is based on version 2009h of the Olson database. This
  release has no user-visible changes, but I like to follow along
  anyway.
2009-06-14 20:14:49 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
rillig
61c7cf362d Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
abs
fcebe12b0c update to use the new Module::Install infrastructure 2009-06-11 12:06:10 +00:00
minskim
f584df7282 Update ruby-tzinfo to 0.3.13.
Changes:
* Updated to tzdata version 2009f
  (http://article.gmane.org/gmane.comp.time.tz/2668).
* Untaint the timezone module filename after validation to allow use
  with $SAFE == 1 (e.g. under mod_ruby). Thanks to Dmitry Borodaenko
  for the suggestion. Closes #25349.
2009-06-10 22:00:28 +00:00
abs
fc89b69155 p5-Time and p5-Time-modules are the same package - keep p5-Time-module as
thats (minus the p5-) is the official name on CPAN
http://cpansearch.perl.org/src/MUIR/Time-modules-2006.0814/META.yml
2009-06-09 17:36:21 +00:00
wiz
6365faf96a Update to 286:
Removed curses from package and added textpad26.py. Loaded as
  textpad if python version < 2.6 to fix the overwrite bug earlier
  versions of curses.

  Test release. Include curses 2.2 in package to fix overwrite bug
  in textpad.

  Fixed bug introduced into locale.

  Exploring issue with etmwarn.

  Another Windows fix. Use os.rename() instead of os.system("mv ").

  Another attempt to get locale right.

  More locale work for Windows XP.

  Removed 'locale' settings which didn't work under Windows.

  Fixed bug in setting default paths under Windows.

  Major clarification effort. Agenda -> Soon, journal entry ->
  action. Reworked docs and added ability to delete (internally)
  an item.

  Replaced calls to external editor for modifying entries with an
  internal process similar to that used for creating entries. Moved
  creation and editing of remind events into new_entry and edit_entry,
  respectively.

  Fixed bug in @o s with @b > 0.
2009-06-06 21:56:14 +00:00
hasso
6be0cd11c9 Make it link. 2009-06-04 13:50:59 +00:00
tron
293261a8c8 Remove Mac OS X resource files and extracting the sources and don't
list them in the package list. This avoids package list problems
under Mac OS X and saves disk space on other platforms.
2009-05-31 17:02:24 +00:00
tron
0b73d4cdf1 Add and enable "py-parsedatetime" package. 2009-05-31 16:52:43 +00:00
tron
523469e3a1 Import new "py-parsedatetime" package:
A collection of routines to input, parse and manipulate date and times.
The text can either be 'normal' date values or it can be human readable.
2009-05-31 16:51:37 +00:00
zafer
ae12a91e58 update master site. fetch from freebsd. 2009-05-30 01:35:45 +00:00
zafer
aef7f0997f update master site and distname. 2009-05-30 01:32:50 +00:00
zafer
145104482d update master site. 2009-05-30 00:58:30 +00:00
zafer
4087c9e228 update master site. fetch from freebsd. 2009-05-30 00:56:11 +00:00
zafer
e1e7d10057 update master site. 2009-05-30 00:53:53 +00:00
zafer
575e1d791f update master site. service has been suspended. 2009-05-30 00:47:22 +00:00
zafer
48eb9e2b92 update master site and homepage. use www instead of www2 2009-05-30 00:38:24 +00:00
zafer
f7c1c6e0f1 update master site. 2009-05-30 00:24:00 +00:00
zafer
65a6badf0f update master site. remove dead mirrors. 2009-05-30 00:20:42 +00:00
he
65884b8764 Update from version 0.3.1 to 0.9.
Reviewed and tested by wiz@.

Pkgsrc changes:
 o Adapt the large set of diffs to the new version.
 o Depend directly on cairo and turn off the use of the ancient
   version of cairo embedded in the distribution.  (Caused build
   failures with a newer cairo installed from pkgsrc.)

Upstream changes:

What's New in Sunbird 0.9
- - - - - - - - - - - - -

Sunbird 0.9 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.

The following features have been added to Sunbird 0.9:

    * Events spanning days now have a visual indicator indicating
      them as connected events
    * When reloading a remote calendar a progress indicator is now shown
    * The so-called "minimonth" (small calendar month in the upper
      left) has been given a visual overhaul
    * The calendar views (day, week, multiweek, month) have been
      given a visual overhaul
    * CalDAV support and interoperability with various CalDAV
      servers has been improved
    * The application stability and memory consumption has been
      greatly improved
    * A full list of changes that have gone into this release can
      be found on The Rumbling Edge website at
      http://www.rumblingedge.com/2008/09/21/sunbird-09-released/

Release Date: September 23, 2008

What's New in Sunbird 0.8
- - - - - - - - - - - - -

Sunbird 0.8 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.

The following features have been added to Sunbird 0.8:

    * A new icon set which matches more closely the icon style of
      other mozilla applications
    * Category colors are now shown next to an event box, giving
      users a much better overview of their differently categorized
      events
    * Events with alarms now have a visual indicator showing an alarm bell
    * A totally overhauled alarm dialog
    * Sunbird now recognizes the timezone definitions in .ics files
      created by other applications. This fixes the longstanding
      issue of Sunbird miscalculating the date or time of events
      contained in those files
    * The timezone guessing has been significantly improved
    * Sunbird now contains experimental support for viewing remote
      calendars offline. This feature has known bugs and is included
      for testing purposes only
    * Sunbird contains several performance fixes, which should
      improve working with larger calendar files
    * You can now define for each of your calendars, whether you
      want to be notified of alarms for events in these calendars or
      not
    * A full list of changes that have gone into this release can
      be found on The Rumbling Edge website at
      http://weblogs.mozillazine.org/rumblingedge/archives/2007/11/sb_0-8.html

Release Date: April 04, 2008

What's New in Mozilla Sunbird (R) 0.7
- - - - - - - - - - - - - - - - - - -

Mozilla Sunbird 0.7 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.

    * A redesigned event/task dialog has been enabled to gather
      feedback from the community. It offers a much cleaner user
      interface and additional functionality including:
          o Events/Tasks can be created in different timezones
          o Integrated display of recurrence patterns, reminders
          o Custom recurrences and reminders
          o Clear separation between tasks and events
    * The new event summary dialog lists all the details of tasks
      and events for calendar which are read-only.
    * Colliding events (events in the same time slot) are shrunk
      so that they fit into the display of a day. This no longer
      affects other events on the same day.
    * Localized releases of Sunbird in Chinese (simplified),
      Georgian, Lithuanian, Portuguese (European), Spanish (Argentina)
      and Turkish
    * A full list of changes that have gone into this release can
      be found on The Rumbling Edge website at
      http://weblogs.mozillazine.org/rumblingedge/archives/2007/07/sb_0-7.html

Release Date: October 25, 2007

What's New in Mozilla Sunbird (R) 0.5
- - - - - - - - - - - - - - - - - - -

Mozilla Sunbird 0.5 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.

    * Much more polished user interface in the calendar views
    * Working hours are back
    * Automatic migration of data in Sunbird 0.2, iCal.app, and Evolution
    * Much improved printing functionality
    * Support for Google Calendar (via the Google Calendar Provider extension)
    * Vastly improved reliability
    * Many performance improvements
    * Many usability improvements
    * A full list of changes that have gone into this release can
      be found on The Rumbling Edge weblog at
      http://weblogs.mozillazine.org/rumblingedge/archives/2006/12/sb_0-5.html

Release Date: June 27, 2007
2009-05-29 13:22:11 +00:00
wiz
6696ae2a05 Update to 274:
Fixed starting date in agenda view.

  Added ability in list view showing DAYS days to scroll forward
  to show the next DAYS days or backwards to show the previous DAYS
  days.

  Fixed 'p' bug in new_project. Improved examples and added -r
  switch for make_egs.py to restore the eg directory to its original
  state and prevent examples from being displayed.
2009-05-27 16:21:30 +00:00
wiz
918c87e06d Update to 271:
Trap attempts to toggle completion off for repeated tasks. Combine
  information notices to one screen on startup. Documentation tweaks
  both internal and on-line.
2009-05-26 09:23:01 +00:00
wiz
c05cdea5b8 Update to 270:
Added test suite and FAQ.
  Only show the first unfinished repetition with @o r.
  new_entry with repetitions now resets @d to the first date from
  the recurrence rule that falls on or after the provided value of
  @d. This provides a handy check on the recurrence rule by giving
  the first date satisfying the rule.
  new_entry with repetitions now sets @d to the first date from
  the recurrence rule if the provided value is sooner than the
  first date.
  Caught and fixed subtle bug in repetitons.
  Still more documentation tweaks.
  More documentation corrections.
  Corrected documentation errors.
  Improved check for missing or bad project line.
  Added check for missing project line.
  Added check for missing title.
  Fixed another bug in process_reps involving setting duedate.
  Fixed bug setting interval in process_reps.
  Factored repeated stuff out of process_file and new_entry into
  process_reps. This means checks for repeated entries apply both
  to files and new entries.
  Show alert confirming export in iCal format and showing full ics
  file path.
2009-05-25 12:10:03 +00:00
zafer
1ec8d4404a update mirror. 2009-05-22 18:03:30 +00:00
wiz
936b30f497 Update to 255:
Fixed bug in calling getsunmoon.

  Cleaned up extraneous comments.

  Catch alerts without a starting time. Display alerts regarding
  automatic resets in a manner similar to errors.

  Added traps for providing bad file numbers at prompts.

  Second pass at better error trapping. Content checks date(s),
  time, integer(s), presence of @s when @e is given and, when both
  are given, that @s < @e.

  First step to improved error trapping for problematic data files.
  Added check_hash to check for required fields, unknown fields
  and suitable content. Display errors nicely formatted by file
  and line number and write messages to ~/.etmerrors.
2009-05-21 20:15:22 +00:00
sno
bbef6a64bd pkgsrc changes:
- Updating package for p5 module DateTime::Format::ISO8601 from 0.0403nb1
    to 0.0600
  - Setting gnu-gpl-v2 as license
  - Adding some recommended build dependencies

Upstream changes:
0.06 Tue Apr 10 15:17:34 HST 2007
    - add Test::Distribution tests
    - merge rel_0_04_FIXES branch -- fixing the major regressions introduced
      in 0.05

0.05 Tue Mar 27 11:25:42 HST 2007
    - disable a test that may fail depending on the localtime date
2009-05-21 14:17:27 +00:00
sno
e954eb12b9 pkgsrc changes:
- Updating package for p5 module Data::ICal from 0.13nb1 to 0.15
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies according to META.yml

Upstream changes:
0.15
    * Escaping fixes
0.14
    * No longer explodes if your .ics file lacks a VERSION property
    * Perl 5.11 adds additional strictures. Patch from ANDK to deal [rt.cpan.org #34717]
2009-05-21 14:06:55 +00:00
sno
8aab745e78 pkgsrc changes:
- Updating package for p5 module DateTimeX::Easy from 0.085 to 0.087
  - Setting gnu-gpl-v2 as license

Upstream changes:
0.087:
    - TODO'd some tests that were breaking because of time zone weirdness
    - The previous entry is an example of gooder english!

0.086
    - Treat a 4 digit number as a year... Format::Flexible changed on how it interpreted them
2009-05-21 13:57:55 +00:00
sno
97296c3cc8 pkgsrc changes:
- Updating package for p5 module Time::Progress from 1.3 to 1.5
  - Setting license to gnu-gpl-v2

Upstream changes:
1.5   Wed Feb  6 2009
  - %LlEe formats can take optional width (%10e for example)

1.4   Wed Feb  4 2009
  - relicensed under same terms as Perl (i.e. incl. Artistic)
2009-05-21 13:46:54 +00:00
wiz
d85fefd907 Update to 2.0.1, prodded by Daniel A Graham, and include a portability
patch for Python 2.6 by him.

iCalendar 2.0.1 (2008-07-11)
============================

API Changes:

* EXDATE and RDATE now returns a vDDDLists object, which contains a list
  of vDDDTypes objects. This is do that EXDATE and RDATE can contain
  lists of dates, as per RFC.

  ***Note!***: This change is incompatible with earlier behavior, so if you
  handle EXDATE and RDATE you will need to update your code.

* When createing a vDuration of -5 hours (which in itself is nonsensical),
  the ical output of that was -P1DT19H, which is correct, but ugly. Now
  it's '-PT5H', which is prettier.

* Made the tests run under Python 2.5+

* Renamed the UTC class to Utc, so it would not clash with the UTC object,
  since that rendered the UTC object unpicklable.
2009-05-20 13:38:47 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
sno
fa9ec481e4 pkgsrc changes:
- updating package for p5 module Time::Piece from 1.13nb1 to 1.14
  - setting gnu-gpl-v2 as license

upstream changes:
1.14
	- rework add_months() to not rely on strptime being able to parse illegal
	  dates (Gisle Aas).
        - Various win32 TZ fixes from p5p core perl version
2009-05-19 23:27:34 +00:00
sno
02da63c714 pkgsrc changes:
- Adjusting dependencies according to META.yml as result of wrong
    assumption (see RT #46160)
  - Setting license to gnu-gpl-v2
2009-05-19 21:29:55 +00:00
wiz
8796fb7448 Update to 2.26.2:
===============
Version 2.26.2
===============

 Applet
   * fix utf-8 problems when switching activity by double-clicking
   * allow to switch to same activity, if description is provided
   * now the edit icon in drop-down window is keyboard-accessible
   * re-enabled evolution task import since the problem has been fixed
   * do not round to days in reports (because of 24h/8h day ambiguity)
   * fix a rare bug that get's rid of activity in midnight

 Updated translations
   * te (Krishna Babu K)
   * et (Ivar Smolin)
   * es (Juanje Ojeda Croissier)
   * zh_CN (Ray Wang)
   * kn (Shankar Prasad)
   * gl (Suso Baleato)
   * ar (Djihed Afifi)
2009-05-19 14:36:20 +00:00
wiz
a54aec2450 Add py-icalendar dependency. Ride update from a few minutes ago. 2009-05-19 09:28:51 +00:00
wiz
95bd898b56 + py-icalendar. 2009-05-19 09:20:15 +00:00
wiz
dd85ce977b Initial import of py-icalendar, packaged for pkgsrc-wip by mj_turner
with changed by jihbed.

The iCalendar package is a parser/generator of iCalendar files for
use with Python. It follows the RFC 2445 (iCalendar) specification

The package can both generate and parse iCalendar files, and can
easily be used as is.

The aim is to make a package that is fully compliant to RFC 2445,
well designed, simple to use and well documented.
2009-05-19 09:19:45 +00:00