summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2009-07-19pkgsrc changes:sno2-7/+8
- Updating package for p5 module Data::ICal from 0.15 to 0.16 - Setting Module::Install as module type - Adjusting license to perl license Upstream changes: 0.16 * Use \r\n as the newline character, per RFC 3445 * Escaping of \ was being done incorrectly, and tested incorrectly * Remove a useless and incorrect "escape code" * Mention Data::ICal::DateTime (patch from Mark Stosberg) * Update copyright * POD cleanup * Update README from POD * POD nits; mostly reflowing and whitespace fixes * Perltidy
2009-07-18pkgsrc changes:sno2-9/+9
- Updating package for p5 module DateTime::Format::Strptime from 1.0901 to 1.1000 - Adjusting license Upstream changes: 1.1000 2009-07-13 -- Regex Pattern - If the pattern you pass in is a regular expression, that will be honored. - Changed the locale tests to use require the latest version of Locale until the target stops moving.
2009-07-17Needs msgfmt.hasso1-2/+2
2009-07-17Give up MAINTAINERadrianp3-6/+6
2009-07-08Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Pythonjoerg1-3/+2
sources in a directory (tree) in pversion.mk. Adjust the various places that called it locally.
2009-07-08Added time/p5-Template-Plugin-DateTime version 0.06.001sno1-1/+2
2009-07-08Importing package for p5 module Template::Plugin::DateTime version 0.06.001sno3-0/+30
A Template Plugin To Use DateTime Objects.
2009-07-08Updating package for p5 module DateTime::Locale from 0.42 to 0.43 andsno2-6/+7
set license to ${PERL5_LICENSE} according to META.yml Upstream changes: 0.43 2009-06-30 - Based on CLDR 1.7.1, which includes support for several new languages, as well as lots of changes.
2009-07-08Updating package for p5 module DateTime::Format::Pg from 0.16003 to 0.16004sno2-7/+7
Set license to ${PERL5_LICENSE} according to META.yml Upstream changes: 0.16004 Mon Jul 06 12:00:00 2009 - Ship with proper META.yml (rt #47604)
2009-07-07user-destdir supportjoerg6-17/+33
2009-07-07user-destdir supportjoerg4-9/+46
2009-07-07user-destdir supportjoerg5-17/+85
2009-07-07user-destdir supportjoerg3-16/+22
2009-07-07user-destdir supportjoerg3-6/+24
2009-07-07user-destdir supportjoerg2-4/+7
2009-07-07user-destdir supportjoerg3-7/+15
2009-07-07user-destdir supportjoerg4-9/+20
2009-07-07Added time/p5-Time-Format_XS version 1.03sno1-1/+2
2009-07-07Importing package for p5 module Time::Format_XS to get some speed up intosno3-0/+29
Time::Format. Time::Format_XS, provides a huge performance improvement for the main formatting function in Time::Format. This is the time_format function, usually accessed via the %time hash.
2009-07-07pkgsrc changes:sno2-8/+7
- updating package of p5 module Time::Format from 1.09 to 1.11 - Adjusting depencencies according to META.yml (and Module::Corelist) Upstream changes: 1.11 2009 June 18 - Fix error in the new test (past.t) for v1.10! - Rearrange eval's throughout test code to rely on $@ less. 1.10 2009 June 17 - Bug fix: Did not trim leading zero off the am/pm hour (H code) if the argument was a DateTime. Thanks to Coke Coleda for spotting this.
2009-07-07pkgsrc changes:sno2-7/+7
- Updating package for p5 module of Time::Piece from 1.14 to 1.15 - Correcting license (see module documentation) Upstream changes: 1.15 - Skip a test on Win32 that there's just no way of passing - Document the above failure
2009-07-07Added time/p5-DateTime-Calendar-Mayan version 0.06.01sno1-1/+2
2009-07-07Importing package for p5 module DateTime-Calendar-Mayan-0.0601 as testsno3-0/+31
dependency in scheduled update of devel/p5-Moose-0.87 An implementation of the Mayan Long Count, Haab, and Tzolkin calendars as defined in "Calendrical Calculations The Millennium Edition".
2009-07-07Added time/p5-DateTime-Format-SQLite version 0.10sno1-1/+2
2009-07-07Importing package for p5 module DateTime::Format::SQLite 0.10 as dependencysno3-0/+30
of scheduled updates of DBIx::Class plugins. This module understands the formats used by SQLite for its date, datetime and time functions. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a timestring accepted by SQLite.
2009-07-06with is a reserved word for Python 2.6, so avoid it.joerg2-1/+126
2009-06-19Update from version 0.9 to 0.9nb1.he3-3/+51
Pkgsrc changes: o For the benefit of 64-bit strict alignment archs using gcc, such as NetBSD/sparc64, ensure that the specially crafted double values are properly aligned. Thanks to martin@ for pointing to the problem. This should stop regxpcom from dropping core on NetBSD/sparc64. OK'ed by wiz@
2009-06-15pkgsrc changes:sno2-7/+7
- Updating package of p5 module DateTime::Format::Natural from 0.76 to 0.77 - Adjusting license according to META.yaml Upstream changes: 0.77 Sun Jun 14 20:46:53 CEST 2009 - Merged development version to stable. 0.76_04 Sat Jun 13 14:04:21 CEST 2009 - Remove comment in code about the legacy debug option. - Use '\s+' instead of the ambiguous ' ' as token split pattern. - Add some whitespace to the regexp which recognizes additional tokens for formatted dates. 0.76_03 Wed Jun 10 11:50:42 CEST 2009 - The current "now" can be overridden through the 'datetime' option. [rt #45127 - Giovanni Pensa] - parse_datetime_duration() handles durations where the second part is relative to the first one. [rt #45127 - Giovanni Pensa] - New supported relative duration: for <count> <unit>. [rt #45127 - Giovanni Pensa] 0.76_02 Sat Jun 6 13:24:58 CEST 2009 - When using prefer_future, also allow for weekdays combined with the time of day to be parsed correctly. [rt #46689 - Jason May] - New supported format: <weekday> <time>. [rt #46689 - Jason May] 0.76_01 Mon Jun 1 21:34:06 CEST 2009 - Change in default behavior: Use DateTime's truncate method to reset time components. Inspired by [rt #43468 - Clayton L. Scott] and suggestions from others.
2009-06-14Remove @dirrm related logic.joerg1-3/+1
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg7-17/+10
2009-06-14pkgsrc changes:sno2-7/+7
- Updating package of p5 module DateTime::Format::Flexible from 0.08 to 0.09 - Adjusting license to ${PERL5_LICENSE} according to META.yaml Upstream changes: 0.09 Sun May 24 22:00:00 2009 - add a real copyright for Debian packaging - fix parsing a bare 4 digit year. (thanks Dominic Rose, rt #46278)
2009-06-14pkgsrc changes:sno2-7/+7
- Updating package of p5 module DateTime::TimeZone from 0.90 to 0.91 - Adjusting license to ${PERL5_LICENSE} according to META.yaml Upstream changes: 0.91 2009-05-26 - This release is based on version 2009h of the Olson database. This release has no user-visible changes, but I like to follow along anyway.
2009-06-14Remove @dirrm entries from PLISTsjoerg48-671/+48
2009-06-12Removed redundant .gz suffix for man pages.rillig3-10/+10
2009-06-11update to use the new Module::Install infrastructureabs1-1/+2
2009-06-10Update ruby-tzinfo to 0.3.13.minskim3-7/+8
Changes: * Updated to tzdata version 2009f (http://article.gmane.org/gmane.comp.time.tz/2668). * Untaint the timezone module filename after validation to allow use with $SAFE == 1 (e.g. under mod_ruby). Thanks to Dmitry Borodaenko for the suggestion. Closes #25349.
2009-06-09p5-Time and p5-Time-modules are the same package - keep p5-Time-module asabs5-35/+5
thats (minus the p5-) is the official name on CPAN http://cpansearch.perl.org/src/MUIR/Time-modules-2006.0814/META.yml
2009-06-06Update to 286:wiz3-7/+10
Removed curses from package and added textpad26.py. Loaded as textpad if python version < 2.6 to fix the overwrite bug earlier versions of curses. Test release. Include curses 2.2 in package to fix overwrite bug in textpad. Fixed bug introduced into locale. Exploring issue with etmwarn. Another Windows fix. Use os.rename() instead of os.system("mv "). Another attempt to get locale right. More locale work for Windows XP. Removed 'locale' settings which didn't work under Windows. Fixed bug in setting default paths under Windows. Major clarification effort. Agenda -> Soon, journal entry -> action. Reworked docs and added ability to delete (internally) an item. Replaced calls to external editor for modifying entries with an internal process similar to that used for creating entries. Moved creation and editing of remind events into new_entry and edit_entry, respectively. Fixed bug in @o s with @b > 0.
2009-06-04Make it link.hasso2-1/+18
2009-05-31Remove Mac OS X resource files and extracting the sources and don'ttron2-6/+7
list them in the package list. This avoids package list problems under Mac OS X and saves disk space on other platforms.
2009-05-31Add and enable "py-parsedatetime" package.tron1-1/+2
2009-05-31Import new "py-parsedatetime" package:tron4-0/+46
A collection of routines to input, parse and manipulate date and times. The text can either be 'normal' date values or it can be human readable.
2009-05-30update master site. fetch from freebsd.zafer1-2/+2
2009-05-30update master site and distname.zafer2-7/+7
2009-05-30update master site.zafer3-6/+6
2009-05-30update master site. fetch from freebsd.zafer1-2/+2
2009-05-30update master site.zafer1-2/+2
2009-05-30update master site. service has been suspended.zafer1-2/+2
2009-05-30update master site and homepage. use www instead of www2zafer1-3/+3
2009-05-30update master site.zafer1-2/+2