Commit graph

1132 commits

Author SHA1 Message Date
ryoon
2b25f3c6f2 Update to 3.6.
PR pkg/44477

Changelog:
Major changes in release 3.6

*  Work properly when the -1 timezone is specified
*  Use ISO 3166-2 region codes
*  Distribute .po files
*  Distribute BUGS LIMITATIONS doc/GREG-REFORM
*  Fix NLS support in gcal, gcal2txt, tcal, txt2gcal


Major changes in release 3.5.1

*  Update NEWS
*  --version reports the right version


Major changes in release 3.5

*  Change source license to GPLv3+
*  Do not include Henry Spencer V8 regex library
*  Change documentation license to FDL 1.3+
*  Use automake
*  Use the start of the week day specified by the locale
*  Typo fixed in data/dates/lotr: Sm8 = Smaug
*  Typo fixed in src/help.c and *.po: assigments -> assignments
*  Hyphens corrected in gcal.1
*  Date of Nikolaustag changed in data/dates/world
                 Bug report and patch by Wolfram Kleff
*  Spell check in doc/en/texi/gcal.texi
     Patch by James Troup
*  Do not install files in $(HOME)
                 Patch by Edward Betts
*  Add --from-code=iso-8859-1 to po/Makefile.in.in
           Patch by Sandro Tosi
*  Fix German translation
           Patch by Jens Seidel
*  Changes to src/{hd-data2.c,hd-data3.c,hd-defs.h,hd-data.c}
     -fixed Czech holidays; bug report and patch by Martin Mares
     -removed non ASCII char
     -All Saints Day on some states; patch by Marc-Jano Knopp
     -All Souls day is no holiday; patch by Thorsten Alteholz


Major changes in release 3.01.1

* typos fixed in data files
* typo fixed in src/help.c
2011-02-02 13:48:06 +00:00
wiz
1da0eb6196 Fix build with png-1.5. 2011-01-31 20:23:10 +00:00
markd
11d8295e1b Fix build with gcc4.5 2011-01-29 22:53:29 +00:00
he
83e4681a6f Fix the sumtitra script to work without warning from newer perl. 2011-01-17 12:52:15 +00:00
taca
79a118de5a Update ruby-tzinfo package to 0.3.24.
== Version 0.3.24 (tzdata v2010o) - 15-Jan-2011

