Commit graph

2482 commits

Author SHA1 Message Date
taca
7376d8cd51 time/ruby-tzinfo1: update to 1.2.8
1.2.8 (2020-11-08)

* Added support for handling "slim" format zoneinfo files that are produced
  by default by zic version 2020b and later.  The POSIX-style TZ string is
  now used calculate DST transition times after the final defined transition
  in the file.  The 64-bit section is now always used regardless of whether
  Time has support for 64-bit times.  #120.

* Rubinius is no longer supported.
2020-11-10 14:30:00 +00:00
nia
7aa4a378cb time: Add gnome-calendar.
Based on work by myself in wip. Requires dbus to be running as a system
service.

GNOME Calendar is a simple calendar application for GNOME.
2020-11-10 02:19:23 +00:00
taca
c0f6120f14 time/ruby-tzinfo: update to 2.0.3
## Version 2.0.3 - 8-Nov-2020

* Added support for handling "slim" format zoneinfo files that are produced by
  default by zic version 2020b and later. The POSIX-style TZ string is now used
  calculate DST transition times after the final defined transition in the file.
  #120.
* Fixed `TimeWithOffset#getlocal` returning a `TimeWithOffset` with the
  `timezone_offset` still assigned when called with an offset argument on JRuby
  9.3.
* Rubinius is no longer supported.
2020-11-09 14:46:06 +00:00
wen
38674a9218 Update to 1.11
Upstream changes:
1.11  2020-09-23  <schubiger@cpan.org>

 - Merged development version to stable.

1.10_04  2020-09-22  <schubiger@cpan.org>

 - Fail when parsing month/day with an explicit ymd-format.

1.10_03  2020-09-19  <schubiger@cpan.org>

 - Clarify meaning of format option.
   [rt #133200 - Ricardo Signes]

1.10_02  2020-09-05  <schubiger@cpan.org>

 - Allow mm/dd and dd/mm as valid formats and amend tests.

 - Improve format matching regexes.

 - List example with new format under examples section.

1.10_01  2020-08-21  <schubiger@cpan.org>

 - Allow configuration to make "8/10" mean October 8.
   [rt #133140 - Ricardo Signes]

 - Minor tweaks.
2020-11-08 14:58:11 +00:00
wen
390838001d Update to 0.15
Upstream changes:
0.15     2020-10-24

- Fixed the SYNOPSIS, which showed calling parse_time with a string that would
  cause an error. Reported by Yuki Yoshida. GH #12.
2020-11-08 06:56:47 +00:00
wen
eee6f07c54 Update to 2.44
Upstream changes:
2.44    2020-11-06

- The DateTime::TimeZone->offset_as_string now accepts an optional separator
  string.


2.43    2020-10-21

- This release is based on version 2020d of the Olson database. This release
  includes contemporary changes for Palestine.
2020-11-08 06:50:28 +00:00
schmonz
ad600495d8 Update to 0.06. From the changelog:
- added leaps2zic
2020-11-07 13:49:16 +00:00
nia
78186da59d libical: use upstream patches to fix icu fallout. 2020-11-07 10:30:20 +00:00
mef
7f3f200ebd (time/libical) Fix (local) build with #define FALSE (0). Please correct if wrong 2020-11-07 09:06:32 +00:00
ryoon
2831546220 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
ryoon
4675ccbc79 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
taca
aa79850ddb time/ruby-tzinfo-data: update to 1.2020.4
1.2020.4 (2020-10-22)

* Based on version 2020d of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2020-October/000062.html).
2020-10-25 14:06:30 +00:00
gutteridge
f913486990 p5-DateTime-TimeZone: fix dependency
devel/p5-namespace-autoclean is a runtime dependency, not a tool or
test dependency. Ride previous update; this would have already been
broken before my commit.
2020-10-20 01:32:28 +00:00
gutteridge
6452dbf413 p5-DateTime-TimeZone: update to 2.42
pkgsrc-specific change: while here, express test dependencies as such.

2.42    2020-10-16

- This release is based on version 2020c of the Olson database. This release
  includes contemporary changes for Fiji.

2.41    2020-10-07

- The last release was missing all the generated data files. Oops! Reported by
  Paul Howarth. GH #43.

- Added a custom dzil plugin to make sure that the release has all of the
  generated data files.

2.40    2020-10-07

- This release is based on version 2020b of the Olson database. This release
  includes contemporary changes for Morocco, Casey Station, and the
  Yukon. This release also removes the very long-deprecated "US/Pacific-New"
  zone name.
2020-10-20 00:27:51 +00:00
taca
d79c907ab2 time/ruby-tzinfo-data: update to 1.2020.3
1.2020.2 (2020-10-07)

Based on version 2020b of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2020-October/000059.html).

