Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
* Updated to tzdata version 2007h.
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.7:
* Fix bug #8912: putenv() causes crashes in DateTimeZone::inDaylightTime() under windows
* Fix bug #9409: Date_Calc, fatal error using a non-array variable as an array
* Fix bug #9414: Date::addSeconds() fails to work properly with negative numbers
* Many cosmetics update
* Moved bug test files to tests/bugs/
* Removed unused files
1.4.6:
- Change license from PHP License to new BSD License
- Bug #5715 fypo, missing s in $GLOBALS
1.4.5:
Same code base as 1.4.4-beta
See 1.4.4 changelog for details
1.4.4:
- Establish the DATE_CALC_FORMAT constant and use it as the default value
for each of the Date_Calc class' method's $format parameter.
- Add beginOfMonthBySpan() and endOfMonthBySpan() methods to Date_Calc.
- Use integers for the parameters in Date_Calc instead of strings.
- Tweak Date_Calc::NWeekdayOfMonth() so it can calculate the 'last'
given weekday of a month.
- #1640. Make sure all longname's are also keys in
$GLOBALS['_DATE_TIMEZONE_DATA']. Makes Date_TimeZone work under more
operating systems.
- #5420, missing CEST
- #3846, getYear, getMonth returns integer
- #2652, add %h and %i support (rob at wildlime dot com
- #5494, force dot as decimal separator
- #3022, allow to specify the weekday abbrevation length used in ::format()
- #4878, %s padding fix when < 10 ( aashley at optimiser dot com)
- #3059, use GLOBALS in date_span
PR: 36211 by Loic Hoguin
|
|
changes:
-localizations added
-using GOption, GList and GString now
-checking for a composited desktop-environment, thus depending
on gtk+ >= 2.10.0
-brand new gremlin/gremlin-24 theme included
-smooth hand animations
-no more flashing of backgrond-clear-color upon startup
-bugfixes
|
|
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
|
|
|
|
|
|
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
|
|
|
|
by recht@ and updated by me.
The dateutil module provides powerful extensions to the standard datetime
module, available in Python 2.3+.
Features
* Computing of relative deltas (next month, next year, next monday, last week
of month, etc);
* Computing of relative deltas between two given date and/or datetime objects;
* Computing of dates based on very flexible recurrence rules, using a superset
of the iCalendar specification. Parsing of RFC strings is supported as well.
* Generic parsing of dates in almost any string format;
* Timezone (tzinfo) implementations for tzfile(5) format files
(/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all
known formats), iCalendar format files, given ranges (with help from
relative deltas), local machine timezone, fixed offset timezone, and UTC
timezone.
* Computing of Easter Sunday dates for any given year, using Western, Orthodox
or Julian algorithms;
* More than 400 test cases.
|
|
|
|
default behaviour in autoconf land I've seen so far.
|
|
|
|
|
|
|
|
This is a module that implements the Discordian calendar made popular
in the "Illuminatus!" trilogy by Robert Shea and Robert Anton Wilson and
by the Church of the SubGenius. It follows the DateTime API.
|
|
databases/p5-Rose-DB
databases/p5-Rose-DB-Object
databases/p5-SQL-ReservedWords
devel/p5-Clone-PP
devel/p5-Data-OptList
devel/p5-Rose-Object
devel/p5-Sub-Exporter
devel/p5-Sub-Install
time/p5-DateTime-Format-MySQL
time/p5-DateTime-Format-Pg
time/p5-Rose-DateTime
time/p5-Time-Clock
|
|
The Rose::DateTime::* modules provide a few convenience functions
and objects for use with DateTime dates.
Rose::DateTime::Util contains a simple date parser and a slightly
customized date formatter.
Rose::DateTime::Parser encapsulates a date parser with an associated
default time zone.
This module (Rose::DateTime) exists mostly to provide a version
number for CPAN. See the individual modules for some actual
documentation.
|
|
This module understands the formats used by MySQL for its DATE,
DATETIME, TIME, and TIMESTAMP data types. It can be used to parse
these formats in order to create DateTime objects, and it can take
a DateTime object and produce a string representing it in the MySQL
format.
|
|
This module understands the formats used by PostgreSQL for its
DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to
parse these formats in order to create DateTime or DateTime::Duration
objects, and it can take a DateTime or DateTime::Duration object
and produce a string representing it in a format accepted by
PostgreSQL.
|
|
A Time::Clock object is a twenty-four hour clock with nanosecond
precision and wrap-around. It is a clock only; it has absolutely
no concept of dates. Vagaries of date/time such as leap seconds
and daylight savings time are unsupported.
When a Time::Clock object hits 23:59:59.999999999 and at least one
more nanosecond is added, it will wrap around to 00:00:00.000000000.
This works in reverse when time is subtracted.
Time::Clock objects automatically stringify to a user-definable
format.
|
|
0.6602 2007-05-29
- There was a bug in the 04local.t tests that did not manifest itself
on my dev machine, but would've been seen on any machine with an
/etc/default/init file. Reported by Jonathan Leffler.
0.6601 2007-05-08
- 0.66 screwed up the test count in 04local.t if certain tests were
skipped. Reported by David Precious.
0.66 2007-05-07
- This release is based on version 2007f of the Olson database, which
includes Haiti, Turks and Caicos Islands, and New Zealand.
- If /etc/localtime is a symlink, but trying to follow that link does
not find a zone name, fall back to trying to find a matching file in
/usr/share/zoneinfo. RT #26438.
- Require Cwd 3.0+, since Cwd;:abs_path() in older versions does not
following a chain of symlinks.
0.6501 2007-04-22
- The test for the new symlink handling could fail on some systems
(notably OSX). Reported by Randal Schwartz.
0.65 2007-04-21
- Handle cases where /etc/localtime is a symlink pointing to another
symlink (and so forth) by using Cwd::abs_path() instead of
readlink(). Fixes RT #26438.
- When creating an Olson time zone object, DT::TZ will now check to
see if the object being loaded is from an older version of the Olson
catalog than the current version of DT::TZ and issue warning if this
is the case. This is useful because obsolete module files may exist
when a zone name is replaced by a link, or just retired entirely.
0.64 2007-04-02
- This release is based on version 2007e of the Olson database
(changes in the Syria and Honduras time zones).
0.63 2007-03-20
- This release is based on version 2007d of the Olson database.
- Fix determination of local time zone on systems where /etc/localtime
is a symlink. This broke in 0.61. Reported by Bradley C Bailey. RT
#25348.
|
|
0.34 2007-03-05
- Removed the use of STORABLE_attach from this module entirely, since
it seemed to have a buggy interaction with DateTime.pm. See
http://www.mail-archive.com/datetime@perl.org/msg05633.html for some
discussion of this.
|
|
0.37 2007-03-30
[ BUG FIXES ]
- Require DateTime::Locale 0.34, which fixes a problem that manifested
when thawing a DateTime.pm object. See
http://www.mail-archive.com/datetime@perl.org/msg05633.html for some
discussion of this.
- Added pod coverage tests, and added some POD for undocumented
methods as a result.
[ ENHANCEMENTS ]
- This distro is now GPG-signed, per RT #24776.
|
|
stu^Wbroken. Also add a missing PKGCONFIG_OVERRIDE. Fixes PR pkg/36437.
|
|
|
|
Convenience methods for using Data::ICal with DateTime.
|
|
Data::ICal is a straightforward generator for iCalendar (RFC 2445) files,
such as those used in Apple's iCal.
|
|
This module aims to support rfc2445 style recurrences, such as
'last friday of march'.
|
|
This module aims to support basic recurrences, such as 'daily'.
|
|
This module handles formatting and parsing of iCal format datetimes
and durations, per RFC 2445.
|
|
affected packages.
|
|
|
|
Planner is a project management tool for the GNOME desktop. Among other
things, it provides:
- Task managment: define a list of tasks to accomplish a project, the
dependencies among them and their lengths. Of course, you can view a
Gantt chart from this data.
- Resource management: define a list of resources for your project and
assign them to tasks.
- Calendar management: create different calendars for the human resources
in your project so that tasks can be automatically scheduled according
to their calendars.
|
|
Pkgsrc changes:
- MAINTAINER cannot take care of the package anymore.
- Marked the package as supporting installation to DESTDIR.
- It's a pure Perl package.
Changes since version 1.12:
===========================
1.17 2007-01-25
- I made the same test count mistake as was in 1.14 again. This
release fixes the test count (again) when running on a system that
doesn't support negative epochs (like Win32). Patched by Kenichi
Ishigaki (again).
1.16 2007-01-23
- The leap year fix in 1.14 was pretty broken, as it checked after
converting the year to Perl's internal (year - 1900) format.
1.15 2007-01-22
- Fix Local.t test count when running on a system that doesn't support
negative epochs (like Win32). Patched by Kenichi Ishigaki.
1.14 2007-01-21
- Fixed leap year check to produce the right answer for years outside
of the 32-bit epoch range (such as 1900 and 2100). See rt.perl.org
#31241. Reported by Nathan Zook.
1.13 2006-08-09
- Switched to using Test::More for the tests.
- Fixed a bug that occurred around the DST change for Europe/London
(and probably other time zones with a positive UTC offset). If
given, the hour immediately after the change (2:00 AM for
Europe/London), then the returned epoch was 3600 seconds too
large. Reported by Roger Picton. See RT #11662.
|
|
pick up the new dependencies properly
|
|
|
|
Repetitive Strain Injury is an illness which can occur as a result of
working with a mouse and keyboard. This utility can be used to remind
you to take a break now and then. It will show you a random picture
from a collection you can configure yourself for a configurable
duration at a configurable interval.
You can use these breaks to do some stretch exercises for example, or
as a reminder to walk away from the computer for a while.
RSIBreak will sit in your system tray and when it is time for a break
it will show you the picture full screen. All timings can be set by
clicking with the right mouse button on the icon in the system tray.
|
|
Details are in the previous log message for Makefile.
|
|
This for PR #36216. Thank you Steven for testing.
Sort some of PLIST.
Removed a few patches that were integrated or not needed.
Changes are:
====== 1.8.5 released 16.2.03 =======
FEATURES:
* plan's FTP home site has a new name: plan.ftp.fu-berlin.de, shown in
the About popup. The old address will continue to work. (Thanks, Heiko!)
* set locale to support other character sets such as Czech, by Petr Kristan
<petr.kristan@epos.cz>
* OpenBSD port by Armin Wolfermann <armin.wolfermann@viscomp.com>
* new plan2vcs perl script that converts plan appointments to korganizer
format, by Bert Bos <bert@w3.org>
* if there is a ~/.holiday file, don't read LIB/holiday as well.
* skip junk in entries synced from PalmPilot DateBk4 messages, by Johan
Vromans <jvromans@squirrel.nl>
* allow new holiday syntax "workday before/after <date>", by Ian Holland
<irh@statscout.com>
* Italian language translations by Paolo Panizza <pp@ieee.org>
* accept yyyy/mm/dd date input, Brian T. Schellenberger <bts@babbleon.org>
* Slovak holidays by Mikulas Sustak <sustak@kte.sjf.stuba.sk>
BUG FIXES:
* fixed Debian bug 157425: color selection dropbox always starts on Default
* Suns apparently still run X11R5 and don't have XtSignalId et. al.
* configure script had problems with defaults when using bash (Michael
Mauch <michael.mauch@gmx.de>
* fixed configure script problems on Solaris 2.6, by Horst Scheuermann
<scheuerm@uni-trier.de>
* fixed Dutch Driekoningen holiday date, by Johan Vromans
<JVromans@squirrel.nl>
* IBM AIX doesn't have Xt timers and doesn'd compile plan 1.8.4, excluded
XFree workaround for IBM
* week number 2 appeared twice in 2001. Fixed by Helmut Jarausch
<jarausch@igpm.rwth-aachen.de>
* Search->One file could not select the "own" file (top menu choice).
* cleanup: removed remaining K&R varargs and sunkr target
* fixed '@' user notation in netplan server, by Gennadi Umanski
<umanskij@ti.uni-trier.de>
* fixed Japanese string converion, by Tomoko Hayashi <tomoko@u-aizu.ac.jp>
* other people's .dayplan file references ('L' lines in ~/.dayplan) over-
wrote own file entries (Heiko Schlichting <heiko@FU-Berlin.DE>)
====== 1.8.6 released 18.3.03 =======
FEATURES:
* reversed the change in 1.8.5, at popular demand, that lets a personal
holiday file replace the system holiday file. plan 1.8.6 again reads
both, system first. The new "reset" keywords can be used to clear all
system holidays, following an idea by Heiko Schlichting.
BUG FIXES:
* the edit menu was broken in 1.8.5, fixed by Heiko Schlichting
<heiko@FU-Berlin.DE>
====== 1.8.7 released 30.9.03 =======
FEATURES:
* deleted support for SCO
* pland -p pops up all alarms that triggered since the last time pland
ran, not just those from the past three hours, by Brian L. Shaver
<shaker.lxxv@verizon.net>
* more room for appointments in year overview, moved year to left edge
BUG FIXES:
* newly entered appointments no longer vanish from the edit menu.
* fixed errno compiler errors on SMP systems, Thomas Ribbrock
<emgaron@gmx.net>
* Italian language translations by Paolo Panizza <pp@ieee.org> were
missing from the 1.8.5 and 1.8.6 distributions, now included
====== 1.9 released 6.2.05 =======
FEATURES:
* saved space in various calendar views such as the year overview
* the week view repeats the hour title every few day rows; it was too easy
to get lost without scrolling all the time
* remove obsolete warning windows when the next warning or the main alarm
is reached.
* Linux: when a lockfile from a previous plan process is found, do not kill
it if it's dead and some non-plan process now uses the old process ID.
* if user "netplan" exists on the system, netplan runs as that user instead
of nobody. Needed for Debian. Petter Reinholdtsen <pere@hungry.com>
* added Belgian French holiday file, Nicolas E'vrard <nicoe@wanadoo.be>
* command-line option -V: experimental and incomplete vCalendar export.
File can be read by calendar programs such as Mozilla Calendar.
* plan is now distributed under the GPL license, at your choice.
* netplan has a new option -s that sends all messages to syslog.
BUG FIXES:
* fixed Italian language file, Carlo Mandelli
<carlo.mandelli@consulenti.fastweb.it>
* fixed misspelling in the Italian language file, littledark
<littledark@swissinfo.org>
* "Delete past entries" did not remove repeating entries whose end date is
in the past, Aaron Kaplan <kaplan@cs.rochester.edu>
* fixed choice 1 of configure script on Solaris, Aaron Kaplan
<kaplan@cs.rochester.edu>
* after running a long time (months), alarms stopped triggering. Fixed by
Aaron Kaplan <kaplan@cs.rochester.edu>
* fixed Spanish holiday file, Fernando Tricas "Garci'a"
<ftricas@amon.cps.unizar.es>
* fixed loads of inane gcc warning messages
|