Commit graph

573 commits

Author SHA1 Message Date
joerg
81ab9cb108 Modular Xorg support. 2007-02-02 00:00:45 +00:00
joerg
efcb72f976 Modular xorg support. 2007-02-01 23:57:07 +00:00
joerg
eade4aeb08 Modular Xorg support. 2007-02-01 23:29:07 +00:00
drochner
fdd5e4e52f remove x11.buildlink3.mk, all we need is done through Mesa 2007-02-01 18:48:15 +00:00
martti
a181724931 Xfce 4.2.4 released
A new bug fix release of Xfce 4.2 is available. This release is supposed to
be the last release for the 4.2 branch. It includes several fixes ported from
the current developpment branch. This release should not be confused with the
upcoming Xfce 4.4 release [1], it's a bug fix release of the previous stable
branch.

[1] Xfce 4.4.0 is already in pkgsrc-wip.
2007-01-23 11:53:46 +00:00
joerg
e9454292c9 Modular Xorg support. 2007-01-16 23:02:49 +00:00
joerg
708bbe76bf More dependencies for modular Xorg. Doesn't build right now due to
make issues.
2007-01-15 16:38:05 +00:00
joerg
0951f18197 Modular Xorg support. 2007-01-11 10:35:40 +00:00
joerg
c3a3295415 Modular Xorg support. 2007-01-08 15:01:17 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
reed
2bcaa9939b added p5-Time-Duration 2007-01-02 18:14:41 +00:00
reed
195236a3e1 Import new package.
The Time::Duration perl module provides functions for expressing
durations in rounded (such as "1 year and 21 days") or exact English
terms.

(This is used by ikiwiki.)
2007-01-02 18:12:33 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
adrianp
f4a11ab1d8 Update to 2.1.4
------
v2.1.4
------

[cjh] SECURITY: Close arbitrary file inclusion in free/busy views.


------
v2.1.3
------

[cjh] Set vEvent ORGANIZER to the event creator, not the calendar owner (kajtzu@basen.net, Bug 4527).
[jan] Fix importing of events without end date and duration (Bug 4519).
[jan] Correctly display recurring events spanning multiple days (Bug 4438).
[jan] Fix recurrence end dates with SQLite backends (Bug 4219).
[jan] Fix calculation of recurrence ends with imported and remote events (Bug 2813).
[cjh] Consolidate the check for whether or not users can add events in the day and month views (Bug 4373).
[jan] Fix alarms for recurring events in Kolab driver (michael.sheldon@credativ.de, Bug 4326).
[jan] Show error message if imported file didn't contain events.
[cjh] Fix the SQL types of several recurrence fields.
[jan] Add categories from imported events to the user's categories.
[jan] Add Slovenian translation (Duck <duck@obala.net>).
[jan] Deal with attendee email addresses case insensitively.
[jan] Don't consider events from remote calendars as busy time.
[jan] Always try to return the correct event instance if requesting an event by its UID (Thorsten Schaub, Bug 1994).
[cjh] Fix permissions for the calendar list in advanced search (Bug 4093).
2006-12-12 21:53:06 +00:00
wiz
9130448271 Update to 0.25:
0.25   2005-10-05
- t/15time_zone.t does it's own time zone "add_duration" handling

0.24   2005-10-03
- _recurrence.pm warned when the recurrence didn't have occurrences before
  a given start date. Reported by Mark D. Anderson.

0.23   2005-10-03
- _recurrence.pm died when the recurrence didn't have occurrences before
  a given start date. Reported by Mark D. Anderson.

0.22   2005-05-06
- DateTime::Set 0.21 dies when as_list is asked to produce a list from
  outside the range of the set. Patch contributed by Stephen Gowing.

0.21   2005-04-06
- no hard limit in count() and as_list(); removed the warnings from the docs.

0.20   2005-02-28
- changed tests to use en_US instead of pt_BR (which changes every year)
  by Dave Rolsky.
- optimized SpanSet methods for special cases:
  start_set()
  end_set()
  contains( $dt )
  intersects( $dt )
- added an example to count(), by David Nicol.
- added a note about how the result of min()/max() is just a copy of the
  actual set boundary.  Reported by Ron Hill.