1.2020.3 (2020-10-17)

Based on version 2020c of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2020-October/000060.html).
2020-10-19 14:58:19 +00:00
bacon
87edcb24b1 math/blas, math/lapack: Install interchangeable BLAS system
Install the new interchangeable BLAS system created by Thomas Orgis,
currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and
Apple's Accelerate.framework.  This system allows the user to select any
BLAS implementation without modifying packages or using package options, by
setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details.

This commit should not alter behavior of existing packages as the system
defaults to Netlib BLAS/LAPACK, which until now has been the only supported
implementation.

Details:

Add new mk/blas.buildlink3.mk for inclusion in dependent packages
Install compatible Netlib math/blas and math/lapack packages
Update math/blas and math/lapack MAINTAINER approved by adam@
OpenBLAS, cblas, and lapacke will follow in separate commits
Update direct dependents to use mk/blas.buildlink3.mk
Perform recursive revbump
2020-10-12 21:51:57 +00:00
wiz
e1cab12eeb *: use py-hypothesis via versioned_dependencies.mk 2020-10-06 10:51:21 +00:00
adam
a2f0581d62 py-pytimeparse: cleanup 2020-10-06 08:37:23 +00:00
gutteridge
3a9957f088 py-iso8601: fix Python 3.6 build 2020-09-16 03:00:37 +00:00
taca
8ea7037757 time/ruby-timers: update to 4.3.2
Update ruby-timers package to 4.3.2.

No release note is available.  Please refer
<https://github.com/socketry/timers/compare/v4.3.0...v4.3.2> in detail.
2020-09-14 15:19:49 +00:00
taca
3fd5a51c51 time/ruby-iso8601: update to 0.13.0
Update ruby-iso8601 to 0.13.0.


0.13.0 (2020-07-05)

