Commit graph

123073 commits

Author SHA1 Message Date
markd
da1d78d2be Update to kde3.5.9
Minor bugfixes
2008-02-20 10:16:32 +00:00
xtraeme
4f3028af71 Remove an obsolete CONFLICTS line. 2008-02-20 10:15:30 +00:00
markd
7c46661941 Update to kde3.5.9
Minor bugfixes
2008-02-20 10:15:25 +00:00
wiz
247a461bcc Updated comms/asterisk to 1.2.24nb2 2008-02-20 10:14:40 +00:00
wiz
d1a422fd46 Create pkgconfig file in correct location. Add it to PLIST.
Bump PKGREVISION.
2008-02-20 10:14:19 +00:00
markd
3096709d43 Update to kde3.5.9
Minor bugfixes
2008-02-20 10:14:17 +00:00
xtraeme
8e184924b3 Added multimedia/ffmpeg-devel-20071004 2008-02-20 10:13:29 +00:00
markd
12f3278e48 Update to kde3.5.9
Minor bugfixes
2008-02-20 10:13:03 +00:00
xtraeme
f2b8d8757b Import a recent snapshot of ffmpeg (2007-10-04) based on a snapshot
made by folks at FreeBSD/ports and packaged by Adam Hoka via pkgsrc-wip.

This will provide a newer ffmpeg for packages that need it.
2008-02-20 10:12:04 +00:00
markd
b8bfda9101 Update to kde3.5.9
kgeography
* Make all the triangles of the Union Jack flag of Manitoba should be blue.
* Make all Canada islands in Hudson belong to Nunavut.

Kig
* Euclidean grid: draw it for all the visible area; use the same scale for
  X and Y lines.
* When exporting text labels to XFig, pass the correct reference point.
2008-02-20 10:11:28 +00:00
markd
4836e37545 Update to kde 3.5.9
KAlarm
* New option to specify reminder times in minutes.
* Prevent multiple identical error messages accumulating for the same
  alarm.
* Remember main window show/hide options when KAlarm last closed, instead
  of setting them in the Preferences dialog.
* Replace simple repetitions with recurrence sub-repetitions, to reduce
  confusion.
* Simplifications and improvements to the alarm edit dialog layout and
  controls.
* Fix crash when saving Preferences, if 'xterm' is not installed in the
  system.
* Fix failure to trigger some recurring date-only alarms
* Fix date-only alarms repeating every minute from midnight until the
  start-of-day time.
* Fix KAlarm hanging especially on startup, and potentially freezing the
  system for a while.
* Fix deferral of non-recurring alarms not working.
* Fix inability to reactivate deleted alarms which still have repetitions
  to go.
* Fix sendmail error "Sender verify failed (in reply to RCPT TO command)"
  on some systems.
* Prevent error messages while typing a date value, until the user has
  finished entering it.
2008-02-20 10:09:20 +00:00
xtraeme
ae2544461b Import a recent snapshot of ffmpeg (2007-10-04) based on a snapshot
made by folks at FreeBSD/ports and packaged by Adam Hoka via pkgsrc-wip.

This will provide a newer ffmpeg for packages that need it.
2008-02-20 10:08:41 +00:00
markd
af86796ce9 Update to kde3.5.9
kmilo
* Make sound level adjustment work when the laptop's master sound device
  is not device 0.
2008-02-20 10:06:46 +00:00
rillig
78bbe78d41 Don't install the library stripped when the pkgsrc user says
INSTALL_UNSTRIPPED=yes.
2008-02-20 10:04:24 +00:00
markd
8134db3e94 Update to kde3.5.9
Minor bugfixes
2008-02-20 10:00:24 +00:00
wiz
e1411f898a Add colon in comment to aid "make help" in finding help
for the bin-install target.
2008-02-20 09:58:04 +00:00
markd
d7b3a9908e Update to kde 3.5.9
Quanta Plus
* Insert literal character entities if possible.
* List the plugin in the Open With context menu.
* Fix crashes when using XDebug.
* Do not keep an empty, Untitled document opened when opening new files.
* Fix crash when closing a plugin and no other document is opened.
* Make HTML forms work in the internal preview.
* Fix deadlock in CSS editor when the propery contains ":".