2006-12-08 20:40:27 +00:00
agc
dd43dab599 Quieten some more warnings which gcc4 gripes about 2006-11-28 23:04:54 +00:00
joerg
9061dc71b2 Follow-up py-setuptools move. 2006-11-14 13:38:16 +00:00
rillig
ffc370ef6a Fixed PKGMANDIR. 2006-11-12 02:22:44 +00:00
dsainty
3bc2dae283 Get malloc() prototype via stdlib.h instead of ancient C style function declaration. Fixes build under SUSE Linux. 2006-10-24 11:51:55 +00:00
markd
dc9de7c78f thunderbird's ldap doesn't work talking to an ipv4 ldap server if
talking to ipv4 addresses using ipv6 addresses isn't allowed, which is
the default on NetBSD.  Patch to use a v4 socket when talking to an ipv4
ldap server.  Fixes my PR 33511.
seamonkey/firefox/sunbird have the same code so make the same patch.
OKed ghen.  Bump PKGREVISION.
2006-10-23 10:49:34 +00:00
markd
98639647ef Fix crash after printing caused by trying to destroy the same charset
structure multiple times.  Bump PKGREVISION.
2006-10-19 10:25:17 +00:00
rillig
81ac86fce4 Fixed "test ==", as reported in PR 34840. 2006-10-17 20:20:26 +00:00
minskim
d609399089 Correct file permission. Bump PKGREVISION. 2006-10-15 08:16:02 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
minskim
c291e445ae Add ruby-tzinfo. 2006-10-12 20:52:40 +00:00
minskim
1fdba6c4a8 Import ruby-tzinfo-0.3.2.
TZInfo is a Ruby library that uses the standard tz (Olson) database to
provide daylight savings aware transformations between times in
different time zones.  The tz database is compiled into Ruby modules
which are packaged in the release.  No external zoneinfo files are
required at runtime.
2006-10-12 20:51:14 +00:00
ghen
b549fe1eca http://www.mozilla.org/projects/calendar/releases/sunbird0.3.html
What's New in Mozilla Sunbird 0.3

Mozilla Sunbird 0.3 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest version.

* New storage architecture handles calendars with hundreds or thousands of
  events more responsively.
* More intuitive interface shows you more of what you need, and less of what
  you don't.
* Redesigned preferences allow you to easily customize Sunbird for your needs.
* Add-ons support allows you to extend Sunbird's functionality with extensions,
  themes, and language packs from addons.mozilla.org.
* New Windows installer makes it easier than ever for Windows users to install
  Sunbird.
* Better printing gives you more ways to print your calendars. Mac users can
  now print as well!
* 24-hour views show you your entire day, not just a few hours.
* Reliable alarms ensure you are notified about events or tasks.
* Improved localization support means Sunbird can easily install, enable, and
  disable language packs.
* Vastly improved reliability makes it much more difficult to lose data.
* Many performance improvements

Release Date: October 11, 2006
2006-10-12 13:42:34 +00:00
martti
ce86843f32 Regenerate to fix some pkglint warnings. 2006-10-12 09:24:19 +00:00
wiz
7938151fe6 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
schwarz
dc3f7e0ba3 added support for IRIX 5 2006-10-01 08:26:56 +00:00
salo
c295a239cd Use the Linux xpcom code on amd64 as firefox, thunderbird and seamonkey do.
Fixes build on amd64.

Tested by <oster>, thanks.
2006-09-26 19:41:48 +00:00
salo
e6f5bf79c5 Use Makefile.common from seamonkey dir instead of mozilla. 2006-09-24 16:31:38 +00:00
schwarz
4695cdb27b IRIX is also a System V OS. Fixes PR#26869. 2006-09-23 22:12:15 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
jmmv
1b039a348d Update to 2.8.0:
2006-09-03  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up version to 2.8.0 for release

2006-08-21  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up version to 2.7.92 for release

2006-05-17  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up version to 2.7.1 for release
	  Up intltool requirement to 0.35.0

2006-04-24  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up version to 2.7.0 for HEAD
	Use IT_PROG_INTLTOOL instead of AC_... and require 0.34.90
	(ALL_LINGUAS): Remove to be replaced by po/LINGUAS

	Fixes #337994
2006-09-15 15:24:43 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
obache
b5a9548bd4 Update MASTER_SITES. 2006-09-02 12:46:31 +00:00
jmmv
c45ff10f9e Update to 2.6.0:
2006-04-24  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up version to 2.6.0 for release

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.ac: Remove obsolete entry for no_NO.
	* po/no.po: And the translation.

