Commit graph

1056 commits

Author SHA1 Message Date
wiz
a4eec2f4cc Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
sno
5462ea8371 Updating time/p5-DateTime from 0.5400 to 0.5500
pkgsrc changes:
- Adjust build/test dependencies

Upstream changes:
0.55   2010-03-16
- Get all tests passing on 5.6.2. Thanks to Zefram for help spotting the
  problems.
- Moved code to my hg repo at http://hg.urth.org/hg/DateTime.pm.
2010-03-16 22:10:56 +00:00
sno
9b2c3d51b0 Updating time/p5-DateTime-Format-Natural from 0.84 to 0.85
pkgsrc changes:
- Adjust HOMEPAGE to CPAN "Permalink"
- Adjust dependencies according to module's META.yml

Upstream changes:
0.85  2010-03-13  <schubiger@cpan.org>
 - Merged development version to stable.

0.84_03  2010-03-11  <schubiger@cpan.org>
 - Resolve short aliases only if preceded by a digit.
 - Don't capture the date separator for matching with the format.

0.84_02  2010-03-09  <schubiger@cpan.org>
 - Guess the format of dates with a dot or hyphen as separator.
 - Check for separator mismatch when not in lax mode.

0.84_01  2010-02-24  <schubiger@cpan.org>
 - Use the format parameter case-insensitively and test it.
 - Don't bless into a reference within the metadata base constructor.
 - Add some missing commas to the grammar description.
2010-03-16 17:16:44 +00:00
sno
0607f8945e Updating time/p5-DateTime-Format-Flexible from 0.14 to 0.15
pkgsrc changes:
- Update HOMEPAGE to CPAN "Permalink"

Upstream changes:
0.15 Mon Mar 10 2010
   - fix tests for DateTime string overloading problem
     (thanks Andreas Koenig and Michael Schwern)
2010-03-16 17:10:55 +00:00
sno
5378d050e3 Updating time/p5-DateTime-Format-Builder from 0.7901nb1 to 0.8000
pkgsrc changes:
- Adjust license definition

Upstream changes:
0.80     2010-03-14
- Remove the 00sig.t test, which seemed to cause random failures based on CPAN
  testers reports.
- Lots of cleanup in test code.
- Future releases will all increment by 0.01 (0.81, 0.82, etc).
- No code changes.
2010-03-16 17:04:47 +00:00
sno
7f40f65167 Update time/p5-DateTime from 0.5300 to 0.5400
pkgsrc changes:
- Adjust license definition
- Adjust dependencies

Upstream changes:
0.54   2010-03-14
- Bumped the DateTime::TimeZone prereq to 1.09 to force people to use a modern
  version. Previously the minimum version was 0.59, and there have been a lot
  of bug fixes since then.

- String overloading now extends to string comparison, so a DateTime object
  can be compared to any string. In other words

  if ( $dt eq $string ) { ... }

  will simply stringify $dt and then do a normal string-is-equals
  check. Previously, this would blow up unless both operands were a DateTime
  object.

  Note that future versions of Test::More (0.95_01+) will no longer stringify
  arguments to is(), which means that older versions of DateTime may cause new
  test failures when you upgrade Test::More. It is highly recommended that you
  upgrade DateTime before upgrading to Test::More 0.95_01+.

  Patch by Michael Schwern. RT #55453.

- Allow passing end_of_month setting to $duration->inverse(). Requested by
  John Siracusa. RT #53985.
2010-03-16 17:01:11 +00:00
taca
f2373b0fa5 Add and enable php-calendar. 2010-03-16 15:18:01 +00:00
taca
19227f0adb Re-import misc/php-calendar package as time/php-calendar.
misc/php-calendar package will be deleted later.
2010-03-16 15:13:07 +00:00
wiz
dff724c1e5 + xtide. 2010-03-14 16:39:53 +00:00
wiz
6b7fb6b5b5 Reimport misc/xtide to time/ 2010-03-14 16:39:24 +00:00
sno
281e7f3873 Updating time/p5-Time-Clock from 0.12nb1 to 1.00
pkgsrc changes:
- Add license definition

Upstream changes:
1.00 (03.09.2010) - John Siracusa <siracusa@gmail.com>
    * The %i format now correctly shows 12 for 12 AM.
    * Removed leading zeros from the %i format.
    * Bumped version number to reflect API stability.