Kommander
* Support executing of widget slots.
* Add execute method for PushButton.
* Add possibility to pass parameters for ScriptObject.
* Add "return" command to get back the result of a ScriptObject.
* Add "createWidget" function for on-the-fly widget creation.
* Add "widgetExists" function.
* Add "execBackground" function.
* Add "connect/disconnect" function for on-the-fly signal/slot connection.
* Add indexed array functions
* Make "a="Label1"; a.setText("foo")" work.
* Add "TreeWidget.selectedIndexes".
* Add "Table.setCellWidget/cellWidget".
* Add "Table.selection" to get back the selection coordinates.
* New widgets: "AboutDialog, DatePicker, PopupMenu, ToolBox"
* Use the new parser by default for new dialogs.
* Support shebang ("#!/path_to/kmdr-executor") in the beginning of the
  .kmdr files. Running .kmdr files is possible directly if you make
  them executable.
* Warn if a dialog file is not executable.
* Store Kommander version in the "VERSION/_VERSION" global variable.
* Add experimental Kommander KPart (Kommander dialogs can be embedded in
  other KDE applications).
* Make "input_color" and "@Input.color" accept a default color argument.
* Make "TreeWidget.selection" work in multi selection mode.
* Make "TreeWidget.setSelection" show the selected item.
* Make "CheckBox.setChecked" accept as argument false, "false", true,
  "true", 0 (meaning false), everything else meaning "true".
* Optionally quote the strings inserted via the function browser.
* Use combobox for booleans in the function browser.
* Use multiline insert box in function browser.
* Add highlighting for the new parser.
* Make possible to open more associated editors at once.
* Make it possible to run external script in a ScriptObject.
* "execute" DCOP call returns a string.
* The editor does not save the dialog on running.
* Create backup files every 5 minutes.
* Rework the plugin system.
* Set new functions only available to new parser such as createWidget
  to not be shown in the function browser if the old parser is run.
* Show all available functions in the function browser.
* Insert the functions using the syntax of the new parser if #!kommander
  is specified in the associated text.
* Return the result of a division in floating form if the result is not
  an integer.
* Update the handbook.
* Install examples that are easily reachable from the editor.
* Fix "exit" command.
* Make "dcopid, pid, parentPid" work in the new parser.
* Fix problem with losing the parser type status in the editor when
  working with multiple dialogs.
* "@Array.fromString" should append the new elements to the array, just
  like it did before and how "array_fromString" does.
* Fix @eval for addition/substraction and handle division by zero.
* Process code written in external script using the old parser.
* Fix many cases when the code was executed altough it was in a codepath
  that should not be executed.
* Fixed the bug in the input text dialog where entering a default value
  returned the caption.
* Fix the for loop parsing if end < start.
2008-02-20 09:57:47 +00:00
xtraeme
ed182b8ce0 Updated multimedia/libmpeg3 to 1.7 2008-02-20 09:57:36 +00:00
xtraeme
53e53ad7e5 Update to 1.7:
Frames are cached when reading the first frame after a seek. This allows
faster reverse playback.
2008-02-20 09:56:44 +00:00
markd
62844357ae Update to kde3.5.9
Minor bugfixes
2008-02-20 09:53:03 +00:00
markd
fe1f06f2c6 Update to kde 3.5.9
minor bugfixes.
2008-02-20 09:49:56 +00:00
markd
874c0035a4 Update to kde3.5.9 2008-02-20 09:45:55 +00:00
markd
ae372b30a5 Update to arts 1.5.9, part of kde 3.5.9. 2008-02-20 09:44:12 +00:00
markd
683ffa0516 update required ABI version to 1.5.8nb1 to ensure correct package
metadata available for dependent packages to fix PR 37931
2008-02-20 09:43:11 +00:00
jlam
4212a1762c Improve grammar of message. 2008-02-20 04:44:21 +00:00
jlam
0d30e66b3f + Add full DESTDIR support.
+ Replace unnecessary /bin/bash in easy-rsa scripts with /bin/sh.

Bump the PKGREVISION to 1.
2008-02-20 04:24:17 +00:00
tnn
20a85821ab Link shared libraries with -rpath on IRIX to prevent check-shlibs errors. 2008-02-20 01:10:20 +00:00
gdt
225ddd22b6 Updated lang/guile to 1.8.4 2008-02-19 23:33:45 +00:00
gdt
c394d9ec8a Update to 1.8.4. Parts of patch-ae were merged upstream.
(Bug fixes only from 1.8.3.)
2008-02-19 23:33:35 +00:00
rillig
decac331e0 Eliminated some code duplication, provided a default definition for
PKGNAME_REQD and documented it a little bit.
2008-02-19 22:53:34 +00:00
rillig
1b593da1e6 Documented the pkgsrc online help. 2008-02-19 22:25:23 +00:00
schmonz
19c38b12b9 Updated mail/getmail to 4.8.0 2008-02-19 22:15:48 +00:00
schmonz
dd6616faf4 Update to 4.8.0. From the changelog:
* better diagnostic when user invalidly supplies timeout configuration
    parameter for an IMAP-SSL retriever.  Thanks: Dennis S.