2006-03-22  Tommi Vainikainen  <thv@iki.fi>

	* configure.ac (ALL_LINGUAS): Added Dzongkha (dz).

2006-03-20  Vladimer Sichinava  <alinux@siena.linux.it>

	* configure.ac: Added "ka" Georgian to ALL_LINGUAS
2006-08-06 19:57:37 +00:00
wiz
7f9fd9fd95 Add wyrd and wxRemind. 2006-07-24 23:04:52 +00:00
wiz
8ac4a99c25 Initial import of wxRemind-0.6.18:
wxRemind is a graphical front-end to Remind, a remarkably sophisticated
calendar and alarm system. wxRemind is similar to Wyrd but is based
on wxPython rather than curses. The display features a calendar
and daily event list suitable for visualizing your schedule at a
glance. Dates and associated events can be quickly selected either
with the mouse or cursor keys, and dates in the calendar are color
coded to reflect the total duration of scheduled events. wxRemind
provides an internal editor or integrates with an external editor
of your choice to make editing of reminder files more efficient,
provides hotkeys to quickly access the most common Remind options,
allows popup, sound and/or spoken alerts and can display a postscript
calendar of the selected month suitable for printing.
2006-07-24 23:04:09 +00:00
wiz
bfc001d4d7 Initial import of wyrd-1.4.1:
Wyrd is a text-based front-end to Remind, a sophisticated calendar
and alarm program. Remind's power lies in its programmability, and
Wyrd does not hide this capability behind flashy GUI dialogs.
Rather, Wyrd is designed to make you more efficient at editing your
reminder files directly. It also offers a scrollable timetable
suitable for visualizing your schedule at a glance.

Unlike most of the calendar applications available today, Wyrd is
designed to be both lightweight and fast. Startup time is negligible,
UI navigation is instantaneous, and the wyrd process typically
consumes less than 2MB of resident memory.
2006-07-24 23:03:35 +00:00
wiz
b8e02c05c7 Update to 3.00.24. Ok kim@
CHANGES TO REMIND

* Version 3.0 Patch 24

+ MINOR ENHANCEMENTS

- Permit the DURATION of a reminder to be as high as you like.  Previously,
  DURATIONs could be at most 23:59.  Fix courtesy of Paul Pelzl.

- The "-n" flag can be usefully combined with "-s", "-p" and "-l" now.
  Fix courtesy of Paul Pelzl.

+ BUG FIXES

- The "-k" command escapes all characters except those known to be
  safe, rather than attempting to escape only characters thought to be
  unsafe.

- Removed the crufty code that supported non-ANSI C compilers.

- Removed all support for non-UNIX/non-Linux systems.

- Fixed a bug in the tokenizer that could make Remind segfault.  Fix courtesy
  of Stan Tobias.

* Version 3.0 Patch 23

+ MINOR ENHANCEMENTS

- Added the COLOR special for putting colored reminders in the calendar.
  Supported by the HTML, Tcl/Tk and PostScript back-ends.

- Many minor tweaks to tkremind.

- Added ability to specify paper size in inches or centimetres to rem2ps.

- Added the "-l" option to Remind.  This outputs additional information
  for back-end programs that use the "-p" output format.  Currently
  used only by the "tkremind" back-end.

- Fixed dates for Yom Hazikaron and Yom Ha'atzmaut if 5 Iyar falls on a
  Saturday.  (Hebrew calendar fix.)

- Added support for the Icelandic language, courtesy of Björn Davíðsson.

+ BUG FIXES

- Fixed parser error for unterminated date constant: '2005/01/01
2006-07-22 09:25:54 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
heinz
87525e9ce9 Added empty USE_LANGUAGES (no compiler needed). 2006-07-16 13:23:52 +00:00
adrianp
1aa1a53e7c Update to 2.1.1
Major changes compared to the Kronolith H3 (2.1.1) version are:
* Fixed fatal error during first login of new users on some systems.
* Fixed adding of events with no DataTree backend configured.
* Improved attendees popup and portal block.
* Updated German, Italian and Spanish translations.

The full list of changes (from version H3 (2.1.1)) can be viewed here:
http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.112&r2=1.165.2.120&ty=h
2006-07-13 21:21:28 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
tron
2bf84af07f A missing forward declarations of global functions to make this
build with GCC 4.x.
2006-06-30 18:52:41 +00:00