Commit graph

1786 commits

Author SHA1 Message Date
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
wiz
9fd6754f3e Update to 2014.10: the usual. 2014-12-01 11:27:09 +00:00
szptvlfn
ded435ae8b + hs-timezone-olson
+ hs-timezone-series
2014-11-24 21:25:36 +00:00
szptvlfn
ed7a67ecd2 Import timezone-olson-0.1.4 as time/hs-timezone-olson.
A parser and renderer for binary Olson timezone files whose format is
specified by the tzfile(5) man page on Unix-like systems. For more
information about this format, see http://www.twinsun.com/tz/tz-link.htm.
Functions are provided for converting the parsed data into TimeZoneSeries
objects from the timezone-series package. On many platforms, binary Olson
timezone files suitable for use with this package are available in the
directory usrshare/zoneinfo and its subdirectories on your computer.
2014-11-24 21:24:01 +00:00
szptvlfn
deefbcc9fa Import timezone-series-0.1.3 as time/hs-timezone-series.
This package endows Data.Time, from the time package, with several data
types and functions for enhanced processing of timezones. For one way to
create timezone series, see the timezone-olson package.
2014-11-24 21:22:37 +00:00
wiz
d96b08a0e0 Update to 1.81:
1.81    2014-11-21

- Removed tests for Win32 code.
2014-11-23 13:03:56 +00:00
wiz
9bc59057cd Remove patch-ad, gone from distinfo. 2014-11-20 16:11:50 +00:00
wiz
bad44aade2 Update to 1.80:
1.80    2014-11-16

- This distro no longer ships the DateTime::TimeZone::Local::Win32
  module. Instead, it depends on that module when you install
  DateTime::TimeZone on a Windows system machine.

- Tweaked the warning when loading a zone class from disk that was generated
  using a different Olson version than the current DateTime::TimeZone
  module. Previously, it said the loaded version was older, but all we know is
  that it's different. Reported by Karen Etheridge. RT #66097.
2014-11-19 12:39:25 +00:00
markd
cdc269d8a7 Update to KDE SC 4.14.3 2014-11-13 11:19:11 +00:00
wiz
1faf55d324 Update to 1.79:
1.79    2014-11-11

- This release is based on version 2014j of the Olson database. This release
  only contemporary changes for Turks & Caicos.
2014-11-12 11:50:56 +00:00
wiz
08187ba5d8 Update to 2014.9: the usual timezone changes. 2014-11-09 16:13:15 +00:00
wiz
a79a789036 Update to 1.78:
1.78    2014-11-05

- Fix warnings from Perl 5.8.8 and before. Apparently it doesn't like when
  $SIG{__DIE__} is set to undef. Patch by Peter Rabbitson. GitHub PR #88.
2014-11-09 12:45:38 +00:00
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
he
792e208efd Add a patch to weekno.perl so that it uses ISO 8601 week numbering.
Remove dependence on timelocal.pl; use Time::Local instead.
Rename other patches according to new conventions.
Fix pkglint warnings.
Bump PKGREVISION.
2014-11-05 22:41:38 +00:00
wiz
93debc9902 Update to 1.77:
1.77    2014-11-04

- Updated the mapping of Windows -> IANA time zones. Patch by David
  Pinkowitz. RT #10025.

- Replaced Class::Load with Module::Runtime, and replaced eval with Try::Tiny.
2014-11-05 17:26:35 +00:00
wen
a4825b17dd Add p5-Test-Time 2014-11-03 02:13:22 +00:00
wen
86ba5538a5 Import Test-Time-0.04 as time/p5-Test-Time.
Test::Time can be used to test modules that deal with time.
Once you use this module, all references to time and sleep
will be internalized.
2014-11-03 02:12:25 +00:00
wiz
3425f17db6 Update to 1.76:
1.76    2014-10-26

- When searching for the local timezone we now look at /etc/timezone before
  /etc/localtime. The former is a much quicker check if it exists. Patch by
  Karen Etheridge. PR #3.

- The tools/parse_olson script now supports parsing the etcetera and systemv
  files. This is *not* enabled by default as it would generate zones that
  conflict with existing links for Etc/UTC and others. Patch by Alfie John. PR
  #1.
