Commit graph

959 commits

Author SHA1 Message Date
sno
00651bd374 Updating package time/p5-MooseX-Types-DateTime from 0.03 to 0.04
pkgsrc changes:
  - Adding license (perl license)
  - Ajusting dependencies according to META.yml

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

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


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

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

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

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

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

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

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


0.92    2009-06-17

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

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

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

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

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

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

Upstream changes:
0.43   2009-06-30

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Upstream changes:
0.91    2009-05-26
- This release is based on version 2009h of the Olson database. This
  release has no user-visible changes, but I like to follow along
  anyway.
2009-06-14 20:14:49 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
rillig
61c7cf362d Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
abs
fcebe12b0c update to use the new Module::Install infrastructure 2009-06-11 12:06:10 +00:00