summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2013-08-22using hicolor-icon-theme.obache1-2/+3
Bump PKGREVISION.
2013-08-16revbump from libnotify bumped to 0.7 and dependency changed from libnotify07.obache1-3/+3
2013-08-16Switch to use libnotify07.obache3-4/+49
Bump PKGREVISION.
2013-08-15Update to 0.08wen2-8/+7
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
2013-08-12Update to 1.22wen2-7/+6
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
2013-08-07Install missing files, especially kronolith/calendars/ which contains codebouyer2-4/+13
needed to manage calendars.
2013-08-06Fix broken BUILD_DEPENDS.ryoon1-2/+2
Noticed by spz@. Thank you.
2013-07-21lib/charset.alias is skipped by check-files.mkshattered1-3/+1
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon2-4/+3
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".
2013-07-10Update to 2.30. From the changelog:schmonz2-8/+13
* Syncing distribution version number with Date::Parse, not functional changes
2013-07-08Update to 3.5:wiz2-7/+6
3.5 (2013-07-03) ---------------- - Let to_unicode be more graceful for non-unicode strings, as like CMFPlone's safe_unicode does it. [thet]
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon2-4/+4
2013-07-02+libgcal; Set MAINTAINER=me.rodent2-3/+4
2013-07-02Import libgcal-0.9.6 as time/libgcal.rodent5-0/+80
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)
2013-06-23fix evolution-webcal build for SunOSrichard1-1/+2
2013-06-11Update to 3.6.3ryoon4-19/+22
Changelog: Major changes in release 3.6.3 * Remove duplicate for All Saints Day for DE_BY. * Inherit some portability fixes from gnulib.
2013-06-09Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so packagerodent1-1/+3
works with native xorg.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz22-44/+44
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron22-44/+44
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz22-41/+44
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
2013-05-31Bump all packages for perl-5.18, thatwiz69-130/+138
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.
2013-05-30Set PREV_PKGPATH.rodent2-2/+6
2013-05-27+oclock +xclock (moved from x11/)rodent1-1/+3
2013-05-27Import xclock-1.0.6 as time/xclock.rodent4-0/+40
This package provides xclock, an analog / digital clock for X. This is from the modular X.org X11 project.
2013-05-27Import oclock-1.0.3 as time/oclock.rodent4-0/+34
oclock is a simple analog clock using the SHAPE extension to make a round (possibly transparent) window.
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz2-4/+4
2013-05-21Update to KDE SC 4.10.3markd2-6/+5
bugfixes.
2013-05-19Update to 3.1.13. Changes:shattered3-17/+8
- BUG FIX: Sunrise/Sunset calculations greatly improved - BUG FIX: Allow specification of margins as low as 0 points in rem2ps
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam5-9/+10
2013-05-04Update to 3.4:wiz3-26/+33
3.4 (2013-04-24) ---------------- - Switch to unicode internally. This should fix all en/decoding errors. [thet] - Support for non-ascii parameter values. Fixes #88. [warvariuc] - Added functions to transform chars in string with '\\' + any of r'\,;:' chars into '%{:02X}' form to avoid splitting on chars escaped with '\\'. [warvariuc] - Allow seconds in vUTCOffset properties. Fixes #55. [thet] - Let ``Component.decode`` better handle vRecur and vDDDLists properties. Fixes #70. [thet] - Don't let ``Component.add`` re-encode already encoded values. This simplifies the API, since there is no need explicitly pass ``encode=False``. Fixes #82. [thet] - Rename tzinfo_from_dt to tzid_from_dt, which is what it does. [thet] - More support for dateutil parsed tzinfo objects. Fixes #89. [leo-naeka] - Remove python-dateutil version fix at all. Current python-dateutil has Py3 and Py2 compatibility. [thet] - Declare the required python-dateutil dependency in setup.py. Fixes #90. [kleink] - Raise test coverage. [thet] - Remove interfaces module, as it is unused. [thet] - Remove ``test_doctests.py``, test suite already created properly in ``test_icalendar.py``. [rnix] - Transformed doctests into unittests, Test fixes and cleanup. [warvariuc]
2013-05-02Update to 1.02wen2-7/+7
Upstream changlog is too long, please visit: http://cpansearch.perl.org/src/SCHUBIGER/DateTime-Format-Natural-1.02/Changes
2013-04-22Update to 1.59wen2-6/+6
Upstream changes: 1.59 2013-04-20 - This release is based on version 2013c of the Olson database. This release includes contemporary changes for Palestine and Paraguay. It also includes a number of historical changes.
2013-04-21Update to 0.19ryoon2-7/+7
* New dependency. Changelog: 0.19 * Always output the VERSION property first 0.18 * Spelling fixes from Debian (Salvatore Bonaccorso) 0.17 * Allow chaining of methods (H.Merijn Brand) * Allow properties and entries in constructor (H.Merijn Brand)
2013-04-07Edited DESCR in the case of:rodent1-26/+12
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-06".for variable names should not contain uppercase letters"rodent2-10/+10
2013-04-06'EXTRACT_SUFX is ".tar.gz" by default, so this definition may berodent1-2/+1
redundant.' - It was. Removed.
2013-04-06"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variablerodent1-2/+2
$$extract_file instead."
2013-04-06Fixes:rodent3-6/+6
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-04-03Update to KDE SC 4.10.2markd2-6/+5
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-03Update to 1.54wen2-8/+7
Upstream changes: 1.54 2013-04-02 - Require DateTime.pm 1.00 because without it tests will break. 1.53 2013-04-02 - A fix in DateTime.pm 1.00 broke a test in this distro. Reported by Anthony J Lucas. RT #84371.
2013-04-03Update to 0.81wen2-10/+7
Upstream changes: 0.81 2013-04-02 - Fixes to pass tests with DateTime 1.00.
2013-04-03Update to 1.01wen2-6/+6
Upstream changes: 1.01 2013-04-01 - Fixed test failures on older Perls. 1.00 2013-03-31 - Bumped the version to 1.00. This is mostly because my prior use of both X.YY and X.YYYY versions causes trouble for some packaging systems. Plus after 10 years it's probably ready to be called 1.00. Requested by Adam. RT #82800. - The %j specifier for strftime was not zero-padding 1 and 2 digit numbers. Fixed by Christian Hansen. RT #84310. - The truncate method was sloppy about validating its "to" parameter, so you could pass things like "years" or "month whatever anything goes". The method would accept the parameter but then not actually truncate the object. RT #84229. - Previously, if a call to $dt->set_time_zone() failed it would still change the time zone of the object, leaving it in a broken state. Reported by Bill Moseley. RT #83940. - DateTime::Infinite objects should no longer die when methods that require a locale are called. Instead, these methods return undef for names and Inf/-Inf for numbers. This affects methods such as day_name() as well as CLDR and strftime formats. When a locale-specific format is used (like the "full" datetime format) it uses the en_US format. Reported by Paul Boldra. RT #67550.
2013-04-01Update to 2013b, the usual changes +wiz3-7/+10
Asia/Khandyga Asia/Ust-Nera Europe/Busingen
2013-03-16Bump PKGREVISION from default PHP version change to 5.4.obache1-1/+2
2013-03-14Revive MASTER_SITES.kim1-3/+5
Fix DESTDIR build.
2013-03-13Update to 1.58wen2-6/+6
Upstream changes: 1.58 2013-03-11 - This release is based on version 2013b of the Olson database. This release includes contemporary changes for Haiti, Paraguay, and Morocca. See http://mm.icann.org/pipermail/tz-announce/2013-March/000010.html for more details.
2013-03-08Update to 1.57wen2-6/+6
Upstream changes: 1.57 2013-03-02 - This release is based on version 2013a of the Olson database. This release includes contemporary changes for Chile as well as several new zones - Asia/Khandyga, Asia/Ust-Nera, and Europe/Busingen. It also includes a number of historical changes.
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron1-2/+2
2013-02-17Update emacs DEPENDS.dholland1-3/+3
2013-02-17Bump PKGREVISION for readded py-pytz dependency.wiz1-2/+2