2010-03-10 09:48:06 +00:00
sno
39a81b18ca Updating time/p5-DateTime-TimeZone from 1.11 to 1.13
Upstream changes:
1.13    2010-03-08
- This release is based on version 2010e of the Olson database. This release
  fixes a bug in the Bangladesh zone introduced in 2010d.

1.12    2010-03-08
- This release is based on version 2010d of the Olson database. This release
  has changes for Bangladesh, Fiji, Samoa, and Chile.
2010-03-10 09:27:55 +00:00
taca
149171292c Update ruby-tzinfo package to 0.3.17.
Updated to tzdata version 2010e
	(http://article.gmane.org/gmane.comp.time.tz/3128).
2010-03-09 01:28:23 +00:00
sno
8e03a184bd Updating time/p5-DateTime-Format-Flexible from 0.09 to 0.14
pkgsrc changes:
- Adapt dependency version to pkgsrc used version numbers, not CPAN

Upstream changes:
0.14 Sun Feb 28 2010
   - fix test: '1 month ago at 4pm' could be potentially less that 28 days ago.
   - fix tests for infinity, -infinity, infinito, and -infinito

0.13 Sat Feb 27 2010
   - make parsing for infinity and -infinity more reliable

0.12 Thu Feb 25 2010
   - fix DateTime::Format::Builder import

0.11 Wed Feb 24 2010
   - remove Readonly dependency
   - support some postgresql datetimes: epoch, infinity, -infinity, allballs
     - see http://www.postgresql.org/docs/8.4/interactive/datatype-datetime.html section 8.5.1.4
     - 'infinity' returns a DateTime::Infinite::Future object
     - '-infinity' returns a DateTime::Infinite::Past object

0.10 Wed Feb 24 18:45:00 2009
   - support for single character am/pm strings '3p'
   - support for days of the week (wednesday => the nearest future wednesday) (thanks Shawn Moore, rt #53188)
     - note: this is quite limited, I need more test cases
       - works: wednesday
       - works: wed at 3p
   - support for bare months (february)
   - support for limited timezones that are not at the end of the string (thanks Dave Faraldo)
     - 'Wed Nov 11 13:55:48 PST 2009' becomes
       - 2009-11-11T13:55:48 America/Los_Angeles
   - beginning multiple language support (contributions welcome)
     - support english (en) and spanish (es)
   - support dates like 'now, today, tomorrow'
   - switch to strptime from regexes for some parsing for clarity
   - now supports negative timezone offsets IF it is a 4 digit offset and there is a space before the offset
     - works: 2007-05-06T04:44:44 -0800
     - does not work: 2007-05-06T04:44:44-0800
     - does not work: 2007-05-06T04:44:44-08
     - does not work: 2007-05-06T04:44:44 -08
   - now supports 2 digit years as the first number if the year is > 31
     - works: 35-12-23 (2035-12-23T00:00:00)
     - does not work: 11-12-13 (2013-11-12T00:00:00, or 2013-12-11T00:00:00 with european hinting)
   - timezone parsing should now be more reliable
   - you can now set a 'base' datetime object to help fill out partial datetimes
2010-03-08 16:45:23 +00:00
sno
7fcad610d5 Updating time/p5-DateTime-TimeZone from 1.10 to 1.11
pkgsrc changes:
- Adjust Module::Build dependency (CORE module of perl 5.10.1 satisfies
  requirements)
- Import time/p5-DateTime-TimeZone-HPUX to allow this module working on
  HP-UX, too

Upstream changes:
1.11    2010-03-01
- This release is based on version 2010b of the Olson database. This release
  has changes for Paraguay.
- Added a list of zones by country, and a list of zone links (aliases) to the
  docs for DateTime::TimeZone::Catalog.
2010-03-08 16:43:34 +00:00
sno
50fd25aa22 Added time/p5-DateTime-TimeZone-HPUX version 1.04 2010-03-08 16:29:14 +00:00
sno
de659007d3 Importing time/p5-DateTime-TimeZone-HPUX version 1.04. This module is
required to get time/p5-DateTime-TimeZone working well on HP-UX.

This distribution implement detection of the local timezone as defined at
the operating system level, either in $ENV{TZ} or in /etc/TIMEZONE.

HP-UX has its own system for defining timezones. See tztab(4). This is
incompatible with the now common set of timezones known as the Olson DB
that is used by DateTime::TimeZone. This module fixes this hole by
providing the map between the two systems.
2010-03-08 16:28:56 +00:00
sno
fa09cb7976 Updating time/p5-DateTime-Format-Natural from 0.83 to 0.84
Upstream changes:
0.84  2010-02-22  <schubiger@cpan.org>
 - Merged development version to stable.

0.83_04  2010-02-16  <schubiger@cpan.org>
 - Enhance the regular expression matching a non-word alias.
 - Correct the indentation of _Nth_Weekday_of_Month_Year().

0.83_03  2010-02-14  <schubiger@cpan.org>
 - Introduce short name aliases. [rt #53976 - Kevin Field]
 - Support shortened relative dates with a +/- prefix.
   [rt #53976 - Kevin Field]
 - Add according tests for aliases and prefixed dates.
 - Test for case-insensitive processing of input strings.
 - Test compile-time loading of Aliases.pm.

0.83_02 Wed Jan 27 10:42:41 CET 2010
 - New supported formats: <time> <weekday> and <time> on <weekday>.
   [rt #53979 - Kevin Field]

0.83_01 Mon Jan 18 10:28:42 CET 2010
 - Pass the time zone object instead of name to the final DateTime
   constructor. [rt #53268 - Eric Wilhelm]
2010-02-23 19:13:06 +00:00
sno
bb9e6dc0cc Updating time/p5-Time-Piece from 0.17 to 0.19
Upstream changes:
1.19
    - Fix for alloca broke FreeBSD

1.18
    - Fix for alloca on IRIX
2010-02-18 08:58:38 +00:00
wiz
384da4e34b Update to 2010b, the usual. 2010-02-16 14:14:13 +00:00
sno
c4648ef9aa Updating time/p5-Time-HiRes from 1.9719nb1 to 1.9720
Upstream changes:
1.9720 [2010-02-14]
	- Address [rt.cpan.org #54196] alarm and ularm return values are bogus,
	  report and fix from Nicholas Clark
2010-02-15 13:39:39 +00:00
joerg
c5c4a11094 DESTDIR support 2010-02-12 00:31:52 +00:00
joerg
43d61d5817 DESTDIR support 2010-02-12 00:21:17 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
zafer
4e2ea81be8 update master_sites 2010-02-09 00:05:48 +00:00
sno
44737a89fa Updating time/p5-DateTime-Format-ISO8601 from 0.06 to 0.07
pkgsrc changes:
- Adjusting license

Upstream changes:
0.07 Sun Jan 17 23:35:40 MST 2010
    - fix test failures caused by tests using DateTime->now(), all tests
      should now pass reguardless of the "wallclock" when they are being run
2010-02-02 14:43:11 +00:00
sno
5c254c03f8 Updating time/p5-DateTimeX-Easy 0.087 to 0.088
pkgsrc changes:
- Adding license
- Adjusting dependencies and module type

Upstream changes:
0.088:
    - Remove DateTime::Format::DateParse from dependencies as fails lots
      of tests and not used (thanks ranguard)
2010-02-02 14:36:46 +00:00
sno
68710f442d Updating time/p5-Time-Piece from 1.16 to 1.17
Upstream changes:
1.17
    - Force all to use internal strptime then everyone gets %z even OSX
      users.
    - Finally figured out the timezone test failures on Win32 and fixed
      them.
2010-02-02 12:43:41 +00:00
sno
e11d919520 Updating time/p5-Rose-DateTime from 0.532nb1 to 0.533
pkgsrc changes:
- Adding license definition
- Take care for correct file permissions

Upstream changes:
0.533 (10.16.2009) - John Siracusa <siracusa@gmail.com>
    * Updated eval blocks to avoid stomping on $@ from an outer scope.
2010-02-02 12:40:22 +00:00
joerg
080d6f7394 Needs xextproto 2010-01-31 22:47:34 +00:00
taca
62a066ca3b Fix PLIST problem reported as PR pkg/42703 by Robert Elz. 2010-01-30 16:04:29 +00:00
sno
bef6a030f5 Updating time/p5-DateTime-Format-Natural from 0.79 to 0.83
Upstream changes:
0.83 Wed Jan 13 15:51:11 CET 2010
 - Merged development version to stable.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

1.07    2009-12-24

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

1.06    2009-12-21

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

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

* Set the VALUE parameter correctly for date values.

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

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

Moved from x11 to time
2010-01-16 14:36:56 +00:00
joerg
b9bfd1fd13 Fix build by using the right variable for libgnomeui. 2009-12-21 19:55:01 +00:00
joerg
3fbb207985 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00