summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Bump PKGREVISION from audio/jack.ryoon1-2/+2
2013-02-09Missed in previous: Define empty USE_LANGUAGES.kleink1-1/+3
2013-02-09Update py-icalendar to 3.3.kleink3-11/+10
3.3 (2013-02-08) ---------------- * Drop support for Python < 2.6. [thet] * Allow vGeo to be instantiated with list and not only tuples of geo coordinates. Fixes #83. [thet] * Don't force to pass a list to vDDDLists and allow setting individual RDATE and EXDATE values without having to wrap them in a list. [thet] * Fix encoding function to allow setting RDATE and EXDATE values and not to have bypass encoding with an icalendar property. [thet] * Allow setting of timezone for vDDDLists and support timezone properties for RDATE and EXDATE component properties. [thet] * Move setting of TZID properties to vDDDTypes, where it belongs to. [thet] * Use @staticmethod decorator instead of wrapper function. [warvariuc, thet] * Extend quoting of parameter values to all of those characters: ",;: ’'". This fixes an outlook incompatibility with some characters. Fixes: #79, Fixes: #81. [warvariuc] * Define VTIMETZONE subcomponents STANDARD and DAYLIGHT for RFC5545 compliance. [thet]
2013-02-09LICENSE changed to 2-clause-bsd back in in 3.0.1b2.kleink1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin8-16/+16
2013-02-01Update to 1.232wen2-7/+7
Add LICENSE Upstream changes: 1.232 Thu Jan 31 21:41:40 CST 2013 those damn ._* files os x kindly inserted into the distribution I have removed them. sorry everyone. 1.231 Wed Jan 30 07:58:21 CST 2013 forgot to add LICENSE to manifest. incremented version for CPAN upload 1.23 Tue Jan 29 10:13:54 CST 2013 updated LICENSE. this perl module is released under the same license as perl itself
2013-01-26Revbump after graphics/jpeg and textproc/icuadam9-18/+18
2013-01-22obliterate addition of time/py-radicale, it already existed as net/Radicalejakllsch5-77/+1
2013-01-22Adjust categories to match the reality of where in pkgsrc I ended up addingjakllsch1-2/+2
this package.
2013-01-22+py-radicalejakllsch1-1/+2
2013-01-22Add Radicale 0.7.1.jakllsch4-0/+75
The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients.
2013-01-15Clean up libXaw handling. [1/2]morr5-14/+14
- remove LIBXAW variable. It is handled by buildlink3.mk now - simplify patches and Makefile in packages using libXaw - in some cases force use of Xaw3d (won't build with Xaw) - replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk In next part: - replace more includes with mk/xaw.buildlink3.mk
2013-01-09Upgrade from the no-longer-maintained 2.x to 3.0.2. This fixes pkg/47421is8-206/+196
2013-01-08Comment out dead HOMEPAGE and MASTER_SITES.wiz1-3/+3
2012-12-20Add patchsum for patch-polsys.cjoerg1-1/+2
2012-12-20Consistently return a value in non-void functions.joerg1-0/+13
2012-12-17Drop maintainership of kde3 packages. Haven't had any systems runningmarkd1-2/+2
kde3 for a while.
2012-12-17Added time/deforaos-todo (version 0.1.2)khorben1-1/+2
2012-12-17Imported wip/deforaos-todo, the DeforaOS todo list, underkhorben5-0/+48
time/deforaos-todo (version 0.1.2)
2012-12-16Not MAKE_JOBS_SAFE.dholland1-1/+2
2012-12-15Updated time/wyrd to version 1.4.5 and added a patch to fix OCamljaapb7-70/+44
version detection (thanks to John Marino for reporting this). Changes from 1.4.1 include: * Switched from personal fork of OCaml curses bindings to the community-maintained library from http://www.nongnu.org/ocaml-tmk/ . * Fixed bug which prevented "quick add" feature from accepting UTF-8 encoded text. * Implemented improved support for Remind's new "reminder directory" capability. Fixed an instance of insecure tempfile creation. This addresses a security vulnerability that had the potential to cause data loss. Modified the configure script to support weird locations of ncurses term.h . Deprecated the 'calendar_selection' colorable object. For consistency with the rest of the Wyrd interface, the selected calendar day is now rendered in reverse video. Added the 'untimed_bold' configuration variable for selecting between normal and boldface rendering of untimed reminders. Added support for remind's 'filedir()' function within INCLUDE directives, for those who like to "INCLUDE [filedir()]/some-extra-reminders". Thanks to Stefan Wehr for the patch. Implemented more extensive shell-expansion of filenames specified within wyrdrc, enabling the use of idioms like 'set reminders_file="$DOT_REMINDERS"'. * Added support for Remind 3.1.0 advance warning of reminders throughout the Wyrd interface, enabled via the 'advance_warning' configuration variable. * Support new Remind 3.1.0 date formatting. * Added the untimed_window_width rcfile option, which lets the user set the width of the windows on the right side of the display. Tweaked the resize handler so Wyrd does not completely die when the terminal is resized too small. Made modifications to support rendering UTF-8 reminders (requires ncurses built with wide char support) * Added the home_sticky option, allowing the cursor position to automatically track the current time. Added command-line option to append reminders using the natural language parser. * Eliminated dependence on Bash-style tilde expansion.
2012-12-15Bump PKGREVISION from devel/nss 3.14.0.ryoon2-4/+4
2012-12-09Update to 2012h, the usual time zone changes.wiz2-6/+6
2012-12-08Update to 3.2:wiz3-8/+16
3.2 (2012-11-27) ---------------- * Documentation file layout restructuring. [thet] * Fix time support. vTime events can be instantiated with a datetime.time object, and do not inherit from datetime.time itself. [rdunklau] * Correctly handle tzinfo objects parsed with dateutil. Fixes #77. [warvariuc, thet] * Text values are escaped correclty. Fixes #74. [warvariuc] * Returned old folding algorithm, as the current implementation fails in some cases. Fixes #72, Fixes #73. [warvariuc] * Supports to_ical() on date/time properties for dates prior to 1900. [cdevienne]
2012-12-06Add PKGGNUDIR support.jperkin1-2/+4
2012-12-01Update to 1.56wen2-6/+6
Upstream changes: 1.56 2012-11-30 - The previous release was missing some files. That's what I get for running "git clean -dxf". Reported by Andreas Koenig. RT #81593. 1.55 2012-11-30 - Updated mapping from Win32 to Olson time zone names. Patch by Andrey Makhnutin. RT #81456.
2012-11-17Update to 0.78wen2-6/+6
Upstream changes: 0.78 2012-11-16 - Reverted the change to round nanoseconds up or down in various situtations. Now we always round down. This avoids the case where rounding up would require us to then increment the second value (which could then require us to increment the minute, which could then require us to increment the hour, which could then ...). In other words, we don't want to round 2011-12-31T23:59:59.999999 up to 2012-01-01T00:00:00, because that would be insane. This applies to the return values for ->microsecond, ->millisecond, and the %N specifier for strftime. Patch by Martin Hasch. RT #79845.
2012-11-13Update to 1.54wen2-6/+6
Upstream changes: 1.54 2012-11-13 - This release is based on version 2012j of the Olson database. This release includes contemporary changes for Libya.
2012-11-04Update to 1.53wen2-7/+6
Upstream changes: 1.53 2012-11-03 - This release is based on version 2012i of the Olson database. This release includes contemporary changes for Cuba. 1.52 2012-10-31 - This release is based on version 2012h of the Olson database. This release includes contemporary changes for Brazil, Israel, and Jordan. 1.51 2012-10-18 - This release is based on version 2012g of the Olson database. This release includes contemporary changes for Palestine and Samoa. 1.50 2012-09-16 - In scalar context, DateTime::TimeZone->names_in_category returned an arrayref containing an arrayref (rather than _just_ an arrayref). Reported by Ed Shrock. RT #76791. - The DateTime::TimeZone->names_in_category claimed that it returned names based on the population of the zone. I don't think this was ever true, but this data is definitely not part of the current Olson database. Reported by Ed Shrock. RT #76792. However, the DateTime::TimeZone->names_in_country method does preserve the order specified in the Olson database, which is sort of based on population and geography. This method is probably the best choice for presenting a list of names to end user. 1.49 2012-09-13 - This release is based on version 2012f of the Olson database. This release includes contemporary changes for Fiji. 1.48 2012-08-03 - This release is based on version 2012e of the Olson database. This release includes contemporary changes for Fakaofo. 1.47 2012-07-19 - This release is based on version 2012d of the Olson database. This release includes contemporary changes for Morocco.
2012-11-01Fix C99 inline usage.joerg2-1/+19
2012-11-01Fix 64bit time_t issue. Fix inline usage. Bump revision.joerg3-8/+29
2012-11-01Add missing include and return value.joerg3-15/+39
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz15-30/+15
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-21Update to 2012g.wiz2-6/+6
2012-10-16Mark as ready for python-3.x.wiz1-3/+2
2012-10-08Revbump after updating graphics/pangoadam16-32/+32
2012-10-08Revision bump associated with the update of lang/ocaml to version 4.jaapb2-3/+4
2012-10-08Update to 0.77wen2-7/+6
Upstream changes: 0.77 2012-09-25 - POD changes that should make the documentation look better, especially on the web.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau146-419/+146
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz69-124/+138
are called p5-*. I hope that's all of them.
2012-10-02Update to 2012f, sync with upstream.wiz2-6/+9
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron16-32/+32
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache17-34/+34
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-14Add comments to patches.wiz3-5/+9
2012-09-13Update to 3.1:wiz3-10/+28
Changes in version 3.0 ====================== API Change ---------- Since version we unified to icalendar de/serialization API to use only to_ical (for writing an ical string from the internal representation) and from_ical (for parsing an ical string into the internal representation). to_ical is now used instead of the methods ical, string, as_string and instead of string casting via __str__ and str. from_ical is now used instead of from_string. This change is a requirement for future Python 3 compatibility. Please update your code to reflect to the new API. Timezone support ---------------- Timezones are now fully supported in icalendar for serialization and deserialization. We use the pytz library for timezone components of datetime instances. The timezone identifiers must be valid pytz respectively Olson database timezone identifiers. This can be a problem for 'GMT' identifiers, which are not defined in the Olson database. Instead of the own UTC tzinfo implementation we use pytz UTC tzinfo object now. About this fork which is not a fork anymore =========================================== Aim of this fork (not fork anymore, read further) was to bring this package up to date with latest icalendar `RFC`_ specification as part of `plone.app.event`_ project which goal is to bring recurrent evens to `Plone`_. After some thoughts we (Plone developers involved with `plone.app.event`_) send a suggestion to icalendar-dev@codespeak.net to take over mainaining of `icalendar`_. Nobody object and since version 2.2 we are back to development. .. _`icalendar`: http://pypi.python.org/pypi/icalendar .. _`plone.app.event`: http://github.com/collective/plone.app.event .. _`Plone`: http://plone.org .. _`pytz`: http://pypi.python.org/pypi/pytz .. _`setuptools`: http://pypi.python.org/pypi/setuptools .. _`RFC`: http://www.ietf.org/rfc/rfc5545.txt .. _`BSD`: https://github.com/collective/icalendar/issues/2 3.1 Make sure parameters to certain properties propagate to the ical output. [kanarip] Re-include doctests. [rnix] endure correct datatype at instance creation time in prop.vCalAddress and prop.vText. [rnix] Apply TZID parameter to datetimes parsed from RECURRENCE-ID [dbstovall] Localize datetimes for timezones to avoid DST transition errors. [dbstovall] Allow UTC-OFFSET property value data types in seconds, which follows RFC5545 specification. [nikolaeff] Remove utctz and normalized_timezone methods to simplify the codebase. The methods were too tiny to be useful and just used at one place. [thet] When using Component.add() to add icalendar properties, force a value conversion to UTC for CREATED, DTSTART and LAST-MODIFIED. The RFC expects UTC for those properties. [thet] Removed last occurrences of old API (from_string). [Rembane] Add listing. For example when parsing a text/calendar text including multiple components (e.g. a VCALENDAR with 5 VEVENTs), the previous situation required us to look over all properties in VEVENTs even if we just want the properties under the VCALENDAR component (VERSION, PRODID, CALSCALE, METHOD). [dmikurube] All unit tests fixed. [mikaelfrykholm] 3.0.1b2 (2012-03-01) For all TZID parameters in DATE-TIME properties, use timezone identifiers (e.g. Europe/Vienna) instead of timezone names (e.g. CET), as required by RFC5545. Timezone names are used together with timezone identifiers in the Timezone components. [thet] Timezone parsing, issues and test fixes. [mikaelfrykholm, garbas, tgecho] Since we use pytz for timezones, also use UTC tzinfo object from the pytz library instead of own implementation. [thet] 3.0.1b1 (2012-02-24) Update Release information. [thet] 3.0 Add API for proper Timezone support. Allow creating ical DATE-TIME strings with timezone information from Python datetimes with pytz based timezone information and vice versa. [thet] Unify API to only use to_ical and from_ical and remove string casting as a requirement for Python 3 compatibility: New: to_ical. Old: ical, string, as_string and string casting via __str__ and str. New: from_ical. Old: from_string. [thet]
2012-09-11Updating package for CPAN module Time::HiRes in time/p5-Time-HiRes fromsno2-7/+6
1.9724nb1 to 1.9725. upstream changes: 1.9725 [2012-02-01] - Correct stack discipline in stat(), which was screwing up list operations in expressions containing calls to it [rt.cpan.org #72926]. - Add missing OUTPUT sections to the XS code [rt.cpan.org #70930]. - Skip itimer tests on GNU/Hurd, which has the API but lacks the implementation [rt.cpan.org #72754]. - Fix a doubled word in the documentation [rt.cpan.org #72763].
2012-09-07Revbump after updating graphics/cairoadam16-31/+32
2012-09-03Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,sno5-15/+15
Module::Install is for Authors only. Bumping revision
2012-08-28phoon 29jun2005. Mostly an update to astronomy routines derived fromis6-23/+56
J. Walker's Moontool 2.5 (used to be 2.0).
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino1-2/+2