Commit graph

1037 commits

Author SHA1 Message Date
wiz
b861398a54 Update to 2.26.0:
===============
Version 2.26.0
===============
 Applet - changes
   * Final fixes to utf-8 and Python 2.6 sqlite

 Updated translations
   * as (Amitakhya Phukan)
   * ca (David Planella)
   * de (Hendrik Richter)
   * el (Jennie Petoumenou)
   * gu (Ankit Patel)
   * ja (Takeshi AIHANA)
   * lt (Gintautas Miliauskas)
   * mr (Sandeep Shedmake)
   * pa (Amanpreet Singh Alam)
   * ro (Adi Roiban)
   * ru (Yuriy Penkin)
   * ta (I. Felix)
   * te (Krishna Babu K)

===============
Version 2.25.92
===============
 Applet - changes
    * Fixed problems with utf-8 and Python 2.6 sqlite
    * Escaping user input so they don't break UI where pango is used
    * Stop tracking on shutdown was ignoring user preference

  Updated translations
    * cs (Adrian Gunis)
    * en_GB (Philip Withnall)
    * fi (Timo Jyrinki)
    * fr (Claude Paroz)
    * he (Yair Hershkovitz)
    * it (Milo Casagrande)
    * ko (Changwoo Ryu)
    * or (Arun Mohapatra)
    * pt (Duarte Loreto)
    * pt_BR (Vladimir Melo)
    * sl (Matej Urbančič)
    * tr (Baris Cicek)


===============
Version 2.25.91
===============
 Applet - changes
    * Show day totals in statistics (patch by Daniel Watkins)
    * Better keyboard support (Enter / Escape, patch by Daniel Watkins)
    * Fixes to detect alternative pygtk (Frederic Peters)
    * Fixes to support Japanese better (Takao Fujiwara)
    * Python 2.6 support (Patryk Zawadzki)
    * Better duplicate entry checks in activities / categories

  Updated translations
    * bg (Alexander Shopov)
    * ca (Gil Forcada)
    * da (Kenneth Nielsen)
    * es (Juanje Ojeda Croissier)
    * eu (Inaki Larranaga Murgoitio)
    * fi (Ilkka Tuohela)
    * he (Yair Hershkovitz)
    * ko (Changwoo Ryu)
    * nb (Kjartan Maraas)
    * nl (Wouter Bolsterlee)
    * pl (Tomasz Dominikowski)
    * pt_BR (Henrique P. Machado)
    * sl (Matej Urbančič)
    * sv (Daniel Nylander)
    * th (Theppitak Karoonboonyanan)
    * zh_cn (甘露(Gan Lu))
    * zh_HK (Chao-Hsiung Liao)
    * zh_TW (Chao-Hsiung Liao)


===============
Version 2.25.3
===============
  We were late for 2.25.1 and 2.25.2, so here we go - changes since 2.24.0!

  Applet - changes
    * Now it is possible to add description after activity, delimiting with
      comma: "watering flowers, begonias" will add activity "watering flowers"
      with description "begonias". Likewise you can go for cacti, and
      forgetmenots
    * Task category can be seen in dropdown and can be specified on fly to
      autocreate: working@new project - will create category "new project"
      and add activity "working" to it
    * Hamster now can remind of itself every once in a while, interval is set
      in preferences (George Logiotatidis)
    * Sending dbus signals on activity change (Juanje Croissier)

  Applet - love
    * Applet now again can be found in applet list by searching for 'hamster'
    * Get instant totals per category for today, in applet dropdown
    * Improvements in report - somewhat nicer look and there are also totals
      (Giorgos Logiotatidis)
    * Use vertical space if we have some on panel and show applet in two lines

  Updated translations
    * bg.po (Alexander Shopov)
    * el (Nick Agianniotis)
    * he (Yair Hershkovitz)
    * ku (Erdal Ronahi)
    * lv (Toms Bauģis)
    * sv (Daniel Nylander)
    * zh_CN (Ray Wang)
2009-03-22 19:38:38 +00:00
wiz
1217662709 Update to 2.26.0:
2009-03-16  Rodney Dawes  <dobey@gnome.org>

	* configure.ac:
	Up version to 2.26.0 for release

2009-02-17  Rodney Dawes  <dobey@gnome.org>

	* configure.ac:
	Up version to 2.25.91 for release