* Fix RuboCop issues (thanks @utkarsh2102).
* Change minimum required ruby version to 2.4 (thanks @utkarsh2102).
2020-09-14 15:16:14 +00:00
adam
a560a0a58e py-iso8601: updated to 0.1.13
0.1.13:
Move to GitHub (https://github.com/micktwomey/pyiso8601)
Remove python 2.6, 3.2, 3.3 and 3.4 from tests
Add python 3.7 and 3.8 to tests
2020-09-14 07:36:25 +00:00
wiz
d107fc9693 *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
wiz
6172fd3f50 *: improve HOMEPAGE 2020-09-08 13:09:53 +00:00
wiz
68a8a10693 p5-TimeDate: update to 2.33.
2.33 -- Wed May 19 11:34:00 MT 2020

  * Remove PAX Headers in tarball using GNU tar

2.32 -- Wed Mar 04 14:41:00 MT 2020

 * Fix t/date.t to run on leap years [arc]

2.31 -- Thu Jan 16 14:00:00 MT 2020

  * Fix year 2020 bug from t/getdate.t [Prajith]
  * Fix warnings from t/date.t
  * Fix pod issue in lib/Date/Parse.pm
  * Fix for French language using English day suffixes in %o [mitchjacksontech]
  * RT#84075: Fix Date::Parse::str2time century issue. [perlpilot]
  * Adds Occitan language. [Quenty31]
  * Migrate GitHub repo and bugtracker to atoomic/perl-TimeDate
2020-09-07 17:56:19 +00:00
wiz
2ff70c5387 p5-Time-Format: update to 1.16.
1.16  2020 February 19
        - Fix a bug in the interface to Time::Format_XS.
          Using the time_format function with only a format argument (i.e., to use
          the current time) would fail (fatally) because the XS interface code for
          time_format requires two arguments.
2020-09-07 17:55:20 +00:00
wiz
0a5f84fbaf p5-Schedule-Cron-Events: update to 1.96.
1.96      2020-01-20 15:38:38-07:00 America/Denver

- Remove 'use var'
- Migrate bugtracker to GitHub
- Remove './lib' from @INC for cron_event_predict.pl
2020-09-07 17:53:32 +00:00
wiz
d275f157e7 p5-POSIX-strftime-Compiler: update to 0.44.
0.44 2020-08-10T07:10:35Z

   - Check tzdata before test

0.43 2020-07-26T07:23:50Z

   - Test issues with space in perl path name #9
   - microoptimization: check for invalid number of parameters later #5
2020-09-07 17:52:57 +00:00
wiz
8564499eb0 p5-DateTime-TimeZone: update to 2.39.
2.39    2020-04-24

- This release is based on version 2020a of the Olson database. This release
  includes contemporary changes for Morocco an the Yukon.
2020-09-07 17:52:07 +00:00
wiz
553dc887ed p5-DateTime-Locale: update to 1.28.
1.28     2020-08-28

- Move a test that was added in 1.27 to xt. This test is a sensitive to small
  variations in error message text, and testing it locally and in CI is
  sufficient. Reported by Kent Fredric. GH #27.


1.27     2020-08-28

- The $locale->locale_data method now returns a deep clone of the locale's
  data. This allows you to safely modify any elements of the returned hash
  without breaking the original locale. Implemented by Alexander Pankoff. GH
  #26.

- We now support loading locale data from relative directories in
  @INC. Implemented by Alexander Pankoff. GH #25.

- When loading locale data, we now check $! for read errors, as well as
  checking for an error eval'ing the file's contents in $@. Fixed by Alexander
  Pankoff. GH #24.


1.26     2020-07-03

- Rebuilt all locale data with CLDR 37, released on 2020-04-23.
2020-09-07 17:51:23 +00:00
wiz
f42df224d4 p5-DateTime-Format-Strptime: update to 1.7700.
1.77     2020-02-29

* When the parsed string contained an invalid time zone offset (parsed with
  "%z") like "-9999", the error handling set in the parser's constructor was
  ignored and an exception was always thrown. Reported by x-qq. GH #25.
2020-09-07 17:44:42 +00:00
wiz
aaf4d580f7 p5-DateTime-Format-Natural: update to 1.10.
1.10  2020-06-26  <schubiger@cpan.org>

 - Merged development version to stable.

1.09_01  2020-06-21  <schubiger@cpan.org>

 - Support common unit abbreviations. [github #8 - grr]

1.09  2020-05-17  <schubiger@cpan.org>

 - Merged development version to stable.

1.08_02  2020-05-01  <schubiger@cpan.org>

 - Require Params::Validate >=1.15 to fix test failures with
   older versions. [testers #112427415 - Alexandr Ciornii]

1.08_01  2020-04-17  <schubiger@cpan.org>

 - Prefer the future even stronger with demand_future.
   [rt #92189 - Ricardo Signes]

 - When advancing to future times, consider also minutes/seconds.

1.08  2019-12-07  <schubiger@cpan.org>

 - Merged development version to stable.
2020-09-07 17:44:04 +00:00
wiz
503fe465b0 p5-DateTime-Format-ISO8601: update to 0.1400.
0.14     2020-08-16

- Require DateTime 1.45, which added a year_length() method that this package
  is now using. Reported by Slaven Rezić. GH #11.


0.13     2020-08-15

- Added support for a few more incomplete formats, YYYYMMDDThhmmZ,
  YYYY-MM-DDThh:mmZ, YYYYDDDThhmm, YYYY-DDDThh:mm. Includes a patch from
  Stuart Browne. Fixed GH #3.


0.12     2020-08-15

- Fixed handling of ISO week parsing in some years. Reported by Kent
  Fredric. GH #6.

- This release includes changes from 0.09-0.11 trial releases to switch from
  Params::Validate and Params::ValidationCompiler. Relevant release notes from
  those trial releases are repeated here for clarity.

- Replace Params::Validate with Params::ValidationCompiler.

- Fixed a bug introduced in 0.09 where calling parse_datetime() as a class
  method with some formats would throw an exception.

- Add a format_datetime() method, which makes this class play nicer with
  DateTime.pm. Implemented by Doug
  Bell. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/2

- Add support for the `YYYY-MM-DDThh:mm:ss.ss[+-]hh` and
  `YYYYMMDDThhmmss.ss[+-]hh` formats. Implemented by Thomas
  Klausner. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/3


0.11     2020-07-26 (TRIAL RELEASE)

- Replace Params::Validate with Params::ValidationCompiler.


0.10     2020-07-25 (TRIAL RELEASE)

- Fixed a bug introduced in 0.09 where calling parse_datetime() as a class
  method with some formats would throw an exception.


0.09     2020-07-25 (TRIAL RELEASE)

- Add a format_datetime() method, which makes this class play nicer with
  DateTime.pm. Implemented by Doug
  Bell. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/2

- Add support for the `YYYY-MM-DDThh:mm:ss.ss[+-]hh` and
  `YYYYMMDDThhmmss.ss[+-]hh` formats. Implemented by Thomas
  Klausner. https://github.com/jhoblitt/DateTime-Format-ISO8601/pull/3
2020-09-07 17:42:27 +00:00
wiz
1caae776ea p5-DateTime-Format-Builder: update to 0.8300.
0.83     2020-08-09

- Switched to GitHub issues.
2020-09-07 17:39:28 +00:00
wiz
1d271706bb p5-DateTime-Calendar-Julian: update to 0.102.
0.102		2019-11-09	T. R. Wyant
    - Add optional separator arg to datetime(). This tracks the same
      change in DateTime version 1.43 dated 2017-05-29. Thanks to Jean
      Forget for finding, isolating, and reporting this.

    - NOTE that the above change restores the 'T' separator in
      stringification, as it was before DateTime 1.43.

    - Add tests for datetime() method.

    - Eliminate redirections in POD URL links
2020-09-07 17:38:50 +00:00
wiz
cb02b0740f p5-DateTime: update to 1.5200.
1.52   2020-02-29

- Added a $dt->is_between($dt1, $dt2) method. Based on GH #97 by philip r
  brenan.

- Simplify the calculation of leap seconds in XS. This is a little more
  efficient for most use cases (anything with future or recent past
  datetimes). Contributed by Mark Overmeer. GH #91.
2020-09-07 17:38:15 +00:00
wiz
c0b5dd93e7 p5-Data-ICal: update to 0.24.
0.24 2020-01-03
 - Prevent escaping of semi-colon in GEO field(thanks to Lance Wicks)
2020-09-07 17:37:19 +00:00
wiz
303fce7c66 p5-Calendar-Simple: update to 2.0.0.
## [2.0.0] 2020-06-22

### Changed

- Code fixes
- Refactoring to lower code complexity
- Documentation fixes (thanks MANWAR)
- Default week start date is now Monday
2020-09-07 17:35:31 +00:00
wiz
32e9bdb7dd p5-Time-Piece: remove, part of perl since 2008 2020-09-04 13:57:15 +00:00
wiz
99add589cb p5-Time-Local: remove, part of perl since forever 2020-09-04 13:54:15 +00:00
wiz
3279c6ebb2 *: remove p5-Test-Simple, part of perl 2020-09-04 13:45:13 +00:00
wiz
c1a68f3f18 p5-Time-HiRes: remove, part of perl 2020-09-01 08:05:29 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
wiz
7fbdc77323 khal: update to 0.10.2.
0.10.2
======
2020-07-29

* NEW Parse `X-ANNIVERSARY`, `ANNIVERSARY` and `X-ABDATE` fields from vcards
* NEW Add ability to change default event duration with
   `default_event_duration` and `default_dayevent_duration` for an day-long
   event
* NEW Add `{uid}` property to template options in `--format`
* FIX No warning when importing event with Windows timezone format
* FIX Launching an external editor no longer crashes `ikhal`
* UPDATED DEPENDENCY urwid>=1.3.0
* FIX Wrong left pane width calculation in ikal when `frame` is `width` or
   `color` in configuration.
* CHANGE Remove check for timezones in `UNTIL` that aren't in `DTSTART` and
   vice-versa. The check wasn't fulfilling its purpose and was raising warnings
   when no `UNTIL` value was set.
2020-08-24 08:07:45 +00:00
leot
b13a568190 *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
leot
953ab724e1 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
leot
0e49372c4e *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
tnn
74d6c44a20 ntpsec: update to 1.1.9
== 2020-05-23: 1.1.9 ==
Correctly parse ntpq :config output on Python 3 and check return MACs.
Add AES and other algorithm support to ntpq and ntpdig, from OpenSSL.
Remove support for NetInfo. NetInfo was last supported in Mac OS X v10.4
The configure step now supports --disable-nts for running
on systems with older versions of OpenSSL.
The default restrictions now start with noquery and limited
to reduce the opportunities for being used for DDoS-ing.
The draft RFC for NTS has dropped support for TLSv1.2
  We now need OpenSSL with TLSv1.3 support (version 1.1.1 or newer).
  The config keyword +tlsciphers+ has been removed.
Additional filtering and sort options have been added to ntpq/mrulist
  Details are in the man page.
Rate limiting has been cleaned up.
  With "restrict limited", traffic is now limited to
  an average of 1 packet per second with bursts of 20.
  (needs doc and maybe config)
SIGHUP and hourly checks have been unified.  Both now
  check for a new log file
  check for a new certificate file
  check for a new leap file
SIGHUP also restarts all pending DNS and NTS probes.
NTS client now requires ALPN on TLSv1.3.
asciidoctor (1.5.8 or newer) is now supported and is the preferred AsciiDoc
processor.  asciidoc is still supported, but the minimum supported version
has been raised from 8.6.0 to 8.6.8.  asciidoc3 (3.0.2 or newer) is also
supported.
HTML docs are now built by default if an AsciiDoc processor is installed.  If
you do not want HTML docs, configure with --disable-doc.  (Note:  Man pages
are controlled by a separate --disable-manpage.)
Analysis shows that CVE-2020-11868, affecting NTP Classic,
cannot affect us, as the peer mode involved has been removed.

== 2019-11-17: 1.1.8 ==
Fix bug in NTS-KE client so that NTP server names work.
Fix/tweak several NTS logging messages.

== 2019-09-02: 1.1.7 ==
The numeric literal argument of the 'time1' fudge option on a clock
can now have one or more letter suffixes that compensate for era
rollover in a GPS device.  Each "g" adds the number of seconds in a
1024-week (10-bit) GPS era. Each "G" adds the number of seconds in a
8192-week (13-bit) GPS era.
The neoclock4x driver has been removed, due to the hardware and the
vendor having utterly vanished from the face of the earth.
The NTS ALPN negotiation sequence has been modified for improved
interoperability with other NTS implementations.
NTS key rotation now happens every 24 hours.  It used to rotate
every hour to enable testing of recovery from stale cookies.

== 2019-07-10: 1.1.6 ==
Fixes to code quality checks.
Fixes to NTS server list.
Fix to bug #600.

== 2019-06-30: 1.1.5 ==
Add ALPN for the NTS server, as required by the NTP draft.
Revert some ntpq behavior.

== 2019-06-21: 1.1.4 ==

NTS is now implemented.  See .../devel/nts.adoc
https://tools.ietf.org/html/draft-ietf-ntp-using-nts-for-ntp
We thank Cisco for sponsoring the NTS development.
Lots of fixes and cleanups to PPS, both implementation and documentation.
Pthread support is now required.  --disable-dns-lookup is gone.
NIST lockclock mode is now a runtime option set by the (previously unused)
flag1 mode bit of the local-clock driver.
As always, lots of minor fixups and cleanups everywhere.  See the git log.
2020-08-15 02:31:28 +00:00
leot
fdbf79d316 todotxt: Update to 2.12.0
Changes:
2.12.0
------
### Added
 - Added default priority variable `TODOTXT_PRIORITY_ON_ADD` ([#246])
 - Added `done` option as alias of `do` ([#169])
 - Added macOS 10.15.x support ([#300])
 - Highlighting of dates, metadata and item numbers ([#264])
 - Minimal config file / default filenames (todo.txt, done.txt, report.txt)
   ([#289])
 - Enable file completion for add-on actions via `_todo_file{1,2,3}_actions`
   ([#270])
 - Allow to customize what can be before / inside / after `+project` and
   `@context` ([#271])

### Changed
 - Read the task's name and uses as default ([#249])
 - Updated interpreter reference to use environment variable ([#160])
 - Allow setting of bash completion path ([#301])

### Fixes
 - Fixed no end-of-line bug. Supports todos with no end-of-line. ([#295])
2020-08-12 12:16:54 +00:00
brook
09d60ea0d2 time/R-lubridate: import R-lubridate-1.7.4
Functions to work with date-times and time-spans: fast and user
friendly parsing of date-time data, extraction and updating of
components of a date-time (years, months, days, hours, minutes, and
seconds), algebraic manipulation on date-time and time-span objects.
The 'lubridate' package has a consistent and memorable syntax that
makes working with dates easy and fun. Parts of the 'CCTZ' source
code, released under the Apache 2.0 License, are included in this
package. See <https://github.com/google/cctz> for more details.
2020-08-07 02:33:41 +00:00