Age | Commit message (Collapse) | Author | Files | Lines |
|
Upstream changes:
0.31 Tue Sep 22 02:05:24 2009
=> Perl::Critic refactoring.
0.30 Wed Jun 24 00:42:57 2009
=> Added "week" suport to the output. Disabled by default.
=> Extended the second parameter to elapsed() to a hashref.
|
|
Add LICENSE
Upstream changes:
2013-04-02 Avi Finkel avi@finkel.org
* Release 1.1 -- Adding millisecond support.
|
|
The usual changes.
|
|
This release includes code & man page cleanups.
Alan Coopersmith (4):
Store sine & cosine tables as doubles instead of floats
Add noreturn attributes suggested by -Wmissing-noreturn
Combine usage message strings & print them to stderr, not stdout
xclock 1.0.7
Eric S. Raymond (1):
Don't rely on being able to set tab stops.
|
|
|
|
|
|
Upstream changes:
0.21
* Examine properties in consistent order, so tests pass on 5.18 and
above
0.20
* Properly restrict the valid properties when iCal version 1.0
(Ashley Willis)
|
|
Upstream changes:
0.538 (03.20.2013) - John Siracusa <siracusa@gmail.com>
* Ensure that "today" is parsed as a DateTime with the time set to
00:00:00. (RT 84068)
|
|
Update DEPENDS
Upstream changes:
0.16 -- updating to require a new version of Olson::Abbreviations
0.15 -- trying something for a problem I don't see.
0.14 -- Fixed rt #73332 about build systems and MooseX::Types version number
0.13 -- Fixed rt #72473 and added version requirement for Moose
0.12 -- Updated to use namespace::autoclean, fixed git repo link to be public repo
|
|
Upstream changes:
0.04 2013-02-22
Fixed stupid fucking doc tests
0.03 2012-07-19
upgraded to require the latest MX::ClassAttribute
|
|
Upstream changes:
1.60 2013-07-07
- This release is based on version 2013d of the Olson database. This release
includes contemporary changes for Morocco and Israel. It also includes
historical changes for Jerusalem.
|
|
Upstream changes:
0.32 2013-08-27
- ignore duration signal in DateTime::Span->from_datetime_and_duration()
and use the 'end'/'start' parameters as a cue for the time direction,
suggested by David Pottage
- more tests of intersections with open/closed ended spans
|
|
Upstream changes:
0.16009 2013-08-25T04:51:15Z
- Fix typos [pr #2] (dsteinbrunner)
- Migrate to using Minilla for packaging
0.16008 Fri Nov 25 09:20:00 2011
- Work with [+-]hh:mm:ss time offsets. Reported by Rod Tailor (rt #72706)
0.16007 Wed Dec 26 15:30:00 2012
- Fix ISO parsing (rt 51074, https://github.com/lestrrat/DateTime-Format-Pg/pull/1)
- Why I have not noticed this PR, I have no clue
0.16006 Fri May 27 09:00:00 2011
- Repository moved to github
- Postgres 8.4 apprently now allows infinity dates.
Applied patch by cmckay (rt #68473)
|
|
Update DEPENDS
Upstream changes:
0.06 Tue Oct 11 21:18:12 2011
- added a test that specifies subsecond granularity
- now requires Convert::NLS_DATE_FORMAT 0.03
(Thank you Jon Bjornstad and Zefram)
|
|
Upstream changes:
0.05 Tue Jan 17 22:23:40 2012
- changed ~~ to =~ for compatibility with older versions of Perl
0.04 Mon Jan 16 15:09:56 2012
- remove quotes from quoted strings within oracle formats
(Thank you Yanick Champoux)
0.03 Tue Oct 11 20:48:56 2011
- added ability to specify subsecond granularity
(Thank you Jon Bjornstad and Zefram)
|
|
Upstream changes:
0.08 Sat Feb 11 23:40:43 MST 2012
- rt.cpan.org #52645 : UTC offsets must be in the same format
(basic|extended) as the time as to which it is attached.
|
|
Upstream changes:
0.40 2010-10-31
- format_isoz now actually changes the time zone. Fixes RT 62332 (DOUGDUDE)
|
|
Upstream changes:
0.25 Mon Mar 04 2013
- support "HH:MM::SS timezone YYYY/MM/DD"
- thanks Kevin Zwack
0.24 Mon Nov 26 2012
- fix removal of 'am' in the german language file when we already know what part is the time part
- fix removal of 'st' when not preceded by a digit
- thanks Andreas Koenig rt #81432
- support "YYYYMMDD timezone"
0.23 Thu Jun 14 2012
- Fix for MM/YYYY (was always setting the base year)
- thanks John Marling
- Support MM/YY if MMYY is given as an option
- pod cleanup
0.22 Mon Jun 11 2012
- update GPL in the LICENSE file (apparently the FSF has a new address)
- thanks ppisar rt #74363
- update POD to match the license file
- thanks ppisar rt #74358
- fix typo for saturday in the german language file
- thanks TMUELLER rt #77721
- don't check the language extensions if we don't have any non-digits in the string we are checking (excluding delimiters: \/-.:[space])
- fix typos in the pod documentation, add a link to the german translations
- add support and more tests for some time-first formats
- add support for GMT timezone anywhere in the date/time string
0.21 Sun Jan 01 2012
- handle mm/yyyy and m/yyyy
0.20 Sun Sep 18 2011
- case insensitive handling of st|nd|rd|th (3rd and 3RD now work)
- thanks Brett Carson
0.19 Fri Jan 07 2011
- support for German (de)
- thanks Mark Trettin
- better support for DD MM
- support for natural dates in all languages (3 years ago)
0.18 Sat Jan 01 2011
- move a test that was hardcoded to a year to the no_year tests.
- thanks cpantesters
0.17 Tue Oct 26 2010
- more formats supported
- support timezone offsets that are not at the end of the datetime string.
- they must be 4 digits and begin with a plus or minus
- thanks snarkyboojum: http://use.perl.org/use.perl.org/_snarkyboojum/journal/40297.html
- better support for dates like 'December 1st'
- POD formatting fixes
- support 'Oct.26, 2010'.
- thanks Brian Knapp
|
|
Upstream changes:
0.11 2012-11-06
- performance patch, provided by Dario Hamidi
|
|
Upstream changes:
1.0 Tue Jun 12 14:40:37 EDT 2012
- Fixed improper conversion from object on December 31. (RT #77696)
- second and nanosecond parameters in constructor instead of rd_secs,
rd_nanosecs for better DateTime compatability.
- Updated tests for current best practices. 100% test coverage.
0.9.7 Fri Aug 6 14:00:49 EDT 2010
- Miscapitalization of days_till_x fixed in one place.
|
|
Upstream changes:
1.03 2013-04-17
- The set_time_zone() method was not returning the object when caalled with a
name that matched the current zone. Reported by Noel Maddy. RT #84699.
1.02 2013-04-15
- When a constructor method like new() or today() was called on an object,
you'd get an error message like 'Can't locate object method
"_normalize_nanoseconds" via package "2013-04-15T00:00:00"'. This has been
fixed to provide a sane error message. Patch by Doug Bell.
- When set_time_zone() is called with a name that matches the current time
zone, DateTime now short circuits and avoids a lot of work. Patch by Mark
Stosberg.
|
|
Bump PKGREVISION.
|
|
|
|
Bump PKGREVISION.
|
|
Upstream changes:
0.08 2012-12-11 12:18:56 Europe/London
- Require perl 5.8.3, as Moose does
0.07 2011-12-12 12:58:19 Europe/London
- Provide optimize_as for pre-2.0100 Moose versions
- Bump MooseX::Types version requirement (RT#73188)
- Add missing dependencies
- Enforce version dependencies at runtime (RT#73189)
0.06
- Use inline_as instead of the deprecated optimize_as
|
|
Upstream changes:
1.22 2013-08-12
- add explicit copyright and license statements
- fix encoding of .pm files and add =encoding directive
1.21 2013-07-06
- fix installation target; now installs to site in v5.12 and later
- make Time::Seconds match its VERSION to Time::Piece
- numerous portability fixes imported from perl core distribution
|
|
needed to manage calendars.
|
|
Noticed by spz@. Thank you.
|
|
|
|
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|
|
* Syncing distribution version number with Date::Parse, not functional changes
|
|
3.5 (2013-07-03)
----------------
- Let to_unicode be more graceful for non-unicode strings, as like CMFPlone's
safe_unicode does it.
[thet]
|
|
|
|
|
|
Its an ANSI C library that does allow communication with google calendar and
contacts, useful if you need to support this in a C or C++ application.
Currently, libgcal implements:
- authentication
- get all events/contacts
- atom stream parsing
- access to individual events/contacts
- add/delete/edit using gcal objects
- add/delete/edit using raw XML
- query for updated events/contacts
- use of http proxy
- timezone
- contact photo download/upload
- google data protocol GCalendar 2.0 and Contacts 3.0
- can be used with a C++ application
- google hosted accounts (i.e. joe@foobar.com)
|
|
|
|
Changelog:
Major changes in release 3.6.3
* Remove duplicate for All Saints Day for DE_BY.
* Inherit some portability fixes from gnulib.
|
|
works with native xorg.
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
|
|
This package provides xclock, an analog / digital clock for X.
This is from the modular X.org X11 project.
|
|
oclock is a simple analog clock using the SHAPE extension to make a round
(possibly transparent) window.
|
|
|
|
bugfixes.
|
|
- BUG FIX: Sunrise/Sunset calculations greatly improved
- BUG FIX: Allow specification of margins as low as 0 points in rem2ps
|
|
|