2014-10-29 17:23:59 +00:00
wiz
f20717102b Fix MASTER_SITES (add missing slash) 2014-10-26 11:49:53 +00:00
cheusov
4b2f0c9d12 += py-jdcal 2014-10-25 22:33:33 +00:00
cheusov
a3f989a00a New package time/py-jdcal
This module contains functions for converting between Julian dates and
  calendar dates.
2014-10-25 22:31:15 +00:00
cheusov
b4b517233f Remove PYTHON_VERSIONS_INCOMPATIBLE. This module works fine with py-{26,27}
Update to version 2.2
   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!
2014-10-25 22:10:35 +00:00
taca
3712f111dd Update ruby-tzinfo to 0.3.42.
== Version 0.3.42 (tzdata v2014i) - 23-Oct-2014

* Updated to tzdata version 2014i
  (http://mm.icann.org/pipermail/tz-announce/2014-October/000026.html).
2014-10-25 03:34:49 +00:00
jaapb
29bcb49ffc Added camlp4 dependency. 2014-10-20 11:10:56 +00:00
jaapb
1e2c6eff15 Revbump for ocaml 4.02.0.
(Some packages omitted because they will be updated to new versions)
2014-10-09 19:14:03 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
wiz
0dd618da95 Update to 0.3.0:
Version 0.3.0
=============

*released on 20 September 2014*

- Add ``verify_fingerprint`` parameter to
  :py:class:`vdirsyncer.storage.HttpStorage`,
  :py:class:`vdirsyncer.storage.CaldavStorage` and
  :py:class:`vdirsyncer.storage.CarddavStorage`,
  see issue `#99`_ and pull request `#106`_.

- Add ``passwordeval`` parameter to :ref:`general_config`, see issue `#108`_
  and pull request `#117`_.

- Emit warnings (instead of exceptions) about certain invalid responses from
  the server, see issue `#113`_.  This is apparently required for compatibility
  with Davmail.

.. _`#99`: https://github.com/untitaker/vdirsyncer/issues/99
.. _`#106`: https://github.com/untitaker/vdirsyncer/pull/106
.. _`#108`: https://github.com/untitaker/vdirsyncer/issues/108
.. _`#113`: https://github.com/untitaker/vdirsyncer/issues/113
.. _`#117`: https://github.com/untitaker/vdirsyncer/pull/117
2014-10-01 12:46:17 +00:00
wiz
15e04ba007 Update to 1.75:
1.75    2014-09-30

- This release is based on version 2014h of the Olson database. This release
  only includes historical changes.
2014-10-01 10:58:08 +00:00
jperkin
936b737236 SunOS needs an explicit -lX11. 2014-09-25 19:43:06 +00:00
jperkin
0bf48537ff Extract using bsdtar, GNU tar cannot handle pre-1970 timestamps. 2014-09-25 19:39:10 +00:00
wiz
0e8fc18a6f Update to 2014.7:
2004-07-25

    - Improved localtime handling, and added a localize() method enabling
      correct creation of local times.
2014-09-07 20:27:15 +00:00
wiz
a5eddbd95b Update to 0.401:
0.401   2014-05-03

- Fix the tests to accomodate the new 1-digit format for days of month
  before the tenth. Thanks to Dagfinn Ilmari Mannsåker for the patch.

- add some more sample dates to t/sample_dates
  and run one test per sample date in t/sample.t

0.400   2014-04-13

- New maintainer - Philippe Bruhat (BooK)

- Now depends on DateTime 0.18. RT #74580.

- Moved POD tests to the release stage.

- format_datetime() now uses 1-digit numbers for day of month < 10.
  Dates with unrecognized timezones lead to the creation of a DateTime
  object with a floating timezone.
  UTC is now formatted as +0000, floating is formatted as -0000.
  RT #94556.

- Now packaged using Dist::Zilla. Moved back to three-digit version numbers.
2014-09-06 14:56:10 +00:00
wiz
39e19fe7fe Update to 1.12:
1.12   2014-08-31

- The last release had the wrong repo info in the metadata.


1.11   2014-08-31

- The latest historical changes in DateTime::TimeZone 1.74 caused some tests
  to fail. Reported by Slaven Rezic. RT #98483.

- This release of DateTime.pm now requires the DateTime::TimeZone 1.74.
2014-09-06 13:39:15 +00:00
wiz
edb37a3e2d Update to 1.74. Add test dependency.
1.74    2014-08-30

- This release is based on version 2014g of the Olson database. This release
  includes contemporary changes for Turks & Caicos.

- Fixed a bug when trying to get the local timezone by looking at
  /etc/sysconfig/clock. Patch by Alexey Molchanov. GitHub PR #2.


1.73    2014-08-06

- This release is based on version 2014f of the Olson database. This release
  includes contemporary changes for Russia and Australia.


1.72    2014-08-03

- Added support for getting the local time zone on Android. Patch from Brian
  Fraser. RT #97711.

- The primary repo for this distro is now on GitHub.
2014-09-06 13:08:10 +00:00
wiz
a693c9f0d0 Update to 3.8.3:
3.8.3 (2014-08-26)
------------------

- PERCENT property in VTODO renamed to PERCENT-COMPLETE, according to RFC5545.
  [thomascube]
2014-08-31 21:35:11 +00:00
wiz
c19f148533 Update to 0.2.5:
Version 0.2.5
=============

*released on 27 August 2014*

- Don't ask for the password of one server more than once and fix multiple
  concurrency issues, see issue `#101`_.

- Better validation of DAV endpoints.

.. _`#101`: https://github.com/untitaker/vdirsyncer/issues/101
2014-08-27 16:10:49 +00:00
taca
1dd968a616 Update ruby-tzinfo to 0.3.41.
== Version 0.3.41 (tzdata v2014f) - 8-Aug-2014

* Updated to tzdata version 2014f
  (http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html).
2014-08-23 16:12:05 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
jperkin
816b89bd36 Fix build on SunOS (needs explicit -lXrender). 2014-08-21 16:10:10 +00:00
wiz
66bf874d08 Update to 5.23.2.
- Version 5.23.2
	- Fixed a building problem under C++11 (reported by pkgsrc
	packager Thomas Klausner, solved by Jörg Sonnenberger).
2014-08-20 21:09:43 +00:00
joerg
95a4065621 Don't conflict with C++11 std::mutex. 2014-08-19 13:43:37 +00:00
wiz
edf204d009 One more. 2014-08-18 12:28:21 +00:00
wiz
5909708f5b Add more dependencies. Still ride update. 2014-08-18 12:25:52 +00:00
wiz
587a2d1f99 Add some missing dependencies. Ride update. 2014-08-18 12:10:32 +00:00
wiz
f4fa15398a Update to 0.2.4:
Version 0.2.4
=============

*released on 18 August 2014*

- Include workaround for collection discovery with latest version of Radicale.

- Include metadata files such as the changelog or license in source
  distribution, see issues `#97`_ and `#98`_.

.. _`#97`: https://github.com/untitaker/vdirsyncer/issues/97
.. _`#98`: https://github.com/untitaker/vdirsyncer/issues/98
2014-08-18 11:04:21 +00:00
wiz
69cfb3fcff + py-vdirsyncer 2014-08-18 09:49:00 +00:00
wiz
98c7083f04 Import py34-vdirsyncer-0.2.3 as time/py-vdirsyncer.
vdirsyncer synchronizes your calendars and addressbooks between
two storages.  The supported storages are CalDAV, CardDAV, arbitrary
HTTP resources and some more.

It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.
2014-08-18 09:48:44 +00:00
wiz
b920afaafb + fet. 2014-08-07 21:59:22 +00:00
wiz
f6c8e74f18 Import fet-5.23.1 as time/fet.
FET is open source free software for automatically scheduling the
timetable of a school, high-school or university. It uses a fast
and efficient timetabling algorithm. It is licensed under GNU GPL.

Usually, FET is able to solve a complicated timetable in maximum
5-20 minutes. For simpler timetables, it may take a shorter time,
under 5 minutes (in some cases, a matter of seconds). For extremely
difficult timetables, it may take a longer time, a matter of hours.
2014-08-07 21:59:02 +00:00
wiz
6b06e20c8f + khal. 2014-07-22 17:09:02 +00:00
wiz
7eb4e95a31 Import khal-0.2.0 as time/khal.
Khal is a standards based CLI (console) calendar program. CalDAV
compatibiliy is achieved by using vdir/vdirsyncer as a backend,
allowing syncing of calendars with a variety of other programs on
a host of different platforms.

khal is currently in an early stage of development, has a limited
feature set and is probably full of bugs. If you do try it out,
please make sure you have a backup of your date and please report
back any bugs you might encounter.
2014-07-22 17:08:46 +00:00
wiz
63862ea4ab Update to 3.8.2, fixing the bug I reported 18 minutes ago.
3.8.2 (2014-07-22)
------------------

- Exclude editor backup files from egg distributions. Fixes #144.
  [thet]
2014-07-22 10:17:25 +00:00
wiz
15b39c3f01 Update to 3.8.1:
3.8.1 (2014-07-17)
------------------

- The representation of CaselessDicts in 3.8 changed the name attribute of
  Components and therefore broke the external API. This has been fixed.
  [untitaker]


3.8 (2014-07-17)
----------------

- Allow dots in property names (Needed for vCard compatibility). Refs #143.
  [untitaker]

- Change class representation for CaselessDict objects to always include the
  class name or the class' name attribute, if available. Also show
  subcomponents for Component objects.
  [thet]

- Don't use data_encode for CaselessDict class representation but use dict's
  __repr__ method.
  [t-8ch]

- Handle parameters with multiple values, which is needed for vCard 3.0.
  Refs #142.
  [t-8ch]
2014-07-22 09:57:15 +00:00
wen
fe86002a1e Update to 0.10
Upstream changes:
0.10      2014-02-03 17:17:57Z
        - temporarily revert change that cleaned namespaces (0.09), until the
          logic is cleaned up in MooseX::Types itself

0.09      2014-02-03 02:16:30Z
        - Require perl 5.8.3, as Moose does
        - canonical repository moved to github moose organization
2014-07-16 07:50:06 +00:00
wen
989f0b1094 Update to 1.71
Add missing DEPENDS

Upstream changes:
1.71    2014-06-21
- This release is based on version 2014e of the Olson database. This release
  includes contemporary changes for Egypt and Morocco.


1.70    2014-06-01
- Unset $ENV{TZ} in t/04local..t test to avoid interference from
  system. Reported by Mark Gardner. RT #96083.

- This release is based on version 2014d of the IANA database, but there are
  no data changes from 2014c.
2014-07-16 07:41:11 +00:00
schmonz
d2bbb3ec8f Update to 1.27. From the changelog:
- portability fixes for XS changes in 1.25_01
- no changes since previous (trial) release
- fix compiling for WinCE, execution is untested
- add a .gitignore (from Win32::API)
- fix a compiler warning about unused var, and add inlining
- add PERL_NO_GET_CONTEXT to XS to bring the binary into 21st century
- refactor XS code to remove large sections of duplicate machine code
- fix _crt_localtime to return year only once, previously
  _crt_localtime returned year (item #6) twice in the list
2014-07-15 20:27:05 +00:00
taca
818b1868e7 Update ruby-tzinfo to 0.3.40.
== Version 0.3.40 (tzdata v2014e) - 10-Jul-2014

* Updated to tzdata version 2014e
  (http://mm.icann.org/pipermail/tz-announce/2014-June/000022.html).
2014-07-15 03:48:48 +00:00
dholland
5611bcdc81 Use tail -n +2 instead of tail +2 to work around broken Linux userlands.
While here, move seddery from post-patch to pre-configure.
XXX: it should be replaced with SUBST.
2014-06-29 19:12:51 +00:00
richard
8ea2e72493 Update trytond modules using py-trytond/Makefile.common
ok wiz@
2014-06-25 06:05:32 +00:00
rodent
97ba9623c4 +py-arrow - packaged originally in -wip by kamelderouiche@yahoo.com. 2014-06-14 14:14:51 +00:00
rodent
7384946407 Import py27-arrow-0.4.2 as time/py-arrow.
Arrow is a Python library that offers a sensible, human-friendly approach to
creating, manipulating, formatting and converting dates, times, and timestamps
It implements and updates the datetime type, plugging gaps in functionality, and
provides an intelligent module API that supports many common creation scenarios
Simply put, it helps you work with dates and times with fewer imports and
a lot less code.
2014-06-14 14:12:57 +00:00
schmonz
468a5da98a Update to 1.10. From the changelog:
- Some tests added in 1.09 would fail on a Perl without a 64-bit
  gmtime(). Reported by Jerome Eteve. RT #95345.

- A call to ->truncate( to => 'week' ) could fail but leave the object
  changed. RT #93347.

- The value of ->jd() is now calculated based on ->mjd() instead of the other
  way around. This reduces floating point errors a bit when calculating MJD,
  and should have a neglible impact on the accuracy of JD. Reported by Anye
  Li. RT #92972. See the ticket for a more detailed description of what this
  fixes.

- Attempting to construct a DateTime object with a year >= 5000 and a time
  zone other than floating or DST now issues a warning. This warning may go
  away once DateTime::TimeZone is made much faster. Inspired by a bug report
  from Lloyd Fournier. RT #92655.
2014-06-09 20:01:18 +00:00
wiz
34bea339a8 Update to 2014.4: the usual changes. 2014-06-09 12:29:57 +00:00
wiz
5c85324566 Update to 3.7:
3.7 (2014-06-02)
----------------

- For components with ``ignore_exceptions`` set to ``True``, mark unparseable
  lines as broken instead rising a ``ValueError``. ``VEVENT`` components have
  ``ignore_exceptions`` set to ``True`` by default. Ref #131. Fixes #104.
  [jkiang13]

- Make ``python-dateutil`` a soft-dependency.
  [boltnev]

- Add optional ``sorted`` parameter to ``Component.to_ical``. Setting it to
  false allows the user to preserve the original property and parameter order.
  Ref #136. Fixes #133.
  [untitaker]

- Fix tests for latest ``pytz``. Don't set ``tzinfo`` directly on datetime
  objects, but use pytz's ``localize`` function. Ref #138.
  [untitaker, thet]

- Remove incorrect use of __all__. We don't encourage using ``from package
  import *`` imports. Fixes #129.
  [eric-wieser]


3.6.2 (2014-04-05)
------------------

- Pep8 and cleanup.
  [lasudry]
2014-06-09 12:29:23 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
4b9ed2a81e Update to 2014.3, the usual changes. 2014-05-20 08:47:39 +00:00
joerg
e0bbff886f Fix build against newer readline. 2014-05-18 21:24:56 +00:00
wen
dc9b75bb70 Update to 1.69
Upstream changes:
1.69    2014-05-13

- Don't run tests for Unix on non-Unix boxes.


1.68    2014-05-13

- The last release was missing some test changes I made on another
  machine. Doh.


1.67    2014-05-13

- I accidentally skipped 1.66, don't read anything into the 0.02 version bump
  here.

- This release is based on version 2014c of the IANA database (I skipped 2014b
  for lack of debuggint time). This release includes contemporary changes for
  Crimea and Troll Station, Antarctica from 2014b and contemporary changes for
  Egypt from 2014c.


1.65    2014-03-09

- This release is based on version 2014a of the Olson database. This release
  includes contemporary changes for Turkey.


1.64    2014-02-07

- Under taint mode, DateTime::TimeZone->new( name => 'local' ) could die
  depending on the method used to find the local time zone name. The resulting
  variable would often be tainted. We now untaint all names before attempting
  to load them. Reported by Stevie-O. RT #92631.
2014-05-16 00:48:41 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
dsainty
c51f15fd96 State the package's licence. 2014-05-11 23:42:10 +00:00
dsainty
ffeb723756 Not MAKE_JOBS_SAFE, it appears. 2014-05-11 02:25:34 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
joerg
e475b31086 Python 2.6 is not supported by py-tryton. 2014-05-05 22:58:40 +00:00
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
rodent
b5071e349a Updated to latest version, 3.2.0. From CHANGELOG:
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
2014-05-03 13:44:53 +00:00
joerg
8b07fcdce6 Don't use profiling flags by default. 2014-04-21 18:14:53 +00:00
wen
37dc452842 Update to 1.08
Upstream changes:
1.08   2014-03-11

- DateTime now calls DateTime->_core_time() instead of calling Perl's time()
  built-in directly. This makes it much easier to override the value of time()
  that DateTime sees. This may make it easier to write tests for code that
  uses DateTime .


1.07   2014-02-06

- Added a hack to get this module working on Android. RT #92671.
2014-04-20 02:39:32 +00:00
obache
1335204923 recursive bump from ilmbase shlib version change. 2014-04-10 06:21:18 +00:00
obache
d8fc20e0b0 recursive bump from icu shlib major bump. 2014-04-09 07:26:56 +00:00