summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2005-03-20Security fix for CAN-2004-1289.salo4-2/+33
"Multiple buffer overflows in the getline function in pcalutil.c and the get_holiday function in readfile.c for pcal 4.7.1 allow remote attackers to execute arbitrary code via a crafted calendar file." Partial patch from Debian. Bump PKGREVISION.
2005-03-18Updated xfce to 4.2.1.1martti3-7/+9
General: * Don't use G_INLINE_FUNC in the source code, which fixes several weird build errors. libxfce4util: * Fix a problem with NFS mounted home directories in Solaris (#724) xfce4-session: * Fix RedHat shutdown code (#703) xfdesktop: * fix handling of quoted commands in the desktop menu (#776) * fix handling of .desktop files with no Categories list (#776) * add "edit menu" button to panel plugin prefs (#554), and ability to change the button tooltip (#764) * fix broken panel plugin behavior when trying to track the default desktop menu. there's a new option to either follow the default menu, or use a static menu file (#778) * fix bug where xfdesktop would crash if the windowlist was opened, then a window was destroyed, and then that window was selected from the list (#672) * fix "unique" attribute of system menu inclusion xffm: * ensure posix.1-1996 compatibility (#695) * fix for crash on opening fstab on solaris (#726) * avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images). This is bugzilla #751 report. Not all gtk showstopper bugs from svg can be avoided. In particular with office/mobile_phone_01.svg. This file will also crash rox * allow relative paths for icon resolution (xfce4-modules) * validate utf error messages (#737) * don't quote paths that are already quoted. * change smb-share icon to proper icon * fix borked overwrite warning dialog message * bug fixes for keyboardnavigation to close bug #795 * separate remove and paste button in toolbar to avoid confusing the remove confirmation dialog with the overwrite confirmation dialog * fix translation problems in several languages, including brazilian-portuguese * fill in some missing spanish translation strings * fix for bug #524 (crashing xffm by mounting cdrom and trying to open it in the other treeview before mount is complete) xfcalendar: * remembering of its position (bug #691 and #789) * warning box for preventing users to loose their changes (#714 and #738) * possibility to show/hide xfcalendar in taskbar, pager and systray (#719) * possibility to choose to either show or hide the calendar window when xfcalendar is launched (it remembered before the status when leaving) xfce4-panel: * Save configuration file only on exit * Fix double click on inactive item in dialog (#739) * 64bit fix * Clock applet tweak (#716, hopefully) xfprint: * remove FILE backend and add a print-to-file entry in the printing dialog * multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-16Added patches to enable building with gcc-2.95.3. Approved by wiz.rillig9-22/+889
2005-03-12Use email addresses in the MAINTAINER field. Adding names produces uglyjmmv1-2/+2
results, specially in the bulk build reports, and we don't use this style anywhere else.
2005-02-26Update to 0.27:wiz2-6/+6
0.27 2005-01-31 [ ENHANCEMENTS ] - Added local_rd_values() method for the benefit of other modules like DateTime::Event::Recurrence. 0.26 2005-01-27 [ BUG FIXES ] - The docs claimed that the delta_ms(), delta_md(), delta_days() methods always returned a positive duration, but this was not true for delta_md() or delta_days().
2005-02-26Use Module::Build framework. Unbreaks build and makeswiz2-407/+4
PLIST automatic again.
2005-02-26Use the Build::Module framework. Unbreaks buildwiz3-201/+4
and makes PLIST automatic again.
2005-02-23Add RMD160 checksums.wiz63-63/+128
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2005-02-14Fix quoting.uebayasi1-2/+2
2005-02-11Swing is included w/ java, so a separate dependency isn't needed.erh1-2/+1
2005-01-26Activate and note addition of the p5-DateTime-* packages.cube1-1/+6
2005-01-26Fix reference to local category.cube1-2/+2
2005-01-26Initial import of p5-DateTime-Event-Cron, version 0.07, into the NetBSDcube4-0/+31
Packages Collection. The DateTime::Event::Cron module generates DateTime and DateTime::Set objects based on crontab-style entries. The crontab formats are the extended V7 standard as described in crontab(5) on linux systems and as noted in the documentation for Set::Crontab. Note that the module is still alpha status. Methods provided are likely to change in the future.
2005-01-26Initial import of p5-DateTime-Set, version 0.19, into the NetBSD Packagescube4-0/+38
Collection. DateTime::Set is a module for date/time sets. It can be used to handle two different types of sets. The first is a fixed set of predefined datetime objects. For example, if we wanted to create a set of dates containing the birthdays of people in our family. The second type of set that it can handle is one based on the idea of a recurrence, such as "every Wednesday", or "noon on the 15th day of every month". This type of set can have fixed starting and ending datetimes, but neither is required. So our "every Wednesday set" could be "every Wednesday from the beginning of time until the end of time", or "every Wednesday after 2003-03-05 until the end of time", or "every Wednesday between 2003-03-05 and 2004-01-07".
2005-01-26Initial import of p5-DateTime, version 0.25, into the NetBSD Packagescube4-0/+37
Collection. The DateTime.pm module aims to provide a complete, correct, and easy to use date/time object implementation. Currently it handles many date calculations, date math (addition and subtraction), and provides convenient methods for retrieving portions of a date/time. This module properly supports the Olson time zone database, meaning that historical time zone information, and more importantly, daylight saving time rules, can be handled transparently, simply by setting the correct time zone. This is done by using the DateTime::TimeZone module.
2005-01-26Initial import of p5-DateTime-TimeZone, version 0.32, into the NetBSDcube4-0/+440
Packages Collection. The DateTime::TimeZone modules provide a Perl interface to the Olson time zone database. Rather than using the database directly, we parse the database files and turn them into a set of modules, one for each time zone defined. This allows for various optimizations in doing time zone calculations. This conversion is done with the script in tools/parse_olson. The Olson time zone database is the best available source for world wide time zone information. It is available from ftp://elsie.nci.nih.gov/pub/. A good starting point for information on the database, and time zones in general, is http://www.twinsun.com/tz/tz-link.htm.
2005-01-26Initial import of p5-DateTime-Locale, version 0.09, into the NetBSDcube5-0/+223
Packages Collection. The DateTime::Locale modules provide localization data for the DateTime.pm class.
2005-01-25Pull in devel/libgetopt/buildlink3.mk for platforms needing it to build.tv1-1/+2
2005-01-25"-p" is not a valid arg to install-sh on booststrapped pkgsrc platforms.tv1-8/+8
2005-01-25Fix install on Interix.tv1-2/+2
2005-01-25Make build on Interix, which acts more like SysV/xopen for time handling.tv1-1/+8
2005-01-25Fix build on Interix.tv2-7/+9
2005-01-25CC is already in MAKE_ENV.tv1-3/+1
2005-01-25Fix Interix build.tv2-8/+8
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-20Update p5-Time-HiRes to 1.66.bad2-6/+5
Changes since 1.59: 1.66 - add nanosleep() - fix the 'hierachy' typo in Makefile.PL [rt.cpan.org #8492] - should now build in Solaris [rt.cpan.org #7165] (since 1.64) - should now build in Cygwin [rt.cpan.org #7535] (since 1.64) - close also [rt.cpan.org #5933] "Time::HiRes::time does not pick up time adjustments like ntp" since ever reproducing it in the same environment has become rather unlikely 1.65 - one should not mix u?alarm and sleep (the tests modified by 1.65, #12 and #13, hung in Solaris), now we just busy loop executing an empty block - in the documentation underline the unspecificity of mixing sleeps and alarms - small spelling fixes 1.64 - regenerate ppport.h with Devel::PPPort 3.03, now the MY_CXT_CLONE is defined in ppport.h, we no more need to do that. - the test #12 would often hang in sigsuspend() (at least that's where Mac OS X' ktrace shows it hanging). With the sleep()s changed to sleep(1)s, the tests still pass but no hang after a few hundred repeats. 1.63 - Win32 and any ithread build: ppport.h didn't define MY_CXT_CLONE, which seems to be a Time-HiResism. 1.62 - Skip testing if under PERL_CORE and Time::HiRes has not been Configured (from Marcus Holland-Moritz, core change #23246) - Use ppport.h generated by Devel::PPPort 3.01, allowing cutting away our own portability code. - Don't use $ENV{PERL_CORE} for < 5.6.0. - Don't use "for my $i" for <= 5.003. - Don't use Pause() for <= 5.003. - Can't use newSVpvf for <= 5.003. (most of the changes from Marcus) 1.61 - Win32: reset reading from the performance counters every five minutes to better track wall clock time (thanks to PC timers being often quite bad), should help long-running programs. 1.60 - Win32: Patch from Steve Hay [PATCH] Re: [perl #30755] [Win32] Different results from Time::HiRes::gettimeofdayunder the debugger to [perl #30755] reported by Nigel Sandever - Cygwin: Use the Win32 recalibration code also in Cygwin if the <w32api/windows.h> APIs are available. Cygwin testing by Yitzchak Scott-Thoennes. - Solaris: use -lposix4 to get nanosleep for Solaris 2.6, after that keep using -lrt, patch from Alan Burlison, bug reported in [cpan #7165]
2005-01-17Added xfce4-calendarmartti1-1/+2
2005-01-17Calendar for XFce4.martti5-0/+84
2005-01-16Update to 1.16.epg2-6/+5
ChangeLog from 1.14 to 1.16: Change 814 on 2003/06/03 by <gbarr@pobox.com> (Graham Barr) Date::Parse - Time::Local in 5.8 does not support fractional seconds Change 813 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr) Release 1.15 Change 812 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr) Fix comments about Language implementation in Date::Parse (patch from Christian Hammers) Change 811 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr) Fix short name for 'maart' to be 'mrt' as suggested by Frank Maas Change 810 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr) Add %G format for GPS week (patch from Eric Richardson) Change 809 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr) Language updates from Daniel Yacob Change 808 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr) str2time("") should return undef Change 807 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr) Added Swedish and Finnish languages from Matthew Musgrove Change 778 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr) Added Chinese_GB language. Supplied by forehead (I don't even pretend tounderstand it) Change 777 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr) Return fractional seconds when specified in an ISO date Change 776 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr) New languages from Daniel Yacob Change 775 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr) Fix UTC support on ISO dates Change 774 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr) Allow a : in a timezone so the dates specified in RSS can be parsed (eg 2002-11-07T23:31:49-05:00) Patch from Kellan Change 773 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr) Support parsing more formats
2005-01-13Remove 22pth from accepted python versions since it is too old for py-gtk2.wiz1-2/+2
2005-01-04Fix build under Linux (attempt to modify a const variable). I'm not surejmmv2-1/+15
why it's an error there, while NetBSD only shows a warning (maybe it's due to the GCC version used). Shown in last minskim@'s bulk build.
2005-01-01Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Upgrade to 2.0.6darcy2-6/+6
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant5-5/+10
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz7-15/+15
Suggested by Roland Illig, ok'd by various.
2004-11-30remove an obsolete PKGREVISONperry1-2/+1
2004-11-30Update to sunclock version 1.5perry3-12/+6
Changelog: Version 1.5 - Updates of the main window and the icon should now work with all window managers (e.g. WindowMaker's `shading' caused problems before) - Uploaded by Wolfram Gloger (wmglo@Dent.MED.Uni-Muenchen.DE) Version 1.4-colour - Added options for user to specify the colours used to draw the map. Updated man page. - Michael Richmond (mar@mri.mq.edu.au)
2004-11-27Update pear-Date to 1.4.3.jdolecek2-6/+6
Changes 1.4.1 to 1.4.3: * Fix #1250 Wrond name for Bangladesh TZ * Fix #1390, add XML Schema datetime support * TimeZone default bad global usage only _DATE_TIMEZONE_DEFAULT is used now * Fix #683, add optional length argumet to getDayName() * Fix PHP5 problems with get_class functions * Fix #674 endOfWeek() beginOfWeek() * Fix #727, weeksInMonth (wrong result with some dates) * Fix #674 (and old system #22549), check arguments in Date_Span Changes in 1.4: - improvements in input date parsing - add Date methods addSpan() and subtractSpan() - added two more ISO8601 date/time output formats DATE_FORMAT_ISO_BASIC and DATE_FORMAT_ISO_EXTENDED - improve Date_Calc isLeapYear() and daysInMonth() for year 1582 - add gregorianToISO() method to Date_Calc - add dateSeason() method to Date_Calc - add Date_Span class - bugfix in Date_Calc when century ends in 00, only define DATE_CALC_BEGIN_WEEKDAY if not already defined - bugfix in beginOfNextWeek(), beginOfPreviousWeek() - bugfix in nextDayOfWeek and prevDayOfWeek (thx to koan at gmx dot at) - bugfix for bug 62: getDate(DATE_FORMAT_UNIXTIME) off because of DST - bugfix for bug 65: format(e) returns zero-padded day - bugfix for bug 195: Suppress a notice in setDate() - bugfix for bug 271: Date_Calc weeksInMonth() returns wrong number - fix abstraction bug, Date constructor accepts now object that extends Date - add tests to release package - Fix notices and mins calc in to toUTCbyOffset()
2004-11-27Update gnotime to 2.2.1.jdolecek5-274/+12
Changes: * further use of GtkDialog * added filter for HTML diary * escape & in project name * add option to reparent intervals to tasks above or below * sync qof with latest qof sources * accepted main.c <sys/wait.h> patch
2004-11-27Use HOMEPAGE provided by lang/php/pear.mkjdolecek1-2/+1
2004-11-26Update to 1.24. This version fixes a memory leak.snj2-6/+5
2004-11-24Fixed the globbing in patch-ac (thanks Christos), to avoid errors from free.kim3-10/+12
Closes PR pkg/26612
2004-11-24Make this build under NetBSD 1.6.2 (C99-isms, and a missing header file).kristerw14-5/+1012
2004-11-22USE_LANGUAGES= c++wiz1-2/+2
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-11-01use the shared pear module framework, so that these work with both PHP4jdolecek1-2/+2
and PHP5; no functional change, so PKGREVISION not bumped
2004-10-28Update to 2.0.1:jmmv3-6/+11
- new translations: vi, it, ru, zh_CN, zh_TW. - updated translations.
2004-10-24Fix path in master site.jmmv1-2/+2