* code cleanups
2008-02-19 22:15:23 +00:00
rillig
56564adfe7 Rewrote the help file parser a little bit, so that the definitions from
defaults/mk.conf can be found again. (The words didn't end with
[A-Za-z0-9], but rather with "?=".
2008-02-19 22:12:00 +00:00
adrianp
ee3ec6bad4 Updated mail/turba to 2.1.7 2008-02-19 21:45:59 +00:00
adrianp
ec8dcd323f Update to 2.1.7
The Turba Contact Manager versions H3 (2.2-RC3) and H3 (2.1.7) have been
released. These are security releases that fix unchecked access to contacts
in the same SQL table, if the unique key of another user's contact can be
guessed. All users are encouraged to upgrade to this version.
2008-02-19 21:45:39 +00:00
schmonz
1e750b6014 Add commented-out LICENSE=public-domain. Nudged by gdt@. 2008-02-19 21:12:06 +00:00
gdt
b3a384960b add 'public-domain' non-license file that explains that it is to be a
target for LICENSE= for packages that are not copyrighted.
2008-02-19 20:48:29 +00:00
tnn
bc4d9b2fea Don't pass ABI flags on IRIX, compiler.mk already handles this through
_WRAP_EXTRA_ARGS.
2008-02-19 19:28:39 +00:00
jlam
7d3e66e626 -courier-0.58.0 2008-02-19 18:46:37 +00:00
jlam
03d3819e1d Note updaet of courier packages to 0.58.0 2008-02-19 18:46:19 +00:00
jlam
f6ed9080a3 Update net/couriertcpd to version 0.58.0. Changes from version 0.57.1
include:

+ Add a new option "gnutls" to support using GNUTLS instead of OpenSSL.

+ Add full DESTDIR support.

+ Fix CONFLICT with courier-imap -- we conflict with courier-imap<4.1.1,
  not 4.11.
2008-02-19 18:45:41 +00:00
jlam
14d0454b73 Update meta-pkgs/courier to version 0.58.0 by pulling in the sub-packages
from the courier-0.58.0 line.
2008-02-19 18:45:37 +00:00
jlam
09afcd71c9 + Add full DESTDIR support.
+ Update courier-maildir and maildrop dependencies to latest (0.58.0 and
  2.0.4nb3).

+ Create necessary directories in the rc.d script in a start_precmd.

Bump the PKGREVISION to 2.
2008-02-19 18:45:32 +00:00
jlam
fd9238d456 + Update to latest courier-maildir dependency (0.58.0).
+ Pass ${REAL_ROOT_USER} as the maildrop UID to the configure script to
  match the actual user that maildrop setuid()s to.

Bump the PKGREVISION to 3.
2008-02-19 18:45:28 +00:00
jlam
9da73ea84e Update mail/courier-mta to version 0.58.0. Changes from version 0.57.1
include:

+ Add full DESTDIR support.

+ Don't create empty, unused directories under
  ${PREFIX}/share/examples/courier.

+ Teach mkesmtpdcert generate certificates and keys using the either
  GNUTLS or OpenSSL tools.

* Fix a memory stomp in local delivery agent.

* Get rid of the hard 30 minute timeout in sendmail(8).

* Rewrite input processing for submit(8) process to use non-blocking
  I/O to read standard input. When the message source is local (or
  dsn), get rid of the hard 30 minute timeout, and poll stdin with a
  5 minute poll() timeout, at which point the timestamps on all open
  control and data files are pinged, to keep courierd from purging
  them based on their old timestamp.  Continue to use a hard timeout
  for all non-local mail.
2008-02-19 18:45:23 +00:00
jlam
9c67f2f8b8 Update mail/courier-maildir to track code from courier-0.58.0. No
changes from code in version 0.57.1.
2008-02-19 18:45:18 +00:00
jlam
780b055124 Update mail/courier-imap to version 4.3.0, which matches the imapd build
from courier-0.58.0.  Changes from version 4.2.1 include:

+ Teach mkimapdcert and mkpop3dcert to generate certificaties and keys
  using either GNUTLS or OpenSSL tools.

* Remove \Draft flag from messages moved to the trash folder upon expunge
  from the original folder.

* Make clock-skew check more reliable.
2008-02-19 18:45:14 +00:00
jlam
13d9226fd0 Add full DESTDIR support. 2008-02-19 18:45:09 +00:00
tnn
e6872cea49 Add IRIX command sinks, needed to get rpath fixup when using GCC. 2008-02-19 17:36:51 +00:00