Commit graph

1866 commits

Author SHA1 Message Date
jperkin
79e158681a Use PKGMANDIR. Add patch comments. 2016-03-30 08:45:32 +00:00
taca
642e834418 Update tuby-tzinfo03 to 0.3.47.
== Version 0.3.47 (tzdata v2016b) - 15-Mar-2016

* Updated to tzdata version 2016b
  (https://mm.icann.org/pipermail/tz-announce/2016-March/000036.html).
2016-03-17 14:40:35 +00:00
taca
579d13207c Update ruby-tzinfo-data to 1.2016.2.
* Add a CONTRIBUTING.md file.
* Allow any characters to be used in alternate style formats.
* Update to tzdata version 2016b.
2016-03-16 13:00:57 +00:00
wiz
ec5b858b93 Update p5-DateTime to 1.25:
1.25   2016-03-06

- DateTime->from_object would die if given a DateTime::Infinite object. Now it
  returns another DateTime::Infinite object. Reported by Greg Oschwald. RT
  #112712.
2016-03-09 11:26:43 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
wen
7f95e1a568 Update to 0.13
Upstream changes:
0.13    2015-10-01
- Fixed pod warnings, by neilbowers
- Made all the SEE ALSO references hyperlinks, and made mentions
  of other modules into links as well.
2016-03-05 08:33:10 +00:00
wen
f72b0d95ab Update to 0.18
Add LICENSE
Update DEPENDS

Upstream changes:
0.18  2015-11-11
- added a test; depends on DateTime::Set 0.3600

0.17  2005-08-11
- added a test and fixed a bug where the parameter to
  next($dt) had a timezone. Reported by Simon Wistow.
2016-03-05 08:26:42 +00:00
wen
77a0bcbe06 Update to 0.16
Upstream changes:
0.16  2015-04-17
    - Fixed problem when GMP library was used.

0.15  2015-04-12
    - Forgot to update MANIFEST

0.14  2015-04-12
    - NTP epoch added (Michiel Beijen)
2016-03-05 08:10:08 +00:00
wen
d062769805 Update to 0.402
Upstream changes:
0.402   2015-07-06

- included META.JSON (closes RT #105633, by ETHER)

- added contributors list (and put back SPOON as the main author)
2016-03-05 07:56:40 +00:00
wen
e5d7e67291 Update to 0.06
Add LICENSE

Upstream changes:
0.06    2016-02-12

- Fixed typo in regex that strangely works most of the time
2016-03-05 07:49:43 +00:00
wen
65056181bb Update to 1.03
Upstream changes:
1.03  2015-08-02  <schubiger@cpan.org>

 - Merged development version to stable.

1.02_03  2015-07-21  <schubiger@cpan.org>

 - Suggestions for simple documentation improvements.
   [rt #98634 - Tim Bunce]

1.02_02  2015-06-05  <schubiger@cpan.org>

 - Add encoding directive to POD. [rt #105000 - Debian Perl Group]

1.02_01  2014-02-09  <schubiger@cpan.org>

 - Add metadata repository link. [David Steinbrunner]
2016-03-05 07:40:17 +00:00
wen
8622bfba03 Update to 0.16011
Upstream changes:
0.16011 2015-06-19T13:40:27Z
    - Support full interval syntax [pr #7]
2016-03-05 07:30:03 +00:00
wen
11e3cf1367 Update to 0.13
Upstream changes:
0.13      2015-10-04 23:38:13Z
        - make all tests pass with both the current DateTime::Locale and the
          upcoming new version (currently still in trial releases).

0.12      2015-09-27 05:01:39Z
        - fix new test that may fail with older Moose
2016-03-05 07:24:32 +00:00
wen
52ac2f4b56 Update to 0.3600
Upstream changes:
0.3600 2015-11-11
- move t/22intersects.t to DT::Event::Recurrence module

0.3500 2015-11-10
- [rt.cpan.org #108633] Recurrent event does not intersect indefinite future,
  test contributed by Brett Watson.
- documentation - intersects() returns 0 for false, and 'undef' for
  undecidable.
2016-03-05 03:22:39 +00:00
shattered
e5f29882ae Avoid build failures when chmod respects umask, and 'chmod -x' thus does
not clear all bits.  (Can happen on Linux --
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/67583)
2016-03-03 19:42:29 +00:00
wiz
b297ba09fb Update p5-DateTime to 1.24.
1.24   2016-02-29

- The last release partially broke $dt->time. If you passed a value to use as
  unit separator, this was ignored. Reported by Sergiy Zuban. RT #112585.


1.23   2016-02-28

- Make all DateTime::Infinite objects return the system's representation of
  positive or negative infinity for any method which returns a number of
  string representation (year(), month(), ymd(), iso8601(), etc.). Previously
  some of these methods could return "Nan", "-Inf--Inf--Inf", and other
  confusing outputs. Reported by Greg Oschwald. RT #110341.


1.22   2016-02-21 (TRIAL RELEASE)

- Fixed several issues with the handling of non-integer values passed to
  from_epoch().

  This method was simply broken for negative values, which would end up being
  incremented by a full second, so for example -0.5 became 0.5.

  The method did not accept all valid float values. Specifically, it did not
  accept values in scientific notation.

  Finally, this method now rounds all non-integer values to the nearest
  millisecond. This matches the precision we can expect from Perl itself (53
  bits) in most cases.

  Patch by Christian Hansen. GitHub #11.


1.21   2015-09-30

- Make all tests pass with both the current DateTime::Locale and the upcoming
  new version (currently still in trial releases).
2016-03-03 12:45:30 +00:00
wen
0861ac9fe7 Update to 1.64
Upstream changes:
1.64     2016-02-21

- Changed how a string that contains separate epoch and nanosecond fields is
  turned into a DateTime object in order to deal with changes coming in the
  next DateTime release.


1.63     2016-01-13

[BUG FIXES]

- The behaviour of silently ignoring text after the matching part was
  lost in the rewrite. This has been restored. Patch by Dagfinn Ilmari
  Manns疇ker. RT #111155.


1.62     2015-12-19

[BUG FIXES]

- When on_error was set to something that did not die (including the default
  error handling), calling ->parse_datetime with some bad inputs could cause
  the module to error out internally by trying to call methods on an undefined
  value instead of returning undef. Reported by Mike Dorman. RT #110247.
2016-02-27 07:54:34 +00:00
jperkin
a9e20b5660 Remove manual addition of MAKE_FLAGS to OPSYSVARS, it's now in by default. 2016-02-26 11:40:29 +00:00
jperkin
2cabde7ed6 Use OPSYSVARS. 2016-02-26 10:37:09 +00:00
wiz
06357b8028 Update py-vdirsyncer to 0.9.0:
Version 0.9.0
=============

*released on 15 February 2016*

- The ``collections`` parameter is now required in pair configurations.
  Vdirsyncer will tell you what to do in its error message. See :gh:`328`.
2016-02-21 22:26:33 +00:00
khorben
b8965d919e Package DeforaOS Todo 0.2.1
This release brings:
- support for the latest libSystem
- further improvements
2016-02-20 21:11:56 +00:00
taca
b721296b73 Update ruby-tzinfo-data to 1.2016.1.
Based on version 2016a of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2016-January/000035.html).
2016-02-17 14:58:19 +00:00
jaapb
339d229d93 Removed the automatic setting of PKGNAME to ocaml-${DISTNAME} from
ocaml.mk. It was becoming more trouble than it was worth: only a minority
of packages used it, and it only made Makefiles more confusing.
(I've left out some packages: these will be updated forthwith)
2016-02-06 12:06:07 +00:00
wiz
d3c47b24b4 Update py-vdirsyncer to 0.8.1.
Version 0.8.1
=============

*released on 30 January 2016*

- Fix error messages when invalid parameter fetching strategy is used. This is
  important because users would receive awkward errors for using deprecated
  ``keyring`` fetching.

Version 0.8.0
=============

*released on 27 January 2016*

- Keyring support has been removed, which means that ``password.fetch =
  ["keyring", "example.com", "myuser"]`` doesn't work anymore.

  For existing setups: Use ``password.fetch = ["command", "keyring", "get",
  "example.com", "myuser"]`` instead, which is more generic. See the
  documentation for details.

- Now emitting a warning when running under Python 2. See :gh:`219`.
2016-02-01 13:11:53 +00:00
wiz
9f2fc9b011 Update p5-DateTime-TimeZone to 1.95:
1.95    2016-01-27

- This release is based on version 2016a of the Olson database. This release
  includes contemporary changes for the Cayman Islands, Iran, and Chrita,
  Russia.
2016-01-31 08:09:50 +00:00
mef
4535febdbc Add following line for make test
BUILD_DEPENDS+=  p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
2016-01-30 13:11:49 +00:00
mef
f7dd32160a Add following line for make test
BUILD_DEPENDS+=  p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
2016-01-30 13:06:09 +00:00
mef
a00a32a970 Add two lines for make test
BUILD_DEPENDS+=  p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
  BUILD_DEPENDS+=  p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
2016-01-30 10:01:02 +00:00
wen
591d48c435 Update to 0.52
Upstream changes:
0.52 2015.04.16
    The type of the Time::NVtime pointer is NV ()() not double ()(), as can be seen from looking at the Time::HiRes source.
      On Linux x86_64 on a uselongdouble build when you replace the Time::NVtime entry with a
      double (*)() pointer calls to that function end up leaving an entry on the FPU stack,
      eventually causing the failure seen at https://rt.perl.org/Ticket/Display.html?id=123879
      This minimal commit fixes that issue and allows DBIX::Class::TimeStamp to pass its tests.
      (Tony Cook)
2016-01-15 10:53:57 +00:00
bsiegert
043edb41ce Update Time::Piece to 1.31.
1.31    2015-10-20
        - No Changes since 1.30_01

1.30_01 2015-09-01
        - Ignore some tests on non *nix platforms
        - fix compile warnings
        - Inherit from Dynaloader (fix static build issues)
        - Fix windows mem corruption

1.30    2015-05-16
        - Stable release. Overview from 1.29:
        - Make strftime more portable + fix %z %z
        - Add many more tests
        - Clean inheritance

1.29_05   2015-05-02
        - Combine multiple 'use constant' statements (saves 0.5ms at runtime)
        - Don't leave c_epoch undef
        - deprecate parse() function
        - More constructor tests
        - export() calls Exporter::export

1.29_04   2015-04-09
        - Clean inheritance of Exporter and DynaLoader (Thanks dolmen!)
        - Refactor _strftime to use localtime/gmtime to generate tm struct

1.29_03   2015-04-04
        - Don't mix gmtime and mktime in _strftime
        - Clean whitespace at end of lines
        - Add more tests for DST issues and also strptime parsing

1.29_02   2015-04-04
        - Fix handling of %Z and %z in strftime (hopefully)
        - Remove compile warnings for int cast

1.29_01   2015-03-30
        - Fix handling of %Z and %z in strftime (in progress)
        - Remove unused constants from Time::Seconds (Thanks Xaerxess!)
        - _strftime: use system mktime to better support past/future dates
        - Relicense strptime as BSD 2-clause http://git.io/vfNSg
2016-01-10 19:40:40 +00:00
adam
011bef3059 Revbump after updating graphics/libwebp 2016-01-06 10:46:49 +00:00
taca
33493b403b Add and enable ruby-tzinfo-data. 2016-01-03 10:04:17 +00:00
taca
1d70f5f496 Add ruby-tzinfo-data package version 1.2015.7.
TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby
modules for use with TZInfo.

TZInfo::Data is the public domain [IANA Time Zone
Database](http://www.iana.org/time-zones) packaged as a set of Ruby modules
for use with [TZInfo](http://tzinfo.github.io).

If TZInfo::Data is installed, TZInfo will automatically use it as its source
of time zone data. If TZInfo::Data is not available, TZInfo will attempt to
use the system zoneinfo files instead. Please refer to the [TZInfo
documentation](http://rubydoc.info/gems/tzinfo/frames) for further details.
2016-01-03 10:02:48 +00:00
taca
d2104d1bc1 Update ruby-tzinfo to 1.2.2.
Version 1.2.2 - 8-Aug-2014
--------------------------

* Fix an error with duplicates being returned by Timezone#all_country_zones
  and Timezone#all_country_zone_identifiers when used with tzinfo-data
  v1.2014.6 or later.
* Use the zone1970.tab file for country timezone data if it is found in the
  zoneinfo directory (and fallback to zone.tab if not). zone1970.tab was added
  in tzdata 2014f. zone.tab is now deprecated.


Version 1.2.1 - 1-Jun-2014
--------------------------

* Support zoneinfo files generated with zic version 2014c and later.
* On platforms that only support positive 32-bit timestamps, ensure that
  conversions are accurate from the epoch instead of just from the first
  transition after the epoch.
* Minor documentation improvements.


Version 1.2.0 - 26-May-2014
---------------------------

* Raise the minimum supported Ruby version to 1.8.7.
* Support loading system zoneinfo data on FreeBSD, OpenBSD and Solaris.
  Resolves #15.
* Add canonical_identifier and canonical_zone methods to Timezone. Resolves #16.
* Add a link to a DataSourceNotFound help page in the TZInfo::DataSourceNotFound
  exception message.
* Load iso3166.tab and zone.tab files as UTF-8.
* Fix Timezone#local_to_utc returning local Time instances on systems using UTC
  as the local time zone. Resolves #13.
* Fix == methods raising an exception when passed an instance of a different
  class by making <=> return nil if passed a non-comparable argument.
* Eliminate "require 'rational'" warnings. Resolves #10.
* Eliminate "assigned but unused variable - info" warnings. Resolves #11.
* Switch to minitest v5 for unit tests. Resolves #18.


Version 1.1.0 - 25-Sep-2013
---------------------------

* TZInfo is now thread safe. ThreadSafe::Cache is now used instead of Hash
  to cache Timezone and Country instances returned by Timezone.get and
  Country.get. The tzinfo gem now depends on thread_safe ~> 0.1.
* Added a transitions_up_to method to Timezone that returns a list of the times
  where the UTC offset of the timezone changes.
* Added an offsets_up_to method to Timezone that returns the set of offsets
  that have been observed in a defined timezone.
* Fixed a "can't modify frozen String" error when loading a Timezone from a
  zoneinfo file using an identifier String that is both tainted and frozen.
  Resolves #3.
* Support TZif3 format zoneinfo files (now produced by zic from tzcode version
  2013e onwards).
* Support using YARD to generate documentation (added a .yardopts file).
* Ignore the +VERSION file included in the zoneinfo directory on Mac OS X.
* Added a note to the documentation concerning 32-bit zoneinfo files (as
  included with Mac OS X).


Version 1.0.1 - 22-Jun-2013
---------------------------

* Fix a test case failure when tests are run from a directory that contains a
  dot in the path (issue #29751).


Version 1.0.0 - 2-Jun-2013
--------------------------

* Allow TZInfo to be used with different data sources instead of just the
  built-in Ruby module data files.
* Include a data source that allows TZInfo to load data from the binary
  zoneinfo files produced by zic and included with many Linux and Unix-like
  distributions.
* Remove the definition and index Ruby modules from TZInfo and move them into
  a separate TZInfo::Data library (available as the tzinfo-data gem).
* Default to using the TZInfo::Data library as the data source if it is
  installed, otherwise use zoneinfo files instead.
* Preserve the nanoseconds of local timezone Time objects when performing
  conversions (issue #29705).
* Don't add the tzinfo lib directory to the search path when requiring 'tzinfo'.
  The tzinfo lib directory must now be in the search path before 'tzinfo' is
  required.
* Add utc_start_time, utc_end_time, local_start_time and local_end_time instance
  methods to TimezonePeriod. These return an identical value as the existing
  utc_start, utc_end, local_start and local_end methods, but return Time
  instances instead of DateTime.
* Make the start_transition, end_transition and offset properties of
  TimezonePeriod protected. To access properties of the period, callers should
  use other TimezonePeriod instance methods instead (issue #7655).
2016-01-03 05:17:23 +00:00
taca
b46afb923b Add and enable ruby-tzinfo03. 2016-01-03 05:09:28 +00:00
taca
1f6bfb4338 Re-add ruby-tzinfo 0.3.46 as ruby-tzinfo03 to keep 0.3.x version. 2016-01-03 05:08:06 +00:00
wiz
a474de63f5 Insist on requests >= 2.9.1, since that's how it is. 2016-01-02 10:51:17 +00:00
wiz
ea55f1e500 Update py-vdirsyncer to 0.7.5:
Version 0.7.5
=============

*released on 23 December 2015*

- Fixed a bug in :storage:`remotestorage` that would try to open a CLI browser
  for OAuth.
- Fix a packaging bug that would prevent vdirsyncer from working with newer
  lxml versions.
2016-01-02 09:44:06 +00:00
wiz
586ff2d587 Update py-vdirsyncer to 0.7.4:
Version 0.7.4
=============

*released on 22 December 2015*

- Improved error messages instead of faulty server behavior, see :gh:`290` and
  :gh:`300`.
- Safer shutdown of threadpool, avoid exceptions, see :gh:`291`.
- Fix a sync bug for read-only storages see commmit
  `ed22764921b2e5bf6a934cf14aa9c5fede804d8e`.
- Etag changes are no longer sufficient to trigger sync operations. An actual
  content change is also necessary. See :gh:`257`.
- :storage:`remotestorage` now automatically opens authentication dialogs in
  your configured GUI browser.
- **Packagers:** ``lxml>=3.1`` is now required (newer lower-bound version).
2015-12-27 23:41:25 +00:00
wiz
b5cf22b85b Update khal to 0.7.0:
0.7.0
=====
released on 2015-11-24

There are no new or dropped dependencies.

* most of the internal representation of events was rewritten, the current
  benefit is that floating events are properly represented now, hopefully more
  is to come (Christian Geier)
* `printformats` uses a more sensible date now (John Shea)
* khal and ikhal can now highlight dates with events, at the moment, enabling it
  does noticably slow down (i)khal's start; set *[default] highlight_event_days
  = True* and see section *[highlight_days]* for further configuration (Dominik
  Joe Pantůček)
* fixed line wrapping for `at` (Thomas Schape)
* `calendar` and `agenda` optionally print location and description of all
  events, enable with the new --full/-f flag (Thomas Schaper)
* updated and improved zsh completion file (Oliver Kiddle)
* FIX: deleting events did not always work if an event with the same filename existed
  in an other calendar (but no data lost incurred) (Christian Geier)

ikhal
-----
* events are now displayed nicer (Thomas Glanzmann)
* support for colorschemes, a *light* and *dark* one are currently included,
  help is wanted to make them prettier and more functional (config option
  *[view] theme: (dark|light)*) (Christian Geier)
* ikhal can now display frames around some user interface elements, making it
  nicer to look at in some eyes (config option *[view] frame: True*) (Christian
  Geier)
* events can now be duplicated (default keybinding: *p*) (Christian Geier)
* events created while time ranges are selected (default keybinding to enable date range
  selection: *v*) will default to that date range (Christian Geier)
* when trying to delete recurring events, users are now asked if they want to
  delete the complete event or just this instance (Christian Geier)
2015-12-27 14:52:53 +00:00
markd
998941f11a LDFLAGS.Linux+= -lgthread-2.0 2015-12-13 10:33:49 +00:00
wiz
e20d239360 Update p5-DateTime-Locale to 1.02:
1.02     2015-12-09

- Make the DateTime::Locale->load method accept a locale in any non-canonical
  casing, such as "en-us". Reported by Shawn Moore. RT #110244.
2015-12-13 08:32:06 +00:00
taca
753b2d3e12 Update ruby-tzinfo to 0.3.46.
== Version 0.3.46 (tzdata v2015g) - 02-Dec-2015

* From version 2015e, the IANA time zone database uses non-ASCII characters in
  country names. Backport the encoding handling from TZInfo::Data to allow
  TZInfo 0.3.x to support Ruby 1.9 (which would otherwise fail with an invalid
  byte sequence error when loading the countries index). Resolves #41.
2015-12-12 17:27:43 +00:00
rillig
1690bcad60 Unconditionally use libXaw3d
It doesn't make sense to let the user configure the XAW_TYPE when only
one specific setting (XAW_TYPE=3d) works at all.

Thanks, joerg
2015-12-08 21:02:11 +00:00
taca
c4d7c37e80 Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
2015-12-06 12:13:12 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
fhajny
995371eb3c Add time/py-rfc3339 2015-12-01 08:38:11 +00:00
fhajny
fe7870c8bd Import pyRFC3339 1.0 as time/py-rfc3339.
pyRFC3339 parses and generates RFC 3339-compliant timestamps
using Python datetime.datetime objects.
2015-12-01 08:37:29 +00:00
mef
81795751e9 Add following line for make test
BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
2015-11-26 13:54:47 +00:00
mef
e1e5af930b 2012-06-14 SATOH Hiroh <cho45@lowreal.net>
* 0.02:
        Fix Makefile.PL (by motemen)
        * 0.03:
        miss
        * 0.04:
        Add prototypes to overriden time and sleep (by naturalist)
2015-11-23 11:44:34 +00:00
richard
0bcf60db75 New Tryton release 3.8
http://www.tryton.org/news/index.html

Major changes for the developer

    The progress bar widget works with float between 0 and 1 to ease usage as
    percentage.

    The rich text widget uses now a subset of HTML to allow its implementation
    in sao.

    The Many2One has a new option target_search which define the kind of query
    to use for dereferenced search. The options are subquery and the new join
    (which is the default). The join method generate a faster query in most
    cases.

    The SQL constraints use a similar syntax to python-sql. This gives more
    flexibility to implement backend for other databases.

    Trying to create/write/delete on a Model based on a table_query raises an
    exception instead of a silent error.

    The table name of a ModelSQL can be overridden with a configuration file.
    This allows to work around database limitations on the length of table
    names.

    The new StateReport has been added to wizards, to simplify the code of
    wizards that run a report.
    The style on reports has been removed, experience show that this feature
    was not used.

    The PostgreSQL backend manages now schema. This allows different instances
    of Tryton sharing the same database.

    The generic foreign key to create/write user on all ModelSQL has been
    replaced by a rule that prevent to delete users. This greatly improves
    scalability in some circumstances.

    The Property field supports now float and integer values.
    A subdirectory locale/override is supported for modules that override
    translations of other modules.

Accounting

    The charts of account are no longer translatable. Instead we provide
    translated charts via a template using XSLT.

    The invoice doesn't set a unit price on the line. For this feature the
    purchase or sale module must be used.

    Some fields of the invoice like the note and the origin are editable after
    posting the invoice.

Product

    Conversion between units no longer results in silent failures but an
    explicit error is risen.

    The volume property has been added to the products.

Project

    The tree structure of the project and the time sheet have been separated,
    each object has its own one.

    The price list uses the same decimal precision as the product.

    The cost price of the employee is stored on the time sheet line for the
    date of the line. This allows to sum the costs of time sheet faster

Purchase

    The state of the purchase request is now searchable.

    The purchase requests are generated even if the rounded quantity is zero
    to allow the user to still decide to purchase more.

Stock

    Many unnecessary restrictions on the edition of move fields have been
    removed.

    The expected quantity of the inventory lines is always computed even if
    they are added manually.

    It is possible to create staging and draft moves using view locations.
    Those locations will have to be changed to really do the move.

    The inventory uses the grouping feature to create the moves. This allows
    to easily support the lot (or any other extra field).
2015-11-22 08:05:07 +00:00
szptvlfn
d1eafa21bf Update to 0.1.7
Changes from https://github.com/ygale/timezone-olson
0.1.7
- Bump time to 1.5.
0.1.6
- Update link in package description.
- Update comment to indicate support for version 3 format.
2015-11-15 08:22:15 +00:00
szptvlfn
6d6efed52d Update to 0.1.5.1
Changes from https://github.com/ygale/timezone-series
0.1.5
- Bump time to 1.5.
2015-11-15 08:22:00 +00:00
wen
0a65f42c1e Update to 1.61
Update DEPENDS

Upstream changes:
1.61     2015-11-13

[BUG FIXES]

- If you loaded this module with warnings globally enabled ("perl -w", which
  you should never do), then you'd get a warning about the import subroutine
  being redefined. This broke the Package::DeprecationManager API for turning
  off deprecation warnings. This has been fixed in
  Package::DeprecationManager 0.15. Reported by Martin. RT #108871.


1.60     2015-11-07

- This release is identical to the prior trial release. The changes for the
  trial releases are reproduced below for convenience.

[BACKWARDS INCOMPATIBILITIES]

- The error messages for various types of failures have changed.

- The never-documented diagnostic parameter for the constructor has been
  removed.

- The never-documented feature to allow you to use arbitrary DateTime.pm
  methods in the parsing pattern has been removed. This never made much sense
  anyway, since most DateTime.pm methods are not constructor params, but they
  were used that way.

- Using the pattern, locale, and time_zone to set the respective attribute is
  now deprecated. Make a new object instead of changing one of these values.

[BUG FIXES]

- Fixed a warning from the tests with newer Perl versions. RT #107620.

- Clarified docs to note that %Y and %G require 4-digit years. Reported by
  Karen Etheridge. RT #103147.

- Using the 24-hour token (%H) with an AM/PM specifier (%p) now leads to an
  error if you try to parse something like "23:01 AM". Reported by Ric
  Signes. RT #92445.


1.59     2015-10-25 (TRIAL RELEASE)

- The previous release accidentally included an old version of Strptime.pm in
  the root dir, causing all sorts of chaos and test failures.


1.58     2015-10-18 (TRIAL RELEASE)

- This release is a substantial rewrite. Please test it and file bugs for any
  unintentional breakage.

* The error messages for various types of failures have changed.

* The never-documented diagnostic parameter for the constructor has been
  removed.

* The never-documented feature to allow you to use arbitrary DateTime.pm
  methods in the parsing pattern has been removed. This never made much sense
  anyway, since most DateTime.pm methods are not constructor params, but they
  were used that way.

* Using the pattern, locale, and time_zone to set the respective attribute is
  now deprecated. Make a new object instead of changing one of these values.

- Fixed a warning from the tests with newer Perl versions. RT #107620.

- Clarified docs to note that %Y and %G require 4-digit years. Reported by
  Karen Etheridge. RT #103147.


1.57     2015-10-04

- Make all tests pass with both the current DateTime::Locale and the upcoming
  new version (currently still in trial releases).
2015-11-15 05:11:51 +00:00
wiz
6e9c24ccdc Update iso8601 to 0.1.11.
Add test dependency and fix test target.

Changes:
Update README for release and add more pythons for testing
Remove debug logging
Add support for , as separator for fractional part
Add pypy 3 into tox test config
Add python 3.4 to tox tests and update doc links
2015-11-13 14:43:53 +00:00
wiz
221fa9dd71 Update p5-DateTime-Locale to 1.01.
Remove duplicate depends, add test dependencies.

1.01     2015-11-07

- Prevent CPAN from indexing the tools directory, which is just for the
  author's use.


1.00     2015-11-07

* All of these changes were originally released in previous trial releases,
  but I'm repeating them here for clarity.

[ENHANCEMENTS]

- This release uses the locale data from CLDR version 28. The last major
  update of the locale data used CLDR 1.7.1, released in 2009, so this is a
  big change. Many things have changed in terms of locale data.

- Some locales are no longer available because they are not in the CLDR data.

- The CLDR data no longer includes default date and time format lengths. This
  is now "medium" for every locale, simply to provide some level of backwards
  compatibility.

- Loading DateTime::Locale itself is now quite a bit faster. The whole locale
  registration system has been removed entirely, except for custom
  locales. This fixes RT #78794. Requested by Michael Conrad.

- A long-standing issue with the Austrian locale not using the Austrian name
  for January has been fixed. RT #52337. Reported by Thomas Klausner.

[BACKWARDS INCOMPATIBILITIES]

- This is a big new release, and includes a number of backwards-incompatible
  changes. However, most users should be unaffected by this change. If you
  only use this module via DateTime.pm, you are unlikely to notice any changes
  other than changes to the locale data.

- The old API deprecated since 0.40 has been removed (almost) entirely.

- We now refer to things as "code" in the docs and method names where we used
  to call them ids. This includes locale, language, script, territory, and
  variant codes. This is more in line with the various ISO standards and the
  CLDR packages.

- All the $locale->*_id methods (including $locale->id) are deprecated. Use
  the relevant $locale->*_code method instead.

- The canonical form of the locale codes now uses dashes (-) instead of
  underscores (_). Loading a locale with an underscore in the name
  (e.g. en_US) still works.

- The way that locale data is packaged has changed quite a bit. We no longer
  package each locale in its own class. Instead, all locale data is in a
  single module (mostly in a __DATA__ section) and loaded into memory as
  needed. If you have any code that checks $locale->isa, that code may
  break.

- Locales are no longer subclasses of DateTime::Locale::Base. This module is
  still included in the distribution in case someone has a custom locale that
  inherits from this module. However, this module will go away in a future
  release.
z
- The "ii-*" aliases for the "he-*" locales have been removed.

- The "no-*" aliases for the "nn-*" locales have been removed.

- The value of $locale->code no longer reflects the value passed to
  DateTime::Locale->load. This only affects aliases and non-canonical forms of
  the code. For example, if you load "en_US" then $locale->code will return
  "en-US". If you load "C" or "POSIX" the returned code will be "en-US-POSIX".

- All of the documentation related to creating aliases and registering custom
  locales has been removed. All of these methods still work, but I don't think
  this system got much use, so I don't want to emphasize it in the docs. (But
  let me know if you are using this and want to see these docs restored).


0.96     2015-10-04 (TRIAL RELEASE)

- Locale data with characters in the 0x80-0xFF range was not marked as UTF-8
  by Perl. This could cause all sorts of weirdness and was generally bad.


0.95     2015-09-30 (TRIAL RELEASE)

- Added .pod files for each locale that document the data for that locale.


0.94     2015-09-30 (TRIAL RELEASE)

- Restored the datetime_format method to individual locale objects for
  backwards compatibility.


0.93     2015-09-28 (TRIAL RELEASE)

- Really release a trial release this time. I'm not kidding. See 0.90 for the
  interesting changes.
2015-11-08 08:33:17 +00:00
wiz
0e546e9866 Use py-requests-oauthlib from security/ 2015-11-06 21:32:45 +00:00
wiz
a0d580baf1 Update py-vdirsyncer to 0.7.3. Add more (new) dependencies.
Version 0.7.3
=============

*released on 05 November 2015*

- Make remotestorage-dependencies actually optional.

Version 0.7.2
=============

*released on 05 November 2015*

- Un-break testsuite.

Version 0.7.1
=============

*released on 05 November 2015*

- **Packagers:** The setuptools extras ``keyring`` and ``remotestorage`` have
  been added. They're basically optional dependencies. See ``setup.py`` for
  more details.

- Highly experimental remoteStorage support has been added. It may be
  completely overhauled or even removed in any version.

- Removed mentions of old ``password_command`` in documentation.

Version 0.7.0
=============

*released on 27 October 2015*

- **Packagers:** New dependencies are ``click_threading``, ``click_log`` and
  ``click>=5.0``.
- ``password_command`` is gone. Keyring support got completely overhauled. See
  :doc:`keyring`.
2015-11-06 11:06:56 +00:00
agc
efd9ad4549 Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
agc
536eabf008 Add SHA512 digests for distfiles for time category
Problems found with mismatching existing digests for:
	distfiles/asclock-classic-1.0.tar.gz
	distfiles/asclock-gtk-2.1.10beta.tar.gz
	distfiles/asclock-xlib-2.0.11.tar.gz
	distfiles/emiclock-2.0.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-02 23:31:35 +00:00
wiz
fbd21ac3e7 Update to p5-DateTime-TimeZone to 1.94:
1.94    2015-10-21

- This release is based on version 2015g of the Olson database. This release
  includes contemporary changes for Turkey, Norfolk, Fiji, and Fort Nelson.
2015-10-25 09:03:38 +00:00
rillig
246304a243 Fixed some of the pkglint warnings 2015-10-15 04:59:30 +00:00
wiz
d15f48992a Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
2015-10-14 20:17:24 +00:00
taca
4ce63ffe1a Update tuby-tzinfo to 0.3.45.
== Version 0.3.45 (tzdata v2015g) - 03-Oct-2015

* Updated to tzdata version 2015g
  (http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html).
2015-10-12 05:50:27 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
youri
f071022205 Update globe to 20140814. Changes adapted from Benedek Gergely.
No changelog available.
2015-10-05 13:47:35 +00:00
taca
b974d6da30 Update ruby-hitimes to 1.2.3.
## Version 1.2.3 2015-09-13

* Release new fatbinary version for windows
* Update README to indicate duration units
* Provide a more friendly error message if the gem is not installed correctly
2015-10-04 13:39:42 +00:00
wiz
c32aa7cd4c Update to 1.21:
1.21   2015-09-30

- Make all tests pass with both the current DateTime::Locale and the upcoming
  new version (currently still in trial releases).
2015-10-04 06:22:22 +00:00
wiz
cadc979762 Update to 0.92:
0.92     2015-09-27

- I accidentally released 0.90 as a non-trial release. This release is the
  same as 0.46, so that the newest non-trial release does not break the
  DateTime.pm tests.


0.91     2015-09-27

- Released the changes in 0.90 as a trial release.


0.90     2015-09-27

[ENHANCEMENTS]

- Updated based on version 28 of the CLDR data. The last update was based on
  the CLDR 1.7.1 release from 2009, so this is a big change. Many things have
  changed in terms of locale data.

- Some locales are no longer available because they are not in the CLDR data.

- The CLDR data no longer includes default date and time format lengths. This
  is now "medium" for every locale, simply to provide some level of backwards
  compatibility.

- The old API deprecated since 0.40 has been removed (almost) entirely.

- Loading DateTime::Locale itself is now quite a bit faster. The whole locale
  registration system has been removed entirely, except for custom
  locales. This fixes RT #78794. Requested by Michael Conrad.

- A long-standing issue with the Austrian locale not using the Austrian name
  for January has been fixed. RT #52337. Reported by Thomas Klausner.

[BACKWARDS INCOMPATIBILITIES]

* This is a big new release, and includes a number of backwards-incompatible
  changes. However, most users should be unaffected by this change. If you
  only use this module via DateTime.pm, you are unlikely to notice any changes
  other than changes to the locale data.

* We now refer to things as "code" in the docs and method names where we used
  to call them ids. This includes locale, language, script, territory, and
  variant codes. This is more in line with the various ISO standards and the
  CLDR packages.

* All the $locale->*_id methods (including $locale->id) are deprecated. Use
  the relevant $locale->*_code method instead.

* The canonical form of the locale codes now uses dashes (-) instead of
  underscores (_). Loading a locale with an underscore in the name
  (e.g. en_US) still works.

* The way that locale data is packaged has changed quite a bit. We no longer
  package each locale in its own class. Instead, all locale data is in a
  single module (mostly in a __DATA__ section) and loaded into memory as
  needed. If you have any code that checks $locale->isa, that code may
  break.

* Locales are no longer subclasses of DateTime::Locale::Base. However, this
  module is still included in the distribution in case someone has a custom
  locale that inherits from this module. However, this module will go away in
  a future release.

* The "ii-*" aliases for the "he-*" locales have been removed.

* The "no-*" aliases for the "nn-*" locales have been removed.

* The value of $locale->code no longer reflects the value passed to
  DateTime::Locale->load. This only affects aliases and non-canonical forms of
  the code. For example, if you load "en_US" then $locale->code returns
  "en-US". If you load "C" or "POSIX" the code is "en-US-POSIX".

* All of the documentation related to creating aliases and registering custom
  locales has been removed. All of these methods still work, but I don't think
  this system got much use, so I don't want to emphasize it in the docs (but
  let me know if you are using this and want to see these docs restored).
2015-09-30 20:20:49 +00:00
joerg
901c9cae2e Needs setuptools-scm for build. 2015-09-17 17:11:25 +00:00
tnn
6e1b9689ca Fix build. Assume everyone has at least OpenGL 1.1 (1997) by now. 2015-09-14 20:00:31 +00:00
taca
5c4c60a88d Update ruby-timers to 4.1.1.
4.1.1 (2015-08-21)
------------------
* Remove `RubyProf` from Gemfile and a test, due to it providing no substantial benefit while increasing problems building bundles under Rubinius.

4.1.0 (2015-08-16)
------------------
* Addition of `now_and_every` method; fires block immediately, then sets recurring timer.
* Includes `now_and_after` method; does the same as above for one-shot timers: essentially a "two-shot" timer.
2015-09-13 14:06:36 +00:00
mef
352fe0bb30 - Add Following line,
DEPENDS+=      p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
  In make test, following is listed unless otherwise
  # === Runtime Requires ===
  #     Module               Want    Have
  #     -------------------- ---- -------
  #     List::MoreUtils       any missing
- PKGREVISION++
2015-09-04 12:44:20 +00:00
wiz
7f539f1bac py-setuptools_scm is still needed for building, add it to BUILD_DEPENDS. 2015-09-02 11:03:12 +00:00
khorben
ef77c1c205 Package DeforaOS Todo 0.2.0
This release brings:
- re-licensed as 2-clause BSD
- code refactoring
- support for multi-line descriptions
- additional bugfixes and improvements
- plug-in for DeforaOS Mailer
- manual page
- Spanish translation
2015-08-31 00:18:32 +00:00
taca
1471abdbf7 Update pear-Date to 1.5.0a4.
1.5.0a1:

* Fixed bug #2378: getDate(DATE_FORMAT_UNIXTIME) doesn't convert to GMT
* Fixed bug #7439: US/Indiana Daylight Savings Change
* Implemented request #9700: Incorrect timestamps allowd
* Fixed bug #10349: Wrong offset in timezones
* Fixed bug #10591: inDaylightTime fails
* Implemented request #11090: microtime is not set by default constructor
* Fixed bug #11313: DST time change not handled correctly
* Fixed bug #11475: Date::copy don't copy milisecond part
* Fixed bug #11682: Australia/Perth has DST
* Fixed bug #11708: getWeekdayAbbrname returns wrong lenght if string is unicode
* Fixed bug #12019: Date->after(...) changes the date
* Fixed bug #12420: Date constructor handles iso 8601 timezone offests of zero
  incorrectly
* Fixed bug #12529: setTZ globally sets your TZ instead of only within date
  object
* Fixed bug #13376: setFromDateDiff change source dates

* Improved time-zone functionality so that it is entirely handled by the class
  and not reliant on native functions
* Added leap-second functionality
* Added functions 'Date::round()' and 'Date::trunc()'
* Added formatting function 'Date::format2()' that uses a 'YYYY-MM-DD'-style
  formatting code
* Added formatting function 'Date::format3()' to allow date-formatting using
  the formatting code of 'date()'

1.5.0a2:

QA release.
Users are strongly encouraged to adopt to inbuilt DateTime functionality.

Bug #17730 Patch: Avoid ereg, using preg_match
Doc Bug #15029 large Date_Span's cannot be created
Bug #14929 Timezone summertime
Bug #14856 America/Moncton longname and dstlongname missing
Bug #14084 TZ variable being set wrecks global config
Bug #13615 America/Toronto time-zone is missing longname and dstlongname
Bug #13545 Date_Span::set() doesn't work when passed an int and format
Req #13488 Please rename Methods format2 and format3

1.5.0a3:

QA release
Request #17626 Patch to add missing longname and dstlongname info
Bug #19184 use date_default_timezone_get() instead of ini_get(date.timezone)
Bug #19568 setDate() handles ISO week dates incorrectly

1.5.0a4:

Fix broken tgz package file
2015-08-30 15:00:52 +00:00
jnemeth
fdc57c6fda sort 2015-08-27 09:49:43 +00:00
richard
b86d646729 Updates and additions to release 3.6
details found here (http://www.tryton.org/posts/new-tryton-release-36.html)

    Major changes for the developer

        It is now allowed to have many times the same field in list/tree view.
        There is no more a datetime widget for list/tree, two columns with one
        widget date and one widget time should be used instead.

        A new field TimeDelta appears in this release to represent a duration. It
        replace the float_time widget which had some rounding issue. This new
        field is already used in the timesheet and project modules.

        The One2Many widget can be configured to use a Cartesian product with the
        selections of many values for Many2One or Reference fields.

        A method restore_history_before is added to ModelSQL which behaves like
        the existing restore_history but restore the records just before the datetime.

        The on_change methods have been migrated to a behaviour more consistent
        with the Active Record Pattern used in Tryton. Instead of returning a
        dictionary with the values to change, now the instance is directly changed.

        This allow to chain easily the on_change methods or reuse them in other
        methods reducing the duplication.

        The method save on ModelStorage is now a dualmethod which means that it
        can be called as usual as an instance method but also as a class method
        with a list of records. Saving many records at once this way improves the
        performance as the method will minimize the number of queries to the
        database and will validate the result by bunch.

        The Dict field received a translated method to create descriptors which
        translate the values or the keys like the same method on Selection field.

        It is now allowed to use the dotted notation in the order clause of a search.
        The ORM will automatically generate the needed joins.

        The API of the Report class has been reworked to improve the customization
        of the engine. The formatting methods are now more strict to prevent silent
        failure.

        The safe_eval (which was not sure to be safe) has been completely removed.
        In the places where the evaluated code was any way safe, the standard eval
        is used. For evaluated code from outside, a JSON notation is now used. Some
        utilities have been developed to ease the creation of JSON from XMl or in
        the views.

        A new kind of button has been added which works on non-saved record. They
        are quite similar to on_change but they are triggered by a click on a
        button instead of a change of field.

    Accounting

        A new method reverse_compute has been added to Tax which allow to compute
        the base amount from the taxed amount.
        The sign of the second currency amount is enforced to be the same as
        debit - credit.
        The analytic account management has been reworked to use a really One2Many
        instead of the pseudo-field. This simplification was possible thanks to the
        recent new features like the usage of Reference field on One2Many.

    Party

        The vat number is now stored in its compact format.

    Product

        The number of decimal for internal price calculations is now a configuration
        parameter price_decimal. This parameter is used everywhere to ensure
        consistency between all modules.

    Purchase/Sale

        Their lines support both mixed invoice type (Invoice vs Credit Note) per
        line when computing the invoiced quantity.

    Stock

        A new state staging is added to the move. Such state doesn't impact at all
        the computation of the stock level. It is used for supply on sale, to
        create moves in advance.
        Inactive products are still computed for the stock level.
        The computation of assigned move has been improved to take only in
        consideration outgoing move assigned not the incoming. This result in a
        less optimistic for the stock level and thus prevent to assign a move with
        an incoming one that is just assigned but not yet done.
        Forecasts are now automatically deactivated when their period is in the past.

    pkgsrc related updates:
    update to tryton-3.6.0
    update to trytond-3.6.0 including UTC check patch for SunOS
    update trytond modules to latest 3.6
    add meta-pkgs/py-tryton-platform
    add misc/py-trytond-party-relationship
    add misc/py-trytond-product-attribute
    add misc/py-trytond-production
    add misc/py-trytond-stock-inventory-location
    add misc/py-trytond-stock-product-location
    add finance/py-trytond-account-invoice-line-standalone
    add finance/py-trytond-account-invoice-history
    add finance/py-trytond-account-invoice-stock
    add finance/py-trytond-account-payment-clearing
    add finance/py-trytond-account-stock-continental
    add finance/py-trytond-analytic-invoice
    add finance/py-trytond-analytic-purchase
    add finance/py-trytond-analytic-sale
    add finance/py-trytond-product-price-list
    add finance/py-trytond-product-cost-fifo
    add finance/py-trytond-product-cost-history
    add finance/py-trytond-purchase
    add finance/py-trytond-purchase-invoice-line-standalone
    add finance/py-trytond-sale
    add finance/py-trytond-stock-supply
    add time/py-trytond-company-work-time
2015-08-24 14:49:41 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
joerg
2c2abd18f4 Build depends on p5-Clone, so add dependency. Otherwise extra-junk is
installed.
2015-08-16 17:35:25 +00:00
wen
af05512671 Update to 0.11
Upstream changes:
0.11      2015-08-16 01:05:36Z
        - update some distribution tooling
2015-08-16 12:32:48 +00:00
wiz
2d3319bad8 Update to 0.6.0:
Version 0.6.0
=============

*released on 06 August 2015*

- ``password_command`` invocations with non-zero exit code are now fatal (and
  will abort synchronization) instead of just producing a warning.
- Vdirsyncer is now able to synchronize metadata of collections. Set ``metadata
  = ["displayname"]`` and run ``vdirsyncer metasync``.
- **Packagers:** Don't use the GitHub tarballs, but the PyPI ones.
- **Packagers:** ``build.sh`` is gone, and ``Makefile`` is included in
  tarballs. See the content of ``Makefile`` on how to run tests post-packaging.
- ``verify_fingerprint`` doesn't automatically disable ``verify`` anymore.
2015-08-14 17:53:33 +00:00
wiz
7ad311c554 Update to 1.93:
1.93    2015-08-11

- This release is based on version 2015f of the Olson database. This release
  includes contemporary changes for Moldova, North Korea, and Uruguay.
2015-08-13 15:00:22 +00:00
khorben
b20037003f Add support for CFLAGS
No functional change intended.
2015-08-09 14:55:58 +00:00
jaapb
7ea12ebae7 Recursive revbump associated with lang/ocaml update. 2015-08-07 11:20:32 +00:00
khorben
dbf174dd90 Add support for CFLAGS
No functional change intended.
2015-08-06 22:29:04 +00:00
khorben
a04423ae9d Add support for CFLAGS
No functional change intended.
2015-08-06 22:16:24 +00:00
khorben
88b19a623c Add support for CFLAGS
No functional change intended.
2015-08-06 21:41:43 +00:00
wiz
63f1571010 Update to 1.56. Changes not found, but fixes test failure noted in pkgsrc
Makefile.
2015-08-06 08:37:43 +00:00
wiz
012d435ce5 Update to 1.20:
1.20 2015-04-25 NEILB
    - Switched to Dist::Zilla, in the process fixing RT#90701, RT#101548,
      and RT#101434
    - Reformatted this file as per CPAN::Changes::Spec

1.1_01 2015-04-18 NEILB
    - This release had the changes in 1.20 above, done first as a developer
      release to see what CPAN Testers said.
2015-08-06 08:29:30 +00:00
wiz
c3460b86ec Update to 0.12:
0.12 2015-07-02 NEILB
    - Added [MetaJSON] to dist.ini, so the dist will get a META.json file.
      RT#105627 from ETHER.
2015-08-06 08:27:27 +00:00
asau
d17baa6485 + projectlibre 2015-07-21 23:35:41 +00:00
asau
bde2a675d4 Import ProjectLibre 1.6.1 as time/projectlibre.
ProjectLibre is project management software.
It offers the following features:

 * Gantt Chart, Project- and Resource-Planning
 * Look and feel very close to Microsoft Project
 * Save Files as .xml and open them in Microsoft Project 2010
 * All operating systems providing Java Runtime Environment
2015-07-21 23:33:11 +00:00
wiz
c243803c61 Add missing dependency, ride update. 2015-07-21 19:25:01 +00:00
wiz
15edbf25bf Update to 0.6.0:
0.6.0
=====
2015-07-15

* BUGFIX Recurrent events with a THISANDFUTURE parameter could affect other
  events. This could lead to events not being found by the normal lookup
  functionality when they should and being found when they shouldn't. As the
  second case should result in an error that nobody reported yet, I hope nobody
  got bitten by this.
* new dependency for running the tests: freezegun
* new dependency for setup from scm: setuptools_scm
* khal now needs to be installed for building the documentation

* ikhal's should now support ctrl-e, ctrl-a, ctrl-k and ctrl-u in editable text
  fields (Thomas Glanzmann)
* ikhal: space and backspace are new (additional) default keybindings for right
  and left (Pierre David)
* when editing descriptions you can now insert new lines (Thomas Glanzmann)
* khal should not choose an arbitrary default calendar anymore (Markus
  Unterwaditzer)
* the zsh completion file has been updated (Hugo Osvaldo Barrera)
* new command `import` lets users import .ics files (Christian Geier)
* khal should accept relative dates on the command line (today, tomorrow and
  weekday names) (Christian Geier)
* keybinding for saving an event from ikhal's event editor (default is `meta +
  enter`) (Christian Geier)


0.5.0
=====
released on 2015-06-01

* fixed several bugs relating to events with unknown timezones but UNTIL, RDATE
  or EXDATE properties that are in Zulu time (thanks to Michele Baldessari for
  reporting those)
* bugfix: on systems with a local time of UTC-X dealing with allday events lead
  to crashes
* bugfix: British summer time is recognized as daylight saving time (Bradley
  Jones)
* compatibility with vdirsyncer 0.5

* new command `search` allows to search for events
* user changeable keybindings in ikhal, with hjkl as default alternatives for
  arrows in calendar browser, see documentation for more details
* new command `at` shows all events scheduled for a specific datetime
* support for reading birthdays from vcard collections (set calendar/collection
  `type` to *birthdays*)
* new command `printformats` prints a fixed date in all configured date-time
  settings
* `new` now supports the `--until`/`-u` flag to specify until when recurring
  events should run (Micah Nordland)
* python 3 (>= 3.3) support (Hugo Osvaldo Barrera)

ikhal
-----
* minimal support for reccurring events in ikhal's editor (Micah Nordland)
* configurable view size in ikhal (Bradley Jones)
* show events organizers (Bradley Jones)
* major reorganisation of ikhal layout (Markus Unterwaditzer)
2015-07-21 19:15:53 +00:00
wiz
74a82864f4 Build-depend on setuptools_scm. Remove patch. Bump PKGREVISION. 2015-07-20 10:43:46 +00:00
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
joerg
5612cbee55 Perl is not X11 related, so just use the normal LOCALBASE. 2015-07-07 11:42:40 +00:00
wiz
8dcc95bc91 Update to 1.20:
1.20   2015-07-01

- The 1.18 release added the June 30, 2015 leap second to the XS code, but I
  forgot to update the corresponding pure Perl implementation in
  DateTime::LeapSecond.
2015-07-05 13:49:45 +00:00
joerg
bca18bdf9d For Python 2.7, there is no such thing as setuptools_scm, so just
hard-code the number.
2015-07-05 12:41:26 +00:00
joerg
11d2712a27 Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
wiz
2d1e20b20a Update to 0.5.2:
Version 0.5.2
=============

*released on 15 June 2015*

- Vdirsyncer now checks and corrects the permissions of status files.
- Vdirsyncer is now more robust towards changing UIDs inside items.
- Vdirsyncer is now handling unicode hrefs and UIDs correctly. Software that
  produces non-ASCII UIDs is broken, but apparently it exists.
2015-07-01 09:25:27 +00:00
jaapb
487d6ab2d3 Recursive revbump associated with update of lang/ocaml to 4.02.2. 2015-06-30 11:52:55 +00:00
youri
4d226a125e Update to 4.12.1:
Release 4.12.1
Fixed critical bug preventing the use of panel plugin due to wrong name.

Release 4.12.0
Mainly translation updates.
2015-06-29 15:03:01 +00:00
wiz
867fd65c7f Update to 1.92:
1.92    2015-06-22

- This distro now depends on DateTime::TimeZone::Local::Win32 when it is being
  installed on a Windows OS. This should lead to a better experience for
  Windows users. Requested by Matthew Horsfall and Karen Etheridge. RT
  #103275.
2015-06-29 11:13:49 +00:00
wiz
620888b5db Update to 1.91:
1.91    2015-06-13

- This release is based on version 2015e of the Olson database. This release
  includes contemporary changes for Morocco and Cayman Islands.
2015-06-14 16:48:36 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
taca
5b5b265db9 Update ruby-tzinfo to 0.3.44.
== Version 0.3.44 (tzdata v2015d) - 24-Apr-2015

* Updated to tzdata version 2015d
  (http://mm.icann.org/pipermail/tz-announce/2015-April/000031.html).
2015-06-10 15:00:47 +00:00
youri
d09cb86e35 Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
wiz
6ecb35c552 Update to 1.19:
1.19   2015-05-31

- If you compared a DateTime object to an undef value, you might have received
  a warning pointing to code inside DateTime.pm, instead of in your own
  code. Fixed by Jason McIntosh. GH #7.

- The 30future-tz.t could fail if run at certain very specific times. This
  should now be much less likely, unless a time zone being tested implements a
  DST change at noon (which would even more insane than DST already is by a
  huge factor). Reported by Karen Etheridge and diagnosed by Slaven Rezic. RT
  #102925.
2015-06-03 07:21:59 +00:00
wiz
33ade8bb92 Update to 0.5.1:
Version 0.5.1
=============

*released on 29 May 2015*

- **N.b.: The PyPI upload of 0.5.0 is completely broken.**
- Raise version of required requests-toolbelt to ``0.4.0``.
- Command line should be a lot faster when no work is done, e.g. for help
  output.
- Fix compatibility with iCloud again.
- Use only one worker if debug mode is activated.
- ``verify=false`` is now disallowed in vdirsyncer, please use
  ``verify_fingerprint`` instead.
- Fixed a bug where vdirsyncer's DAV storage was not using the configured
  useragent for collection discovery.
2015-05-31 13:20:42 +00:00
wiz
a1a58735c4 Update to 1.90:
1.90    2015-05-14

- Made the compilation test shipped in the last release an author-only test,
  as many of the modules in this distribution try to load DateTime, but
  DateTime depends on this distribution. This caused attempts to install
  DateTime on a fresh perl install to fail. Reported by Noel Maddy. RT
  #104448.


1.89    2015-05-14

- Fix a syntax error in the Android local time zone module. Reported by Gregor
  Hermann. RT #104105.
2015-05-27 21:43:05 +00:00
wiz
683357dc11 Update to 0.46. Add dependency.
0.46     2015-05-21

- Fixed handling of C locales like "C.UTF-8". Passing these to
  DateTime::Locale->load would cause a warning followed by an exception, ubt
  all "C" locales should be special-cased as an alias of en-US-POSIX. Reported
  by David Wheeler. RT #104574.
2015-05-27 21:41:58 +00:00
bsiegert
9ae97c8c12 Use VARBASE as the base for the spool directory to support non-root installs.
From Andreas Kusalananda Kähäri by mail to pkgsrc-users.
Bump PKGREVISION.
2015-05-23 14:12:46 +00:00
mef
d8fcb648dc - To skip make test, add the line
TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
for following packages:
  devel/p5-File-ShareDir-Install
  time/p5-DateTime-Format-Strptime
  www/p5-LWP-Protocol-https
- Add BUILD_DEPENDS for make test
2015-05-10 02:43:37 +00:00
joerg
493e3a5f71 Help parallel build by precreating intermediate directory. 2015-05-03 19:47:49 +00:00
jaapb
88e822c489 Updated to latest version, 2.04. Changes include:
* [Makefile] Fix minor issues with ocamlfind and 'make install' (from
  Christopher Zimmermann).
o [Printer] In function from_fstring of sub-module Ftime, Fcalendar, and
  Precise_Fcalendar, the number of seconds corresponding to %S may be a floating
  point number (from Christophe Troestler' suggestion).

Added buildlink file, and updated package to use ocaml.mk framework.
2015-04-29 09:37:40 +00:00
mef
16dc79dae4 Switch {BUILD_,}DEPENDS from Test::use:ok to Test::Simple, Test::Simple
includes Test::use:ok since 1.001010.
PKGREVISION++.
(For BUILD_DEPENDS, assuming Test::use:ok will be removed sometime.)
2015-04-27 01:50:58 +00:00
wiz
6d8b05a2df Update to 1.88:
1.88    2015-04-24

- This release is based on version 2015d of the Olson database. This release
  includes contemporary changes for Egypt.
2015-04-26 07:48:22 +00:00
tnn
6a69e9522b Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
wiz
bc8361a008 Update to 1.87:
1.87    2015-04-20

- This release is based on version 2015c of the Olson database. This release
  includes contemporary changes for Egypt, though it looks like those will
  change again soon.
2015-04-22 06:34:48 +00:00
jperkin
ca8519b89a Update Xfce to 4.12.0.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major
Xfce releases since 4.6.2, our previous pkgsrc release.  For more information
about the thousands of changes in each major release since then, please see:

  Xfce 4.12 announcement:
    http://www.xfce.org/about/news

  Xfce 4.12 tour:
    http://www.xfce.org/about/tour

  Xfce 4.10 announcement:
    http://www.xfce.org/about/news/?post=1335571200

  Xfce 4.10 tour:
    http://www.xfce.org/about/tour410

  Xfce 4.8 announcement:
    http://www.xfce.org/about/news/?post=1295136000

  Xfce 4.8 tour:
    http://www.xfce.org/about/tour48

The pkgsrc changes since then are:

  New packages:
    archivers/xfce4-thunar-archive
    graphics/elementary-xfce-icon-theme
    mail/xfce4-mailwatch-plugin
    misc/xfce4-time-out-plugin
    multimedia/xfce4-thunar-media-tags
    sysutils/xfce4-mount-plugin
    sysutils/xfce4-taskmanager
    sysutils/xfce4-thunar-vcs
    sysutils/xfce4-verve-plugin
    x11/xfce4-garcon
    x11/xfce4-notifyd
    x11/xfce4-tumbler
    x11/xfce4-whiskermenu-plugin

  Renamed packages:
    devel/xfconf to devel/xfce4-conf
    x11/libxfce4menu to x11/libxfce4ui
    x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter

  Updated packages:
    audio/xfce4-mixer
    audio/xfce4-xmms-plugin
    devel/xfce4-dev-tools
    editors/xfce4-mousepad
    graphics/ristretto
    meta-pkgs/xfce4-extras
    meta-pkgs/xfce4
    misc/xfce4-weather-plugin
    multimedia/xfce4-mpc-plugin
    net/xfce4-wavelan-plugin
    sysutils/xfce4-appfinder
    sysutils/xfce4-battery-plugin
    sysutils/xfce4-cpugraph-plugin
    sysutils/xfce4-diskperf-plugin
    sysutils/xfce4-fsguard-plugin
    sysutils/xfce4-genmon-plugin
    sysutils/xfce4-netload-plugin
    sysutils/xfce4-quicklauncher-plugin
    sysutils/xfce4-systemload-plugin
    sysutils/xfce4-thunar
    sysutils/xfce4-xarchiver
    sysutils/xfce4-xkb-plugin
    textproc/xfce4-dict-plugin
    time/xfce4-datetime-plugin
    time/xfce4-orage
    time/xfce4-timer-plugin
    wm/xfce4-wm-themes
    wm/xfce4-wm
    x11/libxfce4gui
    x11/libxfce4util
    x11/xfce4-clipman-plugin
    x11/xfce4-desktop
    x11/xfce4-exo
    x11/xfce4-eyes-plugin
    x11/xfce4-gtk2-engine
    x11/xfce4-notes-plugin
    x11/xfce4-panel
    x11/xfce4-places-plugin
    x11/xfce4-session
    x11/xfce4-settings
    x11/xfce4-terminal

  Removed packages:
    sysutils/xfce4-volman
    x11/xfce4-utils

This is based on a huge amount of work by the NetBSDfr team and Youri Mouton,
who takes over as MAINTAINER, and has been tested by Youri on a large number
of platforms prior to commit.  A massive thanks to them.  Any issues with the
import are mine alone as the committer-by-proxy.
2015-04-21 08:56:37 +00:00
rodent
447d3eaaf5 +py-isodate - packaged originally in pkgsrc-wip by kamelderouiche@yahoo.com 2015-04-19 21:29:17 +00:00
rodent
485b15cb1e Import py27-isodate-0.5.1 as time/py-isodate.
This module implements ISO 8601 date, time and duration parsing. The
implementation follows ISO8601:2004 standard, and implements only date/time
representations mentioned in the standard. If something is not mentioned there,
then it is treated as non existent, and not as an allowed option.

For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended
by this module to support 2 digit years. (while it may still be valid as ISO
date, because it is not explicitly forbidden.) Another example is, when no time
zone information is given for a time, then it should be interpreted as local
time, and not UTC.

As this module maps ISO 8601 dates/times to standard Python data types, like
date, time, datetime and timedelta, it is not possible to convert all possible
ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by
the Python date and datetime classes. Additionally fractional seconds are
limited to microseconds. That means if the parser finds for instance nanoseconds
it will round it to microseconds.
2015-04-19 21:27:58 +00:00
adam
4606c07235 Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
wiz
ccd98edf61 Update to 0.4.4:
* Support for client certificates via the new auth_cert parameter,
  see issue #182 and pull request #183.
* The icalendar package is no longer required.
* Several bugfixes related to collection creation.
2015-04-03 07:34:15 +00:00
wiz
d4afc50677 Update to 1.86:
1.86    2015-03-21

- This release is based on version 2015b of the Olson database. This release
  includes contemporary changes for Mongolia and Palestine.
2015-04-02 22:42:33 +00:00
wiz
e971c804c2 Use GITHUB magic. 2015-03-27 16:12:22 +00:00
joerg
b0951410e7 Honour LDFLAGS. 2015-03-26 15:59:08 +00:00
joerg
d106c8c0d4 Create portable binary packages. Bump revision. 2015-03-19 19:17:18 +00:00
rodent
0fae22cf16 Apply modified patch sent by palo@ in private mail. This brings all these
packages to version 3.4.x. May this not break anything (although i feel it
might).
2015-03-15 00:17:34 +00:00
tnn
982db5200d wants to link with pthreads 2015-03-14 17:11:43 +00:00
taca
b3a612cf1a Add and enable ruby-hitimes and ruby-timers. 2015-03-13 13:29:00 +00:00
taca
7aba4c5a1f Add ruby-timers package version 4.0.1.
Ruby timer collections. Schedule several procs to fire after configurable
delays or at periodic intervals.

This gem is especially useful when you are faced with an API that accepts a
single timeout but you want to run multiple timers on top of it. An example of
such a library is [nio4r](https://github.com/celluloid/nio4r), a
cross-platform Ruby library for using system calls like epoll and kqueue.
2015-03-13 13:28:23 +00:00
taca
87f58d01cf Add ruby-hitimes package version 1.2.2.
Hitimes is a fast, high resolution timer library for recording
performance metrics.  It uses the appropriate low method calls for each
system to get the highest granularity time increments possible.

It currently supports any of the following systems:

* any system with the POSIX call `clock_gettime()`
* Mac OS X
* Windows
* JRuby

Using Hitimes can be faster than using a series of `Time.new` calls, and
it will have a much higher granularity. It is definitely faster than
using `Process.times`.
2015-03-13 13:27:33 +00:00
joerg
8e50ffaa74 LLVM's correlated value propagation pass is known to require a lot of
memory and CPU time for certain input. Provide a variable
(CLANG_NO_VALUE_PROPAGATION_PASS) for selectively disabling it in those
places known to trigger it.
2015-03-02 19:59:06 +00:00
mef
a3bcdc0d01 (pkgsrc)
- three patches dropped, upstream seems to fix the problem.
(upstream)
  - Update 0.14.4 to 0.14.6
==============
Planner 0.14.6
==============

Fixes
=====

* Fixed compilation with --with-database (thanks to Maxim Zakharov)
* Several warnings (thanks to Tinggong Wang)
* Got rid of AM_MAINTAINER_MODE
* Got rid of some deprecated code

New and Updated Translations
============================
Kristjan Schmidt (eo)
Alexandre Franke (fr)
Takeshi AIHANA (ja)
Rüdolfs Mazurs (lv)
Piotr Drąg (pl)
Matej Urbančič (sl)
Daniel Nylander (sv)
Gorkem Cetin (tr)
Muhammet Kara (tr)
Kjartan Maraas (nb)

==============
Planner 0.14.5
==============

New features and fixes
======================

* First release since transition to git
  -> ChangeLog is now generated from git log by make distcheck
* GTK+ requirement has been bumped from 2.6.0 to 2.14.0
* minor build enhancements, gnome-common is now needed to build
  (commits e8e08f, e06805, 05e9cf, c8141a)
* many memory leaks got fixed
  (commits 07c105, b1964f, 37cbf8, 60daf9, 327bbb, 6f9c48, 6cc17b, 21c832, 15c94a, 04e47d)
  (bugs #334114, #596746)
* some deprecated code got updated
  (commits 209bb8, ce9da9, c982ae, cae485, 8b9104, a9e57c, 9998b3, bc176e, f01117, 53986b, 554d30, 98b929, 09545b, 8a571f, b892fb, df6dea, addef5, 046a28)
  (bugs #349304, #536416, #584009, #590485, #613623)
* misc bugs fixed:
  * Crash when exporting HTML (commit 6c7062)
  * Prevent changing order of resources on load/save (commit dfcab6)
  * Crash when using zoom-to-fit (commit 8e4fab, bug #550559)
  * Assigned resources information shown in HTML export (commit b43d37, bug #308064)
  * Maximum percent complete stuck at 75% (commit 226c5e, bug #580216)
  * Error when opening files with colon in path (commit 37cbf8, bug #602427)
  * Allow scrolling in Gantt and resource usage (commit 170f10, bug #604355)
  * Show date in status bar (commit 8f6325, bug #604515)

Known introduced regressions
============================

* help won't open on a build using --prefix (introduced by switch to new API in commit cae485 in planner)
* Gantt chart header has a white background on the Windows version

New and Updated Translations
============================
Khaled Hosny (ar)
Amitakhya Phukan (as)
Xandru Armesto (ast)
Runa Bhattacharjee (bn_IN)
Gil Forcada (ca)
Carles Ferrando (ca@valencia)
Ondřej Kopka (cs)
Marek Cernocky (cs)
Joe Hansen (da)
Mario Blätterman (de)
Christian Kirbach (de)
Nikos Charonitakis (el)
Jorge González (es)
Daniel Mustieles (es)
Mattias Põldaru (et)
Ivar Smolin (et)
Iñaki Larrañaga Murgoitio (eu)
Louis Grandjean (fr)
Claude Paroz (fr)
Milo Casagrande (it)
Takeshi AIHANA (ja)
Baurzhan Muftakhidinov (kk)
Sandeep Shedmake (mr)
Kjartan Maraas (nb)
Nils-Christoph Fiedler (nds)
Manoj Kumar Giri (or)
Piotr Drąg (pl)
Lucian Adrian Grijncu (ro)
Yuri Kozlov (ru)
Alexandre Prokoudine (ru)
Matej Urbančič (sl)
Daniel Nylander (sv)
I. Felix (ta)
Gavin Huang (zh_CN)
Aron Xu (zh_CN)
2015-03-01 08:40:41 +00:00
mef
36f45061c0 Update to 1.233
---------------
1.233           Fri Nov 22 15:49:20 CST 2013
                fixed a long standing issue with parseInterval and fractional seconds.
                NOTE: Date::Parse, does NOT handle resolutions < 1 second. For that,
                you really should have a look at Time::HiRes. This fix quantizes fractional
                second values to whole numbers.
                Thanks for the patch, Bob <bob_freeman@hms.harvard.edu> !
2015-03-01 08:07:17 +00:00
mef
683853812f Update to 0.22
0.22 2015-02-17
 - Add URI and NONE alarm types, for compatibility with Apple iCal
 - Add support for the common X-WR-CalName property
 - Optionally enforce UID attribute
 - Optionally auto-generate UID
 - Run with taint mode enabled
 - Packaging updates
2015-03-01 08:05:27 +00:00
joerg
1a27492505 config.guess/config.sub are outside WRKDIR, adjust. 2015-02-28 23:47:03 +00:00
wiz
e3f076d0d3 Update to 0.4.3:
Version 0.4.3
=============

- More performance improvements to ``singlefile``-storage.
- Add ``post_hook`` param to ``filesystem``-storage.
- Collection creation now also works with SabreDAV-based servers, such as
  Baikal or ownCloud.
- Removed some workarounds for Radicale. Upgrading to the latest Radicale will
  fix the issues.
- Fixed issues with iCloud discovery.
- Vdirsyncer now includes a simple ``repair`` command that seeks to fix some
  broken items.
2015-02-22 22:44:50 +00:00
ryoon
f05f517e5e Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
wiz
5f16732bf9 Fix path to example files. Bump PKGREVISION. 2015-02-04 12:36:38 +00:00
wiz
a672f58dac Update to 0.4.0:
0.4.0

released on 2015-02-02
dependency changes

    new dependency: click>3.2
    removed dependency: docopt
    note to package mantainers: requirements.txt has been removed,
    dependencies are still listed in setup.py
    users will need to delete the local database, no data should
    be lost (and khal will inform the user about this)

bug fixes

    FIX: vtimezones were not assembled properly, this lead to
    spurious offsets of events in some other calendar applications

new and changed features

    new config_option: [default] print_new, lets the user decide
    what should be printed after adding a new event
    new config option: [default] show_all_days lets users decide
    if they want to see days without any events in agenda and
    calendar view (thanks to Pierre David)
    khal (and ikhal) can now display weeknumbers (see config file)
    khal new can now create repetitive events (with ârepeat), see
    documentation (thanks to Eric Scheibler)
    config file: the debug option has been removed (use khal -v
    instead)
    better support for broken events, e.g. events ending before
    they start (Thanks to Markus Unterwaditzer)
    more recurrence rules are supported, khal will print warnings
    on unsupported rules
    change in behaviour: recurring events are now always expanded
    until 2037
    major speedup in inserting events into the caching database,
    especially noticeable when running khal for the first time or
    after an deleting the database (Thanks to Markus Unterwaditzer)

ikhal

    ikhalâs calendar should now be filled on startup
    pressing t refocuses on today
    pressing ctrl-w in input fields should delete the last word
    before the cursor
    when the focus is set on the events list/editor, the current
    date should still be visible in the calendar

0.3.1

released on 2014-09-08

    FIX: events deleted in the vdir are not shown anymore in khal.
    You might want to delete your local database file, if you have
    deleted any events on the server.
    FIX: in some cases non-ascii characters were printed even if
    unicode_symbols is set to False in the config
    FIX: events with different start and end timezones are now
    properly exported (the end timezone was disregarded when building
    an icalendar, but since timezones cannot be edited anyway, this
    shouldnât have caused any problems)
    FIX: calendars marked as read-only in the configuration file
    should now really be read-only

0.3.0

released on 2014-09-03

    new unified documentation
	    html documentation (website) and man pages are all
	    generated from the same sources via sphinx (type make
	    html or make man in doc/, the result will be build in
	    build/html or build/man respectively
	    the new documentation lives in doc/
	    the package sphinxcontrib-newsfeed is needed for
	    generating the html version (for generating an RSS
	    feed)
	    the man pages live doc/build/man/, they can be build
	    by running make man in doc/sphinx/

    new dependencies: configobj, tzlocal>=1.0

    IMPORTANT: the configuration fileâs syntax changed (again),
    have a look at the new documentation for details

    local_timezone and default_timezone will now be set to the
    timezone the computer is set to (if they are not set in the
    configuration file)
2015-02-04 12:09:46 +00:00
wiz
fc67f853b1 Depend on py-atomicwrites, because it's required. Bump PKGREVISION. 2015-02-04 12:06:24 +00:00
wiz
7343afad9e + py-tzlocal. 2015-02-04 11:43:46 +00:00
wiz
d509e03c2e Import py34-tzlocal-1.1.2 as time/py-tzlocal.
This Python module returns a tzinfo object with the local timezone
information under Unix and Win-32. It requires pytz, and returns
pytz tzinfo objects.

This module attempts to fix a glaring hole in pytz, that there is
no way to get the local timezone information, unless you know the
zoneinfo name, and under several Linux distros that's hard or
impossible to figure out.

Also, with Windows different timezone system using pytz isn't of
much use unless you separately configure the zoneinfo timezone
name.

With tzlocal you only need to call get_localzone() and you will
get a tzinfo object with the local time zone info. On some Unices
you will still not get to know what the timezone name is, but you
don't need that when you have the tzinfo file. However, if the
timezone name is readily available it will be used.
2015-02-04 11:41:09 +00:00
wiz
f34f904488 Update to 0.4.2:
Version 0.4.2
=============

*released on 30 January 2015*

- Vdirsyncer now respects redirects when uploading and updating items. This
  might fix issues with Zimbra.
- Relative ``status_path`` values are now interpreted as relative to the
  configuration file's directory.
- Fixed compatibility with custom SabreDAV servers. See :gh:`166`.
- Catch harmless threading exceptions that occur when shutting down vdirsyncer.
  See :gh:`167`.
- Vdirsyncer now depends on ``atomicwrites``.
- Massive performance improvements to ``singlefile``-storage.
- Items with extremely long UIDs should now be saved properly in
  ``filesystem``-storage. See :gh:`173`.
2015-02-01 19:52:51 +00:00
wiz
0b2affcfdd Update to 1.85:
1.85    2015-01-30

- This release is based on version 2015a of the Olson database. This release
  includes contemporary changes for Quintana Roo and Chile.
2015-02-01 18:32:56 +00:00
taca
882d789d51 Update ruby-tzinfo to 0.3.43.
== Version 0.3.43 (tzdata v2015a) - 31-Jan-2015

* Updated to tzdata version 2015a
  (http://mm.icann.org/pipermail/tz-announce/2015-January/000028.html).
2015-02-01 07:05:02 +00:00
bouyer
e126b659da Add php-mrbs 2015-01-31 12:23:40 +00:00
bouyer
4a318bb5a2 Import mrbs 1.4.11 as php/mrbs.
The Meeting Room Booking System (MRBS) is a PHP-based application for
booking meeting rooms, or other resources.
2015-01-31 12:23:14 +00:00
jaapb
714f854d4d Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
wiz
62d7b8272b Update to 1.84:
1.84    2015-01-17

- Removed the per-OS prereqs on DateTime::TimeZone::HPUX and
  DateTime::TimeZone::Local::Win32. This gets rid of circular dependencies
  between those distros and this one. RT #101588, 101589 and 68231.
2015-01-18 19:00:24 +00:00
wiz
2590ca24dd Update to 5.25.0:
Version 5.24.0
- Version 5.24.0
	- Updated to Qt 5.4.0.
	- Significant speed improvements when using many students sets (suggested by Volker Dirr).
	- Speed improvements in the statistics menu.
	- Other speed improvements for larger data.
	- Added an option to hide students subgroups in combo boxes/activity planning (useful if you have too many students subgroups
	and you don't use them in the interface).
	- Added options to select the categories of timetables to write on the hard disk.
	- Automatic division of years by categories is improved (suggested by alxgudea, Bobby Wise and Volker Dirr).
	- Code improvement in reading the .fet XML files: converted from the obsolete Qt classes QDom* to QXmlStreamReader. It brings
	speed and memory improvements when reading the input files, and ensures FET source compatibility with future Qt versions.
	Also error reporting when reading a corrupt file is improved. The structure of the .fet XML files is slightly changed,
	but of course older files are opened correctly.
	- Several bug fixes, when trying to open corrupt files.
	- Other bug fixes, reported by Vanyo Georgiev.
	- It is now allowed to have constraints preferred/home rooms with a single room (suggested by liquid and Volker Dirr).
	- Added a new example file from Vietnam, by nguyenhuuduyet.
	- Added a new example file from Namibia, by Bobby Wise.
	- Added two anonymous example files.
---------------------------------------------------------------------------------
Versions 5.25.0 - 5.25.x
- Version 5.25.0
	- Improved the split year dialog: groups and subgroups which will exist in this year after the division will retain their activities and constraints.
	- Sort (temporarily) the constraints by description in the all time/space constraints dialogs. Also, removed the 'Sort by comments' button,
	which is probably useless.
	- Fixed a bug introduced in version 5.24.0: when having individually modified activities, removing teachers, subjects, activity tags,
	or students sets could remove only some components of the large split activity.
	- Some minor strings improvements.
2015-01-16 12:07:22 +00:00
wiz
f829a417ed Update to 2.4.0:
Version 2.4.0
-------------

- Fix an issue with relativedelta and freezegun (lp:1374022)
- Fix tzinfo in windows for timezones without dst (lp:1010050, gh #2)
- Ignore missing timezones in windows like in POSIX
- Fix minimal version requirement for six (gh #6)
- Many rrule changes and fixes by @pganssle (gh pull requests #13 #14 #17),
    including defusing some infinite loops (gh #4)
2015-01-11 21:05:30 +00:00
wiz
82fba6e631 Update to 0.4.1:
Version 0.4.1
=============

*released on 05 January 2015*

- All ``create`` arguments from all storages are gone. Vdirsyncer now asks if
  it should try to create collections.
- The old config values ``True``, ``False``, ``on``, ``off`` and ``None`` are
  now invalid.
- UID conflicts are now properly handled instead of ignoring one item. Card-
  and CalDAV servers are already supposed to take care of those though.
- Official Baikal support added.
2015-01-11 21:01:52 +00:00
wiz
2c5287b063 Update to 1.18:
1.18   2015-01-05

- There will be a new leap second on June 30, 2015.


1.17   2015-01-04

- No code changes from the 1.16 release.


1.16   2015-01-04 (TRIAL RELEASE)

- Test fix for systems where IVs are 4 bytes long.


1.15   2015-01-03 (TRIAL RELEASE)

- Trying this again ... Experimental fix for adding very large numbers of
  days. Previously, trying to add more than around 2^28 days could cause
  errors if the result ended up in a leap year. This is being released as a
  trial release because I'm not sure how this change will behave on a 32-bit
  Perl. Reported by KMX. RT #97046.
2015-01-07 23:23:02 +00:00
wiz
699b000fe6 Update to 1.14:
1.14   2015-01-03

- Accidentally release 1.13 as a non-TRIAL release. Releasing 1.13 minus the
  integer change so there's a known-safe stable release on CPAN for people to
  install.


1.13 2015-01-03

* This release was deleted from CPAN.

- Experimental fix for adding very large numbers of days. Previously, trying
  to add more than around 2^28 days could cause errors if the result ended up
  in a leap year. This is being released as a trial release because I'm not
  sure how this change will behave on a 32-bit Perl. Reported by KMX. RT
  #97046.

- Various small doc chances to address RT #96958, #98733, and #101262.
2015-01-04 12:24:40 +00:00
dholland
ceb4e634ce Update documentation of ONLY_FOR_PLATFORM.
XXX: the file in here is badly out of date wrt upstream tzdata.
2015-01-01 11:31:12 +00:00
dholland
bcb585c4c2 This doesn't use anything particularly specific other than opening
/dev/audio, as far as I can tell, so lift the narrow ONLY_FOR_PLATFORM
restriction.

(But, based on things I saw while going through audio/, mark it
NOT_FOR_PLATFORM on Interix.)

If you try it on Linux or whatever and it doesn't work, let me know or
file a PR and I'll attend to it or mark it broken.
2015-01-01 11:27:37 +00:00
wiz
a421c4df3a Update to 0.4.0:
Version 0.4.0
=============

*released on 31 December 2014*

- The ``passwordeval`` parameter has been renamed to ``password_command``.
- The old way of writing certain config values such as lists is now gone.
- Collection discovery has been rewritten. Old configuration files should be
  compatible with it, but vdirsyncer now caches the results of the collection
  discovery. You have to run ``vdirsyncer discover`` if collections were added
  or removed on one side.
- Pair and storage names are now restricted to certain characters. Vdirsyncer
  will issue a clear error message if your configuration file is invalid in
  that regard.
- Vdirsyncer now supports the XDG-Basedir specification. If the
  ``VDIRSYNCER_CONFIG`` environment variable isn't set and the
  ``~/.vdirsyncer/config`` file doesn't exist, it will look for the
  configuration file at ``$XDG_CONFIG_HOME/vdirsyncer/config``.
- Some improvements to CardDAV and CalDAV discovery, based on problems found
  with FastMail. Support for ``.well-known``-URIs has been added.
2014-12-31 15:12:41 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
wiz
0899e7e6b2 Update to 1.83:
1.83    2014-12-24

- The last release did not include any of the generated zone files. Oops.

- Attempting to fix indexing of DateTime::TimeZone::Catalog on metacpan. No
  real code or zone changes.


1.82    2014-12-24

- Various changes to get tests passing and tools code working with blead. This
  includes fixing some "Redundant argument in sprintf" warnings that could
  occur in the DateTime test suite. Reported by Slaven Rezic. RT #10116.
2014-12-30 13:02:38 +00:00
mef
130c5768ed Add one (more) MASTER_SITES, at release/ directory, thanks obache@. 2014-12-16 02:22:44 +00:00
mef
d66b29c72d - Convert MASTER_SITES from tagged-github to normal tarball, thanks obache@
- autoreconf is not necessary for this tarball
  (remove pre-configure: target in Makefile)
- Remove automake and autoreconf from USE_TOOLS+=
- Add patch for Makefile.in as well as Makefile.am
- MAKE_JOBS_SAFE= no
- Add following files in PLIST
  share/dateutils/iata.tzmcc
  share/dateutils/icao.tzmcc
  share/dateutils/mic.tzmcc
Thanks again obache@
2014-12-16 01:51:35 +00:00
mef
eab73ac291 (pkgsrc)
- MASTER_SITES moved
- DIST_SUBDIR is now used.
- pre-configure:, post-build: added for Makefile
- Some tweak added (post-build: etc) to get similar PLIST (as of 0.2.6)

(upstream)
Update 0.2.6 to 0.3.1
From: http://www.fresse.org/dateutils/changelog.html
v0.3.1
------------------------
This is a bugfix release.

Bugfixes:
 -  octave/matlab code is distributed fully
 -  negative durations with refined units are minus-signed only once
 -  ddiff is entirely anticommutative now
 -  tests don¢Âª®t fail if zones don¢Âª®t exist on the build system
 -  dseq with empty ranges will no longer produce output (just as seq(1))
 -  arbitrary integers are not interpreted as time anymore
 -  when converting from zone info properly clear zone difference for %Z
 -  dseq(1) will automatically resort to +1mo and +1y iterators for wildcarded ymd dates
 -  dadd(1)¢Âª®ing ywd dates with output as ymd works properly now

Features:
 -  ddiff can output nanosecond diffs
 -  automatic fix-up of dates is documented now
 -  parser errors and fix ups are reported through return code 2
 -  dseq with no -f|--format stays in the calendric system of
    the start value instead of converting all output to ymd

v0.3.0
------------------------
This is a feature release.

Features:
 -  dgrep supports time zones both for the expression and the input
 -  timezones can be specified by alternative codes and tzmap files
 -  new tool dzone to inspect date/times in multiple timezones in bulk
 -  new tool dsort to sort input chronologically
 -  gengetopt and help2man maintainer dependencies removed
 -  lilian/julian inputs via -i ldn and -i jdn
 -  ymcw dates now follow ISO 8601 in using 07 to denote Sunday

Bugfixes:
 -  ddiff takes differences between a unix epoch stamp and a date/time
 -  zone converter assigns correct sign to zone difference when using %Z
 -  weekdays are properly calculated from epoch stamps (issue 24)

v0.2.7
--------------------------
This is a feature release.

Features:
 -  dgrep supports -v|--invert-match like grep
 -  output specifier %G is supported for compatibility with POSIX
 -  ddiff calculates year-day differences
 -  ddiff calculates ISO-week date differences
 -  ddiff output can be zero and space padded through 0 and SPC modifier
 -  zoneinfo database on AIX >= 6.1 is taken into account

Bug fixes:
 -  ddiff can calculate full year differences, issue 21 fixed
 -  dseq now accepts %W, %V output formats, issue 22 fixed
 -  builds with clang >= 3.3 work again, clang bug 18028
2014-12-15 08:45:47 +00:00
wiz
c4d9cb5964 Update to 0.3.4:
Version 0.3.4
=============

*released on 8 December 2014*

- Some more bugfixes to config handling.

Version 0.3.3
=============

*released on 8 December 2014*

- Vdirsyncer now also works with iCloud. Particularly collection discovery and
  etag handling were fixed.
- Vdirsyncer now encodes Cal- and CardDAV requests differently. This hasn't
  been well-tested with servers like Zimbra or SoGo, but isn't expected to
  cause any problems.
- Vdirsyncer is now more robust regarding invalid responses from CalDAV
  servers. This should help with future compatibility with Davmail/Outlook.
- Fix a bug when specifying ``item_types`` of
  :py:class:`vdirsyncer.storage.CaldavStorage` in the deprecated config format.
- Fix a bug where vdirsyncer would ignore all but one character specified in
  ``unsafe_href_chars`` of :py:class:`vdirsyncer.storage.CaldavStorage` and
  :py:class:`vdirsyncer.storage.CarddavStorage`.
2014-12-14 15:55:00 +00:00
obache
ab30ebb61b Remove time/py-dateutil2, time/dateutil is newer than this package
and support both py2x and py3x.
2014-12-14 02:39:36 +00:00
obache
ba3f00b110 Update py-dateutil to 2.3.
Version 2.3
-----------

- Cleanup directory structure, moved test.py to dateutil/tests/test.py

- Changed many aspects of dealing with the zone info file. Instead of a cache,
  all the zones are loaded to memory, but symbolic links are loaded only once,
  so not much memory is used.

- The package is now zip-safe, and universal-wheelable, thanks to changes in
  the handling of the zoneinfo file.

- Fixed tzwin silently not imported on windows python2

- New maintainer, together with new hosting: GitHub, Travis, Read-The-Docs

Version 2.2
-----------

- Updated zoneinfo to 2013h

- fuzzy_with_tokens parse addon from Christopher Corley

- Bug with LANG=C fixed by Mike Gilbert

Version 2.1
-----------

- New maintainer

- Dateutil now works on Python 2.6, 2.7 and 3.2 from same codebase (with six)

- #704047: Ismael Carnales' patch for a new time format

- Small bug fixes, thanks for reporters!


Version 2.0
-----------

- Ported to Python 3, by Brian Jones.  If you need dateutil for Python 2.X,
  please continue using the 1.X series.

- There's no such thing as a "PSF License".  This source code is now
  made available under the Simplified BSD license.  See LICENSE for
  details.
2014-12-13 09:28:01 +00:00
wiz
86b8ac13c1 Update to 0.3.2:
Version 0.3.2
=============

- The current config format has been deprecated, and support for it will be
  removed in version 0.4.0. Vdirsyncer warns about this now.
2014-12-07 17:41:47 +00:00
mef
b979674516 Update 5.23.2 to 5.23.4
- Version 5.23.3
	- Updated to Qt 5.3.2.
	- Added a fet.desktop file (by Alexey Loginov).
	- Fixed some comments concerning the GNU GPL license (reported by Alexey Loginov).
	- Added a "make install" option (suggested by Alexey Loginov
          and other users, done by Zsolt Udvari and Liviu Lalescu).
	- Added an icon (suggested by Alexey Loginov and other users).
	- Added an option at compilation time so that FET
          automatically detects the system locale (suggested by Alexey
          Loginov and other users).
- Version 5.23.4
	- Added a partial Chinese Simplified (zh_CN) translation, by orange.
	- Added two example files from Vietnam, by Nguyen Huu Tuyen.
2014-12-05 01:42:15 +00:00
mef
bed5171678 Removing p5-Net-Google-Calendar
https://rt.cpan.org/Public/Bug/Display.html?id=100421 tells
  this library no longer works as it uses the Calendar v2 API which
  Google discontinued today.
Thanks wiz@ for the information.
2014-12-04 10:40:06 +00:00
mef
cef4e180c5 Update 2.30 to 2.41
------------------
2.41  18-Mar-2014       OSX:
                        - Fixed start-up rotation and credits display on iOS 7.
                        - Suppress status bar (again) on iOS 7.
2.40  27-Nov-2013       OSX:
                        - Added "Check for Updates".
2.39  16-Jul-2013       All platforms:
                        - Tweaked character outlines for smoother morphing.
                        iPhone:
                        - Fixed crash when rotating on Retina iPads.
                        OSX:
                        - Fixed crash when running in full screen or as a
                          screen saver on really old machines.
2.38  08-Jul-2013       OSX:
                        - Toggling window title bar preserves transparency.
                        - Transparency works in full-screen mode.
                        - Screen saver preferences weren't being saved.
                        - Fixed bug where System Preferences window went black.
                        - Possibly fixed an intermittent startup crash.
2.37  22-Sep-2012       iPhone:
                        - Support for iPhone 5's new screen size.
2.36  23-Apr-2012       OSX:
                        - Fixed a startup crash on 10.7.
                        - Added a preference to keep the Dali Clock window
                          above even the screen saver window.
                        - "Upgraded" to XCode 4.0, which means that 10.4 PPC
                          builds are impossible, and Intel is now required.
2.35  18-Aug-2010       All platforms:
                        - Regenerated font images for smoother animation.
                        iPhone, iPad:
                        - Higher resolution display (and icons) on iPhone 4.
                        - Fixed a display glitch when zooming.
                        - Fixed an occasional rotation twitch on iPad.
                        X11:
                        - Turned on -cycle by default.
2.34  19-May-2010       iPhone:
                        - When docked, don't automatically turn screen off.
                        - Briefly display the date every minute or so.
                        - Made rotation less twitchy.
                        - Fixed off-by-one in date display.
                        OSX:
                        - Animate while resizing window.
2.33  24-Apr-2010       iPhone, OSX, WebOS:
                        - Keep the clock centered in the window even when
                          in 12 hour mode where the hour is one digit, and
                          animate the centering transition.
                        OSX:
                        - Eliminated flicker when a transparent Dali Clock
                          window is on top of a window that is playing video.
                        iPhone:
                        - Animate rotation/scaling during orientation changes.
                        - Submitted to Apple iTunes Store.
2.32  20-Apr-2010       iPhone:
                        - Fixed a startup crash.
                        - Rotation and pinch-zooming works reliably.
2.31  18-Apr-2010       OSX:
                        - Tweaks to Mac OS 10.6 build process.
                        - Rewrote rendering engine in OpenGL / OpenGLES.
                        - The colons and dashes morph now too.
                        iPhone:
                        - Works now!
                        X11:
                        - Added -showdate option so you can run two copies,
                          one showing the date and one showing the time.
2014-12-04 04:55:13 +00:00
mef
29e60de2f9 Update 1.4.5 to 1.4.6
http://lists.roaringpenguin.com/pipermail/remind-fans/2013/002903.html
---------------------
2013-02-02     Release 1.4.6:
    * Fixed a failure to quote filenames in the editor commands provided by
      the default wyrdrc.

    * Fixed a crash when the terminal is resized while wyrd is executing an
      external editor or browser.  (In some environments, this would happen
      every time a reminder file is edited.)

    * Fixed 'configure' errors when compiling with OCaml 4.

    * Added Oasis metadata.

    * Added automatic refresh of the display when reminder files are modified.

    * Added a backtrace printout for unhandled exceptions.

    * Fixed a parallel-make race conditoin resulting from integration of
      upstream ocaml-curses.

    * Fixed a crash when the terminal is resized.

    * Fixed some crashes which could be triggered by pressing arrow keys or
      entering non-printable characters from the "quick add" entry field.
2014-12-04 04:51:04 +00:00
mef
8ba69d5015 (pkgsrc)
- Add LICENSE (gnu-gpl-v1)
 - Add comment on patches (mainly from cvs log)
(upstream)
 - Update 0.7 to 0.9
-------------
 Tue Sep  6 08:52:43 EST 2005
   projclock.tcl
    - changed name from Project Clock to WorkerTimer due to trademark issue

Wed Mar 17 08:40:14 EST 2004
   projclock.tcl
    - some tidying up of window behaviour
    - fixed problem with custom summary when pclock dir has spaces in name
2014-12-04 04:28:36 +00:00
mef
72a1ba942f 2013.0912:
Pulled fix from Adam Schobelock that removes timezone offset
        caching because it was creating incorrect behavor or Moscow.
2014-12-04 03:01:23 +00:00
mef
ed48f97ac3 (pkgsrc)
-  Add LICENSE=  ( Found Copyright notice at source, for example Warp.pm)
(upstream)
- Update 0.5 to 0.51
0.51 2014-10-17
    New maintainer (SZABGAB)
    Use Test::More instead of Test
    Include META.yml RT #77752
    POD encoding is now utf8 RT #93259
2014-12-04 02:50:36 +00:00
mef
62c0db6458 Udate 1.27 to 1.29
1.29      2014-09-01
        - when pretty printing negative Time::Seconds, do not lose the "minus"
1.28
       (no record)
2014-12-04 02:45:20 +00:00
mef
0ac1b08152 Update 1.11 to 1.12
1.12  2012 September 27
        - Fix CPAN RT bug 44167/54990: Negative milliseconds/microseconds.
          This was a boneheaded mistake I should have fixed years ago.
          Many thanks to Karl Moens for reporting the error, and for a patch.

        - Fix CPAN RT bug 47229: Build.PL dependencies.
          Unfortunately, I cannot fix Makefile.PL, since ExtUtils::MakeMaker
          has no concept of "recommended" or "optional" modules.
          Thanks to Jens Rehsack for the suggestion.

        - Fix CPAN RT bug 55630: ISO-8601 Z (Zulu, UTC) marker not supported.
          Thanks to Will Coleda for pointing this out.

        - Fix CPAN RT bug 76705/76707 (maybe): month out of range.
          I can't reproduce this bug, but I made a change to the time parsing
          that might fix it.  Thanks to Todd Bezenek for reporting the problem.
2014-12-04 02:41:53 +00:00
mef
ace7789676 (pkgsrc)
Add LICENSE=
(upstream)
   Update 0.06 to 0.11
----------------
0.11 2014-03-26
    - Min perl version now set to 5.6.0
    - Added description of DateTime::Format::Duration to SEE ALSO

0.10 2014-03-24
    - Switched to Dist::Zilla. The Module::Install Makefile.PL was resulting
      in dependency problems and CPAN Testers fails, and I'm not familiar with
      it. Easier to switch. Thanks to ZEFRAM for pointing out the problem.

0.09 2014-03-23
    - Test::More and Time::Duration were listed as build_requires;
      changed them to test_requires, with versions. Wonder if this was
      the cause of the small number of CPAN Testers fails?
    - Added more more modules to the SEE ALSO section in the pod.

0.08 2014-03-23
    - Can now have a leading '+', as in '+2h'.
      Suggested by MSCHWERN in RT#66572
    - Added github repo to metadata (thanks dsteinbrunner)
    - Added github repo to pod
    - Added Time::Duration::Parse::More to SEE ALSO

0.07 2014-03-21
    - Added 'use warnings'
    - Specified min perl version as 5.6.0 in Makefile.PL
    - Fixed pod error reported in RT#86904
    - Added license type 'perl' to metadata via Makefile.PL
    - Reformatted this file as per CPAN::Changes::Spec
2014-12-04 02:38:43 +00:00
mef
f8e1c5e5b2 Update 1.02 to 1.03
1.03 (02.14.2014) - John Siracusa <siracusa@gmail.com>
    * Documented the return value of parse().
2014-12-04 02:34:00 +00:00
mef
3a3afe683f (pkgsrc)
-LICENSE=       gnu-gpl-v2 # OR artistic
   +LICENSE=       ${PERL5_LICENSE}
(upstream) Update 0.12 to 0.13
  0.13 - 07 Aug 2014
      * explicit license in META as per RT #97806
      * included other updates to Makefile.PL details (author, etc)
2014-12-04 02:32:01 +00:00
mef
921e241934 (pkgsrc)
small changes on PKGNAME modification
     -PKGNAME=       p5-${DISTNAME:S/06001/06.001/}
     +PKGNAME=       p5-${DISTNAME:S/.06/.06./}
  drop following line, pkglint flags, and packaged fine without it.
     -PERL5_BUILD_TYPE=      Module::Install::Bundled

(upstream) Update 0.06.001 to 0.06.002
0.06002 - 04 Aug 2011
  - Fix rt#70001, 5.14 deprecations.
  - Moved to github
2014-12-04 02:27:54 +00:00
mef
b1c277d31b Update 1.8 to 1.93
- (Neither ChangeLog or Release Note not found), sorry
- Add LICENSE= to ${PERL5_LICENSE}, for web page saying so:
 ---------------
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 ---------------
2014-12-04 02:14:39 +00:00
mef
9bb747fe5c Update 1.14 to 1.15
1.15 Tue Abr 24 08:14:43 CEST 2012
        - Change AIX 'getCommand' to use a non privileged one
                (patch by marcus.bogenstaetter [...] empirius.de)
2014-12-04 02:04:09 +00:00
mef
7294cd469f (pkgsrc)
Convert not to use Module::Build
  -BUILD_DEPENDS+=    {perl>=5.17.1,p5-Module-Build>=0.40000}:../../devel/p5-Module-Build
  -PERL5_MODULE_TYPE=  Module::Build

(upstream) update 1.01 to 1.05
1.05 2013-09-18
   (Generated by)
   Dist::Zilla version 4.300030 --> 4.300038
   CPAN::Meta::Converter version 2.120921
   CPAN::Meta::Converter version 2.140640
1.04
1.03
1.02 2013-09-14
    - Added method to get originalEvent from XML - suggested by Ian Norton
2014-12-04 01:48:48 +00:00
mef
858658fa1e 0.3400 2014-02-12
- documentation and packaging fixes - by David Steinbrunner.
- version number using 4 digits - requested by David Marshall.

0.33   2013-09-15
- bugfix in SpanSet->grep. Reported by Andreas Isberg
2014-12-04 01:30:39 +00:00
mef
b05cdc0ec8 Update 0.16009 to 0.16010
0.16010 2014-09-18T12:36:03Z
    - Add support for various more interval units [pr #3]:
      millenium, century, decade, month, week
2014-12-04 01:28:35 +00:00
mef
0932cdabb0 Udate 0.04 to 0.05
0.05    2014-10-26
- Added parsing of MySQL fractional seconds (microseconds).
- Allowed additional valid MySQL formats (delimiters in DATE and TIME
  fields using punctuation, 'T' separator between DATE and TIME and
  single-digit time or date values).
2014-12-04 01:26:20 +00:00
mef
c2cd15650d Update 0.40 to 0.42
0.42  2014-05-02
  - Forgot to properly update the version number...
0.41  2014-05-02
  - Fix out-by-ten bug in nanosecond computation (Stephen Thirlwall)
2014-12-04 01:24:16 +00:00
mef
49d1ce610e Udate 0.25 to 0.26
0.26 Tue Apr 22 2014
  - support "MM/DD/YYYY HH:MM" (missing seconds),
  - support "EEE MMM dd HH:mm:ss z yyyy" (UTC timezone inside string)
    - thanks David White rt #94911
2014-12-04 01:20:33 +00:00
mef
2528aa5edf Update 0.11 to 0.12
0.12    2014-07-17
- fix BYMONTH, BYMONTHDAY constraints to FREQ=MINUTELY, FREQ=HOURLY, and FREQ=SECONDLY.
  patch and tests provided by Andrew Sterling Hanenkamp
2014-12-04 01:18:41 +00:00
mef
4158df4f96 Update 0.7 to 0.81
------------------
0.81 - Mon 24 Nov 2014 10:11:50 PST
    * Add Makefile.PL back into MANIFEST  (fixes RT 100524)
    * Remove MYMETA.* files from MANIFEST (fixes RT 100525)

0.8  - Fri 21 Nov 2014 11:26:57 PST
    * Update docs
    * Fix some timezone bugs (Fixes RT 43610 and RT 99804 - thanks Sterling Hanenkamp)
    * Refactor for more DRYness
    * Add URL field
    * Update Module::Install to add META.yml (fixes RT 80668)
    * Add a note about all day events (RT 63049)
2014-12-04 01:16:26 +00:00
mef
2c15da8c18 Update 3.7 to 3.11
-----------------------
Changes in 3.11
* If a yahrzeit would fall on 30 Cheshvan in a short year, advance
  observance to 1 Kislev. If a yahrzeit would fall on Kislev 30 in a
  short year, advance observance to 1 Tevet.
* Allow Ta'anit Bechorot (Fast of the Firstborn) to fall on a
  Friday. When a fast day falls on Friday, we do in fact observe the
  fast on Friday, even though Shabbat follows immediately. Also, in some
  years, Asarah Betevet (Tenth of Tevet) falls on Friday and is observed
  on that day.
  It is only in years when the date of the fast falls on Shabbat that
  the fast is moved: Ta'anit Ester (Fast of Esther) and Ta'anit Bekhorim
  are moved back to Thursday. Tsom Gedalyah (Fast of Gedaliah) and
  Shiv'ah Asar Betammuz (Seventeeth of Tammuz) are moved ahead to
  Sunday. Tish'ah Be'av (Ninth of Av), a full-day fast, is moved ahead
  to Saturday night. Asarah Betevet does not fall on Shabbat.

Changes in 3.10
* Add Erev Purim and Erev Tish'a B'Av
* Add Pesach Sheni (14 Iyyar)

Changes in 3.9.1
   [revved version number correctly]

Changes in 3.9
* Yom Hazikaron first observed in 1949. Yom HaShoah first observed in 1951.
* Allow Asara B'Tevet to fall on a Friday.

Changes in 3.8
* fixed spelling of shabbat Chazon
* fixed yom Haatzmaut 2007
* added support for Mexico DST scheme (no longer the same as US & Canada)
* Correct Gibraltar time zone to UTC+1, not UTC-10. Thanks to
  Jack Gross <jacobbgross@hotmail.com> for reporting the bug.
2014-12-04 01:05:34 +00:00
joerg
525162b7d6 Be explicit about the library search path. 2014-12-03 14:10:09 +00:00
jmcneill
fc6af233d7 add -lgthread-2.0 to LDFLAGS on NetBSD, as is already done for SunOS and
DragonFly:

ld: evolution-webcal-main.o: undefined reference to symbol 'g_thread_init'
ld: note: 'g_thread_init' is defined in DSO /usr/pkg/lib/libgthread-2.0.so.0 so try adding it to the linker command line
/usr/pkg/lib/libgthread-2.0.so.0: could not read symbols: Invalid operation
2014-12-02 10:45:40 +00:00
wiz
331587cffd Update to 0.3.1:
Version 0.3.1
=============

*released on 24 November 2014*

- Fixed a bug where vdirsyncer would delete items if they're deleted on side A
  but modified on side B. Instead vdirsyncer will now upload the new items to
  side A. See :gh:`128`.

- Synchronization continues with the remaining pairs if one pair crashes, see
  :gh:`121`.

- The ``processes`` config key is gone. There is now a ``--max-workers`` option
  on the CLI which has a similar purpose. See :ghpr:`126`.

- The Read The Docs-theme is no longer required for building the docs. If it is
  not installed, the default theme will be used. See :gh:`134`.
2014-12-01 11:37:27 +00:00