Commit graph

1433 commits

Author SHA1 Message Date
taca
23b7f48a71 Update ruby-tz to 0.3.39.
* Updated to tzdata version 2014a
(http://mm.icann.org/pipermail/tz-announce/2014-March/000018.html).
2014-03-13 16:43:02 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
wiedi
9456055b0b Link network libs on SunOS 2014-02-16 15:54:09 +00:00
wiedi
0ad4a75b1a Use correct BUILD_TARGET on SunOS 2014-02-16 15:41:54 +00:00
wiedi
49584a2a61 link network libs on SunOS 2014-02-15 21:16:47 +00:00
tron
c64e9eb269 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
abs
1e11813db7 Updated time/p5-Rose-DateTime to 0.540
0.540 (12.08.2013) - John Siracusa <siracusa@gmail.com>

    * Handle object return value from DateTime->DefaultLocale.

0.539 (10.03.2013) - John Siracusa <siracusa@gmail.com>

    * Fixed a typo in the documentation. (RT 89224)
2014-02-06 13:00:59 +00:00
rodent
5d5590edaa +py-trytond-calendar 2014-02-01 20:13:28 +00:00
rodent
bfa6569c2b Import py27-trytond-calendar-3.0.2 as time/py-trytond-calendar.
The calendar module of the Tryton application platform.
2014-02-01 20:12:32 +00:00
markd
e59b0872e4 Update to KDE SC 4.11.5
bug fixes
2014-02-01 02:20:43 +00:00
markd
cf44eb255f PKGREVISION bump for libical major version increase. 2014-02-01 01:46:35 +00:00
markd
a11d553b71 Update libical to 1.0.
bugfixes.
2014-02-01 01:44:52 +00:00
wiz
98f8e8fcaf Mark some stuff not available for python and use versioned_dependencies.mk,
so that pbulk can finish a scan again.
2014-01-31 19:32:04 +00:00
rodent
64fbe05d9d +py-goocalendar 2014-01-30 03:38:12 +00:00
rodent
c7d771b9ee Import py27-goocalendar-0.1 as time/py-goocalendar.
A calendar widget for GTK using PyGoocanvas.
2014-01-30 03:36:35 +00:00
wiz
18a46154bf Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
wiz
a1f0ff3f67 No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25 10:45:15 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
wiz
3ad08fd63d Update to 3.2.7. Changes not found.
Set LICENSE. Fix interpreter path in installed files.
2014-01-20 20:39:22 +00:00
joerg
c9381bc131 Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
wiz
2760cd4a6b Update to 1.1.2:
03 Mar 2013 - bear
    bumped version to 1.1.1

    Ugh - debug log caused an error during formatting
    Issue 10 https://github.com/bear/parsedatetime/issues/10

14 Nov 2012 - bear

    Added test for "last friday"
    Updated MANIFEST to reflect renamed README file
    Bumped version to 1.1

15 Mar 2011 - bear

    Updated 1.0.0 code to work with 2.6+ (need to try 2.5) and also updated
    docs and other supporting code

07 Sep 2009 - bear

    Created branches/python25 from current trunk to save the current code

    Converted trunk to Python 3 and also refactored how the module is structured
    so that it no longer requires import parsedatetime.parsedatetime

    Bumped version to 1.0.0 to reflect the major refactoring
2014-01-19 19:52:44 +00:00
wiz
a7d6f80d6a Update to 3.6.1:
3.6.1 (2014-01-13)
------------------

- Open text files referenced by setup.py as utf-8, no matter what the locale
  settings are set to. Fixes #122.
  [sochotnicky]

- Add tox.ini to source tarball, which simplifies testing for in distributions.
  [sochotnicky]


3.6 (2014-01-06)
----------------

- Python3 (3.3+) + Python 2 (2.6+) support [geier]

- Made sure to_ical() always returns bytes [geier]

- Support adding lists to a component property, which value already was a list
  and remove the Component.set method, which was only used by the add method.
  [thet]

- Remove ability to add property parameters via a value's params attribute when
  adding via cal.add (that was only possible for custom value objects and makes
  up a strange API), but support a parameter attribute on cal.add's method
  signature to pass a dictionary with property parameter key/value pairs.
  Fixes #116.
  [thet]

- Backport some of Regebro's changes from his regebro-refactor branch.
  [thet]

- Raise explicit error on another malformed content line case.
  [hajdbo]

- Correctly parse datetime component property values with timezone information
  when parsed from ical strings.
  [untitaker]
2014-01-19 09:12:17 +00:00
wiz
7cfcd21e9e Convert to use versioned_dependencies.mk. 2014-01-16 10:41:53 +00:00
wiz
a628341772 + py-dateutil2 2014-01-16 10:26:16 +00:00
wiz
33eb7c8d22 Import py33-dateutil-2.0 as time/py-dateutil2.
The dateutil module provides powerful extensions to the standard datetime
module.

Features

* Computing of relative deltas (next month, next year, next monday, last week
  of month, etc);
* Computing of relative deltas between two given date and/or datetime objects;
* Computing of dates based on very flexible recurrence rules, using a superset
  of the iCalendar specification. Parsing of RFC strings is supported as well.
* Generic parsing of dates in almost any string format;
* Timezone (tzinfo) implementations for tzfile(5) format files
  (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all
  known formats), iCalendar format files, given ranges (with help from
  relative deltas), local machine timezone, fixed offset timezone, and UTC
  timezone.
* Computing of Easter Sunday dates for any given year, using Western, Orthodox
  or Julian algorithms;
* More than 400 test cases.

This package contains the Python-3.x version of the module.

Changes compared to py-dateutil-1.5:

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-01-16 10:26:00 +00:00
wiz
9de1332df5 Mention that this is the Python-2.x version of the module. 2014-01-16 10:25:03 +00:00
adam
41e677f366 Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
jnemeth
49db1ff5b1 sort 2014-01-09 22:10:48 +00:00
wen
ce6300d7eb Update to 1.06
Upstream changes:
1.06   2013-12-31

- DateTime's attempt to generate infinity by calculating 9**9**9 actually got
  a number on some platforms, like powerpcspe. Reported by Gregor Hermann. RT
  #91696.


1.05   2013-12-22

- Added a new CLDR ZZZZZ specifier, which is like ZZZ but inserts a
  colon. Patch by Ricardo Signes.

- Added a new option for the truncate() method to truncate to the
  "local_week". This truncates to the locale's notion of the first day of the
  week, rather than always truncating to Monday. Patch by Christian Hansen.


1.04   2013-12-07

- Calling set_locale() or set_formatter() on an object with an ambiguous local
  time could change the underlying UTC time for that object. Reported by Marta
  Cuaresma Saturio. RT #90583.
2014-01-09 08:03:45 +00:00
dholland
f6ecf10e89 Needs xgettext, seen in freebsd build. 2014-01-06 19:49:19 +00:00
wiz
ffae1b5316 Update to 2013.9: the usual changes. 2014-01-06 14:36:57 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
ryoon
18db6237d5 Add p5-Date-Extract 2014-01-01 03:20:20 +00:00
ryoon
b3b879ce85 Import p5-Date-Extract-0.04 as time/p5-Date-Extract.
Perl 5 module to extract probable dates from strings.
2014-01-01 03:17:35 +00:00
taca
3781179482 Update ruby-tz to 0.3.38.
== Version 0.3.38 (tzdata v2013g) - 8-Oct-2013

* Updated to tzdata version 2013g
  (http://mm.icann.org/pipermail/tz-announce/2013-October/000015.html).


== Version 0.3.37 (tzdata v2013b) - 11-Mar-2013

* Updated to tzdata version 2013b
  (http://mm.icann.org/pipermail/tz-announce/2013-March/000010.html).


== Version 0.3.36 (tzdata v2013a) - 3-Mar-2013

* Updated to tzdata version 2013a
  (http://mm.icann.org/pipermail/tz-announce/2013-March/000009.html).
* Fix TimezoneTransitionInfo#eql? incorrectly returning false when running on
  Ruby 2.0.
* Change eql? and == implementations to test the class of the passed in object
  instead of checking individual properties with 'respond_to?'.


== Version 0.3.35 (tzdata v2012i) - 4-Nov-2012

* Updated to tzdata version 2012i
  (http://mm.icann.org/pipermail/tz-announce/2012-November/000007.html).


== Version 0.3.34 (tzdata v2012h) - 27-Oct-2012

* Updated to tzdata version 2012h
  (http://mm.icann.org/pipermail/tz-announce/2012-October/000006.html).
2013-12-13 15:42:17 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wen
d1f9056009 Update to 1.24
Upstream changes:
1.24      2013-12-03
        - add repository metadata (thanks, David Steinbrunner)
2013-12-04 15:12:04 +00:00
jmmv
14183d28c2 Drop maintainership. 2013-11-21 23:50:04 +00:00
wiz
7c016ed8d1 Update to 2013.8: changes not found. 2013-11-13 19:46:20 +00:00
markd
19d10e94f3 Update to KDE SC 4.11.3
bugfixes, many new features, improved stability and performance.
2013-11-07 13:18:47 +00:00
joerg
0a4eb4c557 Fix inline use. 2013-11-07 00:49:46 +00:00
khorben
c86f2f49bd Modified the categories to "x11 time" to reflect where the package was
actually committed.
2013-11-06 00:40:15 +00:00
khorben
85fdc1d9a7 Added time/wmitime 2013-11-06 00:35:53 +00:00
khorben
e4898d3e61 Added time/wmitime at version 0.3nb3 (as found in wip)
Windowmaker dockapp showing time, date and itime. Digital and analog time
displays. Works under fluxbox/blackbox window managers.
2013-11-06 00:35:19 +00:00
jaapb
15a89b35db Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
wiz
72a8d22a4f Update to 0.2.6: NetBSD fixes and some cleanups.
Set LICENSE.
2013-10-31 08:32:55 +00:00
wen
4b1eeeb3d6 Update to 1.63
Upstream changes:
1.63    2013-10-28

- This release is based on version 2013h of the Olson database. This release
  includes contemporary changes for Morocco, Librya, and Western Sahara (El
  Aaiun).


1.62    2013-09-25

- This release is based on version 2013f of the Olson database. This release
  includes contemporary changes for Tocantins, Jordan, and Palestine.


1.61    2013-09-20

- This release is based on version 2013e of the Olson database. This release
  includes contemporary changes for Fiji, Indonesia and San Luis,
  Argentina. It also includes a number of historical changes. See
  http://mm.icann.org/pipermail/tz-announce/2013-September/000013.html for
  more details.
2013-10-31 08:04:54 +00:00
wiz
0a91ef18a0 + dateutils 2013-10-21 15:05:33 +00:00
wiz
e4501a2300 Import dateutils-0.2.5 as time/dateutils.
Dateutils are a bunch of tools that revolve around fiddling with
dates and times in the command line with a strong focus on use
cases that arise when dealing with large amounts of financial data.

Dateutils commands are prefixed with a `d` but otherwise resemble
known unix commands for reasons of intuition.  The only exception
being `strptime` which is analogous to the libc function of the
same name.
2013-10-21 15:05:05 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00