Commit graph

1703 commits

Author SHA1 Message Date
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
6e2c35c083 pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.
2007-02-22 19:01:13 +00:00
wiz
17d4eb5978 share/emacs/site-lisp now exists by default -- don't try to remove it.
Bump PKGREVISION for the PLIST change.
2007-02-20 19:04:10 +00:00
sborrill
f6cf7dbfa1 Remove a deprecated request from the Jabber plugin so that it works with
ejabberd servers.

http://www.xmpp.org/extensions/xep-0094.html
XEP-0094: Agent Information
Status: Obsolete
Last Updated: 2003-10-08

The problem is that centericq treats some error replies as pertaining
to authentication.  Previously ejabberd sent "feature-not-implemented"
for unknown requests, but now it sends "service-unavailable", as
required by the RFC.  centericq has a workaround to ignore the former
error, but not the latter.  Therefore it believes that authentication
has failed (which is not the case).

Thanks to Jonathan Schleifer and Magnus Henoch for the patch and
clarification.
2007-02-20 18:45:00 +00:00
sborrill
06092a5e83 Make gpgme an option (on by default for compatibility with previous). 2007-02-20 17:38:52 +00:00
rillig
46b8f858c8 Tell psi where to find zlib, as suggested by Ondrej Tuma on
pkgsrc-users.
2007-02-20 16:23:22 +00:00
uebayasi
99b90c12c3 Update navi2ch to 20070114 snapshot.
(Note this is only a snapshot, and the next release will be 1.8.0.  To keep
the order of versions, this package is named 1.7.5.99.20070114.  Thus this
is ever higher than 1.7.5 and lower than 1.8.0.)

Catching up to 2ch infrastructure changes so that fix the problem unable to
post articles.

While here teach emacs22{,nox}.
2007-02-20 14:52:47 +00:00
uebayasi
47deba55e6 Update riece to 3.1.2.
* Major changes in 3.1.2
** Message catalog. (ueno)
* Major changes in 3.1.1
** riece-async works again. (ueno)
** riece-shrink-buffer is now enabled by default. (ueno)
** New window layout "spiral". (URABE Shyouhei)
2007-02-20 12:45:07 +00:00
reed
91d91e4206 This is not MAKE_JOBS_SAFE.
And update homepage URL.
2007-02-06 21:09:44 +00:00
wiz
5bed3a4340 Make sure the directory for the pidfile exists (/var/run is cleaned on
some machines...).
Bump PKGREVISION.
2007-02-01 23:19:56 +00:00
joerg
6c11f4df77 Modular Xorg support. 2007-01-30 22:09:48 +00:00
joerg
b5ac41c382 Modular Xorg support. 2007-01-30 19:48:47 +00:00
markd
e44d03e438 Update icons location of KDE apps. Bump PKGREVISION 2007-01-26 03:49:32 +00:00
reed
10d7572e1a Update xchat to 2.8.0. Okayed by maintainer.
Adds a "cs" locale file. And adds system tray notification support.
(Maybe the xchat-systray-integration package is not needed now?)

Note I never tested the python plugin (but did build and install).

Added two patches direct from xchat's FTP site.

Configure with --enable-xft. (Hopefully that is okay with quark on Mac OS).

Now depends on gtk2+>=2.10.0.

Install a couple documentation files.
Use INSTALLATION_DIRS to create the plugins directory.

ChangeLog hs:
 - Updated translations (cs, de, gl, hu).
 - XChat now requires at least GTK+ 2.10.
 - Added a system tray icon (aka Notification Area). This is probably the
   biggest feature addition in this series. Also added a /TRAY command so
   scripts can manipulate the icon.
 - Added partial support for numeric 005 token ELIST (min users only).
 - Brand new channel list window: GtkTreeView, nicer layout, less CPU power
   when downloading very large list, uses less memory, supports regexp/
   patternmatch/substring search and supports downloading LIST with minusers to
   save time (only on some networks that support ELIST).
 - Overhauled URL opening on Unix, it now tries xdg-open first, then auto-
   detects Gnome or KDE to run gnome-open or kfmclient. URLs with quotes
   should also work now (changed to execv()).
 - Settings: Warn the user when trying to put the tree on the top/bottom.
 - Fixed DCC ack reading so it doesn't use MSG_PEEK.
 - Channel modes are no longer shown in the titlebar if they contain a key.
 - Added /GUI APPLY command, which does that same as pressing OK in the
   settings window (e.g use it after /set). Mainly for scripters.
 - Allow changing the logging folder if the log filename is set to a full path
   in the settings window (starts with a '/').
 - Added 'Your Action' text event.
 - Separated out /away and /back commands so it's obvious what they'll do.
 - Changes to /MENU command (See plugin20.html for details):
  * Now works for popup menus too.
  * Allows creation of radio menu items.
  * -p arg can now to be negative to give a position offset from right/bottom.
  * -i arg to specify an icon file.
 - Plugin API:
  * Added event_text to xchat_get_info().
 - Perl (Lian Wan Situ)
  * Fixed hook_command so that it won't override the help message for builtin
    commands unless a help message was specified.
  * Perl Win32: Warn the user about trying to load 64-bit ActivePerl.
