Commit graph

1228 commits

Author SHA1 Message Date
dholland
7e751949e4 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
55e863dc91 Build fixes for new glib2. 2012-05-07 01:34:55 +00:00
obache
6e54f6ba47 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
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
wiz
cd2fac1c0d Update to 2012c, time zone updates. 2012-04-22 16:13:30 +00:00
wiz
ddc9b30bdc 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
097b523475 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
f84f772b2c Comment out test dependency, it's recursive. 2012-04-22 12:26:13 +00:00
wiz
36ca40f0f0 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
1752a94f06 Fix main. 2012-04-17 17:49:28 +00:00
wiz
6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
markd
cbc4db0822 Update KDE SC to 4.8.2
bugfixes.
2012-04-15 05:54:50 +00:00
hans
9b05533738 Fix build on SunOS, link against -lm -lrt. 2012-04-13 23:33:34 +00:00
wiz
aada88e659 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
dced52cd3d 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
7dc65faa0e add ktimer 2012-03-20 06:18:32 +00:00
markd
0d2a0a8605 Import ktimer. Part of KDE SC 4.8.0
KDE countdown launcher
2012-03-20 06:17:10 +00:00
obache
2cd654bab6 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
joerg
c2e3e0a61c Fix build on newer NetBSD. 2012-03-14 23:20:10 +00:00
wiz
ba9c6ab5f8 Update to 2012b, the usual time zone updates. 2012-03-12 15:51:20 +00:00
taca
261b8145d4 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
8b5589a2ea 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
35f6e891d9 Always install the man page. Bump revision. 2012-03-06 23:29:29 +00:00
ryoon
45f8f27196 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
obache
7931cd10c7 This package has no contents to buildlink3, remove unwanted buildlink3.mk. 2012-02-25 05:29:09 +00:00
reinoud
d7f9067d62 Add buildlink for gcal 2012-02-24 21:01:29 +00:00
obache
28a3c46d81 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
cc1572e1de Make sure the correct install tool is used. 2012-02-16 19:55:31 +00:00
hiramatsu
eed5ccc77f 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
fb1a8e5414 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
5c2f7abeeb 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
6df8c9baf9 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
9518f8e70d time/rsibreak: Fix indirect linking error on DragonFly 2012-01-29 00:13:49 +00:00
marino
d7e205c4ec time/xonclock: Fix indirect linking error on DragonFly 2012-01-29 00:12:54 +00:00
rhaen
c3e9a169f3 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
155b47284c 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
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
wiz
0e53d13454 Mark as not available for python3 because py-setuptools isn't. 2012-01-20 13:42:01 +00:00
wiz
fea757eaec Update to 2011n. Usual timezone changes, and:
2011-02-08

    - Python 3.1 support.
2012-01-20 12:12:26 +00:00
wiz
d19f3d33bb 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
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
sbd
7321bb4f78 Add missing mk/termcap buildlink.
Bump PKGREVISION
2012-01-08 03:47:51 +00:00
dholland
71c7364d8b 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
a03a684eb1 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
sbd
8eca42f859 Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
wiz
31bd9e0dc8 Reset maintainer, sketch resigned. 2011-11-28 00:06:17 +00:00
joerg
200bca78ca Fix build with newer GCC. 2011-11-25 22:19:56 +00:00
joerg
7740bfa956 Fix build with modern GCC. 2011-11-25 22:19:23 +00:00
joerg
33fa398cf3 Fix build with newer GCC 2011-11-22 20:03:56 +00:00