summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2008-05-11Fix several plists that use imake after some modifications in the imaketonnerre2-4/+4
framework several monthes ago. This resolves various build problems on Linux. Should fix PR 37646. Patch from cheusov. Confirmed by joerg.
2008-05-06The Horde Team is pleased to announce the final release of the Kronolithadrianp3-7/+10
Calendar Application version H3 (2.1.8). This is a security release that closes an XSS exploit in the add event screen. All users are encouraged to upgrade to this version.
2008-04-30Drop maintainershipjmmv2-4/+4
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg4-9/+6
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-24Fix build with the latest version of the "MesaLib" package.tron2-6/+6
2008-04-15enable python25abs1-2/+2
2008-04-06Added support for installation to DESTDIR.heinz1-3/+6
2008-04-04Update ruby-tzinfo to version 0.3.8. Changes from version 0.3.5 include:jlam3-635/+652
+ Install as a Ruby gem. * Updated to tzdata version 2008b (http://article.gmane.org/gmane.comp.time.tz/2149).
2008-03-16Add p5-Calendar-Simple to subdir listtonnerre1-1/+2
2008-03-16Add Calendar::Simple Perl version in version 1.19tonnerre4-0/+24
Perl extension to create simple calendars. A very simple module that exports one function called calendar. Approved-by: cube
2008-03-11Update p5-Time-TAI64 to 2.11; changes since 2.10 include:kleink2-6/+6
2.11 Fri Apr 28 2006 - Fixed a small bug in tai64nlocal where the character that separates seconds and the fractional seconds was omitted. Thanks, to Colin Robinson for the spot.
2008-03-08Add vixie-cron.reed1-1/+2
Fix my earlier CHANGES entry.
2008-03-08Bump PKGREVISION, since my changes today (in wip) make different package.reed1-1/+2
2008-03-08Import package from pkgsrc-wip: vixie-cron.reed6-0/+83
(Note this has some differences from NetBSD's cron, such as by default users can't have own crontabs unless allowed.) Vixie Cron is a popular implementation of cron for running scheduled commands for the system and regular users. This is a version of 'cron' that is known to run on most systems. It is functionally based on the SysV cron, which means that each user can have their own crontab file (all crontab files are stored in a read-protected directory). A message is logged each time a command is executed; also, the files "allow" and "deny" can be used to control access to the "crontab" command (which installs crontabs).
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz6-11/+12
2008-03-05Just use extern declarations of tgetent() and tgetnum() instead ofjlam2-12/+12
figuring out whether to include <termcap.h> or <curses.h> and <term.h>.
2008-03-05+ Remove patch-aa which only changed the directory into which thejlam3-30/+13
package installs the config file at installation time. The simpler solution is to override sysconfdir via INSTALL_MAKE_FLAGS to point to the example files directory. + Instead of using custom termcap/curses detection/overriding logic in the package Makefile, simply allow termcap.buildlink3.mk (included indirectly via readline/buildlink3.mk) to do the right thing. Bump the PKGREVISION to 1. + Add full DESTDIR support. + Simplify the post-install target.
2008-02-17Honour PKGMANDIR, add missing INSTALLATION_DIRStnn3-4/+17
2008-02-16The package supports installation to DESTDIR.heinz1-2/+3
2008-02-03Fix segfault on NetBSD-current.markd3-3/+37
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn4-8/+8
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-10Major changes compared to the Kronolith H3 (2.1.6) version are:adrianp2-6/+14
* Fixed privilege escalation in the Horde API. * Fixed missing ownership validation on share changes. * Updated Japanese translation. * Small bugfixes and improvements.
2008-01-09The package supports installation to DESTDIR and needs a C compiler.heinz1-2/+4
2008-01-03gtodo is now hosted at SourceForge now, noticed by Zafer Aydogan in private ↵obache1-3/+3
mail. Also change HOMEPAGE to new site (redirect from old site).
2008-01-03bbdate is now hosted at SourceForge, noticed by Zafer Aydogan in private mail.obache1-3/+3
2007-12-22Change MOZILLA master sites difinitions, related to PR 37379.obache1-3/+2
There are three types Mozilla mirrors. (http://www.mozilla.org/mirroring.html) * mozilla-current contains only the current version of Firefox and Thunderbird * mozilla-release contains Firefox, Thunderbird, and Sunbird releases * mozilla-all complete archive Define following variables for mozilla master sites: MASTER_SITE_MOZILLA_ALL = mozilla-all MASTER_SITE_MOZILLA = mozilla-release and change some packages to use appropriate variable. Update contents of MASTER_SITE_MOZILLA with master and primary mirrors taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
2007-12-17+xonclockdrochner1-1/+2
2007-12-17import xonclock-0.0.9.2, another X11 on-screen clockdrochner4-0/+52
(not the greatest one, but looks pretty)
2007-12-16update to 2.12.0drochner3-9/+10
This syncs with evolution-2.12, for the gnome-2.20 branch
2007-12-07Updated Xfce to 4.4.2martti3-7/+9
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-02Some more packages need lex and yacc. Patch by Aleksey Cheusov onrillig1-1/+2
pkgsrc-users.
2007-12-01Updated devtodo to 0.1.20.rillig2-6/+6
0.1.20 - A few bugfixes. - Added XML declaration parsing/saving. This is a stop-gap at best, but will hopefully be useful to some. - Removed reliance on builtin regex library. Hopefully the completely broken version of glibc that instigated the inclusion of it is now out of circulation. - Fixed a whole bunch of compiler warnings on more recent GCC versions. - --not-done now marks sub-tasks as not done. Thanks to an anonymous user for picking this up. 0.1.19 - Updated my E-Mail address after about a year of having the wrong one :) - Removed informational message at top of .todo files as it was rather useless and actually annoying to some people placing their .todo files under version control systems. - Added a XSLT -> XHTML+CSS transform from Francesco Poli. - Added a bash completion script from the Gentoo projects maintainer Aaron Walker. - Fixed seg fault visible on 64-bit systems but present on all. Thanks to the Debian project for notifying me and providing a fix.
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz1-2/+2
2007-11-30Fixed "static after extern".rillig4-2/+52
2007-11-29Update to 0.3001:wiz2-6/+6
0.3001 2007-08-30 - No longer including RFCs in the tarball, per the request of the Debian maintainer for this package. Apparently, this makes their job harder, and it serves no useful purpose for me. Requested by Gunnar Wolf. RT #28480.
2007-11-29Update to 0.41:wiz2-7/+7
0.41 2007-09-10 [ BUG FIXES ] - The 13strftime.t test was failing when DateTime::Locale 0.35 was installed. The test has been adjusted and we now list DT::Locale 0.35 as the minimum version. Reported by David Cantrell. 0.40 2007-08-30 [ BUG FIXES ] - A custom formatter would be lost after a call to set() or truncate(). Reported by Kjell-Magne Øierud. RT #28728. - The truncate() method docs said it accepted "second" as a parameter, but it didn't actually do the right thing with it. Now it always truncates nanoseconds to 0 for any parameter it is passed. 0.39 2007-07-17 [ BUG FIXES ] - Yet more changes to how infinity is handled and tested. This passes for me on 32-bit Win XP and 64-bit Linux, which is promising. Patch by Yitzchak Scott-Thoennes. RT #22392. 0.38 2007-06-30 [ BUG FIXES ] - Require Test::Pod::Coverage 1.08 in pod-coverage.t, since we use all_modules, which was only exported as of version 1.08. Reported by MATSUNO Tokuhiro. Fixes RT #26594. - Fixed a bad link to the old FAQ location in the docs. Reported by Ric Signes. Fixes RT #26846. [ ENHANCEMENTS ] - DateTime.pm now explicitly overloads string comparison. This was done so that comparing a DateTime.pm object to a string returns false, rather than throwing an exception. Reported by Chris Dolan. Addresses RT #26085.
2007-11-29Update to 0.35:wiz2-7/+7
0.35 2007-09-09 - Based on CLDR 1.5
2007-11-29Update to 0.6904:wiz2-6/+6
0.6904 2007-11-09 - Updated the Windows -> Olson conversion table, though it's still English-only. Added some more Win32 tests to hopefully help diagnose a test failure report from a Win32 tester. 0.6903 2007-11-08 - The Win32::TieRegistry prereq was requiring version 1.0, which doesn't exist. I meant to require just any version. Reported by CJM. RT #30580. - No code changes in this release. 0.6902 2007-11-05 - Fixed many sloppy uses of eval blocks which would leave $@ set after calling various DT::TZ methods/functions. This could cause unrelated error checking to find $@ set to something and log an error or die. Reported by Kat. 0.6901 2007-11-02 - Add Win32::TieRegistry to our prereqs if we're on Win32. Reported by Ruud H.G. van Tol. 0.69 2007-11-01 - This release is based on version 2007i of the Olson database, which includes changes to Cuba and Syria. 0.68 2007-10-01 - This release is based on version 2007h of the Olson database, which includes changes to Egypt, Iran, Palestine, Brazil, and Venezuela. 0.67 2007-08-20 - This release is based on version 2007g of the Olson database, which includes changes to Egypt, Antarctica, Australia, and Indiana (Perry County). 0.6603 2007-07-07 - The DateTime::TimeZone->names_in_country() method returned the wrong thing in scalar context. Instead of a simple array reference, it returned a reference to an array reference. Reported by John O'Rourke. RT #27843.
2007-11-22only require p5-DateTime-Format-Builder 0.60 from reed@ on pkgsrc-users@jnemeth1-2/+2
ride recent PKGREVISION bump
2007-11-22Add dependency on p5-DateTime-Format-Builder from George Michaelson injnemeth1-1/+4
pkgsrc-users@.
2007-11-08add and enable zonetabjnemeth1-1/+2
2007-11-04+p5-Time-Intervaladrianp1-1/+2
2007-11-04Time::Intervaladrianp4-0/+32
============== This package installs the Time::Interval perl module. Time::Interval's primary purpose is to take a given number of seconds and return the number of days, hours, minutes, and seconds are represented.
2007-11-04+p5-Time-Formatadrianp1-1/+2
2007-11-04Time::Format version 1.02adrianp4-0/+42
========================= Time::Format provides a very easy way to format dates and times. The formatting functions are tied to hash variables, so they can be used inside strings as well as in ordinary expressions. The formatting codes used are meant to be easy to remember, use, and read. They follow a simple, consistent pattern. If I've done my job right, once you learn the codes, you should never have to refer to the documentation again. A quick-reference page is included, just in case. ;-) Time::Format can also format DateTime objects, and strings created with Date::Manip. Also provided is a tied-hash interface to POSIX::strftime and Date::Manip::UnixDate.
2007-11-03Add a pseudo-pkg which copies the zone.tab file which comes withdrochner5-0/+458
the tzdata distribution but is not installed in NetBSD to /usr/share/zoneinfo. Sorry for that hack, but it looks still better for me than the alternatives which are (a) hacking ugly code in evolution or (b) duplication of the whole zoneinfo tree into pkgsrc. This is NetBSD only for now; while it might be useful for other platforms which don't install zone.tab, the /usr/share/zoneinfo path is hardwired and needs to be verified individually.
2007-10-31add (missing) LICENSE=, NO_*_ON_CDROM.gdt1-1/+4
2007-10-30Update to version bundled with rxvt-2.7.10, since rxvt-2.6.0 is no longerdsainty3-18/+16
available for download. Update MASTER_SITES to match rxvt package. No known changes to rclock.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam31-31/+0
can handle packages having no PLIST files.
2007-10-16Update ruby-tzinfo to 0.3.5.minskim3-9/+14
Changes: * Updated to tzdata version 2007h.