Commit graph

758 commits

Author SHA1 Message Date
he
8a8b881907 Update from version 1.11 to 1.13, discussed with maintainer.
Pkgsrc changes:
 o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer
 o Add USE_LANGUAGES=c

Upstream changes:

1.13
    - More QNX fixes (kraai@ftbfs.org)
    - Restore freebsd copyright on strptime.
    - Added add_months and add_years methods.

1.12
    - QNX fixes
    - Merge with perl core version
2008-09-14 12:52:29 +00:00
he
e9bd519804 Updated from version 0.09nb1 to 0.11, discussed with maintainer.
Pkgsrc changes:
 o Adjust dependencies

Upstream changes:

0.11  2007-12-04
    - Tried to make code work with Math::BigInt::* packages (tries to
      solve bug reported by Philip (Flip) Kromer)

0.10  2006-05-23
    - Removed midnight bug, reported by Jason Thaxter.
2008-09-13 14:12:55 +00:00
gdt
7fb5e4bd17 add license 2008-09-12 20:02:17 +00:00
gdt
cd0a9962dd add license, add NO_BIN_ON_FTP 2008-09-12 18:43:51 +00:00
epg
32b74bcb63 Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages that
set it to ${DISTNAME}.
2008-09-12 05:32:37 +00:00
he
0e61e56aed Update from version 1.02 to 1.09, discussed in general terms with maintainer.
Pkgsrc changes:
 o Canonicalize HOMEPAGE and MASTER_SITES
 o Switch to Module::Build method

Upstream changes:

1.09  2008 May 27
        - Bug fix: generated error if second argument to time_format
          was a string and was in December.  Thanks to Bokor Béla for
          spotting this one.

1.08  2008 May 27
        - Reset $@ at certain places, so as to work with older
          (broken) perls.  Again, thanks to Slaven Rezic.

1.07  2008 March 31
        - More test-case changes, to work with older perls.  Many
          thanks to Slaven Rezic and the rest of the tireless CPAN
          testers!

1.06  2008 March 28
        - Fix a broken test case in time.t; failed for non-English
          locales.

1.05  2008 March 27
        - Fix a typo bug in Makefile.PL

1.04  2008 March 26
        - Worked around a POSIX bug which would cause hangs under
          cygwin.
        - Fixed a couple test cases.

1.03  2008 March 24
        - Fixed a broken test case.
        - Added Module::Build support.
2008-09-10 19:11:56 +00:00
seb
566271ce0e Add & enable p5-Time-Warp 2008-09-10 16:50:08 +00:00
seb
ee74afaa70 Initial import of p5-Time-Warp version 0.5 in the NetBSD Packages
Collection.

The Perl 5 module Time::Warp offers developers control over the
measurement of time.
2008-09-10 16:48:52 +00:00
epg
0bb9b45202 dirrm the egg info dir 2008-09-10 16:20:01 +00:00
abs
9640258861 switch to using python/egg.mk and add missing entries to PLIST. Approved by markd@, bump pkgrevision 2008-09-10 13:05:11 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
tonnerre
b120410e7e +tdl 2008-09-04 11:16:18 +00:00
tonnerre
79c18c7513 Add tdl, the neat todo list manager. tdl allows you to create and manage
TODO lists, in the local directory or elsewhere, to assign priorities and
start/end dates, to send nag mails for todos or to generate reports of
done items by date.
2008-09-04 11:13:29 +00:00
dsainty
718d0a31d2 Update to version 0.14.3:
New in the v0.14.3 Release - 16 April 2008