2009-02-14  Rodney Dawes  <dobey@gnome.org>

	* src/Makefile.am:
	* src/*.[ch]:
	Remove dependency on bonobo
	Fix GtkAdjustment page size deprecation warning

	Fixes #571752

2009-02-13  Rodney Dawes  <dobey@gnome.org>

	* configure.ac:
	Up version to 2.25.90 for release

2009-02-13  Rodney Dawes  <dobey@gnome.org>

	* src/evolution-webcal-main.[ch]:
	* src/evolution-webcal-notify.h:
	Update some includes and macros to not require libgnomeui

2009-02-13  Rodney Dawes  <dobey@gnome.org>

	* configure.ac:
	* src/evolution-webcal-notify.h:
	Remove libgnomeui dependency

2009-02-12  Rodney Dawes  <dobey@gnome.org>

	* src/evolution-webcal-notify.c:
	Replace GnomeIconTheme usage with GtkIconTheme

	Fixes #571499

2009-02-09  Andre Klapper  <a9016009@gmx.de>

	* src/evolution-webcal-notify.c:
	Remove deprecated #include. Patch by Tal Benavidor.
	Fixes bug #564354.
2009-03-22 17:06:53 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
0d0e90a320 Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
2009-03-20 17:30:09 +00:00
drochner
a25eaec98b update to 0.43
changes: fixes from evolution
pkgsrc change: pull in a portability patch from evolution-data-server,
 depend on zone.tab
2009-03-19 11:57:48 +00:00
abs
97df00a91a Unify all the mozilla projects into using a single Makefile.common and
INSTALL, and put it in seamonkey.
Ensure all build with USE_DESTDIR.
Bump PKGREVISIONs
2009-03-18 00:08:39 +00:00
darcy
57ded33aec Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
hasso
9a4dc5f8c1 Make it compile on DragonFly. 2009-03-13 11:24:16 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
joerg
25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00
smb
675ab73867 Added hebcal 3.7 2009-03-05 03:19:41 +00:00
smb
3bc733ad52 Initial version of a perpetual Hebrew calendar 2009-03-05 03:18:44 +00:00
abs
2349f31b9d +MAKE_JOBS_SAFE=no 2009-03-02 22:22:48 +00:00
sno
ce3bab253f Upstream changes:
1.9719	[2009-01-04]
	- As with QNX, Haiku has the API of interval timers but not
	  the implementation (bleadperl change #34630), hence skip
	  the tests, via David Mitchell.

1.9718	[2008-12-31]
	- .xs code cleanup from Albert Dvornik
	- in the #39 and #40 do not do us I did, mixing alarm() and
	  sleep().  Now instead spin until enough time has passed.

1.9717	[2008-12-30]
	- Skip the tests added in 1.9716 (#39, #40) if there's no subsecond
	  alarm capability, like with the older subsecond alarm tests

1.9716	[2008-12-26]
	- Change documentation to agree with reality: there are
	  no interval timers in Win32.
	- Address [rt.cpan.org #35899] (problem in subsecond sleeps),
          add two tests to guard against this problem
	- Address [rt.cpan.org #36600] 'Division by zero' failure in test suite
	- Address [rt.cpan.org #37340] [PATCH] Address timer process in test
	- Address [rt.cpan.org#40311 ] bad implementation of hrt_usleep
          with TIME_HIRES_NANOSLEEP
2009-02-25 20:59:56 +00:00
wiz
44c2553c7f Update to 2009a:
Changes undocumented, probably just timezone updates.
2009-02-23 11:37:40 +00:00
he
7e3bb61495 Update from version 0.83.1 to 0.84.
Upstream changes:

0.84    2009-01-21

- This release is based on version 2009a of the Olson
  database. Changes include spelling "Katmandu" as "Kathmandu" (with a
  link for the old spelling), fixes for historical rules in
  Switzerland, and changes to America/Resolute and Cuba for the past
  few years (but not present).

- If DateTime::TimeZone::Local could not load its OS-specific subclass
  because of a missing dependency, it would silently fall back on
  loading the Unix subclass, rather than throwing an error. RT #41305.

- Fixed a bug where the short names for some time zones were
  wrong. This mostly (exclusively?) manifested in time zone rules for
  the first half of the 20th century or so.
2009-02-22 16:38:03 +00:00
he
578ca1f4c5 Add p5-DateTime-Format-HTTP. 2009-02-22 14:34:09 +00:00
he
aa52a35756 Import p5-DateTime-Format-HTTP version 0.37.
This module provides functions that deal the date formats used by
  the HTTP protocol (and then some more).
2009-02-22 14:33:20 +00:00
joerg
e24ddafc41 Update patchsum 2009-02-17 15:58:06 +00:00
joerg
3460ce653e Use Python Egg framework. Bump revision. 2009-02-17 15:56:41 +00:00
abs
d2040862b4 +p5-DateTime-Event-Random 2009-02-17 15:02:12 +00:00
abs
27163bb20c Added time/p5-DateTime-Event-Random version 0.03
This module provides convenience methods that let you easily create
DateTime::Set, DateTime, or DateTime::Duration objects with random
values.
2009-02-17 14:59:52 +00:00
wiz
724aa70b03 Finish move of wmCalClock from wmcalclock to wmCalClock. 2009-02-16 11:53:13 +00:00
wiz
c0cc0c939b Re-import of time/wmcalclock to match its DISTNAME. 2009-02-16 11:51:46 +00:00
wiz
5d06b6fe96 Convert to user-destdir. 2009-02-16 11:51:14 +00:00
abs
fa5af2c587 Added time/p5-MooseX-Types-DateTime version 0.03
This module packages several Moose::Util::TypeConstraints with
coercions, designed to work with the DateTime suite of objects.
2009-02-14 00:15:27 +00:00
abs
e7b512699c +p5-DateTimeX-Easy 2009-02-14 00:14:54 +00:00
abs
310264d5f4 Added time/p5-DateTimeX-Easy version 0.085
DateTimeX::Easy makes DateTime object creation quick and easy. It
uses a variety of DateTime::Format packages to do the bulk of the
parsing, with some custom tweaks to smooth out the rough edges
(mainly concerning timezone detection and selection).
2009-02-14 00:14:25 +00:00
abs
3aa5a11a8b +p5-DateTime-Format-DateManip 2009-02-14 00:02:42 +00:00
abs
5404220ed6 Added time/p5-DateTime-Format-DateManip version 0.04
DateTime::Format::DateManip is a class that knows how to convert
between Date::Manip dates and durations and DateTime and
DateTime::Duration objects. Recurrences are note yet supported.
2009-02-14 00:02:12 +00:00
abs
a62d842771 +p5-DateTime-Format-Flexible 2009-02-13 23:54:27 +00:00
abs
01ca862a49 Added time/p5-DateTime-Format-Flexible version 0.05
If you have ever had to use a program that made you type in the
date a certain way and thought "Why can't the computer just figure
out what date I wanted?", this module is for you.

DateTime::Format::Flexible attempts to take any string you give it
and parse it into a DateTime object.

The test file tests 2500+ variations of date/time strings. If you
can think of any that I do not cover, please let me know.
2009-02-13 23:53:54 +00:00
abs
40208ad842 +p5-DateTime-Format-Natural 2009-02-13 23:49:15 +00:00
abs
1ab51dd112 Added time/p5-DateTime-Format-Natural version 0.74
DateTime::Format::Natural takes a string with a human readable
date/time and creates a machine readable one by applying natural
parsing logic.
2009-02-13 23:48:50 +00:00
abs
24efc327b6 +p5-Date-Calc 2009-02-13 23:47:22 +00:00
abs
f74c57a4ad Added time/p5-Date-Calc version 5.4
This package consists of a C library and a Perl module (which uses
the C library, internally) for all kinds of date calculations based
on the Gregorian calendar (the one used in all western countries
today), thereby complying with all relevant norms and standards:
ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where
applicable).

(See also http://www.engelschall.com/u/sb/download/Date-Calc/DIN1355/
for a scan of part of the "DIN 1355" document (in German)).

The module of course handles year numbers of 2000 and above correctly
("Year 2000" or "Y2K" compliance) -- actually all year numbers from
1 to the largest positive integer representable on your system
(which is at least 32767) can be dealt with.
2009-02-13 23:46:51 +00:00
abs
764cf46cb0 +p5-MooseX-Types-DateTime 2009-02-13 23:17:11 +00:00
abs
17814a770b Added time/p5-MooseX-Types-DateTime version 0.03
This module packages several Moose::Util::TypeConstraints with
coercions, designed to work with the DateTime suite of objects.
2009-02-13 23:16:42 +00:00
abs
e95adf6e26 +p5-DateTime-Format-DateParse 2009-02-13 23:09:38 +00:00
abs
a8b0a05bef Added time/p5-DateTime-Format-DateParse version 0.04
This module is a compatibility wrapper around Date::Parse.

It accepts no arguments to its import method and exports no symbols.
2009-02-13 23:09:02 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
e2107c85f6 Remove Python 2.1 support. 2009-02-09 21:09:20 +00:00
jschauma
65e9c90d89 Give up maintainership, as I have not so much as looked at pkgsrc in
well over a year now.  Sorry. :-(
2009-01-23 21:14:16 +00:00
abs
78bb41ade1 +p5-Time-modules 2009-01-19 18:05:34 +00:00
abs
2034fde531 Set USE_LANGUAGES= # empty 2009-01-19 18:00:59 +00:00
abs
6bd2134f41 Added time/p5-Time-modules version 2006.0814
This package contains the following perl5 modules:

	Time::CTime.pm
		ctime, strftime, and asctime
	Time::JulianDay.pm
		Julian Day conversions
	Time::ParseDate.pm
		Reverses strftime and also understands relative times
	Time::Timezone.pm
	Time::DaysInMonth.pm
2009-01-19 17:59:42 +00:00
wiz
10b86f38aa Update to 2.24.3:
===============
Version 2.24.3
===============
  Applet
    * Reverse the sqlite check to accomodate for python 2.6 and 3.0

  Updated translations
    * bg (Alexander Shopov)
2009-01-16 14:38:54 +00:00
he
7a5663dc3e Update from version 1.18nb1 to 1.19.1 (upstream version 1.1901).
Upstream changes:

1.1901  2008-11-01

- Test fixes only. The tests planned the wrong number of tests on
  32-bit platforms, causing failures.

1.19    2008-11-01

- The calculation of the maximum integer size was using
  $Config{intsize} when it should use $Config{ivsize}. Apparently on a
  64-bit platform intsize can be 4 when ivsize is 8. Based on a patch
  from Jan Dubois.
2009-01-11 18:17:31 +00:00
he
24dc70be4f Update from version 0.79 to 0.81.1 (upstream 0.8301).
Upstream changes:


0.8301  2008-11-07

- Test fixes only. The 19local-win32 tried to skip tests when they're
  run without write access to the registry, but this was done in a
  very broken way.

0.83    2008-10-27

- This release is based on version 2008h of the Olson database. The
  major changes in this release are for Argentina.

- Updated the docs on how the local time zone is determined for
  various platforms.

0.82    2008-10-13

- This release is based on version 2008h of the Olson database. The
  major changes in this release are for Mauritius and Syria.

0.81    2008-10-06

- This release is based on version 2008g of the Olson database. The
  major changes in this release are for Brazil.

0.80    2008-09-15

- This release is based on version 2008f of the Olson database. The
  major changes in this release are for Mauritius, Morocco, Pakistan,
  Argentina, and Brazil.

0.7904  2008-08-30

- Added three more Windows time zone names to the Windows -> Olson
  mapping. This should fix test failures on up-to-date Windows
  boxes. Patch by David Pinkowitz. RT #38735.

0.7903  2008-08-22

- The DateTime::TimeZone->names_in_country() method was broken when
  called as a method. Reported by Lars Eggert. RT #38665.

0.7902  2008-08-18

- Fixed a lingering reference to DT::TimeZoneCatalog, which broke
  t/15catalog.t on fresh installs.

0.7901  2008-08-18

- This distro now provides the CET, EET, MET, and WET zones. These are
  provided by the Olson database for backwards compatibility. It's
  probably a bad idea to use them, but it's best if this package
  matches what a Unix system provides.

- Moved the catalog to DateTime::TimeZone::Catalog, which now has some
  POD that lists all the available zones.
2009-01-11 18:08:56 +00:00
wiz
61f254a34f Update to 3.1.6:
* Version 3.1 Patch 6 - 2008-11-16

- MAJOR ENHANCEMENT: A new OMITFUNC clause gives you additional
  control and flexibility over "omitted days" calculations.  This is
  useful when holidays influence the timing of events several days
  later.  See "COMPUTED LOCAL OMITS" in the man page.

- ENHANCEMENT: The new evaltrig() built-in function lets you evaluate triggers
  from within an expression.

- ENHANCEMENT: The new weekno() built-in function returns the ISO 8601
  week number of a date.

- ENHANCEMENT: The "WEEK" special lets you annotate calendar output with the
  week number.  The TkRemind, rem2ps and rem2html back-ends support WEEK.

- MINOR ENHANCEMENT: You can control whether timed reminders come before or
  after non-timed reminders with the "-g" flag.

- BUG FIX: TkRemind did not work correctly if ~/.reminders was a directory.

- BUG FIX: TkRemind incorrectly invoked Remind with the "-a" flag when
  showing today's reminders.

- BUG FIX: In certain cases, a trigger containing a day, month and
  weekday would fail if it needed to cross a year boundary.  This has
  been fixed.
2009-01-07 21:43:28 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
markd
956f5ebd71 Add libical 2008-12-19 21:48:56 +00:00
markd
0f3198a267 Initial import of libical 0.42
an implementation of iCalendar protocols and data formats.
2008-12-19 21:48:05 +00:00
hira
246d0402ca Bump BUILDLINK_{API,ABI}_DEPENDS.
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).
2008-12-18 16:46:29 +00:00
hira
8780a48cd3 Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:21:43 +00:00
hira
9bd4d8b349 Update Xfce to 4.4.3. This is bug fix release.
Changes since 4.4.2:

x11/xfce4-panel:
  * Quite a bit code changed in the dnd code. Mostly to fix a segfault
    in FreeBSD-amd64, but more problems were discovered and a lot of
    code was simplified.
  * Don't respond the uri drags, we don't use it and it only causes
    problems like hiding the panel when a file was dragged over the
    panel (Bug #3815).
  * Fix crash with xrandr 1.2 (Bug #3620)

x11/xfce4-desktop:
  * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
    (Bug #1026).
  * Fix incorrect initial desktop font size when setting custom font
    size if a custom font was never set before (Bug #3957).

wm/xfce4-wm:
  * Fix automaximize on move
  * Remove trailing \0 in UTF-8 strings, that causes libwnck to
    rightfully complain that NET_WM_NAME contains invalid UTF-8
  * Exit on SelectionClear event so that xfwm4 exits even with WM who
    do not send a ClientMessage event such as Openbox (Bug #2374)
  * Backport overlay and compositor support from trunk (Bug #3849)
  * Filter out grab/ungrab events so we don't end up redrawing the
    frame twice
  * Set monitor when positionning menu (Bug #4162)
  * Reduce flickering during resize (Bug #4283)
  * Fix NET_WM_STATE claiming maximization vertical and horizontal even
    if only horizontal of vertical is actually set (Should fix Bug #3969)
  * Loosen the rule that prevents an application from iconifying itself
    when skip_taskbar is set (Bug #4434)
  * Rework visual depth selection of the frame window (Bug #4452)
  * Add support for NET_MOVERESIZE_WINDOW
  * Take gravity bit into account in configure resize only requests to
    comply with standard (Bug #3634)
  * Add client windows to save set to avoid loosing all windows in case
    of crash
  * Use guint32 instead of Time internally to avoid potential issues in
    64bits
  * Add a "--replace" command line option to replace ICCCM2 compliant
    window managers (Bug #3731)

x11/libxfce4gui:
  * Fix format-string vulnerability in dialog code

x11/xfce4-terminal:
  * Update to latest trunk translations.

sysutils/xfce4-thunar:
  * Update to latest trunk translations.

editors/xfce4-mousepad:
  * Sort recent items by most recently used.

x11/xfce4-utils:
  * Fix missing translated chars (Bug #3543)

Updated translations:
  * Basque
  * Brazilian Portuguese
  * Catalan
  * Chinese Traditional
  * Danish
  * Estonian
  * Finnish
  * French
  * Galician
  * German
  * Indonesian
  * Japanese
  * Korean
  * Kurdish
  * Latvian
  * Norwegian
  * Polish
  * Sinhala
  * Slovak
  * Slovene
  * Spanish
  * Turkish
  * Urdu
2008-12-17 12:50:02 +00:00
he
36c153c3db Update from version 0.41nb1 to 0.42.
Upstream changes:

0.42   2008-09-12

- Based on CLDR 1.6.1, but this has no changes in the data we use. I
  just used 1.6.1 so people wouldn't ask me why I don't use 1.6.1 ;)

- In the switch to CLDR (back in 0.30), I accidentally dropped a
  number of hard-coded aliases, notably for 'C'. These aliases have
  been restored. Reported by Adam Kennedy. RT #39208.

- Generation of aliases based on the 3-letter ISO code for countries
  is now based on the most recent version of ISO639.
2008-12-11 00:43:50 +00:00
ahoka
259bc25ed6 Include pyversion.mk before checking PYPKGPREFIX. 2008-12-11 00:21:57 +00:00
he
095f1cb540 Update from version 0.4304 to 0.4501.
Pkgsrc changes:
 o Adjust dependencies to suit new dependencies

Upstream changes:

0.4501 2008-11-25

- The epoch() method got broken in the recent shuffling between
  Time::Local and Time::y2038. Unfortunately, the tests to catch this
  also got lost in the shuffle. Reported by Avianna Chao.


0.45   2008-11-11

- Reverted the changes to use Time::y2038, on the recommendation of
  Michael Schwern (the author of said module), because it is not yet
  stable. This may come back in a future release.


0.4401 2008-11-03

- In order to handle epochs > 2**32 properly on a 32-bit machine, we
  also need to import gmtime from Time::y2038. This changes fixes a
  whole bunch of test failures seen with 0.44.


0.44   2008-11-01

- XS-capable DateTime.pm now uses Time::y2038 instead of
  Time::Local. This lets it handle epochs up to 142 million years
  before and after the Unix epoch.

- Fixed a compiler warning with Perl 5.10.0.

- Fixed docs for year_with_era, which had AD and BC
  backwards. Reported by Vynce Montgomery. RT #39923.

- The format_cldr() method did not format the "yy" format properly
  when the year ended in "0X". Reported by Wilson Santos. RT #40555.


0.4305 2008-10-03

- The pure Perl version of this module did not know about the end of
  2008 leap second. Reported by James T Monty.
2008-12-10 23:32:59 +00:00
seb
35d1f9eff6 This is not a love song^W^W^WRose-DB-Object: fix homepage. 2008-12-06 17:57:45 +00:00
jmcneill
1597bbf6fb Fix path to python interpreter in hamster-applet, and copy hamster.db
with proper permissions to home directory. Bump PKGREVISION.
2008-12-06 00:59:42 +00:00
wiz
fb6714bda5 Add hamster-applet. 2008-12-02 22:37:07 +00:00
wiz
828b9f0e5b Initial import of hamster-applet-2.24.2:
This applet allows you to keep track on where are you spending your
time.
2008-12-02 22:36:35 +00:00
obache
17c564f6cd Add a patch to fix regex pattern, taken from upstream:
http://swapoff.org/ticket/54
requested by PR 39938.

Bump PKGREVISION.
2008-11-24 08:23:39 +00:00
bad
f2b50a31d5 Add and enable p5-Time-Progress. 2008-11-17 23:24:28 +00:00
bad
986a5cd52b Initial import of p5-Time-Progress 1.3
This module provides a class and methods to facilitate elapsed and estimated
finish time reporting.

Newer SVK wants this.
2008-11-17 23:18:53 +00:00
taca
fa6bb491ee Update ruby-tzinfo package to 0.3.12.
Changes from 0.3.11:

== Version 0.3.12 (tzdata v2008i) - 12-Nov-2008

* Updated to tzdata version 2008i
  (http://article.gmane.org/gmane.comp.time.tz/2440).
2008-11-15 08:27:32 +00:00
obache
defcf99189 Remove HOMEPAGE.
It is not available anymore, suggested by PR 39901.
Furthermore, it was not the official page, just a copy of README for internal use.
2008-11-12 13:18:50 +00:00
wiz
589ce55423 Update to 3.1.5:
CHANGES TO REMIND

* Version 3.1 Patch 5 - 2008-04-15

- MAJOR ENHANCEMENT: If you supply a directory name on the command line
  or for an INCLUDE command, then Remind reads all *.rem file in that
  directory (in the order returned by "glob")

- ENHANCEMENT: The plain-text calendar ("-c") can draw lines using VT-100
  line-drawing characters if invoked as "-cl"

- ENHANCEMENT: The plain-text calendar can approximate SPECIAL COLOR reminders
  using VT-100 color escape sequences if invoked as "-cc".  (You can combine
  the colors and line-drawing characters with -clc or -ccl.)

- ENHANCEMENT: The "-t" option can take a numeric argument n.  In this case,
  all reminders are assumed to have a delta of +n.  (Without the argument,
  an infinite delta is assumed, as before.)  If a numeric argument is given,
  the new system variable $DeltaOffset is set to the argument.

- MINOR ENHANCEMENT: The "-i" command-line option can be used to define
  a function as well as set a variable.

- MINOR ENHANCEMENT: String constants can have embedded quotes "Like \"this"

- MINOR ENHANCEMENT: tkremind works better on small screens like that of
  the Eee-PC.

- BUG FIX: Minor fix to HTML output courtesy of Ian! Allen.

- BUG FIX: Parse error in calendar mode was fixed.

* Version 3.1 Patch 4 - 2008-02-03

- ENHANCMENT: tkremind respects the "-b1" option and operates in 24-hour
  clock mode if the option is supplied.

- ENHANCEMENT: tkremind has been tweaked to look better with Tcl/Tk 8.5.

- CLEANUP: Version is kept only in configure.in instead of two different
  places.

- CLEANUP: Added "const" qualifier to many places in the code that previously
  lacked it.

- BUG FIX: A rare parsing error involving interaction between SATISFY and
  SKIP has been fixed.

- BUG FIX: rem2html would output a horribly-wrong calendar for a 28-day
  February starting on Sunday (such as February 2009.)  This has been fixed.

- BUG FIX: The "-ivar=value" command-line option failed if Remind re-execed
  itself because we overwrote argv[].  This has been fixed.

* Version 3.1 Patch 3 - 2007-10-15

+ MINOR ENHANCEMENTS

- rem2html now uses CSS for a much better-looking calendar.
  NOTE: rem2html was completely rewritten and some of the command-line
  options have changed!

- If a reminder has a DURATION clause, then the starting and ending times
  are output in calendar mode.

+ BUG FIXES

- DST rules in "defs.rem" were updated to reflect new US/Canadian DST rules.

- If a REM command cannot compute a trigger date, the SATISFY expression
  is not evaluated.  This helps avoid spurious error messages in some
  reminders.

* Version 3.1 Patch 2 - 2007-09-12

+ MINOR ENHANCEMENTS

- build.tk tries to set defaults for location, paper size, etc from an
  existing "remind" installation if it detects one.

- In queue mode, wake up once a minute and recalibrate sleep time.
  This should make Remind work better on laptops that suspend or
  hibernate.  Note that "remind -q" does *not* handle date-rollover
  well; it simply exits if it notices date rollover.  "remind -z0"
  (as used by tkremind) handles date rollover properly; it rereads the
  reminder file and rebuilds the queue if it notices date rollover.

- tkremind: Added some key bindings to make navigation easier.

- tkremind: Made calendar boxes use space more efficiently.

- remind: The functionality of "rem" is now built into remind.  If you
  invoke remind as "rem", then it uses a default filename.  The installer
  sets up "rem" as a symbolic link to "remind".

+ CHANGE

- "remind -p" no longer sorts SPECIAL reminders before non-SPECIAL.

  *** THIS MAY AFFECT BACKENDS ***

  Backends supplied by Roaring Penguin (rem2ps, rem2html and tkremind)
  are known to work properly.

- "remind -p" no longer suppresses any AT-time associated with SPECIAL
  reminders.

  *** THIS MAY AFFECT BACKENDS ***

  Backends supplied by Roaring Penguin (rem2ps, rem2html and tkremind)
  are known to work properly.

+ BUG FIXES

- examples/defs.rem: A few corrections to Jewish holidays courtesy of
  Art Werschulz.

- src/Makefile.in: Added install-nostripped target.

- SPECIAL COLOR now works more like MSG, including proper support for AT and
  for the %" %" escape sequence.

- SPECIAL COLOR is queued correctly if it has an AT clause.

- Using the psshade() or psmoon() functions emits a warning on stderr.  You
  should use SPECIAL SHADE or SPECIAL MOON instead.

* Version 3.1 Patch 1 - 2007-08-23

+ MAJOR ENHANCEMENTS

- Added the "nonomitted" function that solves a number of
  moving-reminder-in-response-to-holiday problems.  The real-world
  problems solved are the "moving-garbage-day" problem and the
  "six-day-school-cycle" problem.

+ MINOR ENHANCEMENTS

- A few minor performance improvements in response to profiling runs.

+ BUG FIXES

- Prevent compilation failure with gcc 2.95.

- Fix trailing "s" bug with -k option.  This was fixed in Debian's release,
  but the Debian maintainer never bothered to let me know.

- Removed obsolete scripts: kall, rem, remind-all.sh, remind-all.csh

- Made "-n" output always use "/" as date separator for consistency with
  "-p" and "-s".

- Moon PNG images are transparent.  Output of moon phases in rem2html
  improved slightly.

- Various man-page fixes.

* Version 3.1 Patch 0 - 2007-07-14

+ MAJOR ENHANCEMENTS

- Added the FROM clause.  This lets you write reminders like:

  REM Mon FROM 16 July 2007 UNTIL 13 Aug 2007 MSG Some Mondays...

- Remind now has a new datatype: A DATETIME object represents a date AND
  a time (to the nearest minute).  DATETIME constants are written
  as '2007-09-01@14:33'.  Various operators and functions have been
  modified to do sensible things with DATETIMEs and several new DATETIME
  functions have been added.

- The SPECIAL COLOR reminder type has been hacked to behave more like
  a MSG type.  It sorts properly and is emitted as a normal reminder
  in non-calendar mode.  Simlarly, SPECIAL HTML sorts with -g as well.

+ MINOR ENHANCEMENTS

- TkRemind can e-mail you reminders if you don't dismiss the popup window
  after one minute.  This is useful if you need to leave your workstation
  but want reminders to "follow" you via e-mail.

- A new "-y" option to Remind generates tags for all reminders that lack
  a TAG clause.  This may be useful for conversion tools that want each
  reminder to have a unique identifier.

- A new "tzconvert" function lets you convert datetimes between different
  time zones.  It's only as good as your C library, so test thoroughly
  please!  Based on a patch from Stefan Wehr.

- TkRemind sorts reminders by invoking Remind with the '-g' option.

- The time and date separator characters can be changed at runtime by
  setting $TimeSep and $DateSep respectively.

- The simple calendar ('-s') option can be immediately followed by an 'a'.
  This causes Remind to output reminders with deltas before the actual
  trigger date.  Based loosely on an idea from Frank Terbeck.

+ MINOR CHANGES

- Default date separator is now '-' instead of '/'

- trigdate() and trigtime() behave differently - they return the integer 0
  if the last reminder could not be computed or did not have an AT clause
  (respectively).

- Maximum length of variable names has been increased from 12 to 16 characters.

+ BUG FIXES

- Fixed a potential memory leak in queue.c

- Fixed compile error on Mac OS X.

- Fixed behaviour of "-sa" option so deltas correctly obey omitted days
  and the scheduling function (if one is used).

- rem2ps would produce invalid PostScript in some rare cases
  (eg, for February 2007).  This has been fixed.
2008-11-10 17:46:31 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
dsainty
5317cfc02b Add 'time' to CATEGORIES 2008-11-09 02:55:05 +00:00
obache
cc2d9835e4 Add and enable ocaml-calendar. 2008-11-01 12:11:21 +00:00
obache
fc8d3a30cc Import ocaml-calendar-2.0.4 as time/ocaml-calendar.
Packaged by Jaap Boender and requested by PR 39518.

ocaml-calendar is an OCaml library for managing dates and times.
2008-11-01 12:09:44 +00:00
wiz
1d030e4b02 Update to 2.3.0:
New in the 2.3.0 Release:
-------------------------
The main changes in this release are:
* a new implementation of the projects tree using the GtkTreeView
  component which fixes a lot of the bugs regarding the projects
  tree manipulation and prepares the way for many customizations
  in future releases.
* an initial implementation of a tray icon that displays timer status
  and allows the user to toggle the timer by clicking on it.
* a rewrite of the idle detection using the XScreenSaver extension and
  of the timer system to make it more system power conservation
  friendly.
* port of the report system to use guile version 1.8.
* many changes in the configure script, including porperly checking for
  guile and gconf and version of available DBUS.
* removal of some deprecated APIs usage.


In addition, many bugs have been fixed, including:
* broken behavior of drag-and-drop (#1856268)
* compiles but crashes on startup in fedora core 5 (#1802501)
* activity journal truncates seconds (#1706365)
* green bar flickers when value changes (#1171204)
* dragging project to make sub-project will not scroll (#831808)

New in the 2.2.3 Release:
-------------------------
This release brings better internationalization in reports with locale
based formating of times and monetary values. The newly added support
for DBus messages allows users to start/stop the timer and save/reload
the data file from the command line using the gnotime-remote
script. Also, an update user's manual covers most of the features
available in this version. In addition, many bugs have been fixed,
including:

-- Crash when saving to full filesystem (#1548248)
-- Day of century calculation error causing skipped day in reports
-- Conflicting keybindings (#1639477)
-- Invoice report doesn't work in locales other than C
-- Hidden question dialog when overwriting file during report saving
   (http://bugs.debian.org/422023)
2008-10-28 23:38:33 +00:00
wiz
2f6e2b49f2 Update to 2.24:
2008-09-23  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac:
	Up version to 2.24.0 for release

2008-08-29  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac:
	Up version to 2.23.91 for release

2008-08-26  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac:
	Define HANDLE_LIBECAL_MEMORY to avoid the warning message

	* src/evolution-webcal-main.c (e_webcal_load):
	Free the name and description when LIBICAL_MEMFIXES is defined

2008-07-25  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac:
	* Makefile.am:
	Update and require inltool 0.40.0

2008-02-24  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Up version to 2.21.92 for release

2008-02-24  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Sync the version with GNOME/Evolution 2.21

2008-01-30  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.ac: Up version to 2.13.90 for release

2008-01-15  Dan Winship  <danw@gnome.org>

	* configure.ac: Require libsoup 2.4

	* src/evolution-webcal-notify.c:
	* src/evolution-webcal-main.c: Minor updates for libsoup 2.4
2008-10-27 00:00:56 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
adrianp
bb4da2198b Update to 2.3
----
v2.3
----

[jan] Change group field in shares table to work with LDAP groups (Bug 6883).
[jan] Fix user name conversion with user hooks in the calendar panel
      (Bug 7366).
[gwr] Fixed handling of free events in the Kolab driver
      (noethen@uni-paderborn.de, Bug 7192).
[jan] Differentiate between days with events and days with busy events in the
      year view.


--------
v2.3-RC1
--------

[jan] Send correct iTip notifications when deleting recurring event instances
      (Bug 6636).
[mjr] Add support for embedding calendar widgets on external websites.
[jan] Log moving of events in the history backend (Bug 3207).
[jan] Fix listing alarms of recurring events crossing day boundaries
      (Bug 7035).
[jan] Fix deleting all events over WebDAV (Bug 7005).
[jan] Add Atom feeds.
[jan] Fix encoding of holiday names.
[jan] Add Estonian translation (Alar Sing <alar.sing@err.ee>).
[jan] Consider RECURRENCE-ID attributes in iCalendar data.
[cjh] Fix a problem with the put() API call and events that already exist
      (almarin@um.es, Bug 7088).
[jan] Fix importing iCalendar events with only a single recurrence exception
      (guyzdm@gmail.com, Bug 7068).
[jan] Add Basque translation (Euskal Herriko Unibertsitatea EHU/UPV
      <xabier.arrieta@ehu.es>).
[mjr] Add support for maintenance tasks and add a task for purging old events.
[jan] Fix future events not being received under certain circumstances
      (Bugs 6946, 6966).
[jan] Correctly sort recurring events (develop@kristov.de, Bug 7037).
[jan] Fix display of recurring events crossing midnight in the portal block
      (develop@kristov.de, Bug 7036).
[jan] Fix agenda emails containing wrong events.
[mjr] Remove user permissions on all shares when deleting a user.
[jan] Fix warning when importing events through the API (Bug 6865).
[cjh] Be case insensitive when comparing attendees
      (aloyse.gilbert@gmail.com, Bug 6833).
[jan] Use smaller icons for private events.
2008-10-12 12:08:07 +00:00
taca
e11f9956e5 Update ruby-tzinfo package to 0.3.11.
== Version 0.3.11 (tzdata v2008g) - 7-Oct-2008

* Updated to tzdata version 2008g
  (http://article.gmane.org/gmane.comp.time.tz/2335).
* Support Ruby 1.9.0-5. Rational.new! has now been removed in Ruby 1.9.
  Only use Rational.new! if it is available (it is preferable in Ruby 1.8
  for performance reasons). Thanks to Jeremy Kemper and Pratik Naik for
  reporting this. Closes #22312.
* Apply a patch from Pratik Naik to replace assert calls that have been
  deprecated in the Ruby svn trunk. Closes #22308.
2008-10-08 13:24:02 +00:00
taca
ceb052ef37 Update ruby-tzinfo pacakge to 0.3.10.
This is a leaf package.

== Version 0.3.10 (tzdata v2008f) - 16-Sep-2008

* Updated to tzdata version 2008f
  (http://article.gmane.org/gmane.comp.time.tz/2293).
2008-09-18 12:42:47 +00:00
he
8a8b881907 Update from version 1.11 to 1.13, discussed with maintainer.
Pkgsrc changes:
 o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer
 o Add USE_LANGUAGES=c

Upstream changes:

1.13
    - More QNX fixes (kraai@ftbfs.org)
    - Restore freebsd copyright on strptime.
    - Added add_months and add_years methods.

1.12
    - QNX fixes
    - Merge with perl core version
2008-09-14 12:52:29 +00:00
he
e9bd519804 Updated from version 0.09nb1 to 0.11, discussed with maintainer.
Pkgsrc changes:
 o Adjust dependencies

Upstream changes:

0.11  2007-12-04
    - Tried to make code work with Math::BigInt::* packages (tries to
      solve bug reported by Philip (Flip) Kromer)

0.10  2006-05-23
    - Removed midnight bug, reported by Jason Thaxter.
2008-09-13 14:12:55 +00:00
gdt
7fb5e4bd17 add license 2008-09-12 20:02:17 +00:00
gdt
cd0a9962dd add license, add NO_BIN_ON_FTP 2008-09-12 18:43:51 +00:00
epg
32b74bcb63 Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages that
set it to ${DISTNAME}.
2008-09-12 05:32:37 +00:00
he
0e61e56aed Update from version 1.02 to 1.09, discussed in general terms with maintainer.
Pkgsrc changes:
 o Canonicalize HOMEPAGE and MASTER_SITES
 o Switch to Module::Build method

Upstream changes:

1.09  2008 May 27
        - Bug fix: generated error if second argument to time_format
          was a string and was in December.  Thanks to Bokor Béla for
          spotting this one.

1.08  2008 May 27
        - Reset $@ at certain places, so as to work with older
          (broken) perls.  Again, thanks to Slaven Rezic.

1.07  2008 March 31
        - More test-case changes, to work with older perls.  Many
          thanks to Slaven Rezic and the rest of the tireless CPAN
          testers!

1.06  2008 March 28
        - Fix a broken test case in time.t; failed for non-English
          locales.

1.05  2008 March 27
        - Fix a typo bug in Makefile.PL

1.04  2008 March 26
        - Worked around a POSIX bug which would cause hangs under
          cygwin.
        - Fixed a couple test cases.

1.03  2008 March 24
        - Fixed a broken test case.
        - Added Module::Build support.
2008-09-10 19:11:56 +00:00
seb
566271ce0e Add & enable p5-Time-Warp 2008-09-10 16:50:08 +00:00
seb
ee74afaa70 Initial import of p5-Time-Warp version 0.5 in the NetBSD Packages
Collection.

The Perl 5 module Time::Warp offers developers control over the
measurement of time.
2008-09-10 16:48:52 +00:00
epg
0bb9b45202 dirrm the egg info dir 2008-09-10 16:20:01 +00:00
abs
9640258861 switch to using python/egg.mk and add missing entries to PLIST. Approved by markd@, bump pkgrevision 2008-09-10 13:05:11 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
tonnerre
b120410e7e +tdl 2008-09-04 11:16:18 +00:00
tonnerre
79c18c7513 Add tdl, the neat todo list manager. tdl allows you to create and manage
TODO lists, in the local directory or elsewhere, to assign priorities and
start/end dates, to send nag mails for todos or to generate reports of
done items by date.
2008-09-04 11:13:29 +00:00
dsainty
718d0a31d2 Update to version 0.14.3:
New in the v0.14.3 Release - 16 April 2008

* Added support for version 3 of libgda, the database access library
* Added internationalization (I18N) support for HTML export
* Allow dragging of completion bar in Gantt chart
* Allow dragging of task duration in Gantt beyond the window size
* % Complete column added to task and Gantt view
* New Tango icon set contributed by Frédéric Bellaiche
* Show guide lines setting is now persistent thanks to Marie Durand
* Fixed bug: Incorrect week numbers were sometimes shown both in the UI and in exported HTML.
* Fixed bug: Project start time shifts each time a project is read from a database
* Fixed bug: Toggling fixed duration state does not immediately update task appearance in Gantt chart
* Fixed bug 332748: Row height in exported HTML is incorrect in Internet Explorer (patch by Nico de Groot)
* Fixed bug 337382: Sidebar buttons are not accessible for things like screen readers
* Fixed bug 345163: ngettext should be used to get proper translation of plural
* Fixed bug 373008: Crash when importing MS project XML
* Fixed bug 382548: Crash when undoing indent
* Fixed bug 388454: Planner hangs when cancelling HTML export
* Fixed bug 393620: Gantt header width in exported HTML is incorrect
* Fixed bug 397132: Crash on export to database
* Fixed bug 436263: Keep task selection when (un)indenting
* Fixed bug 464359: Make distcheck fails (patch by Gilles Dartiguelongue)
* Fixed bug 486990: Fixed duration tasks have incorrect duration
* Fixed bug 499090: Incorrect task cost calculation in exported HTML for tasks worked on by multiple people.
2008-09-03 08:23:32 +00:00
dholland
5e5ea27bbd patch-aa: don't make own declaration of strdup(); fixes broken Linux build
patch-ab: fix y2038 bugs; time_t != long
distinfo: update
Makefile: PKGREVISION++
2008-08-30 08:25:26 +00:00
seb
62b81591a8 Add & enable p5-Time-Duration-Parse 2008-08-25 20:39:26 +00:00
seb
f7f556b63a Initial import of p5-Time-Duration-Parse version 0.06 in the NetBSD
Packages Collection.

Time::Duration::Parse is a Perl 5 module to parse human readable
duration strings like 2 minutes and 3 seconds to seconds.  It does
the opposite of duration_exact function in Time::Duration.
2008-08-25 20:37:50 +00:00
epg
1fc94600b0 Set MAINTAINER to pkgsrc-users@. 2008-08-18 00:55:48 +00:00
he
d32cabefd8 Update from version 0.4302nb1 to 0.4304.
Pkgsrc changes:
 o Change MAINTAINER to pkgsrc-users@, as per communication with maintainer

Upstream changes:

0.4304 2008-07-13

- Fix test failures when tests are run with DateTime::Locale
  0.41. Reported by David Cantrell via CPAN Testers.


0.4303 2008-07-12

- There is a new leap second coming at the end of 2008.
2008-08-17 16:45:27 +00:00
he
3295bb942c Update from version 0.77 to 0.79.
Pkgsrc changes:
 o Changed MAINTAINER to pkgsrc-users@ as per communication with maintainer

Upstream changes:
0.79    2008-07-29

- This release is based on version 2008e of the Olson database. The
  major changes in this release are for Mauritius and Central Europe
  (historical changes only).

- Fixes for the local TZ tests on Win32. Thanks to David Pinkowitz for
  pointing out my mistake.


0.78    2008-07-12

- This release is based on version 2008d of the Olson database. The
  major changes in this release are for Mauritius and Brazil (which
  now has a new America/Santarem zone).


0.7701  2008-06-03

- Many fixes and improvements to the tests for local time zone
  handling on Windows. Based on a patch from David Pinkowitz.

* There are no code changes in this release besides these test
  changes.
2008-08-17 16:18:19 +00:00
he
25f2e3b72f Update from version 0.4001 to 0.41.
Pkgsrc changes:
 o Changed MAINTAINER to pkgsrc-users, per communication with maintainer

Upstream changes:
0.41   2008-07-12

- Based on CLDR 1.6

- Added the CLDR version to the catalog and generated files. In the
  future, if you load a locale from an older CLDR version than the
  catalog's version, you will get a warning.
2008-08-17 15:58:02 +00:00
he
985879167e Add p5-DateTime-Precise. 2008-08-17 14:44:04 +00:00
he
6fcdced178 Import p5-DateTime-Precise version 1.05.
The purpose of this library was to replace our dependence on Unix
epoch time, which, being limited to a range of about 1970 to 2030,
is inadequate for our purposes (we have data as old as 1870). This
date library effectively handles dates from A.D. 1000 to infinity,
and would probably work all the way back to 0 (ignoring, of course,
the switch-over to the Gregorian calendar). The useful features of
Unix epoch time (ease of date difference calculation and date
comparison, strict ordering) are preserved, and elements such as
human-legibility are added. The library handles fractional seconds
and some date/time manipulations used for the Global Positioning
Satellite system.

The operators +/-, <=>, cmp, stringify are overloaded. Addition
handles seconds and fractions of seconds, subtraction handles
seconds or date differences, compares work, and stringification
returns the a representation of the date.

The US Geological Survey (USGS) likes midnight to be 24:00:00 of
the previous day, not 00:00:00 of the day people expect. If
$DateTime::Precise::USGSMidnight is set, dprintf will always print
midnight as 24:00:00 and the date returned from dprintf will have
the previous day's date. Regardless, time is always stored internally
as 00:00:00.
2008-08-17 14:43:13 +00:00
he
f977f85404 Update from version 0.16001 to 0.16002. Changes:
0.16002  Tue Aug 13 08:00:00 2008
    - Remove non-ascii byte sequence from Pg.pm (sorry, Claus).
      This fixes a failure report from CPAN testers
    - Updated Module::Install while we're at it
2008-08-17 12:18:45 +00:00
taca
7c1e7ba54f Update ruby-tzinfo package to 0.3.9.
== Version 0.3.9 (tzdata v2008c) - 27-May-2008

* Updated to tzdata version 2008c
  (http://article.gmane.org/gmane.comp.time.tz/2183).
* Support loading timezone data in the latest trunk versions of Ruby 1.9.
  Rational.new! is now private, so call it using Rational.send :new! instead.
  Thanks to Jeremy Kemper and Pratik Naik for spotting this. Closes #19184.
* Prevent warnings from being output when running Ruby with the -v or -w
  command line options. Thanks to Paul McMahon for the patch. Closes #19719.
2008-08-16 03:19:14 +00:00
schmonz
a89b1451b1 Add and enable leapsunpack. 2008-07-30 14:00:14 +00:00
schmonz
91583fabcb Initial import of leapsunpack, a program to convert D. J. Bernstein's
compressed leapsecond table into a viable leapsecs.txt file. It is
designed to augment D. J. Bernstein's libtai package. D. J. Bernstein!
2008-07-30 13:59:25 +00:00
rhaen
39378cf762 removed unneeded PLIST file 2008-07-22 13:50:06 +00:00
rhaen
b269843e37 updated to 1.20
took maintainership

ChangeLog:

2008-03-09  dave

	* [r50] Build.PL:
	  Incremented release number.
	* [r49] Build.PL:
	  Added Licence.
	  Slightly rejigged dependencies.

2008-03-08  dave

	* [r47] MANIFEST:
	  Removed COPYING for MANIFEST.
	* [r46] COPYING:
	  Remove COPYING.
	* [r45] t/no_dt.t:
	  Skip 2100 test on 64-bit systems.
	* [r44] lib/Calendar/Simple.pm:
	  Turn "licence" into a verb so CPANTS will recognise it.
	* [r43] lib/Calendar/Simple.pm:
	  Require Perl 5.6 (and, hence, use "our" and "warnings").
	  Use svn revision number.
	  Create licence section.
	* [r42] Build.PL, COPYING, MANIFEST:
	  Make files non-executable.
	* [r41] Build.PL:
	  Correct dependencies.
	  Change email address to mag-sol.com.
	  Increment version number.

2006-10-18  dave

	* [r40] lib/Calendar/Simple.pm:
	  Fixed undef values in comparisons
2008-07-22 13:48:48 +00:00
rhaen
dc5ee1a8d2 updated to 0.7
ChangeLog:
0.7  - Thu 29 Nov 2007 16:45:39 GMT
    * Add VERSION to .ics files since new Data::ICal requires it
2008-07-21 08:56:43 +00:00
heinz
545db81a7c Roman Kulik cannot maintain those packages anymore (he told me in
private mail some months ago).
2008-07-20 16:09:34 +00:00
rhaen
7c329a4f1f - updated to 1.18
ChangeLog:
1.18    2007-10-31

- Added pod and pod coverage tests.

- Doing a new release to provide a conformant META.yml file.

- This release contains no code changes from 1.17.
2008-07-18 14:23:59 +00:00
rhaen
37dc028c9c - updated to 1.06
ChangeLog:
2007-08-18  Avi Finkel     avi@finkel.org

  * Release 1.06 -- Fixing Makefile
2008-07-18 14:09:44 +00:00
heinz
a34a97789e Updated to version 0.96.
Pkgsrc changes:
  - none

Changes since version 0.94:
===========================
0.9.6 Thu Mar  6 07:39:24 2008
    - Fixed t/4-perl-critic.t so it deals properly with the absence of
      Test::Perl::Critic.  Thanks to haoess and thospell on Perl Monks
      for the solution.

0.9.5 Mon Mar  3 23:20:20 2008
    - Ran the module through Perl::Critic
    - Sign the package with a valid public key
2008-07-17 19:31:39 +00:00
he
d8e459898b Update from version 0.08 to 0.09. Changes:
0.09     2008-03-07

- The output of format_datetime() always includes the time
  portion. Without this the module produced what I think was an
  invalid iCal date. More importantly, this makes the output
  consistent (always a DATE-TIME). Reported by Bill Moseley.

- removes RRULE: and EXRULE: from ICal string before parsing.
  Reported by Matt Sisk.
2008-07-17 14:40:21 +00:00
mishka
c1c9887eb8 Use my NetBSD.org email - I read it much more regulary than any others. 2008-07-15 15:33:45 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
tonnerre
f3ef634c5b Add patches for wyrd privilege escalation (CVE-2008-0806). Thanks, agc! 2008-07-13 20:57:50 +00:00
markd
bcac87a94d Add py-pytz. 2008-06-23 21:31:17 +00:00
markd
a8d2a2cc0a Initial import py-pytz-2008b
pytz brings the Olson tz database into Python. This library allows accurate
and cross platform timezone calculations using Python 2.3 or higher. It also
solves the issue of ambiguous times at the end of daylight savings, which you
can read more about in the Python Library Reference (datetime.tzinfo).
2008-06-23 21:30:12 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
joerg
0558ac8b86 Install using BSD_INSTALL_PROGRAM, root permissions are requested using
SPECIAL_PERMS later.
2008-06-16 16:12:50 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
14ff404933 Needs a C compiler (otherwise some dependencies like e.g. p5-XML-Atom
don't accept the package).
Bump PKGREVISION for the additionally installed C module.
2008-06-01 15:39:37 +00:00
obache
b44fe2ce88 Add missing dependency on p5-List-MoreUtils.
Should fix PR 38809.

Bump PKGREVISION.
2008-06-01 10:02:26 +00:00
abs
a4d7b244b2 Updated time/p5-DateTime-Locale to 0.4001
0.4001 2008-05-19

- Minor changes to get test passing under 5.6.x.


0.40   2008-05-18

* Dropped support for Perl 5.005.

- Based on CLDR 1.5.1

- Massive reworking of the locale generation code. We now extract much
  more information from the CLDR files. See the DateTime::Locale and
  DateTime::Locale::Base documentation for details on what is
  available.

- Lots of bug fixes in the data. The old generation code was often
  extracting the draft form of a piece of data as opposed to the
  current final form. There are also many other data fixes from this
  new generation code.

- One of the notable additions is the inclusion of
  $locale->format_for(...) and $locale->available_formats(). This
  gives you access to formatting for various arbitrary patterns like
  "year and month" or "month and day". Requested by Brian Hirt.

- Many of the new features in this release will only be available with
  DateTime.pm 0.43+, since it requires a version of DateTime.pm which
  can handle the CLDR date pattern language.

- All locale files now include POD with examples of the data they
  include.
2008-05-29 08:29:06 +00:00
abs
a915157b24 Updated time/p5-Time-HiRes to 1.9715
1.9715	[2008-04-08]
	- Silly me: Makefile.PL does need to accept arguments other than mine.
	  Some testing frameworks obviously do this.
	- Add retrying for tests 34..37, which are the most commonly
	  failing tests.  If this helps, consider extending the retry
	  framework to all the tests.  [Inspired by Slaven Rezic,
	  [rt.cpan.org #34711] Occasional failures of test 35 or 36 (FreeBSD)]

1.9714	[2008-04-07]
	- Under Perl 5.6.* NVgf needs to be "g", reported by Zefram,
	  it seems that ppport.h 3.13 gets this wrong.
	- remove the check in Makefile.PL for 5.7.2, shouldn't be
	  (a) necessary (b) relevant
	- add logic to Makefile.PL to skip configure/write Makefile
	  step if the "xdefine" file already exists, indicating that
	  the configure step has already been done, one can still
	  force (re)configure by "perl Makefile.PL configure",
	  or of course by "make clean && perl Makefile.PL".

1.9713	[2008-04-04]
	- for alarm() and ualarm() [Perl] prefer setitimer() [C]
	  instead of ualarm() [C] since ualarm() [C] cannot portably
	  (and standards-compliantly) be used for more than 999_999
	  microseconds (rt.cpan.org #34655)
	- it seems that HP-UX has started (at least in 11.31 ia64)
	  #defining the CLOCK_REALTIME et alia (instead of having
	  them just as enums)
	- document all the diagnostics

1.9712	[2008-02-09]
	- move the sub tick in the test file back to where it used to be
	- in the "consider upgrading" message recommend at least Perl 5.8.8
	  and make the message to appear only for 5.8.0 since 5.8.1 and
	  later have the problem fixed
	- VOS tweak for Makefile (core perl change #33259)
	- since the test #17 seems to fail often, relax its limits a bit

1.9711	[2007-11-29]
	- lost VMS test skippage from Craig Berry
	- reformat the test code a little

1.9710	[2007-11-29]
	- I got the sense of the QNX test the wrong way in an attempt
	  to generalize it for future

1.9709	[2007-11-28]
	- casting fixes from Robin Barker for g++ and 64bitint
	- in QNX skip the itimer tests because though the API
	  is there, the implementation isn't, from Matt Kraai
	- raise the dead man timer to 180 seconds for really
	  slow/busy systems
	- elaborate the UTF-8 locale warning from Makefile.PL

1.9708	[2007-10-05]
	- [rt.cpan.org #29747]: Build failure with perl 5.005_05
	  Fixed by regenerating the ppport.h using Devel::PPPort 3.13.

1.9707	[2007-02-27]
	- t/HiRes.t failed in Perl 5.6.2,
	  "action is not of type POSIX::SigAction at t/HiRes.t line 318",
	  reported and fixed by Anton Berezin, the reason was faulty
	  use of sigaction() when restoring the old action.
2008-05-28 21:08:15 +00:00
abs
be8e449397 Updated time/p5-Time-Clock to 0.12
0.12 (02.01.2008) - John Siracusa <siracusa@gmail.com>

    * Updated the maintainer's email address.
2008-05-28 21:06:34 +00:00
abs
42bc1f015a Updated time/p5-DateTime-TimeZone to 0.77
0.77     2008-05-27

- This release is based on version 2008b of the Olson database. The
  major changes in this release are for Morocco, Mongolia, and
  Pakistan.

- More Windows changes from David Pinkowitz. Determining the local
  time zone on a Win32 system should now work regardless of the
  system's locale. Previously it only worked for English language
  systems. RT #36201.


0.76     2008-05-18

* Dropped support for Perl 5.005.

- Made the Win32 local time zone bits work on Vista and Server
  2008. Patch by David Pinkowitz. RT #35733.


0.75     2008-04-25

- A stray STORABLE_attach method in DT::TZ::Floating caused freezing
  and thawing a floating timezone with Storable to fail
  badly. Reported by Kostas Chatzikokolakis.

- Changed the local time zone detection on Win32 to only require read
  access to the registry. Patch by David Pinkowitz. RT #35273.


0.74     2008-03-24

- This release is based on version 2008b of the Olson database. The
  major changes in this release are for San Luis in Argentina, Cuba,
  Iraq, and Syria.


0.73     2008-03-08

- The DT::TZ::Local::VMS module declared its package as
  DateTime::TimeZone::Local::Win32, which clearly is not
  right. Patched by Peter Prymmer.

- This release is based on version 2008a of the Olson database. The
  major changes in this release are for Argentina and Chile,


0.72     2007-12-31

- This release is based on version 2007j of the Olson database. The
  major changes in this release are for Argentina.


0.71     2007-12-28

- Fixes a major bug in the generation of time zone data. This bug
  affected any time zone that has more than one rule (most of them)
  and currently has no DST changes (many of them). An example would be
  America/Caracas. The symptom would either be mistakes about the
  current time zone or bogus exceptions when trying to create a local
  date. Reported by Éric Cholet.


0.70     2007-12-03

- This release is based on version 2007j of the Olson database. There
  is one major change in this release, for the new Venezuelan time
  zone.
2008-05-28 21:05:11 +00:00
abs
e89f29f15d Updated time/DateTime-Format-Builder to 0.7901 from 0.7807
0.7901   2007-09-01

- The memory-cycle.t test will fail if you have PadWalker and the
  current Devel::Cycle (1.07) installed. I forgot I had patched my
  local Devel::Cycle to fix this bug.

0.79     2007-08-30

- Fix several circular references in
  DateTime::Format::Builder::Parser. This would be triggered by any
  standard usage of DT::F::Builder. Reported by Carl Franks. RT
  #29034.
2008-05-28 21:02:52 +00:00
abs
1884c24a2e Updated time/p5-DateTime to 0.4302
0.4302 2008-05-20

[ BUG FIXES ]

- The 41cldr_format.t test blew up on Perl 5.6.x, because of a bug in
  the test code.


0.4301 2008-05-18

[ BUG FIXES ]

- In the 0.43 release, I forgot to change the DateTime::Locale
  dependency to require DT::Locale 0.40.


0.43   2008-05-18

[ *** BACKWARDS INCOMPATIBILITIES *** ]

* Dropped support for Perl 5.005.

[ ENHANCEMENTS ]

- Added support for formatting the CLDR date pattern language, which
  is much more powerful than strftime. This, combined with the latest
  DateTime::Locale, makes the localized output much more correct.

[ BUG FIXES ]

- The hour_1() method was returning the real hour + 1, rather than
  just representing midnight as 24 instead of 0. This bug fix will
  probably break someone's code.


0.42   2008-02-29

[ BUG FIXES ]

- The 17set_return.t tests failed on leap days, like today. Reported
  by Duncan Ferguson. RT #33695.
2008-05-28 20:59:45 +00:00
adrianp
44f0314a06 Kronolith version H3 (2.2) is a major upgrade in the 2.x release series,
including these enhancements:
* Support for the Horde_Alarm system (requires Horde 3.2) for email or
  inline alarms on any event.
* Improved iCalendar and vCalendar support, including support for
  alarms, timezones, better integration with remote calendars, and
  better support for remote clients.
* Improved event recurrence, including events that recur a specific
  number of times, recurrence by day of the year and by weekday of the
  year, the choice of editing or deleting a recurring event as either
  the full series or an individual exception, and the ability to remove
  recurrence exceptions.
* More complete WebDAV support.
* WCAG 1.0 Priority 2/Section 508 accessibility guidelines compliance.
* Users can get a daily agenda email.
* Holidays can be displayed using the Date_Holiday package.
* Event delegation - users can have permissions to creat events on behalf
  of other users.
* Events can be marked private.
* More dynamic user interface, including dynamic page refreshes to update
  the main calendar view when switching between dates or month/day/week/
  work week/year views, a collapsible panel that provides quick access
  to all calendars and allows searching of calendars, a dynamic event
  edit interface that puts less commonly used options out of site by
  default, quick switching between the view, edit, and delete interfaces,
  and autocompletion of attendees from the user's address book.
* Full Kolab webclient support
* Database access can be split between read and write databases.
* More graceful operation if the calendar backend is not available.
* and much, much more.
2008-05-26 12:58:49 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
tonnerre
02d445d979 Fix several plists that use imake after some modifications in the imake
framework several monthes ago. This resolves various build problems on
Linux.
Should fix PR 37646. Patch from cheusov. Confirmed by joerg.
2008-05-11 14:29:23 +00:00
adrianp
187b63d9f3 The Horde Team is pleased to announce the final release of the Kronolith
Calendar Application version H3 (2.1.8).

This is a security release that closes an XSS exploit in the add event
screen. All users are encouraged to upgrade to this version.
2008-05-06 20:27:50 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
tron
98dcef8d33 Fix build with the latest version of the "MesaLib" package. 2008-04-24 13:57:08 +00:00
abs
4ea2c1d487 enable python25 2008-04-15 16:00:58 +00:00
heinz
d9cc8de123 Added support for installation to DESTDIR. 2008-04-06 13:17:22 +00:00
jlam
be7a03563f Update ruby-tzinfo to version 0.3.8. Changes from version 0.3.5 include:
+ Install as a Ruby gem.

* Updated to tzdata version 2008b
  (http://article.gmane.org/gmane.comp.time.tz/2149).
2008-04-04 15:22:35 +00:00
tonnerre
c3ffe96ae1 Add p5-Calendar-Simple to subdir list 2008-03-16 19:11:28 +00:00
tonnerre
f3360f6524 Add Calendar::Simple Perl version in version 1.19
Perl extension to create simple calendars. A very simple module that
exports one function called calendar.

Approved-by: cube
2008-03-16 19:10:01 +00:00
kleink
8bdea192fb Update p5-Time-TAI64 to 2.11; changes since 2.10 include:
2.11  Fri Apr 28 2006
    - Fixed a small bug in tai64nlocal where the character
	  that separates seconds and the fractional seconds
	  was omitted. Thanks, to Colin Robinson for the spot.
2008-03-11 16:08:16 +00:00
reed
6979470caf Add vixie-cron.
Fix my earlier CHANGES entry.
2008-03-08 18:45:03 +00:00
reed
2a9cf4b8d7 Bump PKGREVISION, since my changes today (in wip) make different package. 2008-03-08 18:44:19 +00:00
reed
6c54531016 Import package from pkgsrc-wip: vixie-cron.
(Note this has some differences from NetBSD's cron, such
as by default users can't have own crontabs unless allowed.)

Vixie Cron is a popular implementation of cron for running scheduled
commands for the system and regular users.

This is a version of 'cron' that is known to run on most systems.  It is
functionally based on the SysV cron, which means that each user can have
their own crontab file (all crontab files are stored in a read-protected
directory).

A message is logged each time a command is executed; also, the files
"allow" and "deny" can be used to control access to the "crontab" command
(which installs crontabs).
2008-03-08 18:38:14 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
jlam
1664698e4d Just use extern declarations of tgetent() and tgetnum() instead of
figuring out whether to include <termcap.h> or <curses.h> and <term.h>.
2008-03-05 18:30:59 +00:00
jlam
3f19815cc5 + Remove patch-aa which only changed the directory into which the
package installs the config file at installation time.  The simpler
  solution is to override sysconfdir via INSTALL_MAKE_FLAGS to point
  to the example files directory.

+ Instead of using custom termcap/curses detection/overriding logic
  in the package Makefile, simply allow termcap.buildlink3.mk (included
  indirectly via readline/buildlink3.mk) to do the right thing.  Bump
  the PKGREVISION to 1.

+ Add full DESTDIR support.

+ Simplify the post-install target.
2008-03-05 16:51:40 +00:00
tnn
4b63899834 Honour PKGMANDIR, add missing INSTALLATION_DIRS 2008-02-17 20:30:36 +00:00
heinz
c44dce8b11 The package supports installation to DESTDIR. 2008-02-16 15:42:33 +00:00
markd
754a899fcc Fix segfault on NetBSD-current. 2008-02-03 19:36:33 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
adrianp
a920ff8e3e Major changes compared to the Kronolith H3 (2.1.6) version are:
* Fixed privilege escalation in the Horde API.
* Fixed missing ownership validation on share changes.
* Updated Japanese translation.
* Small bugfixes and improvements.
2008-01-10 23:33:30 +00:00
heinz
13d8eb48b4 The package supports installation to DESTDIR and needs a C compiler. 2008-01-09 16:33:23 +00:00
obache
fce64300d1 gtodo is now hosted at SourceForge now, noticed by Zafer Aydogan in private mail.
Also change HOMEPAGE to new site (redirect from old site).
2008-01-03 14:42:34 +00:00
obache
f82979a022 bbdate is now hosted at SourceForge, noticed by Zafer Aydogan in private mail. 2008-01-03 14:37:03 +00:00
obache
6456ebb5c8 Change MOZILLA master sites difinitions, related to PR 37379.
There are three types Mozilla mirrors.
(http://www.mozilla.org/mirroring.html)
 * mozilla-current
        contains only the current version of Firefox and Thunderbird
 * mozilla-release
        contains Firefox, Thunderbird, and Sunbird releases
 * mozilla-all
        complete archive

Define following variables for mozilla master sites:
        MASTER_SITE_MOZILLA_ALL = mozilla-all
        MASTER_SITE_MOZILLA     = mozilla-release
and change some packages to use appropriate variable.

Update contents of MASTER_SITE_MOZILLA with master and primary mirrors
taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
2007-12-22 07:22:04 +00:00
drochner
3ae61b6272 +xonclock 2007-12-17 20:17:42 +00:00
drochner
6d30dee3d6 import xonclock-0.0.9.2, another X11 on-screen clock
(not the greatest one, but looks pretty)
2007-12-17 20:16:37 +00:00
drochner
881023077b update to 2.12.0
This syncs with evolution-2.12, for the gnome-2.20 branch
2007-12-16 18:03:02 +00:00
martti
f6f5ea854d Updated Xfce to 4.4.2
Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-07 19:43:19 +00:00
rillig
f338d15c24 Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-02 08:32:23 +00:00
rillig
4b99e3b3f6 Updated devtodo to 0.1.20.
0.1.20
- A few bugfixes.
- Added XML declaration parsing/saving. This is a stop-gap at best, but will
  hopefully be useful to some.
- Removed reliance on builtin regex library. Hopefully the completely broken
  version of glibc that instigated the inclusion of it is now out of
  circulation.
- Fixed a whole bunch of compiler warnings on more recent GCC versions.
- --not-done now marks sub-tasks as not done. Thanks to an anonymous
  user for picking this up.

0.1.19
- Updated my E-Mail address after about a year of having the wrong one :)
- Removed informational message at top of .todo files as it was rather useless
  and actually annoying to some people placing their .todo files under version
  control systems.
- Added a XSLT -> XHTML+CSS transform from Francesco Poli.
- Added a bash completion script from the Gentoo projects maintainer Aaron
  Walker.
- Fixed seg fault visible on 64-bit systems but present on all. Thanks to the
  Debian project for notifying me and providing a fix.
2007-12-01 16:52:09 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
rillig
84ab38246e Fixed "static after extern". 2007-11-30 20:38:06 +00:00
wiz
1581da1667 Update to 0.3001:
0.3001  2007-08-30

- No longer including RFCs in the tarball, per the request of the
  Debian maintainer for this package. Apparently, this makes their job
  harder, and it serves no useful purpose for me. Requested by Gunnar
  Wolf. RT #28480.
2007-11-29 17:56:30 +00:00
wiz
93df0c616a Update to 0.41:
0.41   2007-09-10

[ BUG FIXES ]

- The 13strftime.t test was failing when DateTime::Locale 0.35 was
  installed. The test has been adjusted and we now list DT::Locale
  0.35 as the minimum version. Reported by David Cantrell.


0.40   2007-08-30

[ BUG FIXES ]

- A custom formatter would be lost after a call to set() or
  truncate(). Reported by Kjell-Magne Øierud. RT #28728.

- The truncate() method docs said it accepted "second" as a parameter,
  but it didn't actually do the right thing with it. Now it always
  truncates nanoseconds to 0 for any parameter it is passed.


0.39   2007-07-17

[ BUG FIXES ]

- Yet more changes to how infinity is handled and tested. This passes
  for me on 32-bit Win XP and 64-bit Linux, which is promising. Patch
  by Yitzchak Scott-Thoennes. RT #22392.


0.38   2007-06-30

[ BUG FIXES ]

- Require Test::Pod::Coverage 1.08 in pod-coverage.t, since we use
  all_modules, which was only exported as of version 1.08. Reported by
  MATSUNO Tokuhiro. Fixes RT #26594.

- Fixed a bad link to the old FAQ location in the docs. Reported by
  Ric Signes. Fixes RT #26846.

[ ENHANCEMENTS ]

- DateTime.pm now explicitly overloads string comparison. This was
  done so that comparing a DateTime.pm object to a string returns
  false, rather than throwing an exception. Reported by Chris
  Dolan. Addresses RT #26085.
2007-11-29 17:54:28 +00:00
wiz
4947f972fe Update to 0.35:
0.35   2007-09-09

- Based on CLDR 1.5
2007-11-29 17:49:46 +00:00
wiz
7be9d96e1d Update to 0.6904:
0.6904   2007-11-09

- Updated the Windows -> Olson conversion table, though it's still
  English-only. Added some more Win32 tests to hopefully help diagnose
  a test failure report from a Win32 tester.


0.6903   2007-11-08

- The Win32::TieRegistry prereq was requiring version 1.0, which
  doesn't exist. I meant to require just any version. Reported by
  CJM. RT #30580.

- No code changes in this release.


0.6902   2007-11-05

- Fixed many sloppy uses of eval blocks which would leave $@ set after
  calling various DT::TZ methods/functions. This could cause unrelated
  error checking to find $@ set to something and log an error or
  die. Reported by Kat.


0.6901   2007-11-02

- Add Win32::TieRegistry to our prereqs if we're on Win32. Reported by
  Ruud H.G. van Tol.


0.69     2007-11-01

- This release is based on version 2007i of the Olson database, which
  includes changes to Cuba and Syria.


0.68     2007-10-01

- This release is based on version 2007h of the Olson database, which
  includes changes to Egypt, Iran, Palestine, Brazil, and Venezuela.


0.67     2007-08-20

- This release is based on version 2007g of the Olson database, which
  includes changes to Egypt, Antarctica, Australia, and Indiana (Perry
  County).


0.6603   2007-07-07

- The DateTime::TimeZone->names_in_country() method returned the wrong
  thing in scalar context. Instead of a simple array reference, it
  returned a reference to an array reference. Reported by John
  O'Rourke. RT #27843.
2007-11-29 17:43:22 +00:00
jnemeth
df17fdcdd6 only require p5-DateTime-Format-Builder 0.60 from reed@ on pkgsrc-users@
ride recent PKGREVISION bump
2007-11-22 04:13:08 +00:00
jnemeth
af50f21863 Add dependency on p5-DateTime-Format-Builder from George Michaelson in
pkgsrc-users@.
2007-11-22 02:56:03 +00:00
jnemeth
2e3a440ba9 add and enable zonetab 2007-11-08 20:10:46 +00:00
adrianp
3122461e52 +p5-Time-Interval 2007-11-04 16:03:02 +00:00
adrianp
70cf706633 Time::Interval
==============

This package installs the Time::Interval perl module.
Time::Interval's primary purpose is to take a given number
of seconds and return the number of days, hours, minutes,
and seconds are represented.
2007-11-04 16:02:12 +00:00
adrianp
822c6a516f +p5-Time-Format 2007-11-04 15:09:36 +00:00
adrianp
6fea7f70d5 Time::Format version 1.02
=========================

Time::Format provides a very easy way to format dates and times.  The
formatting functions are tied to hash variables, so they can be used
inside strings as well as in ordinary expressions.  The formatting
codes used are meant to be easy to remember, use, and read.  They
follow a simple, consistent pattern.  If I've done my job right, once
you learn the codes, you should never have to refer to the
documentation again.  A quick-reference page is included, just in
case.  ;-)

Time::Format can also format DateTime objects, and strings created
with Date::Manip.

Also provided is a tied-hash interface to POSIX::strftime and
Date::Manip::UnixDate.
2007-11-04 15:08:44 +00:00
drochner
7c6ec4c369 Add a pseudo-pkg which copies the zone.tab file which comes with
the tzdata distribution but is not installed in NetBSD to
/usr/share/zoneinfo.
Sorry for that hack, but it looks still better for me than the
alternatives which are (a) hacking ugly code in evolution or
(b) duplication of the whole zoneinfo tree into pkgsrc.
This is NetBSD only for now; while it might be useful for other
platforms which don't install zone.tab, the /usr/share/zoneinfo path
is hardwired and needs to be verified individually.
2007-11-03 21:46:38 +00:00
gdt
70d5150754 add (missing) LICENSE=, NO_*_ON_CDROM. 2007-10-31 21:48:58 +00:00
dsainty
28acc9bd7a Update to version bundled with rxvt-2.7.10, since rxvt-2.6.0 is no longer
available for download.  Update MASTER_SITES to match rxvt package.

No known changes to rclock.
2007-10-30 12:25:11 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
minskim
dd3bd7609e Update ruby-tzinfo to 0.3.5.
Changes:
* Updated to tzdata version 2007h.
2007-10-16 04:33:05 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
joerg
2bf917f9ea Needs msgfmt. 2007-10-01 03:21:03 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
wiz
d8432e362f Add intltool to tools, to fix bulk build breakage. 2007-09-19 08:35:11 +00:00
tron
a954d1fd9b Resign as maintainer of all the packages which I'm no longer using. 2007-09-19 06:46:51 +00:00
jlam
2761568ac2 Convert to use the features framework. 2007-09-08 21:57:57 +00:00
jlam
df7d10dbeb Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
jdolecek
faad65c830 Update pear-Date to 1.4.7. Changes since 1.4.3:
1.4.7:
* Fix bug #8912: putenv() causes crashes in DateTimeZone::inDaylightTime() under windows
* Fix bug #9409: Date_Calc, fatal error using a non-array variable as an array
* Fix bug #9414: Date::addSeconds() fails to work properly with negative numbers
* Many cosmetics update
* Moved bug test files to tests/bugs/
* Removed unused files

1.4.6:
- Change license from PHP License to new BSD License
- Bug #5715 fypo, missing s in $GLOBALS

1.4.5:
Same code base as 1.4.4-beta
See 1.4.4 changelog for details

1.4.4:
- Establish the DATE_CALC_FORMAT constant and use it as the default value
  for each of the Date_Calc class' method's $format parameter.
- Add beginOfMonthBySpan() and endOfMonthBySpan() methods to Date_Calc.
- Use integers for the parameters in Date_Calc instead of strings.
- Tweak Date_Calc::NWeekdayOfMonth() so it can calculate the 'last'
  given weekday of a month.
- #1640. Make sure all longname's are also keys in
  $GLOBALS['_DATE_TIMEZONE_DATA']. Makes Date_TimeZone work under more
  operating systems.
- #5420, missing CEST
- #3846, getYear, getMonth returns integer
- #2652, add %h and %i support (rob at wildlime dot com
- #5494, force dot as decimal separator
- #3022, allow to specify the weekday abbrevation length used in ::format()
- #4878, %s padding fix when < 10 ( aashley at optimiser dot com)
- #3059, use GLOBALS in date_span

PR: 36211 by Loic Hoguin
2007-09-05 19:51:41 +00:00
drochner
08495ca7d8 update to 0.3.3
changes:
-localizations added
-using GOption, GList and GString now
-checking for a composited desktop-environment, thus depending
 on gtk+ >= 2.10.0
-brand new gremlin/gremlin-24 theme included
-smooth hand animations
-no more flashing of backgrond-clear-color upon startup
-bugfixes
2007-09-03 16:28:37 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
joerg
04a98e3bf2 Don't use malloc.h. 2007-08-08 21:44:14 +00:00
joerg
5d0ad11ea1 Don't use malloc.h. 2007-08-08 21:07:48 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
wiz
abe0d52ea4 + py-dateutil. 2007-07-02 18:06:21 +00:00
wiz
4de44f4084 Initial import of py-dateutil-1.2, from pkgsrc-wip, initially packaged
by recht@ and updated by me.

The dateutil module provides powerful extensions to the standard datetime
module, available in Python 2.3+.

Features

* Computing of relative deltas (next month, next year, next monday, last week
  of month, etc);
* Computing of relative deltas between two given date and/or datetime objects;
* Computing of dates based on very flexible recurrence rules, using a superset
  of the iCalendar specification. Parsing of RFC strings is supported as well.
* Generic parsing of dates in almost any string format;
* Timezone (tzinfo) implementations for tzfile(5) format files
  (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all
  known formats), iCalendar format files, given ranges (with help from
  relative deltas), local machine timezone, fixed offset timezone, and UTC
  timezone.
* Computing of Easter Sunday dates for any given year, using Western, Orthodox
  or Julian algorithms;
* More than 400 test cases.
2007-07-02 18:05:24 +00:00
joerg
043fc2f0ed Fix CVS ID. 2007-07-02 08:36:12 +00:00
joerg
65e41af093 Needs libXScrnSaver or rsibreak is not build. This is the most stupid
default behaviour in autoconf land I've seen so far.
2007-06-19 13:30:04 +00:00
joerg
fdcbf47baf Avoid unportable Imakefile construct that breaks with modular Xorg. 2007-06-12 20:56:55 +00:00
heinz
f10978cfca Activated p5-DateTime-Calendar-Discordian. 2007-06-12 00:07:21 +00:00
heinz
549fdb51c9 Removed temporary file committed during import :-/ 2007-06-12 00:06:32 +00:00
heinz
9494ef6aa8 Initial import of p5-DateTime-Calendar-Discordian 0.9.4.
This is a module that implements the Discordian calendar made popular
in the "Illuminatus!" trilogy by Robert Shea and Robert Anton Wilson and
by the Church of the SubGenius.  It follows the DateTime API.
2007-06-12 00:02:30 +00:00
abs
03d73535ec Enable the following newly added packages:
databases/p5-Rose-DB
    databases/p5-Rose-DB-Object
    databases/p5-SQL-ReservedWords
    devel/p5-Clone-PP
    devel/p5-Data-OptList
    devel/p5-Rose-Object
    devel/p5-Sub-Exporter
    devel/p5-Sub-Install
    time/p5-DateTime-Format-MySQL
    time/p5-DateTime-Format-Pg
    time/p5-Rose-DateTime
    time/p5-Time-Clock
2007-06-10 13:53:03 +00:00
abs
ea00c836ac Added time/p5-Rose-DateTime version 0.532
The Rose::DateTime::* modules provide a few convenience functions
and objects for use with DateTime dates.

Rose::DateTime::Util contains a simple date parser and a slightly
customized date formatter.

Rose::DateTime::Parser encapsulates a date parser with an associated
default time zone.

This module (Rose::DateTime) exists mostly to provide a version
number for CPAN. See the individual modules for some actual
documentation.
2007-06-10 13:42:34 +00:00
abs
bebc3a641c Added time/p5-DateTime-Format-MySQL version 0.04
This module understands the formats used by MySQL for its DATE,
DATETIME, TIME, and TIMESTAMP data types. It can be used to parse
these formats in order to create DateTime objects, and it can take
a DateTime object and produce a string representing it in the MySQL
format.
2007-06-10 11:24:36 +00:00
abs
fdee941b9a Added time/p5-DateTime-Format-Pg version 0.16001
This module understands the formats used by PostgreSQL for its
DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to
parse these formats in order to create DateTime or DateTime::Duration
objects, and it can take a DateTime or DateTime::Duration object
and produce a string representing it in a format accepted by
PostgreSQL.
2007-06-10 11:23:14 +00:00
abs
35e8ed1108 Import p5-Time-Clock-0.11
A Time::Clock object is a twenty-four hour clock with nanosecond
precision and wrap-around. It is a clock only; it has absolutely
no concept of dates. Vagaries of date/time such as leap seconds
and daylight savings time are unsupported.

When a Time::Clock object hits 23:59:59.999999999 and at least one
more nanosecond is added, it will wrap around to 00:00:00.000000000.
This works in reverse when time is subtracted.

Time::Clock objects automatically stringify to a user-definable
format.
2007-06-10 11:18:16 +00:00
abs
79a8aeee22 Updated time/p5-DateTime-TimeZone 0.62 -> 0.6602
0.6602   2007-05-29

- There was a bug in the 04local.t tests that did not manifest itself
  on my dev machine, but would've been seen on any machine with an
  /etc/default/init file. Reported by Jonathan Leffler.


0.6601   2007-05-08

- 0.66 screwed up the test count in 04local.t if certain tests were
  skipped. Reported by David Precious.


0.66     2007-05-07

- This release is based on version 2007f of the Olson database, which
  includes Haiti, Turks and Caicos Islands, and New Zealand.

- If /etc/localtime is a symlink, but trying to follow that link does
  not find a zone name, fall back to trying to find a matching file in
  /usr/share/zoneinfo. RT #26438.

- Require Cwd 3.0+, since Cwd;:abs_path() in older versions does not
  following a chain of symlinks.


0.6501   2007-04-22

- The test for the new symlink handling could fail on some systems
  (notably OSX). Reported by Randal Schwartz.


0.65     2007-04-21

- Handle cases where /etc/localtime is a symlink pointing to another
  symlink (and so forth) by using Cwd::abs_path() instead of
  readlink(). Fixes RT #26438.

- When creating an Olson time zone object, DT::TZ will now check to
  see if the object being loaded is from an older version of the Olson
  catalog than the current version of DT::TZ and issue warning if this
  is the case. This is useful because obsolete module files may exist
  when a zone name is replaced by a link, or just retired entirely.


0.64     2007-04-02

- This release is based on version 2007e of the Olson database
  (changes in the Syria and Honduras time zones).


0.63     2007-03-20

- This release is based on version 2007d of the Olson database.

- Fix determination of local time zone on systems where /etc/localtime
  is a symlink. This broke in 0.61. Reported by Bradley C Bailey. RT
  #25348.
2007-06-09 23:48:54 +00:00
abs
796d00a94f Updated time/p5-DateTime-Locale 0.33 -> 0.34
0.34   2007-03-05

- Removed the use of STORABLE_attach from this module entirely, since
  it seemed to have a buggy interaction with DateTime.pm. See
  http://www.mail-archive.com/datetime@perl.org/msg05633.html for some
  discussion of this.
2007-06-09 23:47:41 +00:00
abs
4fabc08df0 Updated time/p5-DateTime 0.36 -> 0.37
0.37   2007-03-30

[ BUG FIXES ]

- Require DateTime::Locale 0.34, which fixes a problem that manifested
  when thawing a DateTime.pm object. See
  http://www.mail-archive.com/datetime@perl.org/msg05633.html for some
  discussion of this.

- Added pod coverage tests, and added some POD for undocumented
  methods as a result.

[ ENHANCEMENTS ]

- This distro is now GPG-signed, per RT #24776.
2007-06-09 23:46:42 +00:00
jmmv
9c6c6b403f Disable python support explicitly as configure's "auto" detection is quite
stu^Wbroken.  Also add a missing PKGCONFIG_OVERRIDE.  Fixes PR pkg/36437.
2007-06-09 08:01:21 +00:00
markd
1e77000183 Add 5 perl modules. 2007-06-06 12:18:01 +00:00
markd
9db8aa72b2 Import of p5-Data-ICal-DateTime version 0.65
Convenience methods for using Data::ICal with DateTime.
2007-06-06 12:13:50 +00:00
markd
04efbeb491 Import p5-Data-ICal version 0.13
Data::ICal is a straightforward generator for iCalendar (RFC 2445) files,
such as those used in Apple's iCal.
2007-06-06 12:12:35 +00:00
markd
5d2625527f Import p5-DateTime-Event-ICal version 0.09
This module aims to support rfc2445 style recurrences, such as
'last friday of march'.
2007-06-06 12:10:54 +00:00
markd
c5c29cc15c Import p5-DateTime-Event-Recurrence version 0.16
This module aims to support basic recurrences, such as 'daily'.
2007-06-06 12:09:21 +00:00
markd
6074cd388d Import p5-DateTime-Format-ICal version 0.08
This module handles formatting and parsing of iCal format datetimes
and durations, per RFC 2445.
2007-06-06 12:07:48 +00:00
wiz
9d27f90a6f opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.
2007-06-05 05:36:59 +00:00
jmmv
3ff6003b96 Add and enable planner. 2007-06-02 16:42:33 +00:00
jmmv
3f38823e69 Initial import of planner, version 0.14.2:
Planner is a project management tool for the GNOME desktop.  Among other
things, it provides:

- Task managment: define a list of tasks to accomplish a project, the
  dependencies among them and their lengths.  Of course, you can view a
  Gantt chart from this data.

- Resource management: define a list of resources for your project and
  assign them to tasks.

- Calendar management: create different calendars for the human resources
  in your project so that tasks can be automatically scheduled according
  to their calendars.
2007-06-02 16:42:03 +00:00
heinz
ae7298832e Updated to version 1.17.
Pkgsrc changes:
  - MAINTAINER cannot take care of the package anymore.
  - Marked the package as supporting installation to DESTDIR.
  - It's a pure Perl package.

Changes since version 1.12:
===========================
1.17    2007-01-25
- I made the same test count mistake as was in 1.14 again. This
  release fixes the test count (again) when running on a system that
  doesn't support negative epochs (like Win32). Patched by Kenichi
  Ishigaki (again).

1.16    2007-01-23
- The leap year fix in 1.14 was pretty broken, as it checked after
  converting the year to Perl's internal (year - 1900) format.

1.15    2007-01-22
- Fix Local.t test count when running on a system that doesn't support
  negative epochs (like Win32). Patched by Kenichi Ishigaki.

1.14    2007-01-21
- Fixed leap year check to produce the right answer for years outside
  of the 32-bit epoch range (such as 1900 and 2100). See rt.perl.org
  #31241. Reported by Nathan Zook.

1.13    2006-08-09
- Switched to using Test::More for the tests.
- Fixed a bug that occurred around the DST change for Europe/London
  (and probably other time zones with a positive UTC offset). If
  given, the hour immediately after the change (2:00 AM for
  Europe/London), then the returned epoch was 3600 seconds too
  large. Reported by Roger Picton. See RT #11662.
2007-05-06 13:52:35 +00:00
adrianp
d069d5bd59 PKGREVISION++ for the recent PEAR/PHP changes so that all child packages
pick up the new dependencies properly
2007-05-05 22:09:18 +00:00
markd
4d057acf88 Add rsibreak 2007-05-05 22:09:04 +00:00
markd
bb113e70d8 Initial import of rsibreak 0.8.0
Repetitive Strain Injury is an illness which can occur as a result of
working with a mouse and keyboard. This utility can be used to remind
you to take a break now and then. It will show you a random picture
from a collection you can configure yourself for a configurable
duration at a configurable interval.

You can use these breaks to do some stretch exercises for example, or
as a reminder to walk away from the computer for a while.

RSIBreak will sit in your system tray and when it is time for a break
it will show you the picture full screen. All timings can be set by
clicking with the right mouse button on the icon in the system tray.
2007-05-05 22:07:59 +00:00
reed
4b74b26850 Update PLIST for update to 1.9 -- forgot in commit a few moments ago.
Details are in the previous log message for Makefile.
2007-04-28 15:22:00 +00:00
reed
83c967eafb Updated plan to 1.9.
This for PR #36216. Thank you Steven for testing.

Sort some of PLIST.

Removed a few patches that were integrated or not needed.

Changes are:

====== 1.8.5 released 16.2.03 =======

FEATURES:
    * plan's FTP home site has a new name: plan.ftp.fu-berlin.de, shown in
      the About popup. The old address will continue to work. (Thanks, Heiko!)
    * set locale to support other character sets such as Czech, by Petr Kristan
      <petr.kristan@epos.cz>
    * OpenBSD port by Armin Wolfermann <armin.wolfermann@viscomp.com>
    * new plan2vcs perl script that converts plan appointments to korganizer
      format, by Bert Bos <bert@w3.org>
    * if there is a ~/.holiday file, don't read LIB/holiday as well.
    * skip junk in entries synced from PalmPilot DateBk4 messages, by Johan
      Vromans <jvromans@squirrel.nl>
    * allow new holiday syntax "workday before/after <date>", by Ian Holland
      <irh@statscout.com>
    * Italian language translations by Paolo Panizza <pp@ieee.org>
    * accept yyyy/mm/dd date input, Brian T. Schellenberger <bts@babbleon.org>
    * Slovak holidays by Mikulas Sustak <sustak@kte.sjf.stuba.sk>

BUG FIXES:
    * fixed Debian bug 157425: color selection dropbox always starts on Default
    * Suns apparently still run X11R5 and don't have XtSignalId et. al.
    * configure script had problems with defaults when using bash (Michael
      Mauch <michael.mauch@gmx.de>
    * fixed configure script problems on Solaris 2.6, by Horst Scheuermann
      <scheuerm@uni-trier.de>
    * fixed Dutch Driekoningen holiday date, by Johan Vromans
      <JVromans@squirrel.nl>
    * IBM AIX doesn't have Xt timers and doesn'd compile plan 1.8.4, excluded
      XFree workaround for IBM
    * week number 2 appeared twice in 2001. Fixed by Helmut Jarausch
      <jarausch@igpm.rwth-aachen.de>
    * Search->One file could not select the "own" file (top menu choice).
    * cleanup: removed remaining K&R varargs and sunkr target
    * fixed '@' user notation in netplan server, by Gennadi Umanski
      <umanskij@ti.uni-trier.de>
    * fixed Japanese string converion, by Tomoko Hayashi <tomoko@u-aizu.ac.jp>
    * other people's .dayplan file references ('L' lines in ~/.dayplan) over-
      wrote own file entries (Heiko Schlichting <heiko@FU-Berlin.DE>)


====== 1.8.6 released 18.3.03 =======

FEATURES:
    * reversed the change in 1.8.5, at popular demand, that lets a personal
      holiday file replace the system holiday file. plan 1.8.6 again reads
      both, system first. The new "reset" keywords can be used to clear all
      system holidays, following an idea by Heiko Schlichting.

BUG FIXES:
    * the edit menu was broken in 1.8.5, fixed by Heiko Schlichting
      <heiko@FU-Berlin.DE>


====== 1.8.7 released 30.9.03 =======

FEATURES:
    * deleted support for SCO
    * pland -p pops up all alarms that triggered since the last time pland
      ran, not just those from the past three hours, by Brian L. Shaver
      <shaker.lxxv@verizon.net>
    * more room for appointments in year overview, moved year to left edge

BUG FIXES:
    * newly entered appointments no longer vanish from the edit menu.
    * fixed errno compiler errors on SMP systems, Thomas Ribbrock
      <emgaron@gmx.net>
    * Italian language translations by Paolo Panizza <pp@ieee.org> were
      missing from the 1.8.5 and 1.8.6 distributions, now included


====== 1.9 released 6.2.05 =======

FEATURES:
    * saved space in various calendar views such as the year overview
    * the week view repeats the hour title every few day rows; it was too easy
      to get lost without scrolling all the time
    * remove obsolete warning windows when the next warning or the main alarm
      is reached.
    * Linux: when a lockfile from a previous plan process is found, do not kill
      it if it's dead and some non-plan process now uses the old process ID.
    * if user "netplan" exists on the system, netplan runs as that user instead
      of nobody. Needed for Debian. Petter Reinholdtsen <pere@hungry.com>
    * added Belgian French holiday file, Nicolas E'vrard <nicoe@wanadoo.be>
    * command-line option -V: experimental and incomplete vCalendar export.
      File can be read by calendar programs such as Mozilla Calendar.
    * plan is now distributed under the GPL license, at your choice.
    * netplan has a new option -s that sends all messages to syslog.

BUG FIXES:
    * fixed Italian language file, Carlo Mandelli
      <carlo.mandelli@consulenti.fastweb.it>
    * fixed misspelling in the Italian language file, littledark
      <littledark@swissinfo.org>
    * "Delete past entries" did not remove repeating entries whose end date is
      in the past, Aaron Kaplan <kaplan@cs.rochester.edu>
    * fixed choice 1 of configure script on Solaris, Aaron Kaplan
      <kaplan@cs.rochester.edu>
    * after running a long time (months), alarms stopped triggering. Fixed by
      Aaron Kaplan <kaplan@cs.rochester.edu>
    * fixed Spanish holiday file, Fernando Tricas "Garci'a"
      <ftricas@amon.cps.unizar.es>
    * fixed loads of inane gcc warning messages
2007-04-28 15:20:42 +00:00
martti
bbe052ddf4 Added xfce4-timer-plugin. 2007-04-27 11:02:36 +00:00
martti
e2e715f6b3 Added some Xfce plugins. 2007-04-27 10:48:06 +00:00
drochner
0a01df67ec fix a patch which causes an "invalid lvalue" with new gcc 2007-04-19 18:27:59 +00:00
martti
d029bc7238 Removed xfce4-calendar 2007-04-19 06:56:57 +00:00
drochner
94e3f8a7be +cairo-clock 2007-04-18 22:30:02 +00:00
drochner
cf07dda497 more eye candy for the xcomposite desktop: import MacSlow's Cairo-Clock
rev. 0.3.2
2007-04-18 22:28:01 +00:00
wiz
7ff0cd719a Update to 2.10.0:
3 new translations.
2007-04-15 08:29:05 +00:00
martti
cc3a1b98db Updated to Xfce 4.4.1
See http://www.xfce.org/documentation/changelogs/4.4.1 for details.
2007-04-12 09:55:08 +00:00
martti
c54ae8879b Added xfce4-orage 2007-04-12 09:50:02 +00:00
martti
17b9eb0910 Time-managing application for the Xfce desktop environment.
Orage 4.3 uses new ical interface instead of old dbh to store and
utilize calender appointments.
2007-04-12 09:49:16 +00:00
wiz
51be76375e Bump PKGREVISION for gtkhtml38 shlib name change. 2007-04-11 22:45:56 +00:00
wiz
b6a1e1746e Improve HOMEPAGE. 2007-03-25 06:31:12 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
jwise
d713eea2be Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs. 2007-03-21 19:44:10 +00:00
jwise
58a0818401 I'm not using any of these any more, either. Some of these should probably
go away -- I have real doubts that a version 1.1 jdk and the accompanying
swing are any use to anyone, but am not sure the newer stuff we have
supports all ports which are supported by lang/jdk.
2007-03-21 18:59:16 +00:00
wiz
2d1a8cc474 Bump PKGREVISION for gnome-keyring ABI bump. 2007-03-21 12:05:41 +00:00
adrianp
23970f9939 Update to 2.1.5
[jan] Fix character set encoding of exported vCalendar/iCalendar data.
[jan] Fixed MS-SQL driver (Bug 5088).
[jan] Add Catalan translation (Jordi Giralt <projecte.k2@upcnet.es>).
[jan] Fix searching for non-ascii strings (Bug 4773).
[cjh] Display partial hours in free/busy view (cbs@cts.ucla.edu,
      Request 4755).
[cjh] Honor date_format preference in reminders and notifications (Bug 4726).
2007-03-18 12:11:28 +00:00
ghen
a07c5e5152 Update to sunbird-0.3.1.
http://www.mozilla.org/projects/calendar/releases/sunbird0.3.1.html

What's New in Mozilla Sunbird 0.3.1

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

* The timezones in Sunbird 0.3.1 have been updated to include the Daylight
  Savings Time (summer time) changes passed by the U.S. legislature in 2005.

Release Date: February 19, 2007
2007-03-02 09:34:17 +00:00
ghen
997afcdd9b Remove obsoleted alpha substitution. 2007-03-01 14:03:16 +00:00