2007-01-25 21:27:48 +00:00
wiz
55db68eb31 Update to 0.11.8.2.1:
Changes unknown.
2007-01-23 22:15:16 +00:00
wiz
e5b04d25c0 Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.
2007-01-17 23:47:18 +00:00
rillig
5acfb0b6ca Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make
clear that these variables are completely unrelated to
BUILDLINK_TRANSFORM.

Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*.

XXX: Where should incompatible changes in pkgsrc be documented?
2007-01-17 03:11:18 +00:00
tron
0e9c5b8e05 Fix build with Quartz-only GTK+ 2.x package. 2007-01-16 11:07:59 +00:00
tonio
3f7f338379 This patch was applied upstream 2007-01-15 20:25:27 +00:00
tonio
7910c3e362 Update chat/weechat to 0.2.3
Version 0.2.3 (2007-01-10):
   * fixed display bugs with nicklist at top/bottom when look_nicklist_separator
     is OFF (bug #18737)
   * fixed iconv problem, causing truncated words when using iso locale
   * fixed topic scroll when topic has multi-bytes chars
   * fixed compilation problem with iconv under FreeBSD
   * fixed bugs with charset: now decodes/encodes nicks and channels in IRC
     messages (bug #18716)

Version 0.2.2 (2007-01-06):
   * fixed bug with status bar (missing refresh) when closing a buffer
   * fixed bug with use of first buffer for a channel if not connected
     to server (now allowed only for a server buffer)
   * fixed refresh bug with private buffer title
   * fixed bug with nick completion in command args (now uses option
     look_nick_completion_ignore)
   * fixed display bug with color for first line on screen (bug #17719)
   * added anti-flood option (irc_anti_flood) (task #5442)
   * fixed bug with "set_config" function in plugins API (bug #18448)
   * plugins: "add_message_handler" now accepts "*" for all IRC messages
   * added keys (F9/F10) to scroll topic (task #6030)
   * added auto completion with channels and filenames (task #5423)
   * fixed memleak in keyboard input
   * fixed refresh bug when changing config options if window is splited
   * added space between chat and nicklist when position is "right" (bug #17852)
   * added option "look_nicklist_separator" (task #5437)
   * fixed bug with DCC SEND when filename begins with '~'
   * added "irc_send_unknown_commands" option to send unknown commands to
     IRC server (OFF by default) (task #5947)
   * /charset command and charset conversions now made by "charset" plugin
   * fixed display bug in status bar, wrong length when using UTF-8
   * fixed bug with ignore: now any IRC command is allowed
   * fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)
   * added filename completion (task #5425)
   * added "modifier" in plugins API
   * improved /plugin command
   * fixed bug on ignore with "mode" IRC command (bug #18058)
   * fixed crash when loading ruby script if file does not exist, with
     Ruby >= 1.9 only (bug #18064)
   * added date in plugin function get_buffer_data()
   * fixed some portability bugs (patch #5271)
   * fixed iconv detection for BSD (patch #5456)
   * fixed typo in configure.in (bash specific test) (patch #5450)
   * mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are
     now sent in one mode command to server (task #5968)
   * added more values for config boolean values: y/true/t/1 and n/false/f/0
   * fixed bug with /alias and arguments (like $1), now text after
     argument(s) is used (bug #17944)
   * fixed minor display bug with special chars on some arch like PPC
2007-01-15 20:25:01 +00:00
joerg
d61b79ae90 Modular Xorg support. 2007-01-15 19:26:33 +00:00
joerg
4340af4731 Modular Xorg support. 2007-01-15 16:08:18 +00:00
joerg
b5aa7f107e Modular Xorg support. 2007-01-13 16:50:12 +00:00
joerg
cc9cbafff3 Modular Xorg support. 2007-01-11 11:32:16 +00:00
joerg
59a6ff6c21 Modular Xorg support. 2007-01-11 11:26:44 +00:00
joerg
b0aee12520 Modular Xorg support. 2007-01-11 10:46:49 +00:00
wiz
5321308ece PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.
2007-01-07 12:25:50 +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
rillig
c15e218706 Fixed path to the Python interpreter. PKGREVISION++ 2007-01-06 14:50:29 +00:00
rillig
87c879d2ab Fixed PKGMANDIR and pkglint warnings. 2007-01-06 14:34:50 +00:00
adrianp
6c79a801f1 Update to 3.2.6
In brief:
Unreal3.2.6 Release Notes
==========================

==[ GENERAL INFORMATION ]==
- The purpose of the sections below (NEW, CHANGED, MINOR, etc) is to be a
  SUMMARY of the changes in this release. There have been 80+ changes, and
  trying to mention them all would be useless, see the Changelog for the full
  list of changes.

==[ CHANGED ]==
- SSL: The server certificate and keys can now be reloaded via '/REHASH -ssl',
  no restart needed anymore.
- loadmodule errors are improved
- Snomask 'N' will no longer show nick changes of U-lined servers
- Various doc updates ('/HELPOP ?EXTBANS', and some unreal32docs improvements)

==[ MAJOR BUGS FIXED ]==
- Crash if link::options::quarantine was used
- Another crash which could happen in some rare cases
- Throttling was not always being applied correctly
- Windows 2003: Fixed crash on-boot if no nameserver was set
- Windows: Fixed /RESTART not always working properly (leaving the ircd dead)
2007-01-03 12:46:01 +00:00
jmmv
d798736799 Fix build under Mac OS X. 2006-12-21 16:13:53 +00:00
markd
4804628199 Tidy up KDE handling. Bump PKGREVISION as PLIST changed slightly. 2006-12-07 11:08:26 +00:00
jdolecek
e840567ecd add patch for DragonFly; no functionality change, so no PKGREVISION bump 2006-12-04 22:06:40 +00:00
mjl
825c7b0e33 Update micq to 0.5.2. 2006-12-04 14:17:05 +00:00
rillig
680823f835 Fixed "test ==". 2006-12-01 20:55:12 +00:00
obache
2673ad6031 Update bsflite to 0.82, provided by Claudio Leite in PR 35095.
BSFlite ChangeLog

0.82 - 11/07/2006

 * Added port to Watcom C for Win32, which exposed a bug
   in how I implemented callbacks (fixed).

 * Fixed small bug where idle time was interpreted as
   an away message for certain users.

 * Inserts newline if user's away message is blank.

 * Added R! command to manually reconnect.

 * Added auto_reconnect config option.

 * Cleans up after itself on quit.
   (i.e. no more memory leaks on exit)
   Added imcomm_delete_handle() and imcomm_delete_handle_now().

 * Added 'idletime' config option to set when bsflite considers
   the user to be idle. (thanks to Dan Ponte for the patch)

 * Changed 'll' to 'L,' which is an expansion alias like 'I'
   and 'r.' 'll' still works.

 * Created an actual manpage.

 * Code cleanup: rewrote input.c using callbacks.
                 wrote a new config file parser.

 * Profile display now includes idle time if user is in buddy list.

 * Changed character set on profile & away messages to iso-8859-1

 * Many improvements to color support, including Windows support.
   Can now be turned on and off via config directive 'colors'

 * Buddies are now marked offline in the log files when quitting bsflite.

 * Display version information when bsflite starts

 * Fixed bugs when displaying logs containing newlines
2006-11-23 00:54:01 +00:00
wiz
658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
tron
487e56a52d Update "xchat" and "xchat-python" packages to version 2.6.8.
Changes since version 2.6.6:
- Updated translations (be, de, el, es, fi, hu, it, ja, lt, pt, ru, sv, vi).
- Removed "xchat-remote" and "dbus.so", it's now apart of the "xchat" binary.
  There is now a new dbus interface, see src/common/dbus/README for details.
  (Claessens Xavier).
- Special-cased BRASnet for nickserv.
- Fixed using the /MENU args -p and -e at the same time.
- Fixed /reconnect and auto-reconnect issue [1525383].
- Plugin API:
  * Added fields: lag, queue to the "channels" list.
  * Added fields: sizehigh to the "dcc" list.
  * Added fields: networks to the "notify" list.
  * Handle gracefully plugins that try to execute commands with invalid UTF-8.
  * Added /GETFILE command, to open a file dialog.
  * Command hooks that start with a period ('.') will now be hidden from /HELP
    and /HELP -l.
- Fixed: [1544960] quitting via tabs behaves bad on bncs.
- Fixed: [1551620] --version flag needs display.
- Fixed: [1539236] problem with the /url command (irc:// handling).
- Fixed: [1568931] treeview problem: closing tabs by holding shift and
  clicking.
- "Clear" button in Ban List window now has a 'Are you sure?' dialog for
  safety.
- The notify list can now contain entries specific to only one or more IRC
  networks.
- Userlist popup menu and buttons: added %e for 'current network name'.
- Added option: 'Flash taskbar on any private messages'.
- Added a new encoding choice: "IRC (Latin-1/UTF-8 hybrid)".
  How it works is described at: http://forum.xchat.org/viewtopic.php?t=3180
- Added /LastLog -r <regexp>.
- The DCC windows have been remodeled and are much nicer now. Ported to
  GtkTreeView, the buttons are context sensitive, the window remembers its
  size and uploads and downloads are combined in one window.
- Perl (Lian Wan Situ)
 * Changed Xchat::print and Xchat::command to return false if they are called
   with either no arguments or undef
 * Changed Xchat::user_info so that it works even if the nick parameter
   contains color codes

pkgsrc related changes:
- The text mode UI is broken again and therefore not part of the package
  at the moment.
2006-11-14 10:38:36 +00:00
adrianp
ea9a3451a9 Update to 5.0.59
2006/10/01 .59  Added support to convert-db for versions of PTlink Services
                through 2.26-eol.1
2006/08/16      Update documentation to reflect new domain name.
2006-11-13 23:12:38 +00:00
rillig
d5140de49d Fixed "test ==". 2006-11-11 16:48:14 +00:00
tv
b16e61f08a Use find -print | xargs rather than find -exec. 2006-11-10 16:50:54 +00:00
adrianp
9a2d793f15 pkglintification 2006-11-05 17:48:16 +00:00
joerg
166e92758f DESTDIR support. 2006-11-03 07:12:24 +00:00
jdolecek
9beaa4a4f9 fix couple missing initializations of pthread_mutex_t/pthread_cond_t
now the package is actually usable on NetBSD
2006-11-02 07:07:13 +00:00
adrianp
0316b82dc0 Update to 1.0.1
* A bug that caused left-to-right text contained in lines determined to be right-to-left text to appear reversed has been fixed.
* Whether a line is treated as right-to-left vs. left-to-right text is now determined by the amount of each type of character in the line, improving the user experience in chats involving bi-directional text considerably.
* The "Edit Network" dialog has been refined for clarity and ease of use.
* A warning dialog to prevent accidentally quitting Konversation has been added.
* The Auto Replace list can now be sorted.
* The '/media' script command now sports improved player recognition, enhanced and easier configurability, the ability to distinguish between audio and video media as well as newly added support for kdetv. New '/audio' and '/video' command aliases have been added to expose these new abilities.
* The lower boundary of the default DCC port range has been raised from 1025 to 1026 to avoid conflicts with the commonly blocked Windows RPC port 1025.
* Dismissing an OSD notification by clicking on it will now also cancel the systray notification flash.
* A new configuration file option [OSD]OSDCheckDesktopLock has been added, allowing to manually disable the screensaver check in non-KDE environments that do not support it, causing the OSD not to be displayed.
* A bug that could lead to the "Switch to" sub-menu in the context menus of tabs not to be updated properly upon switching tabs has been fixed.
* A bug that caused the 'irc setBack' DCOP call not to function has been fixed.
* A bug that caused ampersands in the names of tabs not to be displayed and an immediately following character to be used as keyboard accelerator has been fixed.
* A bug that caused ignoring nicknames with '[' or ']' characters in them to fail has been fixed.
* Command aliases containing regular expression syntax can no longer cause built-in commands not to function.
* A bug that caused the Konversation irc:// protocol handler not to function has been fixed. Its compatibility with systems that do not use the GNU bash shell as default shell has been improved.
* A notable number of code quality improvements suggested by KDEs automated quality control service EBN have been implemented.
2006-10-30 23:02:26 +00:00
adam
2427a62dbf Change == to = 2006-10-29 19:29:10 +00:00
adam
ac94472032 Changes 2.3.0:
- fixed build with new autotools
- fix for autoconnect crash
- fix for links in chat window
- fixed segfault in send_ERA
2006-10-24 19:19:22 +00:00
jdolecek
cf39e0030e adjust include paths to avoid header conflict with net/socks5 package
fixes PR pkg/33022 by Steven M. Bellovin
2006-10-23 21:49:31 +00:00
adrianp
386d394767 s/SKIP_PORTABILITY_CHECK/CHECK_PORTABILITY_SKIP/ 2006-10-23 18:24:12 +00:00