* Added support for version 3 of libgda, the database access library
* Added internationalization (I18N) support for HTML export
* Allow dragging of completion bar in Gantt chart
* Allow dragging of task duration in Gantt beyond the window size
* % Complete column added to task and Gantt view
* New Tango icon set contributed by Frédéric Bellaiche
* Show guide lines setting is now persistent thanks to Marie Durand
* Fixed bug: Incorrect week numbers were sometimes shown both in the UI and in exported HTML.
* Fixed bug: Project start time shifts each time a project is read from a database
* Fixed bug: Toggling fixed duration state does not immediately update task appearance in Gantt chart
* Fixed bug 332748: Row height in exported HTML is incorrect in Internet Explorer (patch by Nico de Groot)
* Fixed bug 337382: Sidebar buttons are not accessible for things like screen readers
* Fixed bug 345163: ngettext should be used to get proper translation of plural
* Fixed bug 373008: Crash when importing MS project XML
* Fixed bug 382548: Crash when undoing indent
* Fixed bug 388454: Planner hangs when cancelling HTML export
* Fixed bug 393620: Gantt header width in exported HTML is incorrect
* Fixed bug 397132: Crash on export to database
* Fixed bug 436263: Keep task selection when (un)indenting
* Fixed bug 464359: Make distcheck fails (patch by Gilles Dartiguelongue)
* Fixed bug 486990: Fixed duration tasks have incorrect duration
* Fixed bug 499090: Incorrect task cost calculation in exported HTML for tasks worked on by multiple people.
2008-09-03 08:23:32 +00:00
dholland
5e5ea27bbd patch-aa: don't make own declaration of strdup(); fixes broken Linux build
patch-ab: fix y2038 bugs; time_t != long
distinfo: update
Makefile: PKGREVISION++
2008-08-30 08:25:26 +00:00
seb
62b81591a8 Add & enable p5-Time-Duration-Parse 2008-08-25 20:39:26 +00:00
seb
f7f556b63a Initial import of p5-Time-Duration-Parse version 0.06 in the NetBSD
Packages Collection.

Time::Duration::Parse is a Perl 5 module to parse human readable
duration strings like 2 minutes and 3 seconds to seconds.  It does
the opposite of duration_exact function in Time::Duration.
2008-08-25 20:37:50 +00:00
epg
1fc94600b0 Set MAINTAINER to pkgsrc-users@. 2008-08-18 00:55:48 +00:00
he
d32cabefd8 Update from version 0.4302nb1 to 0.4304.
Pkgsrc changes:
 o Change MAINTAINER to pkgsrc-users@, as per communication with maintainer

Upstream changes:

0.4304 2008-07-13

- Fix test failures when tests are run with DateTime::Locale
  0.41. Reported by David Cantrell via CPAN Testers.


0.4303 2008-07-12

- There is a new leap second coming at the end of 2008.
2008-08-17 16:45:27 +00:00
he
3295bb942c Update from version 0.77 to 0.79.
Pkgsrc changes:
 o Changed MAINTAINER to pkgsrc-users@ as per communication with maintainer

Upstream changes:
0.79    2008-07-29

- This release is based on version 2008e of the Olson database. The
  major changes in this release are for Mauritius and Central Europe
  (historical changes only).

- Fixes for the local TZ tests on Win32. Thanks to David Pinkowitz for
  pointing out my mistake.


0.78    2008-07-12

- This release is based on version 2008d of the Olson database. The
  major changes in this release are for Mauritius and Brazil (which
  now has a new America/Santarem zone).


0.7701  2008-06-03

- Many fixes and improvements to the tests for local time zone
  handling on Windows. Based on a patch from David Pinkowitz.

* There are no code changes in this release besides these test
  changes.
2008-08-17 16:18:19 +00:00
he
25f2e3b72f Update from version 0.4001 to 0.41.
Pkgsrc changes:
 o Changed MAINTAINER to pkgsrc-users, per communication with maintainer

Upstream changes:
0.41   2008-07-12

- Based on CLDR 1.6

- Added the CLDR version to the catalog and generated files. In the
  future, if you load a locale from an older CLDR version than the
  catalog's version, you will get a warning.
2008-08-17 15:58:02 +00:00
he
985879167e Add p5-DateTime-Precise. 2008-08-17 14:44:04 +00:00
he
6fcdced178 Import p5-DateTime-Precise version 1.05.
The purpose of this library was to replace our dependence on Unix
epoch time, which, being limited to a range of about 1970 to 2030,
is inadequate for our purposes (we have data as old as 1870). This
date library effectively handles dates from A.D. 1000 to infinity,
and would probably work all the way back to 0 (ignoring, of course,
the switch-over to the Gregorian calendar). The useful features of
Unix epoch time (ease of date difference calculation and date
comparison, strict ordering) are preserved, and elements such as
human-legibility are added. The library handles fractional seconds
and some date/time manipulations used for the Global Positioning
Satellite system.

The operators +/-, <=>, cmp, stringify are overloaded. Addition
handles seconds and fractions of seconds, subtraction handles
seconds or date differences, compares work, and stringification
returns the a representation of the date.