* Updated to tzdata version 2010o
  (http://article.gmane.org/gmane.comp.time.tz/3473).
2011-01-15 16:34:26 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
drochner
b9ba6a6e11 update to 3.1.3
changes: misc fixes and improvements
2011-01-11 11:59:19 +00:00
dsainty
ada744dc0a Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
wiz
2802fd9dea Update to 0.66:
0.66   2010-11-26

- A bunch of documentation cleanup. No code changes.


0.65   2010-10-25

- Actually put the right $VERSION in every package. No other changes.


0.64   2010-10-25

* All the constructors besides new() ended up calling new(), which meant that
  these constructors went through the parameter validation code
  twice. Avoiding this should make everything that constructs a new object
  (besides new() itself) a little faster.

  ** This change breaks DateTime::Fiscal::Retail454, but no other modules, to
     the best of my knowledge. **

- The t/39no-so.t test failed for some people. I can't reproduce it, but this
  release will hopefully fix the problem. Patch by Tokuhiro Matsuno. RT
  #62061.

- Added a section on the DateTime Project ecosystem to the docs. Addresses RT
  #60930.

- Fixed wiki links in the docs now that the wiki has moved to a new wiki
  platform.

- Restored some of the dzil-ification. The repo now has a very minimal
  Build.PL file which is just enough to build the XS code and run the
  tests. This fixes the total lack of prereqs in the META.* files. Reported by
  Bjørn-Olav. RT #62427.


0.63   2010-09-24

- Actually bump the version in the module files. Oops. Reported by bricas.
2010-12-02 12:28:15 +00:00
drochner
86f8fbfbaa update to 2.32.0
This switches to the gnome-2.32 release branch.
(compile-tested only; the old version didn't build anymore)
2010-11-29 12:54:02 +00:00
obache
1845cb43ba Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name changed. 2010-11-18 23:59:15 +00:00
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
735e70408b Reset maintainer. 2010-11-01 00:08:09 +00:00
wiz
ccb3db2655 Fix path. 2010-10-19 12:09:50 +00:00
wiz
fd35a8ded9 + p5-Net-Google-Calendar. 2010-10-19 12:06:43 +00:00
wiz
6e44460cc6 Initial import of p5-Net-Google-Calendar-1.0:
This package provides a simple OOP-ish API to Google calendars.
2010-10-19 12:05:57 +00:00
drochner
0b0895d6bb replace a non-portable use of strftime(3) with a portable implementation
(the fallback to %b doesn't work, and even if it did the lowercase letters
were hardly readable in a toolbar icon)
bump PKGREVISION
2010-10-01 19:44:02 +00:00
sno
690310307d Updating time/p5-DateTime from 0.6100nb1 to 0.6200
Upstream changes:
0.62   2010-09-23
- Don't try to test with DateTime::Format::Strptime unless we have a
  relatively recent version. Should fix some test failures.
2010-09-23 21:34:50 +00:00
sno
8196c69b08 Updating time/p5-MooseX-Types-DateTimeX from 0.06nb1 to 0.10 (for
cosmetic reasons)

Upstream changes:
0.10    - Reverted to 0.06
2010-09-21 21:02:54 +00:00
wiz
163ec5f168 Update to 0.13, set LICENSE.
0.13  2010-08-25
    - GMP is used in two places, so fix second

0.12  2010-08-23
    - Move to Module::Build
    - Do not use GMP on Windows
    - Report bigint library used in tests
2010-09-19 11:31:12 +00:00
wiz
1ca750f012 Update to 0.089, update dependencies.
0.089:
    - Non-development release without DateManip dependency

0.088_1:
    - Remove DateTime::Format::DateManip from dependencies due to instability in that package and its dependencies (thanks jjn1056)
2010-09-19 11:29:41 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
dcfb8865a2 Update to 1.7. Improve COMMENT.
1.7   Fri Sep 10 2010

 - fixed spelling (note by Salvatore Bonaccorso)
2010-09-12 12:44:44 +00:00
wiz
5e3a579cf9 Update to 0.08:
0.08  Thu Jun 10 16:54:11 EDT 2010
    - Added match() for checking cron hits
2010-09-12 12:43:32 +00:00
taca
3d5fb68342 Update time/ruby-tzinfo to 0.3.23.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.


== Version 0.3.23 (tzdata v2010l) - 19-Aug-2010

* Updated to tzdata version 2010l
  (http://article.gmane.org/gmane.comp.time.tz/3354).
2010-09-10 08:53:28 +00:00
sno
c3198caded Updating time/p5-Time-Progress from 1.5nb1 to 1.6
pkgsrc changes:
- adjust license definition

Upstream changes:
1.6   Wed Sep  8 2010
  - fixed helpers (note by Andreas Koenig)
2010-09-09 21:32:15 +00:00
obache
6737d1c64c Update remind to 3.1.9.
close PR#43791.

Changes to pkgsrc
* use INSTALL_SCRIPT from configure (patch-ab).
* update tclsh name, current its version in pkgsrc is 8.4.

CHANGES TO REMIND

* Version 3.1 Patch 9 - 2010-06-20

- MAJOR ENHANCEMENT: New "purge mode" to delete expired reminders.  See
  the PURGE MODE section of the remind man page.

- ENHANCEMENT: Support DURATION in TkRemind.  Thanks to Marek Marczykowski.

- BUG FIX: Don't change the order of PS and PSFILE reminders.  Bug found
  by John McGowan.

- BUG FIX: "REM 1990-01-01 SATISFY 1" would yield a spurious parse error
  in earlier versions of Remind.

- BUG FIX: Yom HaShoah is moved to Thursday if it would normally fall on
  a Friday.  Thanks to Jonathan Kamens for pointing this out.

* Version 3.1 Patch 8 - 2010-03-09

- ENHANCEMENT: Include some useful scripts in contrib/

- ENHANCEMENT: Add the $T, $Td, $Tm, $Tw, $Ty, $U, $Ud, $Um, $Uw, $Uy
  special variables to make reminder files less wordy.  See man page
  for details.

- MINOR ENHANCEMENT: Set an icon photo window manager resource on TkRemind.

- POLICY CHANGE: Discourage use of Remind on MS Windows or Apple Mac OS X.

- BUG FIX: Ignore msgprefix() and msgsuffix() on RUN-type reminders.

- BUG FIX: Adjust Remind and Rem2PS so that SHADE specials don't obliterate
  earlier MOON specials.

- BUG FIX: Fix bug in SCHED calculations if Remind is started in the middle
  of a SCHED interval.
2010-09-09 11:39:58 +00:00
sno
a7b15453a9 Added time/p5-Convert-NLS_DATE_FORMAT and time/p5-DateTime-Format-Oracle 2010-09-07 05:52:36 +00:00
sno
2c368dc4aa Importing package for p5 module DateTime::Format::Oracle version 0.05
into time/p5-DateTime-Format-Oracle.

This module may be used to convert Oracle date and timestamp values into
DateTime objects. It also can take a DateTime object and produce a date
string matching the NLS_DATE_FORMAT.

Oracle has flexible date formatting via its NLS_DATE_FORMAT session
variable. Date values will be returned from Oracle according to the current
value of that variable. Date values going into Oracle must also match the
current setting of NLS_DATE_FORMAT.

Timestamp values will match either the NLS_TIMESTAMP_FORMAT or
NLS_TIMESTAMP_TZ_FORMAT session variables.

This module keeps track of these Oracle session variable values by
examining environment variables of the same name. Each time one of
Oracle's formatting session variables is updated, the %ENV hash must
also be updated.
2010-09-07 05:51:00 +00:00
sno
725f45fe9f Importing package for p5 module Convert::NLS_DATE_FORMAT version 0.02
into time/p5-Convert-NLS_DATE_FORMAT.

Convert Oracle's NLS_DATE_FORMAT string into a strptime format string,
or the reverse.
2010-09-07 05:44:39 +00:00
sno
5c12196c51 Updating time/p5-Rose-DateTime from 0.533nb1 to 0.534
Upstream changes:
0.534 (03.22.2010) - John Siracusa <siracusa@gmail.com>
    * Updated to avoid calling methods that were deprecated in
      DateTime::Locale version 0.44 and later.
2010-09-07 05:29:40 +00:00
tron
b0b3aff444 Remove me as maintainer. This module isn't very useful after all. 2010-09-04 18:45:22 +00:00
sno
c9eb9a6653 Updating time/p5-DateTime-Format-Flexible from 0.15nb1 to 0.16
pkgsrc changes:
- add build dependency

Upstream changes:
0.16 Thu Aug 25 2010
   - make sure 'now' means now and not when the module loaded unless user
     has set a base (thanks Ryan Voots rt #60731)
2010-09-01 20:06:41 +00:00
sno
c8aa9b34fa Updating time/p5-DateTime-TimeZone from 1.20nb1 to 1.21
Upstream changes:
1.21    2010-08-20
- This release is based on version 2010l of the Olson database. This release
  includes updates for Egypt and Palestine.
2010-08-26 06:32:06 +00:00
seb
febfbb41f9 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
obache
44fc041132 Update py-pytz to 2010k.
Based on PR#43764 by Kamel Derouiche

timezone update.
2010-08-17 09:38:00 +00:00
sno
294255baa2 Updating time/p5-DateTime-Format-Natural from 0.88 to 0.89
Upstream changes:
0.89  2010-08-05  <schubiger@cpan.org>
 - Merged development version to stable.

0.88_02  2010-07-29  <schubiger@cpan.org>
 - Replace calling of _valid_date() in _count_weekday_variant_month()
   with _check_date(), because errors are handled separate.
 - Use more descriptive variable names in _parse_formatted_ymd().
 - Minor indentation and code tweaks.

0.88_01  2010-07-18  <schubiger@cpan.org>
 - Check if suffixes used for ordinal numbers are suitable.
 - Test that invalid ordinal numbers fail and valid ones succeed.
 - Add a test file for the tests expected to succeed.
 - Verify for parse failures their errors emitted.
 - While processing grammar expressions, save all captured values
   in order to pass the extra ones to the extended checks.
 - Improve whitespace of regular expressions handling durations.
2010-08-17 05:52:55 +00:00
sno
d760e63e06 Updating time/p5-DateTime-Format-Natural from 0.85 to 0.88
Upstream changes:
0.88  2010-06-16  <schubiger@cpan.org>
 - Merged development version to stable.

0.87_03  2010-06-12  <schubiger@cpan.org>
 - Fix broken use_ok() test for the Calc module.
 - Insert some missing examples in the grammar documentation.

0.87_02  2010-06-09  <schubiger@cpan.org>
 - Strengthen the check for invalid units of prefixed dates.
 - Add a test file for parse asserts.
 - Rename Base.pm to Calc.pm and adjust trace tests.
 - Reword the according abstract and description.
 - Document where arguments to dateparse's switches are required.
 - Allow dateparse to handle the language code in uppercase.

0.87_01  2010-06-06  <schubiger@cpan.org>
 - Match case-insensitively in the language option check.
 - Require (and not use) the grammar class in runtime eval.
 - Purge the remains of the formatted instance data member.
 - Delete some instance data through hash slices.
 - Convert a few non-option identifiers to lowercase.

0.87  2010-05-29  <schubiger@cpan.org>
 - Merged development version to stable.

0.86_02  2010-05-27  <schubiger@cpan.org>
 - Emit an error for 0 AM/PM suggesting to use 12 as zero.
 - Add tests for this extended check failure.
 - Adjust related prefer_future tests to make them pass.
 - When verifying that extended checks fail, call _get_error()
   to see whether it returns an error as expected.
 - Reset in _unset_error() with undef instead of empty string.

0.86_01  2010-05-18  <schubiger@cpan.org>
 - Introduce and use two flag handlers for AM/PM time values.
   [rt #56955 - Andrew Sterling Hanenkamp]
 - Assert that these values pass the extended meridiem check.
 - Split implicit matching of time only from grammar entries
   with an optional AM suffix.
 - Add tests for 12 AM/PM and the splitted grammar entries
   (including prefer_future ones).
 - Test that invalid meridiem time values fail.
 - Remove addition of 12 hours for PM time values in _at_time()
   and _time_full().
 - Dispatch to _at() for AM/PM time, to _time() for time only.
 - Comment the purpose of the wrappers _at() and _time().

0.86  2010-04-20  <schubiger@cpan.org>
 - Merged development version to stable.

0.85_02  2010-04-11  <schubiger@cpan.org>
 - Extract both caller and sub in ::Lang::Base's AUTOLOAD() at once.
 - Correct the indentation of the same subroutine.

0.85_01  2010-04-08  <schubiger@cpan.org>
 - New supported format: <time full> AM/PM. [Wes Morgan]
 - Make _time_full() capable of working with an hours option.
 - Initialize the hours option in _at_time() after having processed
   the arguments.
2010-08-04 16:47:08 +00:00
sno
8c3fb61f17 Updating time/p5-DateTime-Format-HTTP from 0.38 to 0.39
pkgsrc changes:
- adjust license

Upstream changes:
0.39  2010-07-03
- No code changes from previous versions.

0.38_01  2010-07-01
- Making sure the nanosecond is a integer, and not a float making the creation
  of a DateTime object fail. Fixes RT 58854 (Christiaan Kras)
- Repository moved from Subversion to Git. The repository can be located at
  git://github.com/Htbaa/DateTime-Format-HTTP.git
2010-08-04 16:42:36 +00:00
sno
d2c255ccae Updating time/p5-DateTime-Format-Pg from 0.16004 to 0.16005
pkgsrc changes:
- adjust dependency versions

Upstream changes:
0.16005  Wed Jun 23 12:15:00 2010
    - Fix edge case in fractional seconds (rt #58612).
      Patch by Andrew Whatson
2010-08-04 16:37:00 +00:00
sno
7f46d54c62 Updating time/p5-DateTime-Format-Strptime from 1.2000 to 1.4000
pkgsrc changes:
- adjusting license

Upstream changes:
1.4000 2010-06-28
    - Actually update $VERSION in module file. Reported by David Wheeler.

1.3000 2010-06-26
    - Specifiers which allowed for leading space before a number (like %e)
      would cause DateTime.pm to throw an error if the date being parsed
      actually contained leading space. Patch by Alex Vandiver. RT #58459.
    - Licnse is now Artistic 2.0
2010-08-04 16:29:53 +00:00
sno
9488701a1d Updating time/p5-DateTime-TimeZone from 1.19 to 1.20
Upstream changes:
1.20    2010-07-26
- This release is based on version 2010k of the Olson database. This release
  includes updates for Egypt, Finland (historical only), and Mexico. It also
  renames Pacific/Truk to Pacific/Chuuk and Pacific/Ponape to Pacific/Pohnpei.
2010-08-04 16:24:48 +00:00
sno
c99530a07c Updating time/p5-DateTime-Format-DateParse from 0.04 to 0.05
pkgsrc changes:
- add license definition
- adjust dependcy versions from dist-version to pkgsrc package version

Upstream changes:
0.05
    - test warning fix
    - Nanoseconds are always turned into an integer, with rounding as
      needed. (Dave Rolsky)
2010-08-04 16:15:36 +00:00
sno
30d8e7f6c7 Updating time/p5-Calendar-Simple from 1.20nb1 to 1.21
pkgsrc changes:
- add license definition
- don't require a c compiler
- remove executable bits from installed modules

Upstream changes:
2010-04-02  Dave Cross <dave@angel.mag-sol.com>
  * Build.PL: Remove signing.
  * lib/Calendar/Simple.pm: Bump to version 1.21 for release.
  * t/no_dt.t: Patch to fix tests under 5.11.0+. Thanks to Ruslan Zakirov.
2010-08-01 20:41:10 +00:00
sno
65be162509 Updating time/p5-Time-Piece from 1.19 to 1.20
Upstream changes:
1.20
    - Fix for alloca broke Solaris
    - Fixed documentation buggette about strptime
    - Added ->pretty() method for Time::Seconds objects
	- Add %s support to strptime
2010-08-01 20:35:49 +00:00
sno
701d3b45b0 Updating time/p5-Time-HiRes from 1.9720 to 1.9721
Upstream changes:
1.9721 [2010-03-17]
	- Address [rt.cpan.org #54196] alarm and ularm return values are bogus,
	  additional fix from Gisle Aas
	- Address [rt.cpan.org #55665] "Bad plan" on Windows,
	  report and fix from Jan Dubois
2010-08-01 20:33:29 +00:00
sno
b7128eb458 Updating time/p5-Time-Clock from 1.00 to 1.02
Upstream changes:
1.02 (06.15.2010) - John Siracusa <siracusa@gmail.com>
    * Fixed test failures on systems without Time::HiRes.

1.01 (06.03.2010) - John Siracusa <siracusa@gmail.com>
    * Prevent parse failure on greater-than-nanoseconds precision.
      (The extra precision is discarded.)
2010-08-01 20:29:56 +00:00
obache
f726e2ebed Update evolution-webcal to 2.28.1.
While here, set LICENSE=gnu-gpl-v2.

==============
Version 2.28.1
==============

* Updated translations.
2010-07-21 13:32:30 +00:00
obache
1881b29a41 Bump PKGREVISION from evolution-data-server shlib bump. 2010-07-20 02:08:35 +00:00
seb
6abfd84f71 Update from version 0.6000 to version 0.6100 (upstream version 0.61)
Upstream changes:
0.61   2010-07-16

- Switching to dzil in 0.56 broke the --pp flag for the Build.PL. Reported by
  Jonathan Noack. RT #59421.
2010-07-18 11:53:37 +00:00