summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2015-05-10- To skip make test, add the linemef1-1/+7
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-03Help parallel build by precreating intermediate directory.joerg1-2/+3
2015-04-29Updated to latest version, 2.04. Changes include:jaapb5-51/+29
* [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-27Switch {BUILD_,}DEPENDS from Test::use:ok to Test::Simple, Test::Simplemef3-8/+9
includes Test::use:ok since 1.001010. PKGREVISION++. (For BUILD_DEPENDS, assuming Test::use:ok will be removed sometime.)
2015-04-26Update to 1.88:wiz2-6/+6
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-25Recursive revbump following MesaLib update, categories p through x.tnn19-34/+38
2015-04-22Update to 1.87:wiz2-6/+6
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-21Update Xfce to 4.12.0.jperkin16-179/+378
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-19+py-isodate - packaged originally in pkgsrc-wip by kamelderouiche@yahoo.comrodent1-1/+2
2015-04-19Import py27-isodate-0.5.1 as time/py-isodate.rodent4-0/+97
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-17Revbump after updating devel/boost-libsadam2-3/+4
2015-04-06Revbump after updating textproc/icuadam3-6/+6
2015-04-03Update to 0.4.4:wiz2-7/+6
* 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-02Update to 1.86:wiz2-6/+6
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-03-27Use GITHUB magic.wiz1-2/+3
2015-03-26Honour LDFLAGS.joerg2-1/+14
2015-03-19Create portable binary packages. Bump revision.joerg4-2/+358
2015-03-15Apply modified patch sent by palo@ in private mail. This brings all theserodent3-10/+8
packages to version 3.4.x. May this not break anything (although i feel it might).
2015-03-14wants to link with pthreadstnn1-1/+2
2015-03-13Add and enable ruby-hitimes and ruby-timers.taca1-1/+3
2015-03-13Add ruby-timers package version 4.0.1.taca4-0/+54
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-13Add ruby-hitimes package version 1.2.2.taca4-0/+82
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-02LLVM's correlated value propagation pass is known to require a lot ofjoerg1-1/+4
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-01(pkgsrc)mef7-62/+24
- 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-01Update to 1.233mef2-7/+6
--------------- 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-01Update to 0.22mef2-7/+6
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-02-28config.guess/config.sub are outside WRKDIR, adjust.joerg1-1/+4
2015-02-22Update to 0.4.3:wiz2-7/+6
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-21Recursive revbump from audio/pulseaudio.ryoon1-1/+2
2015-02-04Fix path to example files. Bump PKGREVISION.wiz2-6/+6
2015-02-04Update to 0.4.0:wiz3-16/+36
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-04Depend on py-atomicwrites, because it's required. Bump PKGREVISION.wiz1-2/+5
2015-02-04+ py-tzlocal.wiz1-1/+2
2015-02-04Import py34-tzlocal-1.1.2 as time/py-tzlocal.wiz4-0/+73
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-01Update to 0.4.2:wiz2-6/+6
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-01Update to 1.85:wiz2-6/+6
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-01Update ruby-tzinfo to 0.3.43.taca2-6/+6
== 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-01-31Add php-mrbsbouyer1-1/+2
2015-01-31Import mrbs 1.4.11 as php/mrbs.bouyer5-0/+1348
The Meeting Room Booking System (MRBS) is a PHP-based application for booking meeting rooms, or other resources.
2015-01-20Revbump associated with update of lang/ocaml.jaapb2-3/+4
2015-01-18Update to 1.84:wiz2-6/+6
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-16Update to 5.25.0:wiz2-6/+6
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-11Update to 2.4.0:wiz2-6/+6
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-11Update to 0.4.1:wiz2-6/+6
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-07Update to 1.18:wiz2-6/+6
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-04Update to 1.14:wiz2-6/+6
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-01Update documentation of ONLY_FOR_PLATFORM.dholland1-2/+2
XXX: the file in here is badly out of date wrt upstream tzdata.
2015-01-01This doesn't use anything particularly specific other than openingdholland1-2/+3
/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.
2014-12-31Update to 0.4.0:wiz3-10/+16
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-31Improve EGG_NAME default to work for packages with '-' in their name.wiz2-5/+2
Remove now unnecessary overrides in various packages.