The US Geological Survey (USGS) likes midnight to be 24:00:00 of
the previous day, not 00:00:00 of the day people expect. If
$DateTime::Precise::USGSMidnight is set, dprintf will always print
midnight as 24:00:00 and the date returned from dprintf will have
the previous day's date. Regardless, time is always stored internally
as 00:00:00.
2008-08-17 14:43:13 +00:00
he
f977f85404 Update from version 0.16001 to 0.16002. Changes:
0.16002  Tue Aug 13 08:00:00 2008
    - Remove non-ascii byte sequence from Pg.pm (sorry, Claus).
      This fixes a failure report from CPAN testers
    - Updated Module::Install while we're at it
2008-08-17 12:18:45 +00:00
taca
7c1e7ba54f Update ruby-tzinfo package to 0.3.9.
== Version 0.3.9 (tzdata v2008c) - 27-May-2008

* Updated to tzdata version 2008c
  (http://article.gmane.org/gmane.comp.time.tz/2183).
* Support loading timezone data in the latest trunk versions of Ruby 1.9.
  Rational.new! is now private, so call it using Rational.send :new! instead.
  Thanks to Jeremy Kemper and Pratik Naik for spotting this. Closes #19184.
* Prevent warnings from being output when running Ruby with the -v or -w
  command line options. Thanks to Paul McMahon for the patch. Closes #19719.
2008-08-16 03:19:14 +00:00
schmonz
a89b1451b1 Add and enable leapsunpack. 2008-07-30 14:00:14 +00:00
schmonz
91583fabcb Initial import of leapsunpack, a program to convert D. J. Bernstein's
compressed leapsecond table into a viable leapsecs.txt file. It is
designed to augment D. J. Bernstein's libtai package. D. J. Bernstein!
2008-07-30 13:59:25 +00:00
rhaen
39378cf762 removed unneeded PLIST file 2008-07-22 13:50:06 +00:00
rhaen
b269843e37 updated to 1.20
took maintainership

ChangeLog:

2008-03-09  dave

	* [r50] Build.PL:
	  Incremented release number.
	* [r49] Build.PL:
	  Added Licence.
	  Slightly rejigged dependencies.

2008-03-08  dave

	* [r47] MANIFEST:
	  Removed COPYING for MANIFEST.
	* [r46] COPYING:
	  Remove COPYING.
	* [r45] t/no_dt.t:
	  Skip 2100 test on 64-bit systems.
	* [r44] lib/Calendar/Simple.pm:
	  Turn "licence" into a verb so CPANTS will recognise it.
	* [r43] lib/Calendar/Simple.pm:
	  Require Perl 5.6 (and, hence, use "our" and "warnings").
	  Use svn revision number.
	  Create licence section.
	* [r42] Build.PL, COPYING, MANIFEST:
	  Make files non-executable.
	* [r41] Build.PL:
	  Correct dependencies.
	  Change email address to mag-sol.com.
	  Increment version number.

2006-10-18  dave

	* [r40] lib/Calendar/Simple.pm:
	  Fixed undef values in comparisons
2008-07-22 13:48:48 +00:00
rhaen
dc5ee1a8d2 updated to 0.7
ChangeLog:
0.7  - Thu 29 Nov 2007 16:45:39 GMT
    * Add VERSION to .ics files since new Data::ICal requires it
2008-07-21 08:56:43 +00:00
heinz
545db81a7c Roman Kulik cannot maintain those packages anymore (he told me in
private mail some months ago).
2008-07-20 16:09:34 +00:00
rhaen
7c329a4f1f - updated to 1.18
ChangeLog:
1.18    2007-10-31

- Added pod and pod coverage tests.

- Doing a new release to provide a conformant META.yml file.

- This release contains no code changes from 1.17.
2008-07-18 14:23:59 +00:00
rhaen
37dc028c9c - updated to 1.06
ChangeLog:
2007-08-18  Avi Finkel     avi@finkel.org

  * Release 1.06 -- Fixing Makefile
2008-07-18 14:09:44 +00:00
heinz
a34a97789e Updated to version 0.96.
Pkgsrc changes:
  - none

Changes since version 0.94:
===========================
0.9.6 Thu Mar  6 07:39:24 2008
    - Fixed t/4-perl-critic.t so it deals properly with the absence of
      Test::Perl::Critic.  Thanks to haoess and thospell on Perl Monks
      for the solution.

0.9.5 Mon Mar  3 23:20:20 2008
    - Ran the module through Perl::Critic
    - Sign the package with a valid public key
2008-07-17 19:31:39 +00:00
he
d8e459898b Update from version 0.08 to 0.09. Changes:
0.09     2008-03-07

- The output of format_datetime() always includes the time
  portion. Without this the module produced what I think was an
  invalid iCal date. More importantly, this makes the output
  consistent (always a DATE-TIME). Reported by Bill Moseley.

- removes RRULE: and EXRULE: from ICal string before parsing.
  Reported by Matt Sisk.
2008-07-17 14:40:21 +00:00
mishka
c1c9887eb8 Use my NetBSD.org email - I read it much more regulary than any others. 2008-07-15 15:33:45 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
tonnerre
f3ef634c5b Add patches for wyrd privilege escalation (CVE-2008-0806). Thanks, agc! 2008-07-13 20:57:50 +00:00
markd
bcac87a94d Add py-pytz. 2008-06-23 21:31:17 +00:00
markd
a8d2a2cc0a Initial import py-pytz-2008b
pytz brings the Olson tz database into Python. This library allows accurate
and cross platform timezone calculations using Python 2.3 or higher. It also
solves the issue of ambiguous times at the end of daylight savings, which you
can read more about in the Python Library Reference (datetime.tzinfo).
2008-06-23 21:30:12 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
joerg
0558ac8b86 Install using BSD_INSTALL_PROGRAM, root permissions are requested using
SPECIAL_PERMS later.
2008-06-16 16:12:50 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
14ff404933 Needs a C compiler (otherwise some dependencies like e.g. p5-XML-Atom
don't accept the package).
Bump PKGREVISION for the additionally installed C module.
2008-06-01 15:39:37 +00:00
obache
b44fe2ce88 Add missing dependency on p5-List-MoreUtils.
Should fix PR 38809.

Bump PKGREVISION.
2008-06-01 10:02:26 +00:00
abs
a4d7b244b2 Updated time/p5-DateTime-Locale to 0.4001
0.4001 2008-05-19

- Minor changes to get test passing under 5.6.x.


0.40   2008-05-18

* Dropped support for Perl 5.005.

- Based on CLDR 1.5.1

- Massive reworking of the locale generation code. We now extract much
  more information from the CLDR files. See the DateTime::Locale and
  DateTime::Locale::Base documentation for details on what is
  available.

- Lots of bug fixes in the data. The old generation code was often
  extracting the draft form of a piece of data as opposed to the
  current final form. There are also many other data fixes from this
  new generation code.

- One of the notable additions is the inclusion of
  $locale->format_for(...) and $locale->available_formats(). This
  gives you access to formatting for various arbitrary patterns like
  "year and month" or "month and day". Requested by Brian Hirt.

- Many of the new features in this release will only be available with
  DateTime.pm 0.43+, since it requires a version of DateTime.pm which
  can handle the CLDR date pattern language.

- All locale files now include POD with examples of the data they
  include.
2008-05-29 08:29:06 +00:00
abs
a915157b24 Updated time/p5-Time-HiRes to 1.9715
1.9715	[2008-04-08]
	- Silly me: Makefile.PL does need to accept arguments other than mine.
	  Some testing frameworks obviously do this.
	- Add retrying for tests 34..37, which are the most commonly
	  failing tests.  If this helps, consider extending the retry
	  framework to all the tests.  [Inspired by Slaven Rezic,
	  [rt.cpan.org #34711] Occasional failures of test 35 or 36 (FreeBSD)]

1.9714	[2008-04-07]
	- Under Perl 5.6.* NVgf needs to be "g", reported by Zefram,
	  it seems that ppport.h 3.13 gets this wrong.
	- remove the check in Makefile.PL for 5.7.2, shouldn't be
	  (a) necessary (b) relevant
	- add logic to Makefile.PL to skip configure/write Makefile
	  step if the "xdefine" file already exists, indicating that
	  the configure step has already been done, one can still
	  force (re)configure by "perl Makefile.PL configure",
	  or of course by "make clean && perl Makefile.PL".

1.9713	[2008-04-04]
	- for alarm() and ualarm() [Perl] prefer setitimer() [C]
	  instead of ualarm() [C] since ualarm() [C] cannot portably
	  (and standards-compliantly) be used for more than 999_999
	  microseconds (rt.cpan.org #34655)
	- it seems that HP-UX has started (at least in 11.31 ia64)
	  #defining the CLOCK_REALTIME et alia (instead of having
	  them just as enums)
	- document all the diagnostics

1.9712	[2008-02-09]
	- move the sub tick in the test file back to where it used to be
	- in the "consider upgrading" message recommend at least Perl 5.8.8
	  and make the message to appear only for 5.8.0 since 5.8.1 and
	  later have the problem fixed
	- VOS tweak for Makefile (core perl change #33259)
	- since the test #17 seems to fail often, relax its limits a bit

1.9711	[2007-11-29]
	- lost VMS test skippage from Craig Berry
	- reformat the test code a little

1.9710	[2007-11-29]
	- I got the sense of the QNX test the wrong way in an attempt
	  to generalize it for future

1.9709	[2007-11-28]
	- casting fixes from Robin Barker for g++ and 64bitint
	- in QNX skip the itimer tests because though the API
	  is there, the implementation isn't, from Matt Kraai
	- raise the dead man timer to 180 seconds for really
	  slow/busy systems
	- elaborate the UTF-8 locale warning from Makefile.PL

1.9708	[2007-10-05]
	- [rt.cpan.org #29747]: Build failure with perl 5.005_05
	  Fixed by regenerating the ppport.h using Devel::PPPort 3.13.

1.9707	[2007-02-27]
	- t/HiRes.t failed in Perl 5.6.2,
	  "action is not of type POSIX::SigAction at t/HiRes.t line 318",
	  reported and fixed by Anton Berezin, the reason was faulty
	  use of sigaction() when restoring the old action.
2008-05-28 21:08:15 +00:00
abs
be8e449397 Updated time/p5-Time-Clock to 0.12
0.12 (02.01.2008) - John Siracusa <siracusa@gmail.com>

    * Updated the maintainer's email address.
2008-05-28 21:06:34 +00:00
abs
42bc1f015a Updated time/p5-DateTime-TimeZone to 0.77
0.77     2008-05-27

- This release is based on version 2008b of the Olson database. The
  major changes in this release are for Morocco, Mongolia, and
  Pakistan.

- More Windows changes from David Pinkowitz. Determining the local
  time zone on a Win32 system should now work regardless of the
  system's locale. Previously it only worked for English language
  systems. RT #36201.


0.76     2008-05-18

* Dropped support for Perl 5.005.

- Made the Win32 local time zone bits work on Vista and Server
  2008. Patch by David Pinkowitz. RT #35733.


0.75     2008-04-25

- A stray STORABLE_attach method in DT::TZ::Floating caused freezing
  and thawing a floating timezone with Storable to fail
  badly. Reported by Kostas Chatzikokolakis.

- Changed the local time zone detection on Win32 to only require read
  access to the registry. Patch by David Pinkowitz. RT #35273.


0.74     2008-03-24

- This release is based on version 2008b of the Olson database. The
  major changes in this release are for San Luis in Argentina, Cuba,
  Iraq, and Syria.


0.73     2008-03-08

- The DT::TZ::Local::VMS module declared its package as
  DateTime::TimeZone::Local::Win32, which clearly is not
  right. Patched by Peter Prymmer.

- This release is based on version 2008a of the Olson database. The
  major changes in this release are for Argentina and Chile,


0.72     2007-12-31

- This release is based on version 2007j of the Olson database. The
  major changes in this release are for Argentina.


0.71     2007-12-28

- Fixes a major bug in the generation of time zone data. This bug
  affected any time zone that has more than one rule (most of them)
  and currently has no DST changes (many of them). An example would be
  America/Caracas. The symptom would either be mistakes about the
  current time zone or bogus exceptions when trying to create a local
  date. Reported by Éric Cholet.


0.70     2007-12-03

- This release is based on version 2007j of the Olson database. There
  is one major change in this release, for the new Venezuelan time
  zone.
2008-05-28 21:05:11 +00:00
abs
e89f29f15d Updated time/DateTime-Format-Builder to 0.7901 from 0.7807
0.7901   2007-09-01

- The memory-cycle.t test will fail if you have PadWalker and the
  current Devel::Cycle (1.07) installed. I forgot I had patched my
  local Devel::Cycle to fix this bug.

0.79     2007-08-30

- Fix several circular references in
  DateTime::Format::Builder::Parser. This would be triggered by any
  standard usage of DT::F::Builder. Reported by Carl Franks. RT
  #29034.
2008-05-28 21:02:52 +00:00