summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2006-06-14Add dependency on p5-DateTime-Format-Builderabs1-1/+2
2006-06-07Update sunbird to 0.3alpha2, the second official release of the Mozilla Sunbirdghen8-290/+324
project. From the Release Notes: Sunbird 0.3 alpha2 is not intended to be a production-quality release. (See Limitations and Known Bugs) Instead, it is being released largely in order to showcase/test the advanced new view code. This includes: * Inline editing of event titles * Restoration of drag and drop editing in the day/week views In addition to showcasing and testing the new views, Sunbird 0.3 alpha2 aims to fix many bugs identified in Sunbird 0.3 alpha1. Some highlights are: * Ability to modify individual elements of a recurring event * Fewer import/export errors * Better error reporting * Improved alarm functionality * A new, more intuitive New Event dialog * Better Mac support * Many other minor bug fixes
2006-06-07Add:abs1-1/+4
- devel/p5-IO-Prompt - devel/p5-List-MoreUtils - devel/p5-Perl6-Export - devel/p5-Perl6-Slurp - devel/p5-version - graphics/p5-RRDTool-OO - time/p5-DateTime-Format-Builder - time/p5-DateTime-Format-ISO8601 - time/p5-DateTime-Format-Strptime - www/p5-FCGI-ProcManager
2006-06-07Added time/p5-DateTime-Format-Builder-0.7807abs4-0/+34
DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code. Builder provides a number of methods, most of which you'll never need, or at least rarely need. They're provided more for exposing of the module's innards to any subclasses, or for when you need to do something slightly beyond what I expected.
2006-06-07Added time/p5-DateTime-Format-ISO8601-0.0403abs4-0/+26
Parses almost all ISO8601 date and time formats. ISO8601 time-intervals will be supported in a later release.
2006-06-07Added time/p5-DateTime-Format-Strptime-1.0700abs4-0/+27
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
2006-06-07s/Gnu/GNU/grant1-2/+2
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg1-2/+2
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-02Doesn't work with distutils in Python 2.0, so mark 2.1+.joerg1-1/+2
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg2-5/+8
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-02Fix INSTALLATION_DIRS and move readme into share/doc/pcal. Bump revision.joerg2-7/+7
2006-05-22USE_LANGUAGES=c++wiz1-1/+2
2006-05-15Uses C++.joerg1-1/+3
2006-04-29Move the primary MASTER_SITES to http://ftp.horde.org/pub/ and moveadrianp1-2/+3
ftp://ftp.horde.org/pub/ to a backup
2006-04-25Update p5-DateTime to 0.30.hiramatsu2-7/+6
Changes from 0.27: 0.30 2005-12-22 [ ENHANCEMENTS ] - Expanded and rewrote the docs on date math to try to explain exactly how DateTime.pm works, and in particular cover the problems DST introduces to various types of date math. The docs now also include some specific recommendations on getting sane results from datetime math. - Added calendar_duration() and clock_duration() methods to DateTime::Duration - Explicitly override the stringification method for DateTime::Infinite objects. They now stringify as whatever the IEEE infinity and negative infinity numbers stringify to on your platform. On Linux this is "inf" and "-inf". CPAN RT #16632. [ BUG FIXES ] - delta_md() and delta_days() did not always return correct values when crossing a DST change. - The pure Perl version of the code had a dependency ordering problem where DateTime::LeapSecond depended on other pure Perl code that wasn't yet available. I'm not sure how this ever worked. - Remove mentions of leap second on 1971-12-31 from the docs, because there was no leap second that day. Reported by Mike Schilli. - If you added a second to a datetime that was on a leap second (like 2005-12-31T23:59:60) it got "stuck" and kept returning the same datetime. Reported by Mike Schilli. - Changes to the tests in 20infinite.t may fix failures seen on some platforms and with new versions of Test::More (0.62 was known to cause failures) [ *** BACKWARDS INCOMPATIBILITIES *** ] - The subtract_datetime() method switched back to using the local portion of the date _and_ time, but it now accounts for days with DST changes specially. This produces results that fix the bugs that were fixed by previous subtraction changes in 0.28 and 0.29, but without introducing even more bugs. The overall result should be sane, but please see the docs for details. 0.2901 2005-07-04 - A leap second for the end of 2005 was announced. 0.29 2005-06-03 [ *** BACKWARDS INCOMPATIBILITIES *** ] - When adding/subtracting a duration with months or days that crossed a DST change, the result was based on the local time, not the UTC time. For consistent results, it is necessary to use the UTC time (but local date) for all date math. Reported by J. Alexander Docauer. 0.28 2005-02-27 [ ENHANCEMENTS ] - The era names for the era() method are now retrieved from the DateTime.pm object's associated locale. The old era() method, which was hard-coded to use BCE and CE, is renamed secular_era(). The christian_era() method remains the same. [ BUG FIXES ] - Fixed an embarassing bug in the subtract_datetime() method. It was subtracting local times, not UTC, which caused bugs when doing subtraction across a DST change. This method is used to implement subtraction overloading, so that was affected as well. Reported by Mike Schilli. - The docs for the %U and %W strftime specifiers implied that these should be zero-padded, but the code was not doing so. Reported by J Docauer.
2006-04-25Update p5-DateTime-TimeZone to 0.44.hiramatsu2-6/+6
Changes from 0.42: 0.44 2006-04-17 - This release is based on version 2006d of the Olson database. 0.43 2006-04-13 - This release is based on version 2006c of the Olson database. - Added a link for AKST9AKDT (to America/Anchorage).
2006-04-25Update p5-DateTime-Locale to 0.22:hiramatsu2-7/+6
Changes from 0.09: 0.22 2005-05-31 - Allow id names passed to load() to contain dashes or underscores, in order to support RFC 3066 locale names, which use dashes. - Fix bugs when a custom locale was registered and a "class" parameter was passed to register(). Patch from Yann Kerherv. - Switched to a "traditional" Makefile.PL file at Perrin Harkins' request. 0.21 2005-02-28 - Fix era() method for year 0. 0.20 2005-02-26 * BACKWARDS INCOMPATIBILITY - The way DateTime::Locale::Base subclasses work has changed. Subclasses should no longer implement the date_formats() or time_formats() methods. Instead, they need to provide one method per format length (full_date_format(), long_date_format(), etc). - Uses much newer (August, 2004) data from ICU. This includes a number of new locales. See DateTime::LocaleCatalog for a list. This new data also adds a new type of differentiator for locales, the script (Latin vs Cyrillic, for example). - Added new methods to get the "narrow" forms of a day or month. - Implemented per-locale eras. - Fix a number of doc typos and buglets. Patch by Jean Forget.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig3-7/+7
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Upgrade to 2.1.1adrianp3-8/+8
> Major changes compared to the Kronolith H3 (2.1) version are: > * Fixed fatal error during first login of new users. > * Update free/busy information on Kolab servers after editing events. > * Improved free/busy support. > * Improved interoperability with KOrganizer. > * Added upgrade script for Oracle to upgrade from 1.1 to 2.x. > * Updated Danish, Dutch, Greek and Japanese translations.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz11-21/+22
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam6-167/+167
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-16Add p5-Time-Local.minskim1-1/+2
2006-04-16Import p5-Time-Local from pkgsrc-wip. Packaged by Roman Kulik.minskim4-0/+28
These routines are the inverse of built-in perl functions localtime() and gmtime(). They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch (Midnight, January 1, 1970 UTC on Unix, for example). This value can be positive or negative, though POSIX only requires support for positive values, so dates before the system's epoch may not work on all operating systems.
2006-04-16Fix typo.wiz1-2/+2
2006-04-16message explaining how to set your resources to make xalarm look betterperry1-0/+15
2006-04-16Add some resources to make Xaw3d widgets look betterperry1-1/+9
2006-04-16Update to 3.06. It was released ten years ago, but for whateverperry5-34/+38
reason we were using 3.03 and patching it up to 3.05. The only ChangeLog entry is Fix DIALOGVALUE from Charles Durst <cdurst@world.std.com>. Also, rig this to use Xaw3d correctly. I may make the default use more modern colors later.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-2/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig3-6/+6
that they look nicer.
2006-04-08List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam4-6/+8
2006-04-08Handle installation in the case where info file may be split.jlam2-11/+10
2006-04-06Over 1200 files touched but no revisions bumped :)reed3-9/+9
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-05Fix missing PLISt entry pointed out by bulk-builds.adrianp2-2/+5
2006-04-04Use gtkhtml38 instead of gtkhtml36. Bump PKGREVISION to 7.jmmv3-14/+14
2006-04-02Depend on hicolor-icon-theme to:jmmv1-2/+3
1) Handle the shared share/icons/hicolor directory. 2) Properly regenerate the icon theme cache during (de)installation. Bump PKGREVISION.
2006-03-31+kronolithadrianp1-1/+2
2006-03-31Kronolith is the Horde calendar application. It provides a stable andadrianp6-0/+448
featureful individual calendar system for every Horde user, with integrated collaboration/scheduling features. It makes extensive use of the Horde Framework to provide integration with other applications.
2006-03-30Update to 2.5.90:jmmv3-9/+9
2006-02-13 Rodney Dawes <dobey@novell.com> * configure.ac: Up version to 2.5.90 for release 2006-02-12 Rodney Dawes <dobey@novell.com> * configure.ac: * src/*.[ch]: Update copyright years to include 2006 2006-02-12 Rodney Dawes <dobey@novell.com> * src/evolution-webcal-notify.c (e_webcal_display_error): Set the maximum width for the error message to 80 characters for long URIs 2005-11-02 Simos Xenitellis <simos@gnome.org> * configure.ac: Added ky (Kirghiz) to ALL_LINGUAS.
2006-03-29Make sunbird pass CHECK_FILES by skipping automatically generated files.ghen1-1/+5
2006-03-28Fix PLIST.ghen1-2/+2
2006-03-28Disable use of visibility attributes, requested by joerg.ghen1-1/+2
2006-03-21Fix install problem on Darwin.yyamano1-2/+2
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam3-6/+6
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-11Remove BROKEN_IN. The installation problem has been fixed.hira1-3/+1
2006-03-11Use MAKE_FLAGS.kim1-4/+4
2006-03-10Updated to 0.42.hiramatsu2-7/+6
0.42 2006-02-20 - This release is based on version 2006b of the Olson database. 0.41 2006-01-31 - This release is based on version 2006a of the Olson database. 0.40 2005-12-27 - This release is based on version 2005r of the Olson database. This includes the latest Canadian changes to match the recent US changes. Also note that as of this version several zones which used to be links, including "EST", "MST", and "CST6DST", are now separate zones. 0.39 2005-06-05 - This release is based on version 2005o of the Olson database. 0.3801 2005-11-24 the "not turkey day" release - The last release included some generated modules for old zones (like Europe/Belfast) which are now links to existing zones. These modules referenced the non-existent DateTime::TimeZone::Singleton module. Reported by Rafael Garcia-Suarez. 0.38 2005-11-21 - Trying to create a DateTime object during DST exactly 11 years in the future (really, 1 year after the end of the pre-generated TZ change data that ships in the package) cause an error. Reported by Daniel B Boorstein. - This release is based on version 2005n of the Olson database. - Added a new method, has_dst_changes(), which indicates whether a given zone has any DST changes. 0.37 2005-08-22 - Make sure that provided time zone names are valid, because DateTime::TimeZone uses them in an eval. If you were passing user-provided data directly to DateTime::TimeZone->new, someone could give a string like "America/Chicago; system 'rm -rf /';", which would be bad. Reported by Matthew Reilly. - Made it possible to call catalog-related functions as methods. - This release is based on version 2005i of the Olson database. This include some major changes coming up in the US as a whole in 2007, along with other changes for just Indiana. 0.36 2005-04-21 - This release is based on version 2005i of the Olson database. 0.35 2005-03-15 the "I hate this dope" release - This release is based on version 2005g of the Olson database. - STORABLE_thaw() now returns $self in preparation for proposed changes to Storable. 0.34 2005-03-11 - Some time zone short names were incorrectly being given as something like "GMT/BST", when it should have been alternating between GMT and BST based on the daylight saving time. Reported by Tom Yandell. - This release is based on version 2005f of the Olson database. 0.33 2005-02-26 - This release is based on version 2005e of the Olson database. - When trying to determine the local time zone, if /etc/localtime is a file, make sure that matching file in /usr/share/zoneinfo is not a symlink.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz4-8/+8
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam27-54/+54
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-26uses both C and C++schwarz1-1/+2
2006-02-17Fixed warnings found by pkglint -Wall.martti2-4/+4