summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2015-10-15Fixed some of the pkglint warningsrillig1-11/+13
2015-10-14Switch from x11/Xaw3d to newer x11/libXaw3d.wiz2-4/+12
Adapt some packages so they build with that. Bump their PKGREVISIONs.
2015-10-12Update tuby-tzinfo to 0.3.45.taca3-7/+9
== Version 0.3.45 (tzdata v2015g) - 03-Oct-2015 * Updated to tzdata version 2015g (http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html).
2015-10-10Recursive revbump from textproc/icuryoon3-6/+6
2015-10-05Update globe to 20140814. Changes adapted from Benedek Gergely.youri4-33/+16
No changelog available.
2015-10-04Update ruby-hitimes to 1.2.3.taca3-8/+7
## Version 1.2.3 2015-09-13 * Release new fatbinary version for windows * Update README to indicate duration units * Provide a more friendly error message if the gem is not installed correctly
2015-10-04Update to 1.21:wiz2-6/+6
1.21 2015-09-30 - Make all tests pass with both the current DateTime::Locale and the upcoming new version (currently still in trial releases).
2015-09-30Update to 0.92:wiz2-7/+6
0.92 2015-09-27 - I accidentally released 0.90 as a non-trial release. This release is the same as 0.46, so that the newest non-trial release does not break the DateTime.pm tests. 0.91 2015-09-27 - Released the changes in 0.90 as a trial release. 0.90 2015-09-27 [ENHANCEMENTS] - Updated based on version 28 of the CLDR data. The last update was based on the CLDR 1.7.1 release from 2009, so this is a big change. Many things have changed in terms of locale data. - Some locales are no longer available because they are not in the CLDR data. - The CLDR data no longer includes default date and time format lengths. This is now "medium" for every locale, simply to provide some level of backwards compatibility. - The old API deprecated since 0.40 has been removed (almost) entirely. - Loading DateTime::Locale itself is now quite a bit faster. The whole locale registration system has been removed entirely, except for custom locales. This fixes RT #78794. Requested by Michael Conrad. - A long-standing issue with the Austrian locale not using the Austrian name for January has been fixed. RT #52337. Reported by Thomas Klausner. [BACKWARDS INCOMPATIBILITIES] * This is a big new release, and includes a number of backwards-incompatible changes. However, most users should be unaffected by this change. If you only use this module via DateTime.pm, you are unlikely to notice any changes other than changes to the locale data. * We now refer to things as "code" in the docs and method names where we used to call them ids. This includes locale, language, script, territory, and variant codes. This is more in line with the various ISO standards and the CLDR packages. * All the $locale->*_id methods (including $locale->id) are deprecated. Use the relevant $locale->*_code method instead. * The canonical form of the locale codes now uses dashes (-) instead of underscores (_). Loading a locale with an underscore in the name (e.g. en_US) still works. * The way that locale data is packaged has changed quite a bit. We no longer package each locale in its own class. Instead, all locale data is in a single module (mostly in a __DATA__ section) and loaded into memory as needed. If you have any code that checks $locale->isa, that code may break. * Locales are no longer subclasses of DateTime::Locale::Base. However, this module is still included in the distribution in case someone has a custom locale that inherits from this module. However, this module will go away in a future release. * The "ii-*" aliases for the "he-*" locales have been removed. * The "no-*" aliases for the "nn-*" locales have been removed. * The value of $locale->code no longer reflects the value passed to DateTime::Locale->load. This only affects aliases and non-canonical forms of the code. For example, if you load "en_US" then $locale->code returns "en-US". If you load "C" or "POSIX" the code is "en-US-POSIX". * All of the documentation related to creating aliases and registering custom locales has been removed. All of these methods still work, but I don't think this system got much use, so I don't want to emphasize it in the docs (but let me know if you are using this and want to see these docs restored).
2015-09-17Needs setuptools-scm for build.joerg1-1/+2
2015-09-14Fix build. Assume everyone has at least OpenGL 1.1 (1997) by now.tnn2-1/+27
2015-09-13Update ruby-timers to 4.1.1.taca2-6/+6
4.1.1 (2015-08-21) ------------------ * Remove `RubyProf` from Gemfile and a test, due to it providing no substantial benefit while increasing problems building bundles under Rubinius. 4.1.0 (2015-08-16) ------------------ * Addition of `now_and_every` method; fires block immediately, then sets recurring timer. * Includes `now_and_after` method; does the same as above for one-shot timers: essentially a "two-shot" timer.
2015-09-04- Add Following line,mef1-2/+3
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils In make test, following is listed unless otherwise # === Runtime Requires === # Module Want Have # -------------------- ---- ------- # List::MoreUtils any missing - PKGREVISION++
2015-09-02py-setuptools_scm is still needed for building, add it to BUILD_DEPENDS.wiz1-1/+2
2015-08-31Package DeforaOS Todo 0.2.0khorben4-14/+52
This release brings: - re-licensed as 2-clause BSD - code refactoring - support for multi-line descriptions - additional bugfixes and improvements - plug-in for DeforaOS Mailer - manual page - Spanish translation
2015-08-30Update pear-Date to 1.5.0a4.taca2-6/+6
1.5.0a1: * Fixed bug #2378: getDate(DATE_FORMAT_UNIXTIME) doesn't convert to GMT * Fixed bug #7439: US/Indiana Daylight Savings Change * Implemented request #9700: Incorrect timestamps allowd * Fixed bug #10349: Wrong offset in timezones * Fixed bug #10591: inDaylightTime fails * Implemented request #11090: microtime is not set by default constructor * Fixed bug #11313: DST time change not handled correctly * Fixed bug #11475: Date::copy don't copy milisecond part * Fixed bug #11682: Australia/Perth has DST * Fixed bug #11708: getWeekdayAbbrname returns wrong lenght if string is unicode * Fixed bug #12019: Date->after(...) changes the date * Fixed bug #12420: Date constructor handles iso 8601 timezone offests of zero incorrectly * Fixed bug #12529: setTZ globally sets your TZ instead of only within date object * Fixed bug #13376: setFromDateDiff change source dates * Improved time-zone functionality so that it is entirely handled by the class and not reliant on native functions * Added leap-second functionality * Added functions 'Date::round()' and 'Date::trunc()' * Added formatting function 'Date::format2()' that uses a 'YYYY-MM-DD'-style formatting code * Added formatting function 'Date::format3()' to allow date-formatting using the formatting code of 'date()' 1.5.0a2: QA release. Users are strongly encouraged to adopt to inbuilt DateTime functionality. Bug #17730 Patch: Avoid ereg, using preg_match Doc Bug #15029 large Date_Span's cannot be created Bug #14929 Timezone summertime Bug #14856 America/Moncton longname and dstlongname missing Bug #14084 TZ variable being set wrecks global config Bug #13615 America/Toronto time-zone is missing longname and dstlongname Bug #13545 Date_Span::set() doesn't work when passed an int and format Req #13488 Please rename Methods format2 and format3 1.5.0a3: QA release Request #17626 Patch to add missing longname and dstlongname info Bug #19184 use date_default_timezone_get() instead of ini_get(date.timezone) Bug #19568 setDate() handles ISO week dates incorrectly 1.5.0a4: Fix broken tgz package file
2015-08-27sortjnemeth1-2/+2
2015-08-24 Updates and additions to release 3.6richard6-5/+70
details found here (http://www.tryton.org/posts/new-tryton-release-36.html) Major changes for the developer It is now allowed to have many times the same field in list/tree view. There is no more a datetime widget for list/tree, two columns with one widget date and one widget time should be used instead. A new field TimeDelta appears in this release to represent a duration. It replace the float_time widget which had some rounding issue. This new field is already used in the timesheet and project modules. The One2Many widget can be configured to use a Cartesian product with the selections of many values for Many2One or Reference fields. A method restore_history_before is added to ModelSQL which behaves like the existing restore_history but restore the records just before the datetime. The on_change methods have been migrated to a behaviour more consistent with the Active Record Pattern used in Tryton. Instead of returning a dictionary with the values to change, now the instance is directly changed. This allow to chain easily the on_change methods or reuse them in other methods reducing the duplication. The method save on ModelStorage is now a dualmethod which means that it can be called as usual as an instance method but also as a class method with a list of records. Saving many records at once this way improves the performance as the method will minimize the number of queries to the database and will validate the result by bunch. The Dict field received a translated method to create descriptors which translate the values or the keys like the same method on Selection field. It is now allowed to use the dotted notation in the order clause of a search. The ORM will automatically generate the needed joins. The API of the Report class has been reworked to improve the customization of the engine. The formatting methods are now more strict to prevent silent failure. The safe_eval (which was not sure to be safe) has been completely removed. In the places where the evaluated code was any way safe, the standard eval is used. For evaluated code from outside, a JSON notation is now used. Some utilities have been developed to ease the creation of JSON from XMl or in the views. A new kind of button has been added which works on non-saved record. They are quite similar to on_change but they are triggered by a click on a button instead of a change of field. Accounting A new method reverse_compute has been added to Tax which allow to compute the base amount from the taxed amount. The sign of the second currency amount is enforced to be the same as debit - credit. The analytic account management has been reworked to use a really One2Many instead of the pseudo-field. This simplification was possible thanks to the recent new features like the usage of Reference field on One2Many. Party The vat number is now stored in its compact format. Product The number of decimal for internal price calculations is now a configuration parameter price_decimal. This parameter is used everywhere to ensure consistency between all modules. Purchase/Sale Their lines support both mixed invoice type (Invoice vs Credit Note) per line when computing the invoiced quantity. Stock A new state staging is added to the move. Such state doesn't impact at all the computation of the stock level. It is used for supply on sale, to create moves in advance. Inactive products are still computed for the stock level. The computation of assigned move has been improved to take only in consideration outgoing move assigned not the incoming. This result in a less optimistic for the stock level and thus prevent to assign a move with an incoming one that is just assigned but not yet done. Forecasts are now automatically deactivated when their period is in the past. pkgsrc related updates: update to tryton-3.6.0 update to trytond-3.6.0 including UTC check patch for SunOS update trytond modules to latest 3.6 add meta-pkgs/py-tryton-platform add misc/py-trytond-party-relationship add misc/py-trytond-product-attribute add misc/py-trytond-production add misc/py-trytond-stock-inventory-location add misc/py-trytond-stock-product-location add finance/py-trytond-account-invoice-line-standalone add finance/py-trytond-account-invoice-history add finance/py-trytond-account-invoice-stock add finance/py-trytond-account-payment-clearing add finance/py-trytond-account-stock-continental add finance/py-trytond-analytic-invoice add finance/py-trytond-analytic-purchase add finance/py-trytond-analytic-sale add finance/py-trytond-product-price-list add finance/py-trytond-product-cost-fifo add finance/py-trytond-product-cost-history add finance/py-trytond-purchase add finance/py-trytond-purchase-invoice-line-standalone add finance/py-trytond-sale add finance/py-trytond-stock-supply add time/py-trytond-company-work-time
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz2-4/+4
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz2-3/+4
2015-08-16Build depends on p5-Clone, so add dependency. Otherwise extra-junk isjoerg1-1/+2
installed.
2015-08-16Update to 0.11wen2-7/+6
Upstream changes: 0.11 2015-08-16 01:05:36Z - update some distribution tooling
2015-08-14Update to 0.6.0:wiz3-13/+16
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-13Update to 1.93:wiz2-6/+6
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-09Add support for CFLAGSkhorben1-1/+2
No functional change intended.
2015-08-07Recursive revbump associated with lang/ocaml update.jaapb1-2/+2
2015-08-06Add support for CFLAGSkhorben1-1/+2
No functional change intended.
2015-08-06Add support for CFLAGSkhorben1-1/+3
No functional change intended.
2015-08-06Add support for CFLAGSkhorben2-5/+16
No functional change intended.
2015-08-06Update to 1.56. Changes not found, but fixes test failure noted in pkgsrcwiz2-13/+6
Makefile.
2015-08-06Update to 1.20:wiz2-8/+8
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-06Update to 0.12:wiz2-7/+6
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-07-21+ projectlibreasau1-1/+2
2015-07-21Import ProjectLibre 1.6.1 as time/projectlibre.asau4-0/+78
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-21Add missing dependency, ride update.wiz1-6/+7
2015-07-21Update to 0.6.0:wiz3-11/+16
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-20Build-depend on setuptools_scm. Remove patch. Bump PKGREVISION.wiz3-18/+4
2015-07-12Comment out dependencies of the stylewiz5-12/+12
{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-07Perl is not X11 related, so just use the normal LOCALBASE.joerg2-4/+4
2015-07-05Update to 1.20:wiz2-7/+6
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-05For Python 2.7, there is no such thing as setuptools_scm, so justjoerg2-1/+17
hard-code the number.
2015-07-04Remove USE_X11BASE and X11PREFIX.joerg12-26/+16
2015-07-01Update to 0.5.2:wiz2-6/+6
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-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb2-3/+4
2015-06-29Update to 4.12.1:youri4-43/+13
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-29Update to 1.92:wiz2-6/+6
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-14Update to 1.91:wiz2-7/+6
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-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz70-115/+140
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-10Update ruby-tzinfo to 0.3.44.taca2-6/+6
== 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-07Update libsoup buildlink path.youri1-2/+2
2015-06-03Update to 1.19:wiz2-6/+6
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.