summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2011-04-06Update ruby-tzinfo package to 0.3.26.taca2-6/+6
== Version 0.3.26 (tzdata v2011e) - 2-Apr-2011 * Updated to tzdata version 2011e (http://article.gmane.org/gmane.comp.time.tz/3707).
2011-04-02Egg package, use python/egg.mk instead of extension.mk.obache2-11/+8
2011-03-23* Fixes installation issue on FreeBSD and /DragonFly other than i386.obache4-19/+46
* Enable sound support for DragonFly.
2011-03-16Update ruby-tzinfo package to 0.3.25.taca3-7/+10
== Version 0.3.25 (tzdata v2011d) - 14-Mar-2011 * Updated to tzdata version 2011d (http://article.gmane.org/gmane.comp.time.tz/3662).
2011-02-28Reset maintainer for retired developers.wiz2-4/+4
2011-02-17Fix build with gcc4.5markd3-1/+33
2011-02-16Update to 0.0.9.4: man page fix.wiz2-6/+6
2011-02-16Update to 702.ryoon3-34/+27
Upstream's changelog is incomplete. Changelog: 702 2011-02-07 Added enc_print to print strings in the CLI using enc which is file_encoding if the -F is passed and otherwise is term_encoding. Restored term_encoding to etmRC. Changed status_fmt for event from 's' to 'tmp_s' to display zone-adjusted times. Changed 'S' and 'E' to sort by and display zone-adjusted times and busy/free periods. 701 2011-02-06 Removed 'term_encoding' from etmRC and etmData. 700 2011-02-03 Use item['tmp_s'] for time zone adjusted times and leave item['s'] alone. Changing item['s'] could lead to applying time zone adjustment to an already adjusted time. 699 2011-02-02 Fixed missing icon in the app build for os x. Increased min size slightly to remove horizontal scroll bar in itemlist on startup. 698 2011-01-27 Removed import wx from etmData to allow running on systems without wx. Added tzlocal() to refreshprompt in etmWX to keep etm time and local time zone in sync. 697 2011-01-24 Fixed encoding bug in 12-month calendar. 696 2011-01-16 Added 'term_encoding' to rc file for output to the terminal/console window. Various updates for python 3 compatability. (Dateutil 1.5 now supports python3 but wxpython does not.) 695 2011-01-10 Declare strings to be unicode in etmData.py OL. 694 2011-01-10 Replaced encoding in the rc file with gui_encoding (for the wxpython gui) and file_encoding (for reading and writing files). 693 2011-01-04 Add 's' to required keys for reminder. 692 2011-01-03 Removed try block from etmRC.py which forced the use of sys.stdout.encoding. Removed a couple of erroneous 'utf-8'. Now works with Russian under Windows! 691 2011-01-03 Show more diagnostic information if OnInit in etmWX.py fails. 690 2011-01-01 Fixed bug in date_calculator. 689 2010-12-29 Fixed bug in exporting to ics. Improved documentation for weekday (thanks Adam). 688 2010-12-22 Added settings for the colors for the command line interface to the rc file. 687 2010-12-21 Don't check for local time zone unless auto_set_timezone is True. Fixed undefined 'tmp_d' error in select_items. 686 2010-12-14 Removed the 'm' from the time of the next alert when use_ampm is True. Tweaks for dealing with a missing local time zone. 685 2010-12-11 Added the ability to specify an alternative command using @A COMMAND to run instead of the default for an event or reminder. 684 2010-12-10 Possible fix for windows registry issue with timezones. 683 2010-12-10 Added settings for first and second column widths in the gui item list to the rc file.
2011-02-16Update to 0.0.9.3, incorporating png fix. Set LICENSE.wiz3-23/+7
2011-02-02Update to 3.6.ryoon6-133/+30
PR pkg/44477 Changelog: Major changes in release 3.6 * Work properly when the -1 timezone is specified * Use ISO 3166-2 region codes * Distribute .po files * Distribute BUGS LIMITATIONS doc/GREG-REFORM * Fix NLS support in gcal, gcal2txt, tcal, txt2gcal Major changes in release 3.5.1 * Update NEWS * --version reports the right version Major changes in release 3.5 * Change source license to GPLv3+ * Do not include Henry Spencer V8 regex library * Change documentation license to FDL 1.3+ * Use automake * Use the start of the week day specified by the locale * Typo fixed in data/dates/lotr: Sm8 = Smaug * Typo fixed in src/help.c and *.po: assigments -> assignments * Hyphens corrected in gcal.1 * Date of Nikolaustag changed in data/dates/world Bug report and patch by Wolfram Kleff * Spell check in doc/en/texi/gcal.texi Patch by James Troup * Do not install files in $(HOME) Patch by Edward Betts * Add --from-code=iso-8859-1 to po/Makefile.in.in Patch by Sandro Tosi * Fix German translation Patch by Jens Seidel * Changes to src/{hd-data2.c,hd-data3.c,hd-defs.h,hd-data.c} -fixed Czech holidays; bug report and patch by Martin Mares -removed non ASCII char -All Saints Day on some states; patch by Marc-Jano Knopp -All Souls day is no holiday; patch by Thorsten Alteholz Major changes in release 3.01.1 * typos fixed in data files * typo fixed in src/help.c
2011-01-31Fix build with png-1.5.wiz4-2/+34
2011-01-29Fix build with gcc4.5markd2-1/+17
2011-01-17Fix the sumtitra script to work without warning from newer perl.he3-7/+19
2011-01-15Update ruby-tzinfo package to 0.3.24.taca2-6/+6
== Version 0.3.24 (tzdata v2010o) - 15-Jan-2011 * Updated to tzdata version 2010o (http://article.gmane.org/gmane.comp.time.tz/3473).
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz19-37/+38
2011-01-11update to 3.1.3drochner4-157/+117
changes: misc fixes and improvements
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-02Update to 0.66:wiz2-6/+6
0.66 2010-11-26 - A bunch of documentation cleanup. No code changes. 0.65 2010-10-25 - Actually put the right $VERSION in every package. No other changes. 0.64 2010-10-25 * All the constructors besides new() ended up calling new(), which meant that these constructors went through the parameter validation code twice. Avoiding this should make everything that constructs a new object (besides new() itself) a little faster. ** This change breaks DateTime::Fiscal::Retail454, but no other modules, to the best of my knowledge. ** - The t/39no-so.t test failed for some people. I can't reproduce it, but this release will hopefully fix the problem. Patch by Tokuhiro Matsuno. RT #62061. - Added a section on the DateTime Project ecosystem to the docs. Addresses RT #60930. - Fixed wiki links in the docs now that the wiki has moved to a new wiki platform. - Restored some of the dzil-ification. The repo now has a very minimal Build.PL file which is just enough to build the XS code and run the tests. This fixes the total lack of prereqs in the META.* files. Reported by Bjørn-Olav. RT #62427. 0.63 2010-09-24 - Actually bump the version in the module files. Oops. Reported by bricas.
2010-11-29update to 2.32.0drochner2-8/+7
This switches to the gnome-2.32 release branch. (compile-tested only; the old version didn't build anymore)
2010-11-18Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name ↵obache1-2/+2
changed.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs15-30/+30
2010-11-01Reset maintainer.wiz1-2/+2
2010-10-19Fix path.wiz1-2/+2
2010-10-19+ p5-Net-Google-Calendar.wiz1-1/+2
2010-10-19Initial import of p5-Net-Google-Calendar-1.0:wiz3-0/+30
This package provides a simple OOP-ish API to Google calendars.
2010-10-01replace a non-portable use of strftime(3) with a portable implementationdrochner3-3/+31
(the fallback to %b doesn't work, and even if it did the lowercase letters were hardly readable in a toolbar icon) bump PKGREVISION
2010-09-23Updating time/p5-DateTime from 0.6100nb1 to 0.6200sno2-7/+6
Upstream changes: 0.62 2010-09-23 - Don't try to test with DateTime::Format::Strptime unless we have a relatively recent version. Should fix some test failures.
2010-09-21Updating time/p5-MooseX-Types-DateTimeX from 0.06nb1 to 0.10 (forsno2-7/+6
cosmetic reasons) Upstream changes: 0.10 - Reverted to 0.06
2010-09-19Update to 0.13, set LICENSE.wiz2-7/+7
0.13 2010-08-25 - GMP is used in two places, so fix second 0.12 2010-08-23 - Move to Module::Build - Do not use GMP on Windows - Report bigint library used in tests
2010-09-19Update to 0.089, update dependencies.wiz2-8/+6
0.089: - Non-development release without DateManip dependency 0.088_1: - Remove DateTime::Format::DateManip from dependencies due to instability in that package and its dependencies (thanks jjn1056)
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz15-29/+30
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-12Update to 1.7. Improve COMMENT.wiz2-7/+7
1.7 Fri Sep 10 2010 - fixed spelling (note by Salvatore Bonaccorso)
2010-09-12Update to 0.08:wiz2-7/+6
0.08 Thu Jun 10 16:54:11 EDT 2010 - Added match() for checking cron hits
2010-09-10Update time/ruby-tzinfo to 0.3.23.taca3-11/+12
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. == Version 0.3.23 (tzdata v2010l) - 19-Aug-2010 * Updated to tzdata version 2010l (http://article.gmane.org/gmane.comp.time.tz/3354).
2010-09-09Updating time/p5-Time-Progress from 1.5nb1 to 1.6sno2-9/+8
pkgsrc changes: - adjust license definition Upstream changes: 1.6 Wed Sep 8 2010 - fixed helpers (note by Andreas Koenig)
2010-09-09Update remind to 3.1.9.obache4-19/+21
close PR#43791. Changes to pkgsrc * use INSTALL_SCRIPT from configure (patch-ab). * update tclsh name, current its version in pkgsrc is 8.4. CHANGES TO REMIND * Version 3.1 Patch 9 - 2010-06-20 - MAJOR ENHANCEMENT: New "purge mode" to delete expired reminders. See the PURGE MODE section of the remind man page. - ENHANCEMENT: Support DURATION in TkRemind. Thanks to Marek Marczykowski. - BUG FIX: Don't change the order of PS and PSFILE reminders. Bug found by John McGowan. - BUG FIX: "REM 1990-01-01 SATISFY 1" would yield a spurious parse error in earlier versions of Remind. - BUG FIX: Yom HaShoah is moved to Thursday if it would normally fall on a Friday. Thanks to Jonathan Kamens for pointing this out. * Version 3.1 Patch 8 - 2010-03-09 - ENHANCEMENT: Include some useful scripts in contrib/ - ENHANCEMENT: Add the $T, $Td, $Tm, $Tw, $Ty, $U, $Ud, $Um, $Uw, $Uy special variables to make reminder files less wordy. See man page for details. - MINOR ENHANCEMENT: Set an icon photo window manager resource on TkRemind. - POLICY CHANGE: Discourage use of Remind on MS Windows or Apple Mac OS X. - BUG FIX: Ignore msgprefix() and msgsuffix() on RUN-type reminders. - BUG FIX: Adjust Remind and Rem2PS so that SHADE specials don't obliterate earlier MOON specials. - BUG FIX: Fix bug in SCHED calculations if Remind is started in the middle of a SCHED interval.
2010-09-07Added time/p5-Convert-NLS_DATE_FORMAT and time/p5-DateTime-Format-Oraclesno1-1/+3
2010-09-07Importing package for p5 module DateTime::Format::Oracle version 0.05sno3-0/+43
into time/p5-DateTime-Format-Oracle. This module may be used to convert Oracle date and timestamp values into DateTime objects. It also can take a DateTime object and produce a date string matching the NLS_DATE_FORMAT. Oracle has flexible date formatting via its NLS_DATE_FORMAT session variable. Date values will be returned from Oracle according to the current value of that variable. Date values going into Oracle must also match the current setting of NLS_DATE_FORMAT. Timestamp values will match either the NLS_TIMESTAMP_FORMAT or NLS_TIMESTAMP_TZ_FORMAT session variables. This module keeps track of these Oracle session variable values by examining environment variables of the same name. Each time one of Oracle's formatting session variables is updated, the %ENV hash must also be updated.
2010-09-07Importing package for p5 module Convert::NLS_DATE_FORMAT version 0.02sno3-0/+29
into time/p5-Convert-NLS_DATE_FORMAT. Convert Oracle's NLS_DATE_FORMAT string into a strptime format string, or the reverse.
2010-09-07Updating time/p5-Rose-DateTime from 0.533nb1 to 0.534sno2-7/+7
Upstream changes: 0.534 (03.22.2010) - John Siracusa <siracusa@gmail.com> * Updated to avoid calling methods that were deprecated in DateTime::Locale version 0.44 and later.
2010-09-04Remove me as maintainer. This module isn't very useful after all.tron1-2/+2
2010-09-01Updating time/p5-DateTime-Format-Flexible from 0.15nb1 to 0.16sno2-7/+9
pkgsrc changes: - add build dependency Upstream changes: 0.16 Thu Aug 25 2010 - make sure 'now' means now and not when the module loaded unless user has set a base (thanks Ryan Voots rt #60731)
2010-08-26Updating time/p5-DateTime-TimeZone from 1.20nb1 to 1.21sno2-7/+7
Upstream changes: 1.21 2010-08-20 - This release is based on version 2010l of the Olson database. This release includes updates for Egypt and Palestine.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb56-81/+112
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-17Update py-pytz to 2010k.obache3-8/+12
Based on PR#43764 by Kamel Derouiche timezone update.
2010-08-17Updating time/p5-DateTime-Format-Natural from 0.88 to 0.89sno2-6/+6
Upstream changes: 0.89 2010-08-05 <schubiger@cpan.org> - Merged development version to stable. 0.88_02 2010-07-29 <schubiger@cpan.org> - Replace calling of _valid_date() in _count_weekday_variant_month() with _check_date(), because errors are handled separate. - Use more descriptive variable names in _parse_formatted_ymd(). - Minor indentation and code tweaks. 0.88_01 2010-07-18 <schubiger@cpan.org> - Check if suffixes used for ordinal numbers are suitable. - Test that invalid ordinal numbers fail and valid ones succeed. - Add a test file for the tests expected to succeed. - Verify for parse failures their errors emitted. - While processing grammar expressions, save all captured values in order to pass the extra ones to the extended checks. - Improve whitespace of regular expressions handling durations.
2010-08-04Updating time/p5-DateTime-Format-Natural from 0.85 to 0.88sno2-6/+6
Upstream changes: 0.88 2010-06-16 <schubiger@cpan.org> - Merged development version to stable. 0.87_03 2010-06-12 <schubiger@cpan.org> - Fix broken use_ok() test for the Calc module. - Insert some missing examples in the grammar documentation. 0.87_02 2010-06-09 <schubiger@cpan.org> - Strengthen the check for invalid units of prefixed dates. - Add a test file for parse asserts. - Rename Base.pm to Calc.pm and adjust trace tests. - Reword the according abstract and description. - Document where arguments to dateparse's switches are required. - Allow dateparse to handle the language code in uppercase. 0.87_01 2010-06-06 <schubiger@cpan.org> - Match case-insensitively in the language option check. - Require (and not use) the grammar class in runtime eval. - Purge the remains of the formatted instance data member. - Delete some instance data through hash slices. - Convert a few non-option identifiers to lowercase. 0.87 2010-05-29 <schubiger@cpan.org> - Merged development version to stable. 0.86_02 2010-05-27 <schubiger@cpan.org> - Emit an error for 0 AM/PM suggesting to use 12 as zero. - Add tests for this extended check failure. - Adjust related prefer_future tests to make them pass. - When verifying that extended checks fail, call _get_error() to see whether it returns an error as expected. - Reset in _unset_error() with undef instead of empty string. 0.86_01 2010-05-18 <schubiger@cpan.org> - Introduce and use two flag handlers for AM/PM time values. [rt #56955 - Andrew Sterling Hanenkamp] - Assert that these values pass the extended meridiem check. - Split implicit matching of time only from grammar entries with an optional AM suffix. - Add tests for 12 AM/PM and the splitted grammar entries (including prefer_future ones). - Test that invalid meridiem time values fail. - Remove addition of 12 hours for PM time values in _at_time() and _time_full(). - Dispatch to _at() for AM/PM time, to _time() for time only. - Comment the purpose of the wrappers _at() and _time(). 0.86 2010-04-20 <schubiger@cpan.org> - Merged development version to stable. 0.85_02 2010-04-11 <schubiger@cpan.org> - Extract both caller and sub in ::Lang::Base's AUTOLOAD() at once. - Correct the indentation of the same subroutine. 0.85_01 2010-04-08 <schubiger@cpan.org> - New supported format: <time full> AM/PM. [Wes Morgan] - Make _time_full() capable of working with an hours option. - Initialize the hours option in _at_time() after having processed the arguments.
2010-08-04Updating time/p5-DateTime-Format-HTTP from 0.38 to 0.39sno2-7/+7
pkgsrc changes: - adjust license Upstream changes: 0.39 2010-07-03 - No code changes from previous versions. 0.38_01 2010-07-01 - Making sure the nanosecond is a integer, and not a float making the creation of a DateTime object fail. Fixes RT 58854 (Christiaan Kras) - Repository moved from Subversion to Git. The repository can be located at git://github.com/Htbaa/DateTime-Format-HTTP.git
2010-08-04Updating time/p5-DateTime-Format-Pg from 0.16004 to 0.16005sno2-7/+7
pkgsrc changes: - adjust dependency versions Upstream changes: 0.16005 Wed Jun 23 12:15:00 2010 - Fix edge case in fractional seconds (rt #58612). Patch by Andrew Whatson
2010-08-04Updating time/p5-DateTime-Format-Strptime from 1.2000 to 1.4000sno2-7/+7
pkgsrc changes: - adjusting license Upstream changes: 1.4000 2010-06-28 - Actually update $VERSION in module file. Reported by David Wheeler. 1.3000 2010-06-26 - Specifiers which allowed for leading space before a number (like %e) would cause DateTime.pm to throw an error if the date being parsed actually contained leading space. Patch by Alex Vandiver. RT #58459. - Licnse is now Artistic 2.0