Commit graph

1332 commits

Author SHA1 Message Date
cheusov
38e9e1b4db Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).
All utilities are installed with a prefix 'g'. Symlinks with original
names are created in ${PREFIX}/gnu/bin.

++pkgrevision

Add LICENSE
2012-05-29 22:20:40 +00:00
marino
a01128dcb4 time/xfce4-orage: Fix unwanted directory removal
xfce4-orage depends on x11/xfce4-panel which takes care of creating
the plugins directory.  Remove the redundant directory creation which
can lead to directories being removed prematurely.
2012-05-19 00:34:45 +00:00
marino
ecb6dd3270 time/evolution_webcal: Fix indirect linking on DragonFly 2012-05-16 18:02:45 +00:00
dholland
65cf80fb73 Honor PKGMANDIR. 2012-05-10 22:16:54 +00:00
dholland
0bcdacfbcf Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
dholland
48a36ead6c Build fixes for new glib2. 2012-05-07 01:34:55 +00:00
obache
bb4f796e32 Drop dependency on libXp (from Imake)
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
  x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
  but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
  so all platforms should not require libXp from libXaw with Imake.

Bump PKGREVISION.
2012-05-03 09:55:29 +00:00
obache
99dc9c311a Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
wiz
5fc50432b2 Update to 2012c, time zone updates. 2012-04-22 16:13:30 +00:00
wiz
c9d5cb1617 Update to 1.01:
v1.01
  Fixed POD typo (Pete Lytle) (https://rt.cpan.org/Ticket/Display.html?id=61798)
  Added "302 moved temporarily" patch (Pete Lytle) (https://rt.cpan.org/Ticket/Display.html?id=69824)
2012-04-22 12:43:49 +00:00
wiz
d7d6afe6e6 Update to 0.74:
0.74   2012-03-22

- Small packaging fix for metacpan's benefit. No need to upgrade.


0.73   2012-03-17

- Change tests to work with Zefram's entirely rebuilt DateTime::TimeZone
  distribution, which will replace the current implementation. Patch by
  Zefram. RT #75757.


0.72   2012-01-05

- Remove Test::DependentModules from the dep list. This is used by some
  author-only tests. Reported by Zefram.


0.71   2012-01-05

- There will be a new leap second on June 30, 2012.


0.70   2011-05-09

- Really fix %N, finally. This was breaking the DateTime::Event::Recurrence
  test suite. Patch by Dagfinn Ilmari Mannsåker.


0.69   2011-05-03

- When a DateTime object had nanoseconds == 0, the %N strftime specifier
  always returned "0" regardless of the precision requested. Reported by John
  Siracusa. RT #67928.


0.68   2011-04-25

- The tests for %N in the last release relied on the vagaries of floating
  point math on a 64-bit system. Now the from_epoch() method just uses string
  operations to separate the epoch into an integer value and a mantissa. This
  avoids floating point insanity. Reported by zefram. RT #67736.


0.67   2011-04-24

- The %N strftime specifier simply truncated nanoseconds, rather than rounding
  them. Reported by Michael R. Davis. RT #66744.

- The %U strftime specifier was off by one in years where January 1st was a
  Sunday. Patch by Christian Hansen. RT #67631.

- The %W strftime specifier was off by one in years where January 1st was a
  Sunday or Monday. Patch by Christian Hansen. RT #67631.

- Some small optimizations from Christian Hansen. The biggest impact is for
  calculating week_of_month, week_number, and week_year.

- This distro now requires Perl 5.8.1+ (it implicitly did this anyway now that
  Params::Validate is 5.8.1+).
2012-04-22 12:40:38 +00:00
wiz
3d823245cd Comment out test dependency, it's recursive. 2012-04-22 12:26:13 +00:00
wiz
39cd954aa2 Update to 1.46:
1.46    2012-04-02

- This release is based on version 2012c of the Olson database. This release
  includes contemporary changes for Morocco, Palestine, Syria, and Haiti.


1.45    2012-03-03

- Remove the dependency on DateTime and DateTime::Duration which was
  accidentally added in 1.43. Reported by Slaven Rezic. RT #75508.


1.44    2012-03-02

- This release is based on version 2012b of the Olson database. This release
  includes contemporary changes for Cuba.


1.43    2012-03-01

- This release is based on version 2012a of the Olson database. This release
  includes contemporary changes for Armenia, Chile, the Falkland Islands, and
  Tokelau.


1.42    2011-11-07

- This release is based on version 2011n of the Olson database. This release
  includes contemporary changes for Fiji, Moldova (reversing the 2011m
  changes), and Cuba. The Moldova change removes the Europe/Tiraspol zone
  added in the previous release.


1.41    2011-10-24

- This release is based on version 2011m of the Olson database. This release
  includes contemporary changes for Brazil, Moldova, and Ukraine.


1.40    2011-10-10

- This release is based on version 2011l of the Olson database. This release
  includes contemporary changes for Palestine, Fiji, Russia, Belarus, Ukraine,
  and several other post-Soviet states.


1.39    2011-09-26

- This release is based on version 2011k of the Olson database. This release
  includes contemporary changes for Palestine, Belarus, and Ukraine.


1.38    2011-09-19

- Removed code matching /^package/ in tools/parse_olson. This was confusing
  the metacpan indexer.


1.37    2011-09-12

- This release is based on version 2011j of the Olson database. This release
  includes contemporary changes for Samoa and historical changes for Kenya,
  Uganda, and Tanzania.


1.36    2011-08-29

- This release is based on version 2011i of the Olson database. This release
  includes a new zone for South Sudan (Africa/Juba) and changes for Samoa,
  Kaliningrad (Russia), Alaska, Hawaii, Newfoundland/Labrador (Canada), and
  Resolute Bay.

- Require ExtUtils::MakeMaker 6.58+. This fixes an installation problem on
  Windows.


1.35    2011-07-03

- This release is based on version 2011h of the Olson database. This release
  includes changes for Russia.

- Include UTC in the list of all time zone names. RT #67070.


1.34    2011-04-25

- This release is based on version 2011g of the Olson database. This release
  includes changes for Egypt.

- DateTime::TimeZone::Floating and DateTime::TimeZone::UTC are now singletons,
  since their internal state never changes.


1.33    2011-04-11

- This release is based on version 2011f of the Olson database. This release
  includes changes for the Falkland Islands.


1.32    2011-04-01

- This release is based on version 2011e of the Olson database. This release
  includes changes for Morocco and Chile.


1.31    2011-03-18

- Updates for Win32 time zones. Patch by David Pinkowitz.


1.30    2011-03-14

- This release is based on version 2011d of the Olson database. This release
  includes changes for Samoa, Turkey, and Cuba.


1.29    2011-03-07

- This release is based on version 2011c of the Olson database. This release
  includes new zones, America/Sitka and America/Metlakatla, as well as changes
  for Alaska and Chile.


1.28    2011-02-07

- This release is based on version 2011b of the Olson database. This release
  includes a new zone, America/North_Dakota/Beulah.


1.27    2011-01-19

- This release is based on version 2011a of the Olson database. This release
  includes historical updates for Australia and Hawaii.


1.26    2010-11-20

- Fix release engineering bugs. The last release had both a Build.PL and
  Makefile.PL, but the former did not list all the prereqs. Also, dynamic
  prereqs for Win32 and HPUX were not being added properly.


1.25    2010-11-20

- Attempting to determine the local time zone while inside a sort subroutine
  could cause an error "Can't return outside a subroutine". This was caused by
  stack corruption that happens when an eval "use $module" fails. Reported by
  Andy Jones. RT #63106.


1.24    2010-10-25

- This release is based on version 2010n of the Olson database. This release
  includes updates for Fiji.

- All modules in the distro now have the same $VERSION.


1.23    2010-10-25

- This release is based on version 2010n of the Olson database. This release
  includes updates for Fiji.


1.22    2010-09-27

- This release is based on version 2010m of the Olson database. This release
  includes historical updates for Hong Kong.
2012-04-22 12:25:26 +00:00
joerg
5a06bb49fe Fix main. 2012-04-17 17:49:28 +00:00
wiz
3249e0a82f Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
markd
914ec1e9bc Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
hans
ab7719ac06 Fix build on SunOS, link against -lm -lrt. 2012-04-13 23:33:34 +00:00
wiz
4faa202860 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
markd
7a078bd78d Update to 0.11
v0.11 2011-01-14
- Fix endless loop when using some particular settings
- Included an option to postpone a break

v0.11-beta1 2010-10-03
- Fix detection of additional screens
- Make popup time configurable
- Require Qt 4.6.0 and KDE 4.4.0
- Fix timers when lock button is pressed
- Add the possibility to remove the lock button
- Remove buggy screenshot to show RSIBreak in the
  systray at startup and when launching a second time
- Add notification settings to the config
- Don't restart timers when leaving config and timers
  has not been changed
- Slideshoweffect: make the visibility of small images
  optional. ( Juan Luis Baptiste )
- Make popup visibly more attractive
  ( Juan Luis Baptiste)
- Make timers work for Qt=>4.4 ( Chani Armitage )
- Fix plasma category ( Balcaen John )
- Use KIdle library from kdelibs, instead of directly
  asking X.
2012-03-20 11:08:57 +00:00
markd
01854c73ef add ktimer 2012-03-20 06:18:32 +00:00
markd
917df613c5 Import ktimer. Part of KDE SC 4.8.0
KDE countdown launcher
2012-03-20 06:17:10 +00:00
obache
34a560cbb0 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
joerg
cbe16ddaab Fix build on newer NetBSD. 2012-03-14 23:20:10 +00:00
wiz
e984904e81 Update to 2012b, the usual time zone updates. 2012-03-12 15:51:20 +00:00
taca
25c6c4d9af Update ruby-tzinfo package to 0.3.32.
== Version 0.3.32 (tzdata v2012b) - 4-Mar-2012

* Updated to tzdata version 2012b
  (http://article.gmane.org/gmane.comp.time.tz/4756).
2012-03-12 15:36:26 +00:00
wiz
7f6ca7040e Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
joerg
dd8322de22 Always install the man page. Bump revision. 2012-03-06 23:29:29 +00:00
ryoon
9c53210756 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
obache
2041bd9e60 This package has no contents to buildlink3, remove unwanted buildlink3.mk. 2012-02-25 05:29:09 +00:00
reinoud
eab199eda7 Add buildlink for gcal 2012-02-24 21:01:29 +00:00
obache
8a688c32ac Update kronolith to 2.3.6.
(while here, set LICENSE=gnu-gpl-v2, fix unwanted empty directories creation)

------
v2.3.6
------

[jan] Add upgrade scripts for next-generation SQL share driver.
[jan] Export recurrence exceptions in a more portable way.


------
v2.3.5
------

[gwr] Fix moving events between calendars for the Kolab driver (Bug #7932)
[jan] Import and export the privacy field in CSV data (Request #9139).
[mjr] Send an iTip REQUEST, not ADD, when updating an existing event
      (Bug #9131).
[jan] Fix all-day events sometimes showing up an day early too (Bug #9012).
[mjr] Sort exception list before displaying (Request #7688).
[mjr] Do not remove history entries when removing user data (Bug #8755).


------
v2.3.4
------

[jan] Delete Horde alarms when resetting an event alarm.
[jan] Set an alarm to one minute, if users try to set an alarm without time.
[gwr] Fix editing the start date of recurring events (kolab/issue3885).


------
v2.3.3
------

[jan] Fix editing URLs of remote calendars.
[gwr] Fix recurring weekly events with fixed number of occurences but multiple
      incidences per week (kolab/issue3846).
[gwr] Fix recurring weekly events with intervals > 1 (Bug #8546).
[jan] Optimize event link generation (patrick.abiven@apitech.fr).
[jan] Fix Oracle SQL scripts.
[jan] Fix charset of ajax responses.
[jan] Add Croatian translation (Matej Vela <matej.vela@carnet.hr>).
[jan] Speed up listing alarms (patrick.abiven@apitech.fr, Request #8638).
[jan] Simplify and improve portability of listing events without date limits
      in the SQL driver (Bug #8590).
[mjr] Fix issue that caused the default alarm time to be applied to
      listTimeObjects events (Bug #8588).


------
v2.3.2
------

[mms] Upgrade prototype.js to v1.6.1.
[jan] Allow to add address lists as attendees through the address book popup
      (Bug #7834).
[jan] Fix exporting certain weekday recurrence rules to iCalendar
      (lst_hoe02@kwsoft.de, Bug #8501).
[jan] Export recurrence end dates as date-time values in iCalendar data to
      improve compatibility with external clients (Bug #7846).
[jan] Fix synchronization with output compression enabled (Bug #7769).
[jan] Add configuration whether to show user drop down list or text field in
      permissions dialog (requires Horde 3.3.5).
[jan] Propagate the 'modified' API method (Request #8274).
[cjh] Fix the signature of the kronolith/import API method
      (rpolli@babel.it, Bug #8309).
[jan] Correctly create all-day events if using the all-day link in the day
      view (stpierre@nebrwesleyan.edu, Bug #8220).
[jan] Fix rendering of all-day events (Bug #8176).


------
v2.3.1
------

[jan] Render contact autocompletion list on top of free/busy blocks (Bug #7273).
[jan] Save recurrence exceptions when copying events (Bug #7689).
[jan] Prevent warnings if trying to add address lists as attendees (Bug #7834).
[jan] Fix start and end time calculation of multi-day events (Bug #7788).
[jan] Wrap URL in calendar information in IE7 (almarin@um.es, Bug #8043).
[jan] Fix "Date-string has wrong format" error with holidays (Bug #7961).
[jan] Use improved translation support in Date_Holidays (requires 0.21.0 now,
      Bug #7272).
[jan] Empty view cache when changing calendar selection
      (stpierre@nebrwesleyan.edu, Bug #7879).
[mjr] Fix category CSS being included on embedded widgets.
[cjh] Work around BC break with Horde versions before 3.2 (Bug #7820).
[jan] Allow to manually change attendee responses (paul@carnie.com.au,
      Request #7443).
[jan] Fix linking to last week across certain year boundaries (Bug #7827).
[jan] Add script to import events from SquirrelMail database.
[cjh] Add private-***.png graphics to Tango and Silver themes (Bug #7531).
[cjh] Fix listing of users in the calendar/browse API call.
[jan] Set timezone per user preference and fix recurring events when sending
      reminders through Kronolith (develop@kristov.de, Bug #7038).
[cjh] Add a PostgreSQL-specific upgrade script for 2.2 to 2.3
      (michael.menge@zdv.uni-tuebingen.de, Bug #7454).
[mms] Upgrade prototype.js to v1.6.0.3.
2012-02-23 12:05:50 +00:00
hans
987afa58e4 Make sure the correct install tool is used. 2012-02-16 19:55:31 +00:00
hiramatsu
a355c2c3ea Update p5-Schedule-At to 1.04.
Changes from previous:
----------------------
1.12 Wed May 25 11:53:10 MEST 2011
	- Added support for NetBSD and DragonFly NetBSD (Dan McMahill <dmcmahill AT netbsd.org>)

1.13
	- Fix POD errors (https://rt.cpan.org/Public/Bug/Display.html?id=63810)
	(reported and patch submitted by carnil [...] debian.org)
	- Updated support for AIX (Bogenstätter Marcus <bogenstaetter AT empirius.de>)

1.14 Mon Jan 30 16:25:48 MET 2012
	- Fix https://rt.cpan.org/Public/Bug/Display.html?id=72813
	(reported by cbouvi [...] cpan.org)
2012-02-12 06:27:14 +00:00
wiz
0d8c03d43e Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
marino
8ee8f2d8f3 time/glclock: Restore libGL reference to patch-aa
On 24 April 2008, the GL library was removed from the configuration
to "Fix build with the latest version of the Mesalib package".  Symbols
from this library are still referenced though.

The patch was changed to the original libraries and order with the
exception of the additional libSM and libICE.  It builds fine using
the latest Mesalib package.
2012-01-29 15:53:27 +00:00
marino
d7d03190c6 time/catclock: Restore missing reference to libXt
The patch-aa removed the linkage to libXt (static) but catclock still needs
functions from this library which it was accessing indirectly.  Change this
to a direct link which makes gnu linker v2.22 happy.
2012-01-29 15:52:34 +00:00
marino
4795df2ecc time/rsibreak: Fix indirect linking error on DragonFly 2012-01-29 00:13:49 +00:00
marino
d0131bf152 time/xonclock: Fix indirect linking error on DragonFly 2012-01-29 00:12:54 +00:00
rhaen
9a972928a1 Updated to 0.537
Changes:

0.537 (05.04.2011) - John Siracusa <siracusa@gmail.com>

    * Well that was fast.  DateTime 0.69 fixes RT 67928.  Tests updated.

0.536 (05.03.2011) - John Siracusa <siracusa@gmail.com>

    * Account for changes in DateTime 0.67 and later and work around
      http://rt.cpan.org/Public/Bug/Display.html?id=67928

0.535 (01.24.2010) - John Siracusa <siracusa@gmail.com>

    * Handle pre-0.4 version of DateTime::Locale.  (RT 65070)
2012-01-26 19:18:26 +00:00
rhaen
b6b6e176e5 Updated to 1.5000
Changes:

1.5000 2010-10-16

    - This module did not recognize UTC as a valid time zone. Patch by Danijel
      Tašov. RT #59209.
2012-01-26 19:00:53 +00:00
sbd
ec681430da Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
wiz
66a86f9f18 Mark as not available for python3 because py-setuptools isn't. 2012-01-20 13:42:01 +00:00
wiz
a31fbcfb51 Update to 2011n. Usual timezone changes, and:
2011-02-08

    - Python 3.1 support.
2012-01-20 12:12:26 +00:00
wiz
33a3f9be13 Update to 2.2.
2.2
---

* migration to https://github.com/collective/icalendar using svn2git preserving
  tags, branches and authors.
  [garbas]

* using tox for testing on python 2.4, 2.5, 2.6, 2.6.
  [garbas]

* fixed tests so they pass also under python 2.7.
  [garbas]

* running tests on https://jenkins.plone.org/job/icalendar (only 2.6 for now)
  with some other metrics (pylint, clonedigger, coverage).
  [garbas]

* review and merge changes from https://github.com/cozi/icalendar fork.
  [garbas]

* created sphinx documentation and started documenting development and goals.
  [garbas]

* hook out github repository to http://readthedocs.org service so sphinx
  documentation is generated on each commit (for master). Documentation can be
  visible on: http://readthedocs.org/docs/icalendar/en/latest/
  [garbas]
2012-01-20 12:08:47 +00:00
obache
1f4649c8a2 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
sbd
f989fbeb7c Add missing mk/termcap buildlink.
Bump PKGREVISION
2012-01-08 03:47:51 +00:00
dholland
b4791bb931 Fix build:
1. "unzip -x file.zip" does not work with any unzip I can find; drop
the -x.

2. Because there's a self-extracting archive, NetBSD's builtin unzip
doesn't work. When ${OPSYS} is NetBSD, explicitly depend on
archivers/unzip instead of adding unzip to USE_TOOLS. (I'm not sure
this is the right way to go about this. It at least works though.)
2011-12-13 06:14:47 +00:00
drochner
759c9a66a2 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
sbd
529d8cb79d Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
wiz
15c4d1d8d8 Reset maintainer, sketch resigned. 2011-11-28 00:06:17 +00:00
joerg
7f41aefc93 Fix build with newer GCC. 2011-11-25 22:19:56 +00:00
joerg
57144080ce Fix build with modern GCC. 2011-11-25 22:19:23 +00:00
joerg
b0be797873 Fix build with newer GCC 2011-11-22 20:03:56 +00:00
sno
901972ff49 Update CPAN module package for DateTime::Format::W3CDTF in
/data/pkgsrc/time/p5-DateTime-Format-W3CDTF from 0.05nb2 to 0.06

Upstream changes:
0.06  2011-02-06

- Fixed parsing of datetimes with sub-second precision (RT #14179, patch from
  Andrew Turner).
2011-11-15 11:32:21 +00:00
sno
a97aa02886 Updating Time::HiRes module for Perl programming language in
time/p5-Time-HiRes from 1.9721nb2 to 1.9724.

Upstream changes:
1.9724 [2011-06-09]
	- Correct XS parameter list, and therefore prototype, for
	  unimplemented-on-this-platform version of clock_nanosleep()
	  [rt.cpan.org #68700].
	- Declare package variables with "our" rather than "use vars".
	- Corresponding to "our" usage, check for minimum Perl version
	  5.006.
	- Declare module dependencies.

1.9723 [2011-06-07]
	- Remove $ENV{PERL_CORE} logic from test suite, which is no
	  longer desired in the core.
	- Convert test suite to use Test::More.
	- Factor out watchdog code from test suite.
	- In test suite, be consistent about using fully-qualified form
	  of function names.
	- Divide test suite into feature-specific scripts.
	- Make ualarm timing test less vulnerable to delay-induced false
	  failure, from Dave Mitchell.

1.9722 [2011-05-18]
	- Update for changes in build process in the core, patches
	  from BinGOs [rt.cpan.org #58858] and Craig Berry [rt.cpan.org
	  #63363].
	- Fix broken linkage on Windows with gcc 3.4 seen with ActivePerl,
	  report from Christian Walde [rt.cpan.org #61648], fix derived
	  from Vincent Pit.
	- Jump through hoops to avoid compiler warnings.
2011-11-11 11:25:38 +00:00
taca
dd9a9432c2 Update ruby-tzinfo package to 0.3.31.
== Version 0.3.31 (tzdata v2011n) - 6-Nov-2011

* Updated to tzdata version 2011n
  (http://article.gmane.org/gmane.comp.time.tz/4434).


== Version 0.3.30 (tzdata v2011k) - 29-Sep-2011

* Updated to tzdata version 2011k
  (http://article.gmane.org/gmane.comp.time.tz/4084).
2011-11-08 16:46:15 +00:00
ryoon
b2eb02c74a Add abclock 2011-11-08 10:50:35 +00:00
ryoon
8b5eaaf96f Import abclock-1.0d as time/abclock from wip/abclock by ghen@
Digital clocks are nice for telling exactly what time it is, but, unlike an
analogue clock, they don't give a spatial representation of time. They don't
show where time is coming from or going to.

On the other hand, a bitmap representation of a mechanical clock doesn't tell
time very accurately if the bitmap is very small. And curves and oblique lines
don't look very nice in a small, low-resolution bitmap.

So, this is something different: an analogue clock that isn't tied to the
design of the mechanical clock, but instead uses the natural properties of
bitmaps: straight lines and rectangles.
2011-11-08 10:49:35 +00:00
sbd
7625f81da8 Make the crontab entry '-q' option work.
Bump PKGREVISION.
2011-11-02 23:47:37 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
ryoon
fd1fa24dde Update to 3.6.1
Changelog:
Major changes in release 3.6.1

* Include All Saints' day in HU
* Fix build issue under solaris 10 / studio 12.1
* Unicode support
* Make --help a synonym for --long-help
2011-10-25 08:00:00 +00:00
hiramatsu
fb169b7c04 Update p5-DateTime-Set to 0.31.
Changes from previous:
0.31
- more tests of intersections with open/closed ended spans

0.30   2011-04-11
- new test file t/21from_recurrence.t
  Contributed by Olivier Mengue

0.29   2011-04-01
- new method is_empty_set - bug #50750
2011-10-15 15:17:06 +00:00
ryoon
a992892ced Update to 877
Changelog:
877    2011-09-05
	Fixed no_regex to only match 'no' or 'none' and not, for example,
	'note'. Added the ability to specify RGB colors for the gui outline
	and html window fonts. When displaying output in the html window, do
	not change the outline panel display. Fixed bug in parsing alerts in
	which a single alert would be treated as a list, e.g. '@a 12' would
	give the list (1, 2). Skip 'showDay' when displaying html output.
876    2011-09-02
	Provide a leading '+' for action @e entries that do not have one.
875    2011-09-02
	When using '-gF' in outline view, prefix item titles with the
	leader, i.e., the character(s) from ['~', '*', '!', '-', '+'] that
	begin the item entry.
874    2011-09-02
	Fixed missing color key 14 (details color) in the GUI.
873    2011-09-02
	Fixed sorting and display with '-g F' to sort by file path and then
	line number.
872    2011-08-31
	Fixed bug in expanding children. Changed role of 'monthly' variables
	such as etmActions. If an empty string is given then monthly files
	will not be created and, e.g., 'actns.text' in the etmdata directory
	will be used as the default. If not an empty string, then in August
	2011, e.g., 'etmActions/2011/08/actns.text' would be created, if
	necessary, and used as the default. (Note the addition of the month
	directory.) The same directory can be specified for etmActions,
	etmEvents, etmNotes and etmTasks, e.g., 'monthy' in the etmdata
	directory and, if this is done, then 'actns.text', 'evnts.text',
	'notes.text' and 'tasks.text' for August would all be placed in the
	directory '../etmdata/2011/08/'. Introduced new variables,
	'minutes_msg', 'oneminute_msg' and 'rightnow_msg' with defaults
	'begins %s minutes from now', 'begins one minute from now' and
	'begins now'. The '%s' can be placed anywhere in the expression for
	'minutes_msg' and will be replaced by the number of minutes. Added
	ability (experimental) to use foreign language characters in the
	etmrc settings.
871    2011-08-29
	Fixed codecs error under Windows. Fixed html printing under Windows
	and Linux. Allow parsing option strings with embedded minus signs
	such as searches for hyphenated words. Added term_print for terminal
	output using term_encoding. Added < 2.0.0 to the setup requirement
	for dateutils to avoid the Windows "_thread" problem.
870    2011-08-26
	MS Windows fix. Changed locale to support the 3-manth calendar in
	the CLI and the 12-month calendar in the GUI.
869    2011-08-25
	Only load data in e.py when necessary and not, for example, when
	doing a version check or displaying a three month calendar.
868    2011-08-25
	Windows fixes for missing color attributes and bug in scrolling.
867    2011-08-25
	When selecting a date in the monthly calendar scroll to the top of
	the outline display. Save and restore outline expansion state after
	making changes.
866    2011-08-24
	In the interactive CLI, added edit, create, delete, finish, unfinish
	and move using 'item numbers' from the interactive display. Added
	'jump to date' (fuzzy parsed or relative) to both the CLI and the
	GUI. Added a three month calendar display to the CLI. In in the GUI
	change the monthy calendar to reflect a change in the 'begin_date'.
	Fixed various bugs in parsing options, particularly for busy view.
865    2011-08-19
	Removed unneeded fieldNames and fixed code for details to allow the
	inclusion of any regular field. Reset totalsfirst to False when
	restoring defaults by pressing "space". Added CenterOnScreen to gui
	init.
864    2011-08-18
	Cleaned up currentPage and char2PageMode. Removed spurious
	'py_modules=['ez_setup'] from setup.py and setup_app.py.
863    2011-08-15
	Added abbreviationsFile to etmrc and abbreviation expansion to entry
	processing.
862    2011-08-15
	For dated items without occurances within the beg_year, end_year
	interval, add the last of the occurances before the interval and the
	first of the occurances after the interval so that these items will
	be available, e.g, for search and for grouping by file path.
861    2011-08-14
	Cleaned up and simplified templates, hotkey shortcuts and histories.
	Ctrl-Tab and Space-Tab are now bound to the same "smart" completion
	routine which looks first for entries such as "@c" or "-g" and, if
	found, indentifies possible completions. If no such match is
	possible, then completions are sought for entries that begin with
	"o", "b", "~", "*", "-", "+" or "!". Entries from contexts.txt,
	keywords.txt, locations.txt and timezones are available as are
	current file entries if the "addFile" switches are True. Current
	session entries for "o" and "b" are also available.
860    2011-08-13
	Added F (filepath) to grouby options. Modified afterChange to
	restore view using current options.
859    2011-08-09
	Remove item count from group header unless greater than 1.
858    2011-08-08
	Added busyfontsize setting to etmRC - Windows needs a smaller font
	size than the one used before.
2011-09-17 13:35:17 +00:00
obache
d156436aa3 Bump PKGREVISION from PHP_VERSION_DEFAULT changes. 2011-09-16 05:46:22 +00:00
wiz
46bf7e767e Update to 2.678:
Please note that this module is long-since abandoned. While I do accept
patches, and occasionally apply them, for the most part it is
recommended that you move off of this module and use the various modules
developed by the datetime project. You can find out more about the
datetime project at http://datetime.perl.org/

2011-05-10

    * Applies patch from Mark Alway for situation where min, hour, and
    sec are all '00'. However, a reminder that you should be using the
    DateTime modules instead.

2009-08-19 09:23  rbowen

    * No functional changes in this revision, just a move to svn and a
    cleanup of the documentation, removing references to long-defunct
    URLs, and adding references to the datetime.perl.org project, where
    you really should be looking for all of your Perl datetime needs.
2011-08-16 22:39:26 +00:00
obache
5beaa9a4c7 Drop Module::Build requirements, default dependency is sufficient. 2011-08-16 09:56:41 +00:00
obache
25a39b3d02 Drop Module::Build requirements, default dependency is sufficient. 2011-08-16 09:40:46 +00:00
obache
b1e5f034de Revision bump after updating perl5 to 5.14.1. 2011-08-14 15:28:43 +00:00
obache
e021997751 No need to buildlink with perl5, just require perl to run and pod2man to gen man.
Relax dependency and Bump PKGREVISION.
2011-08-14 15:23:41 +00:00
ryoon
ad453c7d84 Update to 855
* File format is changed. You can find converter
  at http://www.duke.edu/~dgraham/ETM/

Changelog:
855    2011-08-05
	Modified old2new.py to avoid overwritting existing files.
854    2011-08-05
	Fixed erratic action timer behavior. Removed an unused entry from
	etmrc and corrected the documentation for 'increment' to indicate
	that it only applies to actions created with the action timer.
853    2011-08-03
	Added checks to prevent the automatic update for previous users of
	etm from overwriting either *.txt or *.text files in the (new)
	etmdata directory.
852    2011-08-02
	Fixed bug in command line help display for outline view.
851    2011-08-02
	Added n (newer) and w (start gui) to the command line options for
	e.py.
850    2011-07-31
	Restored 'A' command to create an action with a specified extent
	without starting timer. When opening project file in external
	editor, reload if modification time has changed. Store timer details
	in a hash to avoid string manipulations and dropped fields.
849    2011-07-31
	etmRC tweaks.
848    2011-07-28
	Fixed bug in converting weekday abbreviations to 2-letter, uppercase
	ones in @w entries. Added old2new.txt to the basic upload. Removed
	redundant 'extent' entry from etmrc.
847    2011-07-28
	Fixed error in showing ending date in datebar. Used end_date but
	should be end_date - oneday. Allow relative date in setting
	begin_date as well as end_date, e.g., -e '-21'.
846    2011-07-27
	No more rotating files. Instead create, e.g, 2011/07_actns.text in
	the etmActions directory in July 2011 and similarly events, notes
	and tasks and for other months and years.
845    2011-07-23
	Added tag new for changeset 36046d531589
844    2011-07-22
	Added starting time option for actions.
843    2011-07-20
	More etmRC tweaks. This seems to work on all platforms.
842    2011-07-20
	Windoz weak - use r'''var''' to prevent expansions of \n, \t and so
	forth in paths.
841    2011-07-20
	Replaced open with codecs.open in etmRC and etmData.
840    2011-07-20
	For Windoz, write new etmrc using default file encoding.
839    2011-07-20
	More etmRC tweaks. Check for modification of etmrc after external
	edit before warning about restart.
838    2011-07-20
	More etmRC tweaks.
837    2011-07-18
	Tweaks for etmRC paths. wxpython 2.8.12.
836    2011-07-18
	Added check_rotating to etmRC to create appropriate archive files
	before migrating old data files.
835    2011-07-18
	Added .text extension to rotating archive and backup files.
834    2011-07-17
	Added check_newinstall, make_examples and make_holidays to etmRC.
833    2011-07-17
	Removed len(v)>2 test in etmData.getLeaf.
832    2011-07-16
	Use extension 'text' instead of 'txt' for new format data files.
	Automatically copy old files to ~./etm/etmdata, make format changes
	and change the extentsion.
831    2011-07-16
	Hack to make locale work for 12-month calendar in both os x and
	linux. Corrected bug in rc in which a new rc file would not be
	created. Added print statements to trace rc.
830    2011-07-14
	Fixed wrong indent in etmData. Fixed old2new to replace '@p #' with
	'@e +#'.
829    2011-07-13
	Make search involve all tuples, regardless of date.
828    2011-07-13
	Help improvements.
827    2011-07-11
	Save error messages when loading data and report in both CLI and
	GUI.
826    2011-07-10
	Reorganized Item Options help tab and added Examples tab.
825    2011-07-10
	Fixed bug in showing week with no items.
824    2011-07-09
	Colors output from the command line. Added Cmd loop to cli.
823    2011-07-08
	Ctrl-F now exports selection in vCal format to 'export.ics' in
	export directory.
822    2011-07-08
	Details support. With a leaf selected, Ctrl-P shows both the item
	and its details nicely formatted. Ctrl-Y works similarly. When
	adding '-d' to outline display options, using '-d len' would show
	both the times and their locations, extents and notes. Using '-d *'
	would show all details.
821    2011-07-07
	Prerequisites with finish dates and with or without repetitions are
	now handled correctly.
820    2011-06-30
	Changed str() to unicode() in etmData
819    2011-06-30
	Enabled action timer to be restarted after stopping.
818    2011-06-30
	Busy/Free now works from gui and cli. Modified prep_dist to confirm
	if hg stat is non-null.
817    2011-06-29
	Export to vcal (-v store_true) and export to CSV (-x string) where
	string is composed of single character tuple labels, e.g., -x ymdp
	for year, month, day, priority.
816    2011-06-28
	Fixed bug in char2PageMode involving 'action' v 'actions'.
815    2011-06-28
	Added priority.
814    2011-06-24
	First pass at Ctrl-Tab completion.
813    2011-06-24
	Add missing fields to hash and then use hash2Str instead of
	appending field to existing string.
812    2011-06-22
	Changed etm info to show common prefix and relative paths for data
	files.
811    2011-06-22
	Added export to vCal/iCal bound to v parser in cli and ^V in the
	gui.
810    2011-06-19
	'A' with timer stopped now creates a new action without using the
	timer.
809    2011-06-17
	Added tags with possibly mulitple switches similar to nts.
808    2011-06-17
	Preserve options including groupby cols when selecting dates in
	calendar.
807    2011-06-15
	Fixed bug in sunmoon error reporting for timeout.
806    2011-06-15
	Get dates as 1/1 of current year minus 1 year and 12/31 of current
	year plus 5 years with integer defaults for years set in etm rc.
	Work on colors and attributes. Don't hide notes by default in
	standard view.
805    2011-06-08
	Added create project. Fixed bug in calling textwrap instead of
	text_wrap.
804    2011-06-07
	Fixed bug in assigning action to beginby. Handle non-tuple groupby.
	Work on help.
803    2011-06-07
	Fixed yank and print in html windows.
802    2011-06-07
	Clear outline and busy options with shift-enter but save them to use
	as defaults for later usage.
801    2011-06-06
	Combined 'view' and 'item' into 'options'. Don't show null options
	in the status bar. Hide details now seems to work with various
	groupby settings.
800    2011-06-06
	Basic command line parsing and output now works.
2011-08-06 23:22:14 +00:00
obache
7f43353df0 recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
taca
7bb3f4b463 Update ruby-tzinfo package to 0.3.29. (a leaf package)
== Version 0.3.29 (tzdata v2011h) - 27-Jun-2011

* Updated to tzdata version 2011h
  (http://article.gmane.org/gmane.comp.time.tz/3814).
* Allow the default value of the local_to_utc and period_for_local dst
  parameter to be specified globally with a Timezone.default_dst attribute.
  Thanks to Kurt Werle for the suggestion and patch.
2011-07-01 03:31:01 +00:00
obache
d45ebd97ec Update p5-Time-modules to 2011.0517.
(contains fixes for PR#43823).

2011.0517:
	Bugfix from Sophie Hamilton: call tzset() when changing timezones.

	Bugfix: bail out of tests cleanly when tzset doesn't work.
2011.0505:
	Bugfix: make sure $ampm is defined so no undefined string warnings
	are issued.

	Honor the GMT flag when parsing time specs.  Patch from
	kris at shannon.id.au.

	Bugfix: RT#31477 noon & midnight would match in the middle of strings.

	Added %v conversion for Time::CTime

	Added tests to disprove invalid bug reports.
2011-06-19 12:04:46 +00:00
taca
076dd13acb Update ruby-tzinfo package to 0.3.28.
== Version 0.3.28 (tzdata v2011g) - 13-Jun-2011

* Add support for Ruby 1.9.3 (trunk revision 31668 and later). Thanks to
  Aaron Patterson for reporting the problems running on the new version.
  Closes #29233.
2011-06-15 15:12:24 +00:00
obache
f38363508f recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
cheusov
ea3beea076 DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
cheusov
e4d6c54bd0 add heirloom packages, oked by sponsors 2011-05-28 08:23:36 +00:00
cheusov
d4eaec91af heirloom part 2011-05-28 08:22:22 +00:00
dmcmahill
b22f42ea7f Update to 1.11.
Changes from 1.10 are:

1.11 Web Dic  9 11:40:11 CET 2010
        - Added support for $SHELL (Ji�[7m<99>í Pavlovský jira AT getnet.cz)


While here, add OS dependent information for NetBSD and DragonFly
2011-05-26 01:34:39 +00:00
obache
4e141a0f5a * Change MASTER_SITES subdir to usual one.
* Change HOMEPAGE to permalink.
2011-05-19 05:06:15 +00:00
obache
c4b2b5d88a Change MASTER_SITES subdir to usual one. 2011-05-19 05:03:59 +00:00
obache
b584088d97 * change MASTER_SITES to standard subdir.
* change HOMEPAGE to permalink.
2011-05-19 04:32:02 +00:00
obache
1321c77bff + p5-Date-ICal 2011-05-19 04:19:36 +00:00
dmcmahill
c4d4a477a7 add and enable several perl modules needed to support databases/koha. PR pkg/43929 2011-05-18 02:23:22 +00:00
dmcmahill
f8fbd3370a Initial import of time/p5-Schedule-At version 1.10
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

This modules provides an OS independent interface to 'at', the Unix command
that allows you to execute commands at a specified time.
2011-05-18 01:29:20 +00:00
dmcmahill
8b62bb3aae Initial import of time/p5-Date-Leapyear version 1.72
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

Date::Leapyear exports one function - isleap - which returns 1 or 0 if a year
is leap, or not, respectively.
2011-05-18 01:27:43 +00:00
dmcmahill
f81f677dda Initial import of time/p5-Date-ICal version 1.72
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß

-------------------------------------

Date::ICal talks the ICal date format, and is intended to be a base class for
other date/calendar modules that know about ICal time format also.
2011-05-18 01:23:39 +00:00
ryoon
49a438afb5 Update to 707.
Changelog:
707    2011-04-17
	Fixed bug in which finished, undated tasks would raise 'missing d'
	error.
706    2011-04-17
	Added omit using -o to ledger view. Added limit selection switches
	for contexts and keywords to the rc file. Added etmUser setting to
	rc. Added user filter.
705    2011-04-16
	Added etmActions, etmEvents, ..., etmNotes to allow custom relative
	paths to directories for actions and so forth.
704    2011-03-18
	Added 'follow links' to directory walk. Added timeout and improved
	error handling in getWeather. Corrected 'byweek' to 'byweekno' for
	repetitions.
703    2011-02-28
	Changed reporting strings for newer() per suggestion from Bjorn.
2011-04-29 17:25:02 +00:00
taca
a2871bb559 Update ruby-tzinfo package to 0.3.27.
== Version 0.3.27 (tzdata v2011g) - 26-Apr-2011

* Updated to tzdata version 2011g
  (http://article.gmane.org/gmane.comp.time.tz/3758).
2011-04-27 15:41:38 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
taca
955fa2972b Update ruby-tzinfo package to 0.3.26.
== Version 0.3.26 (tzdata v2011e) - 2-Apr-2011

* Updated to tzdata version 2011e
  (http://article.gmane.org/gmane.comp.time.tz/3707).
2011-04-06 13:37:26 +00:00
obache
422fe23fc2 Egg package, use python/egg.mk instead of extension.mk. 2011-04-02 14:11:26 +00:00
obache
79ef2572eb * Fixes installation issue on FreeBSD and /DragonFly other than i386.
* Enable sound support for DragonFly.
2011-03-23 14:09:31 +00:00
taca
439d10cac7 Update ruby-tzinfo package to 0.3.25.
== Version 0.3.25 (tzdata v2011d) - 14-Mar-2011

* Updated to tzdata version 2011d
  (http://article.gmane.org/gmane.comp.time.tz/3662).
2011-03-16 14:49:59 +00:00
wiz
36ff915e97 Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
markd
754739c393 Fix build with gcc4.5 2011-02-17 09:59:58 +00:00
wiz
6804526a32 Update to 0.0.9.4: man page fix. 2011-02-16 19:47:20 +00:00
ryoon
37ee3f48cd Update to 702.
Upstream's changelog is incomplete.

Changelog:

702    2011-02-07
	Added enc_print to print strings in the CLI using enc which is
	file_encoding if the -F is passed and otherwise is term_encoding.
	Restored term_encoding to etmRC. Changed status_fmt for event from
	's' to 'tmp_s' to display zone-adjusted times. Changed 'S' and 'E'
	to sort by and display zone-adjusted times and busy/free periods.
701    2011-02-06
	Removed 'term_encoding' from etmRC and etmData.
700    2011-02-03
	Use item['tmp_s'] for time zone adjusted times and leave item['s']
	alone. Changing item['s'] could lead to applying time zone
	adjustment to an already adjusted time.
699    2011-02-02
	Fixed missing icon in the app build for os x. Increased min size
	slightly to remove horizontal scroll bar in itemlist on startup.
698    2011-01-27
	Removed import wx from etmData to allow running on systems without
	wx. Added tzlocal() to refreshprompt in etmWX to keep etm time and
	local time zone in sync.
697    2011-01-24
	Fixed encoding bug in 12-month calendar.
696    2011-01-16
	Added 'term_encoding' to rc file for output to the terminal/console
	window. Various updates for python 3 compatability. (Dateutil 1.5
	now supports python3 but wxpython does not.)
695    2011-01-10
	Declare strings to be unicode in etmData.py OL.
694    2011-01-10
	Replaced encoding in the rc file with gui_encoding (for the wxpython
	gui) and file_encoding (for reading and writing files).
693    2011-01-04
	Add 's' to required keys for reminder.
692    2011-01-03
	Removed try block from etmRC.py which forced the use of
	sys.stdout.encoding. Removed a couple of erroneous 'utf-8'. Now
	works with Russian under Windows!
691    2011-01-03
	Show more diagnostic information if OnInit in etmWX.py fails.
690    2011-01-01
	Fixed bug in date_calculator.
689    2010-12-29
	Fixed bug in exporting to ics. Improved documentation for weekday
	(thanks Adam).
688    2010-12-22
	Added settings for the colors for the command line interface to the
	rc file.
687    2010-12-21
	Don't check for local time zone unless auto_set_timezone is True.
	Fixed undefined 'tmp_d' error in select_items.
686    2010-12-14
	Removed the 'm' from the time of the next alert when use_ampm is
	True. Tweaks for dealing with a missing local time zone.
685    2010-12-11
	Added the ability to specify an alternative command using @A COMMAND
	to run instead of the default for an event or reminder.
684    2010-12-10
	Possible fix for windows registry issue with timezones.
683    2010-12-10
	Added settings for first and second column widths in the gui item
	list to the rc file.
2011-02-16 13:29:37 +00:00
wiz
9ddf70652e Update to 0.0.9.3, incorporating png fix. Set LICENSE. 2011-02-16 12:19:42 +00:00
ryoon
2b25f3c6f2 Update to 3.6.
PR pkg/44477

Changelog:
Major changes in release 3.6

*  Work properly when the -1 timezone is specified
*  Use ISO 3166-2 region codes
*  Distribute .po files
*  Distribute BUGS LIMITATIONS doc/GREG-REFORM
*  Fix NLS support in gcal, gcal2txt, tcal, txt2gcal


Major changes in release 3.5.1

*  Update NEWS
*  --version reports the right version


Major changes in release 3.5

*  Change source license to GPLv3+
*  Do not include Henry Spencer V8 regex library
*  Change documentation license to FDL 1.3+
*  Use automake
*  Use the start of the week day specified by the locale
*  Typo fixed in data/dates/lotr: Sm8 = Smaug
*  Typo fixed in src/help.c and *.po: assigments -> assignments
*  Hyphens corrected in gcal.1
*  Date of Nikolaustag changed in data/dates/world
                 Bug report and patch by Wolfram Kleff
*  Spell check in doc/en/texi/gcal.texi
     Patch by James Troup
*  Do not install files in $(HOME)
                 Patch by Edward Betts
*  Add --from-code=iso-8859-1 to po/Makefile.in.in
           Patch by Sandro Tosi
*  Fix German translation
           Patch by Jens Seidel
*  Changes to src/{hd-data2.c,hd-data3.c,hd-defs.h,hd-data.c}
     -fixed Czech holidays; bug report and patch by Martin Mares
     -removed non ASCII char
     -All Saints Day on some states; patch by Marc-Jano Knopp
     -All Souls day is no holiday; patch by Thorsten Alteholz


Major changes in release 3.01.1

* typos fixed in data files
* typo fixed in src/help.c
2011-02-02 13:48:06 +00:00
wiz
1da0eb6196 Fix build with png-1.5. 2011-01-31 20:23:10 +00:00
markd
11d8295e1b Fix build with gcc4.5 2011-01-29 22:53:29 +00:00
he
83e4681a6f Fix the sumtitra script to work without warning from newer perl. 2011-01-17 12:52:15 +00:00
taca
79a118de5a Update ruby-tzinfo package to 0.3.24.
== Version 0.3.24 (tzdata v2010o) - 15-Jan-2011

* Updated to tzdata version 2010o
  (http://article.gmane.org/gmane.comp.time.tz/3473).
2011-01-15 16:34:26 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
drochner
b9ba6a6e11 update to 3.1.3
changes: misc fixes and improvements
2011-01-11 11:59:19 +00:00
dsainty
ada744dc0a Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
wiz
2802fd9dea Update to 0.66:
0.66   2010-11-26

- A bunch of documentation cleanup. No code changes.


0.65   2010-10-25

- Actually put the right $VERSION in every package. No other changes.


0.64   2010-10-25

* All the constructors besides new() ended up calling new(), which meant that
  these constructors went through the parameter validation code
  twice. Avoiding this should make everything that constructs a new object
  (besides new() itself) a little faster.

  ** This change breaks DateTime::Fiscal::Retail454, but no other modules, to
     the best of my knowledge. **

- The t/39no-so.t test failed for some people. I can't reproduce it, but this
  release will hopefully fix the problem. Patch by Tokuhiro Matsuno. RT
  #62061.

- Added a section on the DateTime Project ecosystem to the docs. Addresses RT
  #60930.

- Fixed wiki links in the docs now that the wiki has moved to a new wiki
  platform.

- Restored some of the dzil-ification. The repo now has a very minimal
  Build.PL file which is just enough to build the XS code and run the
  tests. This fixes the total lack of prereqs in the META.* files. Reported by
  Bjørn-Olav. RT #62427.


0.63   2010-09-24

- Actually bump the version in the module files. Oops. Reported by bricas.
2010-12-02 12:28:15 +00:00
drochner
86f8fbfbaa update to 2.32.0
This switches to the gnome-2.32 release branch.
(compile-tested only; the old version didn't build anymore)
2010-11-29 12:54:02 +00:00
obache
1845cb43ba Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name changed. 2010-11-18 23:59:15 +00:00
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
735e70408b Reset maintainer. 2010-11-01 00:08:09 +00:00
wiz
ccb3db2655 Fix path. 2010-10-19 12:09:50 +00:00
wiz
fd35a8ded9 + p5-Net-Google-Calendar. 2010-10-19 12:06:43 +00:00
wiz
6e44460cc6 Initial import of p5-Net-Google-Calendar-1.0:
This package provides a simple OOP-ish API to Google calendars.
2010-10-19 12:05:57 +00:00
drochner
0b0895d6bb replace a non-portable use of strftime(3) with a portable implementation
(the fallback to %b doesn't work, and even if it did the lowercase letters
were hardly readable in a toolbar icon)
bump PKGREVISION
2010-10-01 19:44:02 +00:00
sno
690310307d Updating time/p5-DateTime from 0.6100nb1 to 0.6200
Upstream changes:
0.62   2010-09-23
- Don't try to test with DateTime::Format::Strptime unless we have a
  relatively recent version. Should fix some test failures.
2010-09-23 21:34:50 +00:00
sno
8196c69b08 Updating time/p5-MooseX-Types-DateTimeX from 0.06nb1 to 0.10 (for
cosmetic reasons)

Upstream changes:
0.10    - Reverted to 0.06
2010-09-21 21:02:54 +00:00
wiz
163ec5f168 Update to 0.13, set LICENSE.
0.13  2010-08-25
    - GMP is used in two places, so fix second

0.12  2010-08-23
    - Move to Module::Build
    - Do not use GMP on Windows
    - Report bigint library used in tests
2010-09-19 11:31:12 +00:00
wiz
1ca750f012 Update to 0.089, update dependencies.
0.089:
    - Non-development release without DateManip dependency

0.088_1:
    - Remove DateTime::Format::DateManip from dependencies due to instability in that package and its dependencies (thanks jjn1056)
2010-09-19 11:29:41 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
dcfb8865a2 Update to 1.7. Improve COMMENT.
1.7   Fri Sep 10 2010

 - fixed spelling (note by Salvatore Bonaccorso)
2010-09-12 12:44:44 +00:00
wiz
5e3a579cf9 Update to 0.08:
0.08  Thu Jun 10 16:54:11 EDT 2010
    - Added match() for checking cron hits
2010-09-12 12:43:32 +00:00
taca
3d5fb68342 Update time/ruby-tzinfo to 0.3.23.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.


== Version 0.3.23 (tzdata v2010l) - 19-Aug-2010

* Updated to tzdata version 2010l
  (http://article.gmane.org/gmane.comp.time.tz/3354).
2010-09-10 08:53:28 +00:00
sno
c3198caded Updating time/p5-Time-Progress from 1.5nb1 to 1.6
pkgsrc changes:
- adjust license definition

Upstream changes:
1.6   Wed Sep  8 2010
  - fixed helpers (note by Andreas Koenig)
2010-09-09 21:32:15 +00:00
obache
6737d1c64c Update remind to 3.1.9.
close PR#43791.

Changes to pkgsrc
* use INSTALL_SCRIPT from configure (patch-ab).
* update tclsh name, current its version in pkgsrc is 8.4.

CHANGES TO REMIND

* Version 3.1 Patch 9 - 2010-06-20

- MAJOR ENHANCEMENT: New "purge mode" to delete expired reminders.  See
  the PURGE MODE section of the remind man page.

- ENHANCEMENT: Support DURATION in TkRemind.  Thanks to Marek Marczykowski.

- BUG FIX: Don't change the order of PS and PSFILE reminders.  Bug found
  by John McGowan.

- BUG FIX: "REM 1990-01-01 SATISFY 1" would yield a spurious parse error
  in earlier versions of Remind.

- BUG FIX: Yom HaShoah is moved to Thursday if it would normally fall on
  a Friday.  Thanks to Jonathan Kamens for pointing this out.

* Version 3.1 Patch 8 - 2010-03-09

- ENHANCEMENT: Include some useful scripts in contrib/

- ENHANCEMENT: Add the $T, $Td, $Tm, $Tw, $Ty, $U, $Ud, $Um, $Uw, $Uy
  special variables to make reminder files less wordy.  See man page
  for details.

- MINOR ENHANCEMENT: Set an icon photo window manager resource on TkRemind.

- POLICY CHANGE: Discourage use of Remind on MS Windows or Apple Mac OS X.

- BUG FIX: Ignore msgprefix() and msgsuffix() on RUN-type reminders.

- BUG FIX: Adjust Remind and Rem2PS so that SHADE specials don't obliterate
  earlier MOON specials.

- BUG FIX: Fix bug in SCHED calculations if Remind is started in the middle
  of a SCHED interval.
2010-09-09 11:39:58 +00:00
sno
a7b15453a9 Added time/p5-Convert-NLS_DATE_FORMAT and time/p5-DateTime-Format-Oracle 2010-09-07 05:52:36 +00:00
sno
2c368dc4aa Importing package for p5 module DateTime::Format::Oracle version 0.05
into time/p5-DateTime-Format-Oracle.

This module may be used to convert Oracle date and timestamp values into
DateTime objects. It also can take a DateTime object and produce a date
string matching the NLS_DATE_FORMAT.

Oracle has flexible date formatting via its NLS_DATE_FORMAT session
variable. Date values will be returned from Oracle according to the current
value of that variable. Date values going into Oracle must also match the
current setting of NLS_DATE_FORMAT.

Timestamp values will match either the NLS_TIMESTAMP_FORMAT or
NLS_TIMESTAMP_TZ_FORMAT session variables.

This module keeps track of these Oracle session variable values by
examining environment variables of the same name. Each time one of
Oracle's formatting session variables is updated, the %ENV hash must
also be updated.
2010-09-07 05:51:00 +00:00
sno
725f45fe9f Importing package for p5 module Convert::NLS_DATE_FORMAT version 0.02
into time/p5-Convert-NLS_DATE_FORMAT.

Convert Oracle's NLS_DATE_FORMAT string into a strptime format string,
or the reverse.
2010-09-07 05:44:39 +00:00
sno
5c12196c51 Updating time/p5-Rose-DateTime from 0.533nb1 to 0.534
Upstream changes:
0.534 (03.22.2010) - John Siracusa <siracusa@gmail.com>
    * Updated to avoid calling methods that were deprecated in
      DateTime::Locale version 0.44 and later.
2010-09-07 05:29:40 +00:00
tron
b0b3aff444 Remove me as maintainer. This module isn't very useful after all. 2010-09-04 18:45:22 +00:00
sno
c9eb9a6653 Updating time/p5-DateTime-Format-Flexible from 0.15nb1 to 0.16
pkgsrc changes:
- add build dependency

Upstream changes:
0.16 Thu Aug 25 2010
   - make sure 'now' means now and not when the module loaded unless user
     has set a base (thanks Ryan Voots rt #60731)
2010-09-01 20:06:41 +00:00
sno
c8aa9b34fa Updating time/p5-DateTime-TimeZone from 1.20nb1 to 1.21
Upstream changes:
1.21    2010-08-20
- This release is based on version 2010l of the Olson database. This release
  includes updates for Egypt and Palestine.
2010-08-26 06:32:06 +00:00
seb
febfbb41f9 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
obache
44fc041132 Update py-pytz to 2010k.
Based on PR#43764 by Kamel Derouiche

timezone update.
2010-08-17 09:38:00 +00:00
sno
294255baa2 Updating time/p5-DateTime-Format-Natural from 0.88 to 0.89
Upstream changes:
0.89  2010-08-05  <schubiger@cpan.org>
 - Merged development version to stable.

0.88_02  2010-07-29  <schubiger@cpan.org>
 - Replace calling of _valid_date() in _count_weekday_variant_month()
   with _check_date(), because errors are handled separate.
 - Use more descriptive variable names in _parse_formatted_ymd().
 - Minor indentation and code tweaks.

0.88_01  2010-07-18  <schubiger@cpan.org>
 - Check if suffixes used for ordinal numbers are suitable.
 - Test that invalid ordinal numbers fail and valid ones succeed.
 - Add a test file for the tests expected to succeed.
 - Verify for parse failures their errors emitted.
 - While processing grammar expressions, save all captured values
   in order to pass the extra ones to the extended checks.
 - Improve whitespace of regular expressions handling durations.
2010-08-17 05:52:55 +00:00
sno
d760e63e06 Updating time/p5-DateTime-Format-Natural from 0.85 to 0.88
Upstream changes:
0.88  2010-06-16  <schubiger@cpan.org>
 - Merged development version to stable.

0.87_03  2010-06-12  <schubiger@cpan.org>
 - Fix broken use_ok() test for the Calc module.
 - Insert some missing examples in the grammar documentation.

0.87_02  2010-06-09  <schubiger@cpan.org>
 - Strengthen the check for invalid units of prefixed dates.
 - Add a test file for parse asserts.
 - Rename Base.pm to Calc.pm and adjust trace tests.
 - Reword the according abstract and description.
 - Document where arguments to dateparse's switches are required.
 - Allow dateparse to handle the language code in uppercase.

0.87_01  2010-06-06  <schubiger@cpan.org>
 - Match case-insensitively in the language option check.
 - Require (and not use) the grammar class in runtime eval.
 - Purge the remains of the formatted instance data member.
 - Delete some instance data through hash slices.
 - Convert a few non-option identifiers to lowercase.

0.87  2010-05-29  <schubiger@cpan.org>
 - Merged development version to stable.

0.86_02  2010-05-27  <schubiger@cpan.org>
 - Emit an error for 0 AM/PM suggesting to use 12 as zero.
 - Add tests for this extended check failure.
 - Adjust related prefer_future tests to make them pass.
 - When verifying that extended checks fail, call _get_error()
   to see whether it returns an error as expected.
 - Reset in _unset_error() with undef instead of empty string.

0.86_01  2010-05-18  <schubiger@cpan.org>
 - Introduce and use two flag handlers for AM/PM time values.
   [rt #56955 - Andrew Sterling Hanenkamp]
 - Assert that these values pass the extended meridiem check.
 - Split implicit matching of time only from grammar entries
   with an optional AM suffix.
 - Add tests for 12 AM/PM and the splitted grammar entries
   (including prefer_future ones).
 - Test that invalid meridiem time values fail.
 - Remove addition of 12 hours for PM time values in _at_time()
   and _time_full().
 - Dispatch to _at() for AM/PM time, to _time() for time only.
 - Comment the purpose of the wrappers _at() and _time().

0.86  2010-04-20  <schubiger@cpan.org>
 - Merged development version to stable.

0.85_02  2010-04-11  <schubiger@cpan.org>
 - Extract both caller and sub in ::Lang::Base's AUTOLOAD() at once.
 - Correct the indentation of the same subroutine.

0.85_01  2010-04-08  <schubiger@cpan.org>
 - New supported format: <time full> AM/PM. [Wes Morgan]
 - Make _time_full() capable of working with an hours option.
 - Initialize the hours option in _at_time() after having processed
   the arguments.
2010-08-04 16:47:08 +00:00
sno
8c3fb61f17 Updating time/p5-DateTime-Format-HTTP from 0.38 to 0.39
pkgsrc changes:
- adjust license

Upstream changes:
0.39  2010-07-03
- No code changes from previous versions.

0.38_01  2010-07-01
- Making sure the nanosecond is a integer, and not a float making the creation
  of a DateTime object fail. Fixes RT 58854 (Christiaan Kras)
- Repository moved from Subversion to Git. The repository can be located at
  git://github.com/Htbaa/DateTime-Format-HTTP.git
2010-08-04 16:42:36 +00:00
sno
d2c255ccae Updating time/p5-DateTime-Format-Pg from 0.16004 to 0.16005
pkgsrc changes:
- adjust dependency versions

Upstream changes:
0.16005  Wed Jun 23 12:15:00 2010
    - Fix edge case in fractional seconds (rt #58612).
      Patch by Andrew Whatson
2010-08-04 16:37:00 +00:00
sno
7f46d54c62 Updating time/p5-DateTime-Format-Strptime from 1.2000 to 1.4000
pkgsrc changes:
- adjusting license

Upstream changes:
1.4000 2010-06-28
    - Actually update $VERSION in module file. Reported by David Wheeler.

1.3000 2010-06-26
    - Specifiers which allowed for leading space before a number (like %e)
      would cause DateTime.pm to throw an error if the date being parsed
      actually contained leading space. Patch by Alex Vandiver. RT #58459.
    - Licnse is now Artistic 2.0
2010-08-04 16:29:53 +00:00
sno
9488701a1d Updating time/p5-DateTime-TimeZone from 1.19 to 1.20
Upstream changes:
1.20    2010-07-26
- This release is based on version 2010k of the Olson database. This release
  includes updates for Egypt, Finland (historical only), and Mexico. It also
  renames Pacific/Truk to Pacific/Chuuk and Pacific/Ponape to Pacific/Pohnpei.
2010-08-04 16:24:48 +00:00
sno
c99530a07c Updating time/p5-DateTime-Format-DateParse from 0.04 to 0.05
pkgsrc changes:
- add license definition
- adjust dependcy versions from dist-version to pkgsrc package version

Upstream changes:
0.05
    - test warning fix
    - Nanoseconds are always turned into an integer, with rounding as
      needed. (Dave Rolsky)
2010-08-04 16:15:36 +00:00
sno
30d8e7f6c7 Updating time/p5-Calendar-Simple from 1.20nb1 to 1.21
pkgsrc changes:
- add license definition
- don't require a c compiler
- remove executable bits from installed modules

Upstream changes:
2010-04-02  Dave Cross <dave@angel.mag-sol.com>
  * Build.PL: Remove signing.
  * lib/Calendar/Simple.pm: Bump to version 1.21 for release.
  * t/no_dt.t: Patch to fix tests under 5.11.0+. Thanks to Ruslan Zakirov.
2010-08-01 20:41:10 +00:00
sno
65be162509 Updating time/p5-Time-Piece from 1.19 to 1.20
Upstream changes:
1.20
    - Fix for alloca broke Solaris
    - Fixed documentation buggette about strptime
    - Added ->pretty() method for Time::Seconds objects
	- Add %s support to strptime
2010-08-01 20:35:49 +00:00
sno
701d3b45b0 Updating time/p5-Time-HiRes from 1.9720 to 1.9721
Upstream changes:
1.9721 [2010-03-17]
	- Address [rt.cpan.org #54196] alarm and ularm return values are bogus,
	  additional fix from Gisle Aas
	- Address [rt.cpan.org #55665] "Bad plan" on Windows,
	  report and fix from Jan Dubois
2010-08-01 20:33:29 +00:00
sno
b7128eb458 Updating time/p5-Time-Clock from 1.00 to 1.02
Upstream changes:
1.02 (06.15.2010) - John Siracusa <siracusa@gmail.com>
    * Fixed test failures on systems without Time::HiRes.

1.01 (06.03.2010) - John Siracusa <siracusa@gmail.com>
    * Prevent parse failure on greater-than-nanoseconds precision.
      (The extra precision is discarded.)
2010-08-01 20:29:56 +00:00
obache
f726e2ebed Update evolution-webcal to 2.28.1.
While here, set LICENSE=gnu-gpl-v2.

==============
Version 2.28.1
==============

* Updated translations.
2010-07-21 13:32:30 +00:00
obache
1881b29a41 Bump PKGREVISION from evolution-data-server shlib bump. 2010-07-20 02:08:35 +00:00
seb
6abfd84f71 Update from version 0.6000 to version 0.6100 (upstream version 0.61)
Upstream changes:
0.61   2010-07-16

- Switching to dzil in 0.56 broke the --pp flag for the Build.PL. Reported by
  Jonathan Noack. RT #59421.
2010-07-18 11:53:37 +00:00