Commit graph

1894 commits

Author SHA1 Message Date
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
rillig
f4770e60d1 Fixed "test ==". 2006-10-22 09:24:38 +00:00
rillig
fb10c068f6 Fixed "test ==". Added a dependency to bash, since I don't know which of
the used features are commonly available. PKGREVISION++.
2006-10-22 07:18:40 +00:00
adrianp
53b9d9f009 +anope 2006-10-20 22:41:06 +00:00
adrianp
9941c62908 Anope is a set of Services for IRC networks that allows users to
manage their nicks and channels in a secure and efficient way, and
administrators to manage their network with powerful tools.
2006-10-20 22:40:24 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
rillig
4bb42fd9c0 Fixed "test ==". 2006-10-11 18:23:54 +00:00
tonio
8958ed3695 avoid using "text ... == ..." in configure 2006-10-10 12:09:36 +00:00
rillig
62ed52cc83 No Makefile -- no tests. 2006-10-08 22:13:07 +00:00
rillig
6265e80d04 Disabled the portability check for this package because one file is
declared unchangeable. Unfortunately, exactly that file contains the
non-portable code.

Not my problem. ;)
2006-10-08 22:12:09 +00:00
rillig
c134122136 This package has GNU and non-GNU configure scripts. 2006-10-08 21:58:47 +00:00
uebayasi
db768abd1b Make sure the patch provided by PR pkg/32585 from ISIHARA Takanori is in
repository; this has been missed and left in my work directory somehow.  I'm
sorry.

Bump revision to 4.
2006-10-07 06:12:42 +00:00
uebayasi
0dd73f5cbf Update Riece to 3.1.0.
Changes excerpted from NEWS:

** Prevent reentrace of message handlers.  This might fix some long
   standing bug in message handling. (ueno)

** Removed dependency on the calc package from riece-ndcc.el. (ueno)

** Fixed a bug in the 353 message handler. (ueno)
2006-10-07 05:27:50 +00:00
obache
8030898e7e Add missing patch files. 2006-10-05 12:27:40 +00:00
obache
0fbad34ea6 Update iroffer to 1.3.11, based on PR 31859.
What's New in iroffer:

############################## version 1.3 ##############################

 --- New in 1.3.b11 --- (December 12th 2005)
 - fix invalid ctcp ping response
 - fix username when it cannot be determined automatically
 - fix infinate loop when debug output causes memory allocation

 --- New in 1.3.b10 --- (January 16th 2005)
 - ignore dev/inode changes as file changes
 - add sanity check to 'add' command to only allow regular files
 - reaping of old listen ports wasn't very good, caused small leaks
 - display memstat list using copy of list
 - improve dns lookup error reporting
 - fix memory leak with regcomp
 - allow 5 minute grace period before disconnecting due to restrictsend
 - windows users like their \r characters in xdcclistfile

 --- New in 1.3.b09 --- (August 23rd 2004)
 - fix build issues with OSF1
 - fix unaligned bus fault for 64bit writes in md5sum state structure
 - fix infinate loop when more than 1 transfer in progress
 - dont allow plistoffset must be greater than plist time

 --- New in 1.3.b08 --- (August 9th 2004)
 - dont use in_port_t, it's not in older glibc's
 - fix warnings
 - make transfer method determined at runtime
 - mmap doesn't work on cygwin sometimes
 - warn users about stupid usenatip values
 - dont use tr_id 0
 - fix crash if rmq called with invalid argument
 - fix build for macosx

 --- New in 1.3.b07 --- (April 6th 2004)
 - add convertxdccfile (convert .xdcc -> .state)
 - dont ignore nickserv, re-register on succesful nick rename

 --- New in 1.3.b06 --- (April 3rd 2004)
 - make debug a cmdline option not config file
 - replace auto* with autosendpack
 - change overallminspeed -> transferminspeed
 - remove double queue, will add something better in the future
 - add xdcclistfile config, save xdl to text file
 - update info and xdl commands, add 'xdcc info' message for users
 - add nomd5sum config option
 - add md5sum calcluation to packs
 - fixup logstats
 - add removedir, remove all files from within a directory
 - share filedescriptors and mmaps between transfers
 - fix total sent problem in statefile
 - fix integer overflow if transfer rate exceeds 140mbps
 - add sendfile support (for linux and freebsd)
 - turn off respondtochannellist by default
 - improve log rotation
 - fix 'shutdown now' crash if issued through dcc chat
 - other cleanups

 --- New in 1.3.b05 --- (March 22nd 2004)
 - dcc chat fixes
 - stop updating context log after crash starts
 - fix nonblocking connect error checking
 - change some privmsg to notice
 - fix various rehash crashes if items removed/added
 - add generic state file (remove xdccfile, messagefile, ignorefile)
 - fix user xdcc list to use notice, broke a while back
 - fix error handling if can't bind to listen socket
 - track nicks and close when no longer on channels (if restrictsend)
 - add punishslowusers

 --- New in 1.3.b04 --- (February 22nd 2004)
 - fix crash on shutdown

 --- New in 1.3.b03 --- (February 21st 2004)
 - less calls to gethostbyname()
 - do server dns resolve in a child process
 - fix solaris build
 - create fast server queue
 - dcc chat cleanup, make connection non-blocking
 - add 'chatl' and 'closec'
 - multiple dcc chat support
 - fix VERASE and VWERASE

 --- New in 1.3.b02 --- (January 22nd 2004)
 - fix build for MacOSX and *BSD
 - terminal support on console (arrow, ctrl-*, history)
 - 'delhist' admin command (delete console history)
 - add 'downloadhost' config command (specify how can download)
 - add -k to allow setting of corefile rlimit
 - add 'server_connected_raw' config command (send raw message after MODE)

 --- New in 1.3.b01 --- (January 11th 2004)
 - sort contents of adddir directory
 - mmap files to save system calls
 - replace uploadallowed with uploadhost (similar to adminhost)
 - allow any number of server_join_raw and channel_join_raw
 - replace virthost and vhost_ip with local_vhost
 - replace firewall and dccrangestart with tcprangestart
 - include device size in listul
 - major code cleanup

############################## version 1.2 ##############################

 --- New in 1.2b29 --- (March 22nd 2004)
 - fix various rehash crashes if items removed/added
 - fix error handling if can't bind to listen socket

 --- New in 1.2b28 --- (February 21st 2004)
 - fix fd leak on switching servers via signal
 - fix slow server queue
 - fix overwritten errno values on transfer disconnect

 --- New in 1.2b27 --- (January 22nd 2004)
 - update to cygwin 1.5.6
 - fix 'not a known channel' bug

 --- New in 1.2b26 --- (January 9th 2004)
 - channel_join_raw and channel_join_raw were not cleared on rehash
 - various solaris fixes
 - only dump context if debug set

 --- New in 1.2b24 --- (December 15th 2003)
 - fix crypt() detection

 --- New in 1.2b23 --- (December 13th 2003)
 - fix queue notification messages
 - fix renumber
 - add 'restrictprivlistmsg', custom message for restrictprivlist
 - dont reuse listen ports for a while if never connected
 - do sanity checks on adminhost
 - add 'timestampconsole', show timestamps on console
 - dont increment get counter on shutdown
 - add 'quietmode', dont send informational messages to users
 - fix unaligned transfer ack reads: caused end-of-transfer hangs
 - more crazy usermodes: ~ and &
 - fix bug when both respondtochannelxdcc and restrictlist are set
 - detect broken crypt in Configure
 - fix crash in psend under Solaris

 --- New in 1.2b22 --- (October 18th 2003)
 - fix end of transfer disconnect
 - fix qul
 - allow setting notifytime to 0 to disable
 - fix slotsmaxpack range
 - fix renumber
 - dont allow uploads to overwrite non-regular files

 --- New in 1.2b21 --- (October 12th 2003)
 - fix crash when running on Digital UNIX
 - when pack max speed is set, send data more smoothly (250ms instead of 4 second graunlarity)
 - unlimited number of packs
 - unlimited number of channels
 - unlimited number of servers
 - unlimited number of adminhosts
 - unlimited number of ignores
 - upto 504 simultaneous transfers under Linux/UNIX
 - upto 119 simultaneous transfers under Windows
 - better messages when xdcc list is not sent
 - dont say 'for a listing...' if restrictprivlist is on
 - add 'closeu' command, disconnect upload
 - split server queue into low and high priorities
 - better excess flood protection

 --- New in 1.2b20 --- (September 14th 2003)
 - more debugging information
 - fix 'chfile'
 - 'qsend' fixes to send first queued item
 - fix pack queue crash
 - reuse TCP ports from 'dccrangestart'
 - fix infinate loop if all servers don't resolve
 - fix 'lowbdwth' bug (debian bug #210349)
 - add 'notifytime' configurable, how often to notify queue/bandwidth
 - add 'dynip.sh' shell script to update 'usenatip'
 - auto-convert dos slash to unix slash
 - add 'smallfilebypass' bypass queue for small files
 - allow starting up with missing offered files
 - add 'chgets' command
 - ignore list now uses full hostmasks
 - add 'unignore' command
 - admin commands via msg dont count towards ignore

 --- New in 1.2b19 --- (July 6th 2003)
 - fix upload bug introduced in 1.2b18
 - add 'lognotices', configure if notice messages should be logged
 - add recognition of admin, founder and halfop used by some irc networks

 --- New in 1.2b18 --- (July 5th 2003)
 - alternate nick support
 - respond to '!LIST nick' (debian bug #191027)
 - set IP TOS for transfers
 - add 'hideos', to not show os in quit/version, etc..
 - add 'respondtochannelxdcc', configure respons to 'xdcc sent' on channel
 - add 'respondtochannellist', configure respons to 'xdcc list' on channel
 - decrease queue/bandwidth notification to every 5 minutes
 - allow queueing even if slots available but maxtransfersperperson applies
 - smart dequeuing: skip over people that would violate maxtransfersperperson
bug fixes:
 - fix delete headline on rehash (debian bug #193110)
 - fix freebsd, didn't have all sigcodes
 - fix super-long retry backoff
 - fix for some os's dont have strsignal()
 - fix invocation to require at least one config file
 - fix to handle CRLF on dcc chat
 - work around cygwin bug: over 30 transfers fail
 - work around cygwin bug: >2GB files return bad size in stat()
 - proper handling of max open files ulimit setting
 - fix 'chatme' to use firewall ports too
 - fix perodicmsg every second bug
 - work around cygwin bug: close() hangs
 - fix uninitialized data problem

 --- New in 1.2b17 --- (June 10th 2003)
 - server retry backoff
 - stdout buffering (ctrl-s will no longer block iroffer)
 - fix signal hander mess
 - fix infinate looping
 - largefile support (upto 4GB on OSs that support it)
 - xdcc list is saved to text file for external use
 - handle files that change on the fly (size, replace, modify, etc...)
 - nickserv support
 - pick up actual server name for pinging and display
 - log notice messages with privmsgs
 - admin command 'msg' (send privmsg to someone)
 - admin command 'servqc' (clear server queue)
 - dont notify queued people if server queue is big
 - log all chat attempts

 --- New in 1.2b16 --- (May 25th 2003)
 - increased number of packs and transfers
 - background and color modes on cygwin
 - proper file handling for xdcc and ignl files (no possibility of corruption now)
 - fix disconnect transfer bug (would previously have to timeout transfer)
 - fix channel user list 'unknown channel' bug on some servers
 - handle bogus reading after signal (ctrl-c stuck bug)
 - better error reasons in logs/messages
 - allow color/nocolor screen/noscreen from command line
 - fix cygwin 'not running cygwin' bug

 --- New in 1.2b15 --- (April 21st 2003)
 - performance improvement for high speed connections
 - big code cleanups
 - patch: add restrictprivlist: dont allow private lists (only public)
 - patch: add -plistoffset: offset plist time in channel config
 - patch: allow spaces in filenames
 - patch: upload resume support!
 - patch: respond to '!list' in channels with summary
 - patch: chroot/setuid support: iroffer can chroot/setuid itself
 - patch: psend type option: psend can now send full/minimal/summary
 - patch: onjoin: send something on server connect or channel join
 - patch: headline: add line of text to all xdcc list types
bug fixes:
 - fix Configure for systems that don't have -Wall
 - improve memory allocator
 - fix select() usage to work correctly
2006-10-05 12:25:33 +00:00
wiz
18e3283474 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
rillig
c0c5854a86 Fixed hard-coded paths. Bumped PKGREVISION. 2006-10-02 21:27:03 +00:00
rillig
4cec73e3f8 Interactive "test" phase. 2006-10-02 21:16:20 +00:00
tonio
803346cf36 add the option.mk file i forgot in last commits
Thanks rillig@ for catching this !
2006-10-02 21:02:03 +00:00
tonio
2a75bd1e0c Add a "lua" option to enable lua scripting 2006-10-02 18:49:12 +00:00
tonio
8f368d9824 Update chat/weechat to 0.2.1
Add an option to enable python plugin support.

News since last version are:
- added server default notify
- added arguments ($1,..,$9) for alias and special
  vars ($nick, $channel, $server)
- added hotlist in session file when using /upgrade command
- fixed crash with DCC when resuming file
- fixed random crash with /upgrade command
- fixed nicklist display when location is top or bottom
- fixed bug with CTCP version on channels
- fixed bug with auto-rejoin for keyed channels
- fixed chan owner and chan admin nicks
2006-10-02 17:45:49 +00:00
rillig
bcce47fa3d Fixed missing Bash interpreter. Bumped PKGREVISION. 2006-10-01 13:56:38 +00:00
rillig
c82dc2c620 Fixed some pkglint warnings. On Solaris, querying the __sun macro
instead of __sun__ is preferred.
2006-10-01 13:56:00 +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
he
57a3148029 Update konversation to version 1.0.
Discussed with adrianp.
2006-09-15 09:50:39 +00:00
rillig
dd6e4e191b Added a patch that is needed for Solaris with SunPro. 2006-09-07 13:09:50 +00:00
tron
0d9e9ca332 Remove Mario Kemper as maintainer of these package on his request. 2006-09-06 15:38:32 +00:00
rillig
07e5bdb24b The Bulgarian translation file has been changed, so all the files need to
be downloaded into a fresh directory. Bumped PKGREVISION because of that.
2006-09-02 20:21:54 +00:00
adrianp
664758d123 Update to 5.0.58
Added workaround to support the broken MD5 encryption used
in Epona/Anope (through at least version 1.7.14),
enabled by the EnableAnopeWorkaround option for the
encryption/md5 module in modules.conf.
configure -check (run by the Makefile) no longer leaves a
conf-tmp directory lying around.
Fixed error when compiling with recent versions of GNU make.
Fixed crash when importing some Anope databases.
Added support to convert-db for recent versions of Epona.
2006-09-02 08:42:58 +00:00
ben
b390afbe4c _INSTALL_UNSTRIPPED=yes on OSX. Otherwise plugins fail to load because
OSX linker can't find symbols from parent program.
2006-08-28 17:11:04 +00:00
minskim
ee5148f8a3 Use the tools framework to get the correct path to wish.
Bump PKGREVISION.
2006-08-26 21:48:06 +00:00
minskim
9aa5ac7918 Use the tools framework to get the correct path to wish.
Bump PKGREVISION.
2006-08-26 13:58:17 +00:00
tron
8b5981464b Install "xchat" binary unstripped under Mac OS X (Darwin). This makes
the plugin loader work for some weird reason. Hint provided by
Adrian Portelli on "tech-pkg" mailing list. Bump package revision
because of this fix.
2006-08-17 06:58:37 +00:00
tron
6869f91cbc Update "xchat" and "xchat-python" package to version 2.6.6.
Changes since version 2.6.2:
- Updated translations (de, el, es, fr, gl, hu, nl, sr, sv, vi, zh_TW).
- Fixed the invisible cursor color when using GTKSpell and a black
  input box (when "Use the text box font & colors" is ON).
- Allow loading a cert/privatekey file from ~/.xchat2/<NetWorkName>.pem
- Improved the fallback routine when you receive non-UTF8 messages. It
  can now handle CP1252 from mIRC users and the ISO-8859-15 Euro symbol.
- Added CHANOPT command for setting channel specific options such as showing
  of joins and part, beep on message and color paste (Lian Wan Situ).
- /CLEAR HISTORY will clear your command history.
- Fixed a crash if you left a Ban-List window open after closing the
  associated channel and then clicking Refresh.
- Added an option of using 'Last-Spoke' nick completion order in Settings >
  Input Box.
- The /QUERY command now has -nofocus arg, which scripts might find useful.
- You can now /set gui_url_mod 0, to allow left-clicking URLs (default is
  4, for CTRL).
- XChat will now respect gtk-button-images=0 set in ~/.gtkrc-2.0.
- Added a ./configure option to use your preferred spelling library:
  --enable-spell=type. Where type can be: none static libsexy gtkspell.
  Note that using gtkspell will force the inputbox to become a GtkTextView.
- Advanced users can /set tab_small 2, to get _extra_ small tabs.
- Added /SPLAY <soundfile>.
- Plugin API:
 * The second args to xchat_list_int and xchat_list_str can now be NULL as
   a shortcut to "channels" list for current context only.
 * Added bits 6-8 to the field "flags" in the "channels" list.
 * /GUI MSGBOX <text> can now contain Pango markup.
 * Added -m arg to /MENU. See plugin20.html for more.
- Fixed opening a irc:// URL via "xchat -a --url=abc123" command while
  "Skip serverlist on startup" is off. This fix is only relevant when
  opening an initial instance of xchat (i.e not via dbus).
- Fixed the tree layout "flashing" (redrawing slowly) after you
  switched to tabs and back to tree.
- Fixed plugin/script get_list("users") causing a critical GDK warning
  when not executed from the front-most tab.
- Added spelling support in the input-box via GTKSpell.
- Improved the error reporting when connecting through a Socks proxy.
- DCC file transfers via http/socks45/wingate proxy is now supported
  (Damjan Jovanovic & me).
- Fixed Socks 5 failing on 64-bit CPUs.
- Added support for connecting through a Microsoft ISA Proxy, requires
  libntlm at build time (Pavel Fedin).
- You can now mark and copy timestamps if you hold down SHIFT.
- Timestamps are now preserved in the /lastlog command. Also fixed a
  bug where the separator line disappeared during /lastlog.
- Added a Browse button to the DCC download folder setting.
- Made the setup window a little neater and Gnome-like.
- Improved the notify window a little and fixed a small memory leak.
- Fixed CTCPs being truncated in the RawLog window.
- Added an option to open a "Save As..." dialog when receiving a
  DCC file offer.
- Fixed a crash if you try to remove a network from the list while
  it's in a auto-reconnect delay [debian bug #364858].
- Python: Fixed some memory usage bugs.
2006-08-16 21:25:35 +00:00
tonio
74459a76fe Update chat/bitlbee to 1.0.3
From changelog:
Version 1.0.3 (released 2006-06-24) hilights:
- Less ICQ spam because the web-aware flag is disabled.
- It's easier to talk to people who are not in your buddy list.
- ISON command works better with irssi (and probably other clients).
- The usual bug fixes.
2006-08-16 09:46:27 +00:00
adrianp
1182d548d2 Fix installation path of help files
Fixes PR# 34189 reported by Brad Harder
2006-08-15 11:16:41 +00:00
adrianp
13c39fa83a Update to 7.2.2
> -- ircd-hybrid-7.2.2 RELNOTES
> o) Added channel::disable_fake_channels config directive
> o) Fixed broken FORCEJOIN  (contrib)
> o) Added missing documentation for connect::vhost
> o) Fixed problem with G-Line voting
> o) Fixed "STATS ?" so it doesn't report negative traffic statistics
> o) Fixed core in m_mkpasswd.c  (contrib)
> o) Reduced memory usage for channel members
> o) Added general::stats_e_disabled which simply disables "STATS e"
>    for other operators and administrators
> o) Ignore signal SIGXFSZ to prevent the daemon from dying on missconfigured
>    file size limits
> o) Slight optimizations to the block allocator
> o) Fixed harmless bug that could result in incorrect bytes sent statistics
>    in "STATS t"
> o) "STATS y|Y" now shows whether a class is active or disabled
> o) Added ircd-brazilian_pt.lang language file
> o) Misc. ACCEPT fixes. E.g. don't remove an accept record if a client is
>    changing between equivalent nicknames like 'nick' and 'NiCk'.
> o) Minor resolv.conf parser fixes.  Added missing support for ';' comments
> o) Fixed core on MODRESTART
2006-08-11 16:53:39 +00:00
jdolecek
e560236efe add c to USE_LANGUAGES, to fix warning during toolchain wrappers phase 2006-08-07 20:40:44 +00:00
perry
45b67fda28 update distinfo for the new distfiles subdir 2006-08-07 02:26:34 +00:00
perry
600dea0b55 As was done the last time, change DIST_SUBDIR around to force
re-download of all the files (because a language file changed.)
There has to be a better way to do this, but I'm following minskim's
precedent from rev 1.37
2006-08-07 01:49:25 +00:00
perry
278be5817e Remove use of FETCH_BEFORE_ARGS -- it was badly broken (it referred to
a variable that clearly no longer exists), the package downloads and
builds fine without it, and there is no clear reason why it was there
to begin with.
2006-08-07 01:35:04 +00:00
perry
02ba6def5d Update to revision 6 -- psi_sl.qm seems to have gotten a silent update. 2006-08-07 01:31:33 +00:00
adam
a916724b01 Changes 1.0.4:
* Fixed issue where no disconnect signal was emitted when connection closed
  during opening
* Plugged a memory leak in LmConnection
* Fixed warnings due to uninitialized value
* Fixed a reentrancy-related issue with LmConnection
2006-07-31 09:11:46 +00:00
adam
0e56beedf6 Changes 2.2.9:
* Bug fixes
2006-07-31 09:06:54 +00:00
hubertf
745fc9f10e de-maintain 2006-07-27 00:09:05 +00:00
mrg
8094c9497e update to ircII 20060725. changes include:
o  remove dead /set use_old_msg variable
  o  lex is no longer required for any part of ircII
  o  fixed /set irchost vs /set irc_encoding problem
2006-07-26 02:21:35 +00:00
mrg
e2caa0527c update to ircII 20060721. changes include:
o  default status line now tells you when you are scrolled up
  o  new variables status_scrolled and status_scrolled_lines
  o  new status format modifiers %P and %s
  o  fixed a bug with the input prompt being overtaken
  o  /set translation has been removed.  all encoding support now depends
     on the existance of iconv(3) support, enhancing the capabilities and
     correctness of codeset conversion.  the translation and iso2022_support
     variables have been replaced with input_encoding, display_encoding
     and irc_encoding
  o  /msg -server <servergroup|servername|number> <target> <message>
     now works to send message on specific servers ie, other than the
     current window's server
  o  support new $IRCSERVERSFILE that overrides $LIBDIR/ircII.servers
2006-07-22 09:13:10 +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
wiz
14d79f45a6 Update to 0.11.8.2:
Summary of changes from 0.11.8.1 to 0.11.8.2
============================================
[FT  fea] CTCP requests and replies will now be stacked onto outgoing
messages and autoreplies, respectively. This feature applies to
both IRC and AIM.
[TOC fea] Preliminary support for having multiple clients connected
to the same screen name on AIM. naim is now able to keep buddy
lists synchronized between all clients. Eliminates warnings about
unknown INSERTED2 and DELETED2 messages.
[FT  fea] Misc. code cleanups and simplifications backported from
ngnaim.
[TOC bug] Apparently, some users can sign on to AIM in such a way
as to mask their signon time. FireTalk used a signon time of 0 to
designate "offline", which led to some confusion when users signed
on with an actual reported signon time of 0. This led to assertion
failures in toc2.c. Fixed.
[IRC fea] A user's user@host is now displayed when the user joins
a channel on IRC.
[FT  bug] In some cases, CTCP requests were compared to the list
of known types case insensitively, sometimes case sensitively. The
spec. requires sensitivity to case. Fixed.
[IRC fea] All messages sent without a source are treated as coming
from a pseudo-target of ":SERVER".
[IRC fea] All messages sent before client signon is completed that
are not handled by the signon parser are passed to the normal
parser. This allows forced joins, CTCP handling from bots during
signon, etc.
[FT  fea] Some IRC servers send CTCP VERSION requests during signon,
before 001 (IRC's "you are now signed on and can send messages"
protocol message), and demand a reply. naim was naively replying,
but FireTalk was suppressing the reply (since it hadn't been told
it could send messages yet). A hack has been put in place to allow
CTCP replies to go through before signon has completed.
[IRC bug] The /SETPRIV command did not have a handler in irc.c.
This causes a reliable crash. Fixed.
[UI  bug] In some situations, naim could report a negative number
of lines left to play back during scrollback. Workaround implemented.
[UI  fea] /open WINDOW now jumps you to WINDOW if WINDOW already
exists.
[UI  fea] Overusing nickname completion now only complains to you
a few times, then stops. Previously it complained forever unless
an obscure setting was toggled.
[UI  fea] New $ctcpverbose. If set, unknown CTCP requests are
displayed in the UI.
[pkg bug] Most tail utilities accept either "tail +3 file" or "tail
-n +3 file" the same. Some only accept "tail -n +3 file". Others
only accept "tail +3 file". naim's packaging no longer uses the
tail utility, at all.
[UI  fea] The /sync command has been removed.
[pkg fea] The --firetalk-lily-binary-link configure option has been
removed, along with all code paths that depended on it.
[UI  fea] Improved error condition reporting backported from ngnaim.
[UI  bug] In some situations, file transfers could report incorrect
completion statistics due to integer overflow. All calculations
are performed using floating point now, though the UI still only
displays whole numbers.
[UI  bug] A change in how windows were looked up made in 0.11.8.1
caused all messages to both users and chats to be sent using the
send-to-user API. This did not cause problems on IRC or Lily, but
did cause chat room messages to be silently eaten on AIM. Fixed.
[UI  fea] At some point since the 0.11.8.1 release, AOL's servers
began changing bare \n characters in profiles to the string <br/>\n,
which naim did not understand. naim now treats <br/> as a synonym
for <br>.
[UI  fea] The dynamic library subsystem is initialized before
.naimrc is parsed, allowing your .naimrc to use the modload command.
2006-07-19 22:28:18 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
adrianp
4f308dc8f5 Update to 3.2.5
==[ MAJOR BUGS FIXED ]==
- Spamfilter was not always working properly
- MS Visual studio 2005 (8.x) was unable to compile Unreal and/or caused crashes
- Certain IPv6 listen blocks could crash the ircd on-boot/on-rehash

==[ MINOR BUGS FIXED ]==
- "Looking up your hostname" message was missing if
  set::options::show-connect-notice was enabled (other messages, like "looking
  up ident" were shown, however)
- It was sometimes impossible to update a link { } block: all old settings
  would still be used, this happened if connfreq was low. This might also have
  caused crashes.
- Netsynch problem, which could cause the wrong modes to be applied to a
  channel in some rare cases.
- Setting set::maxdccallow to 0 (or lower) still allowed one entry to be added
- Spamfilter oversized-checking is no longer done when removing a spamfilter
- Operator count bug (there might still be others...)
- Some chinese-* charsets could not be selected individually
- No longer requiring a C++ compiler (was caused by resolver in 3.2.4)
- Added workaround for "make: Permission denied" bug in some FreeBSD's
2006-07-18 22:43:36 +00:00
adrianp
2eb3306970 Fix some errors with non-existent directories pointed out by recent
bulk-build runs.
Bump to nb1
2006-07-14 22:48:45 +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
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
minskim
acb94c0b93 Do not define variables in headers; define them in .c files instead.
Otherwise, they cause link errors on Darwin.
2006-07-06 22:04:03 +00:00
minskim
d37a412ed1 Libtoolize to build on more platforms. Bump PKGREVISION. 2006-07-06 21:26:23 +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
wiz
bbfabf82e0 Remove extra qualifier to fix build with gcc4. 2006-06-30 21:46:53 +00:00
tron
2859430ddd Don't use ternary operator as lvalue in an assignment because GCC 4.x
doesn't tolerate such questionable programming pratice.
2006-06-30 15:53:18 +00:00
joerg
cf76d00d6c Convert dependency to use -[0-9]* style instead of just -*.
Bump revision.
2006-06-30 10:06:36 +00:00
minskim
60666b7ffa Set REPLACE_PERL for a perl script. Bump PKGREVISION. 2006-06-27 14:47:15 +00:00
minskim
03ede9d940 Specify PREFIX explicitly so that the configure script can find the right
directory when PREFIX!=/usr/pkg (it has hardcoded '/usr/pkg').
2006-06-21 00:12:33 +00:00
joerg
c5e9422cc1 Needs pkg-config to find gaim. Stupid configure. 2006-06-20 22:28:01 +00:00
joerg
d1124a74ac Needs pkg-config. 2006-06-20 21:43:31 +00:00
joerg
cf6415616d Fix label at end of compound statement. Force krb4 dependency, since
it explicitly links against it. Bump revision.
2006-06-18 19:36:53 +00:00
rillig
5298552c8f Fixed pkglint warnings. 2006-06-18 07:55:42 +00:00
jlam
8e7eb9771c Manage compression of the help files using the doc-compress script
and be more precise about which files are handled instead of touching
all the files in share/irc/help.  Also, use PLIST_SUBST instead of
manually replacing @GZ@ in the PLIST.
2006-06-14 14:23:32 +00:00
joerg
4fee59f3cf Needs msgfmt. 2006-06-11 14:27:55 +00:00
adrianp
2f9832136a 0.5.9
Bump date (By dgl)
Use the resolved IP for the encoded IP too, rather than $ENV{REMOTE_ADDR}. (By dgl)
Send real host and IP in USER command (suggested by OUTsider) (By dgl)
Near total rewrite, the old version sucked. (By dgl)
Fix ticket #145 (Mozilla suite seems to have different behaviour with permissions on XMLHTTP than Firefox) (By dgl)
Another oops, /help didn't work.. (By dgl)
2006-06-11 09:40:43 +00:00
xtraeme
fa9f4021ae Update to 2.0s11:
* Sending a stanza before a stanza during a SASL negotiation can cause a
  c2s segfault. Leading to a remote DoS.
2006-06-11 01:57:27 +00:00
tonio
9729b1f8a4 Update chat/weechat to 0.1.9
News since last version are:
- nick aligment, makes channels more readable
- new commands: /cycle, /setp
- new option to customize IP/hostname (when using multipe IP)
- new option to customize input prompt
- added keyboard handler for plugins
- german translations (messages and documentation)
- many bugs fixed for: UTF-8, DCC chat, Ruby, mutiple queries with same name, some commands, long IRC messages (> 512 bytes), terminal refresh, nicklist

Plus all changes since 0.0.5, see http://weechat.flashtux.org/ for details
Among them:
- improved alias completion (now uses target command for completion)
...
- added completion system for plugins/scripts commands
...
- new window maganement: custom size for windows, auto resize when terminal is resized
...
- full UTF-8 support
...
- new keyboard management, fully customizable
2006-06-10 16:17:32 +00:00
minskim
d4037975ec Make this package build with gcc-4. 2006-06-09 15:31:29 +00:00
joerg
f90005767d configure wants C++. 2006-06-06 14:38:31 +00:00
adrianp
181a38a068 Bump to 7.2.1
-- ircd-hybrid-7.2.1 RELNOTES
o) Fixed build on SRV4
o) Fixed problem where ircd would disconnect all SSL connections
o) Added initial CAP support.  Additional documentation can be found
in doc/technical
o) Speeded up command parsing
o) Fixed occasional core dump on UN*LINE
o) Fixed bug where particular clients would always receive
   "Load is temporarily too heavy" message
o) Improved memory consumption, i.e. memory consumption has
   been reduced for remote clients
o) Fixed possible core in case default_cipher_preference directive isn't set
o) Fixed "CHANSERV INVITE" bug with anope services
o) Updated example configuration files to reflect new topicburst flags
   directive in connect{} blocks
o) Fixed core if using the operator{} 'umodes' directive
o) Don't allow shared k-lines to be set without a valid reason
o) Improved channel ban match processing.  This also fixes CIDR bans
2006-06-06 13:04:55 +00:00
adrianp
1b2dcf616f Update to .57
2006/01/20 .57
            Fixed conversion of Anope 1.7 OperServ databases.  Reported
	    by Matt Smith <ratman6@xxxxxxx.xxx>
2006/01/20  ChanServ SET SECUREOPS now prevents unprivileged users from
	    gaining channel protect (+a) status as well.  Reported
	    by A.S. <loverboy@xxx.xxxxx.xxx.xx>
2006/01/20  Fixed a bug in the Cygnus database converter causing
	    autokills with invalid expiration data to expire
	    immediately rather than remain with no expiration time.
2006/01/07  Fixed a cosmetic bug in ChanServ LIST causing the no-expire
	    flag "!" to not be shown for suspended channels.
2006-06-06 12:35:04 +00:00
joerg
21be99846d Use kth-krb4 as dependency. It should work with the system krb4 on
NetBSD, when someone adds a builtin.mk for security/kth-krb4.
Fix errno. Bump revision.
2006-06-04 13:42:10 +00:00
joerg
a7ace3fd42 Add forgotten patchsum. 2006-06-01 11:42:42 +00:00
ghen
2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00
uebayasi
f07bf25d24 Update riece to 3.0.0.
* Major changes in 3.0.0

** Changed the meaning of riece-username.  If you set this option, you
   will need to set riece-realname instead. (ueno)

** Cause an error if a user requests to close already closed server. (yoichi)

** New add-on riece-epg.el, which enables secure conversation using
   GnuPG. (ueno)

** Fixed a couple of bugs in inviting users. (Steve Youngs)

** Fixed a redisplay bug when a user leaves a channel. (ueno)

** Reverted the default value of riece-alias-alternate-separator to
   "@". (ueno)
2006-05-30 00:26:15 +00:00
joerg
c21b86c717 Fix build on DragonFly and pthread linkage. 2006-05-29 15:53:27 +00:00
wiz
e91ec5a1a2 USE_LANGUAGES=c c++ 2006-05-25 14:29:41 +00:00
markd
d03bd52a98 Update kmess to version 1.4.3
3+ years worth of changes from the version 1.1 that was here
2006-05-25 11:00:25 +00:00
adam
5332c91ccb Added USE_LANGUAGES 2006-05-23 09:36:30 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
rillig
f8f1432afc Fixed pkglint warnings. Proper handling of rc.d script. Bumped PKGREVISION. 2006-05-21 16:08:32 +00:00
rillig
0dc829fa71 Removed trailing white-space. 2006-05-21 10:52:08 +00:00
adrianp
0e3138e21b +konversation 2006-05-18 21:50:35 +00:00
adrianp
9949f2bfbf Konversation is a graphical Internet Relay Chat client (IRC).
Features

* Standard IRC features
* SSL server support
* Bookmarking support
* Easy to use graphical user interface
* Multiple servers and channels in one single window
* DCC file transfer
* Multiple identities for different servers
* Text decorations and colors
* OnScreen Display for notifications
* Automatic UTF-8 detection
* Per channel encoding support
* Theme support for nick icons
* Highly configurable
2006-05-18 21:49:31 +00:00
christos
b2bede7c6c Make this work with 64 bit hosts. 2006-05-15 15:33:00 +00:00
joerg
a8ff024468 Uses C++. 2006-05-14 15:37:45 +00:00
jwise
2245676c51 Update to i2cbd-2.0_BETA5: fold in patch-aj, from Thor Lancelot Simon:
Don't set O_NDELAY (and leave it set!) on all sockets, all the time.  This
was making select always return immediately and was causing the daemon to
spin on CPU.

Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing
them, and clear it afterwards, so select is always safe.
2006-05-11 03:55:04 +00:00
tls
335c7c49a0 whoops. resuscitate patch-aj 2006-05-11 03:40:34 +00:00
tls
c482958325 Resuscitate patch-aj, which is fixed now. 2006-05-11 03:20:29 +00:00
jwise
9546463d09 Update to i2cbd-2.0_BETA4.
This release folds in pkgsrc patches patch-ad through patch-ai.

For the moment, remove patch-aj as well, since it doesn't apply (file paths
are wrong).  I'll try to fold this into the next beta, however.
2006-05-11 02:36:15 +00:00
tls
4a380ba70b Don't set O_NDELAY (and leave it set!) on all sockets, all the time. This
was making select always return immediately and was causing the daemon to
spin on CPU.

Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing
them, and clear it afterwards, so select is always safe.
2006-05-11 01:54:33 +00:00
christos
ae867b0b4b setting a 1 second alarm and a 10 second select timeout is silly. #ifdef
out the alarm code, and just deal with select.
2006-05-10 20:31:50 +00:00
christos
b04a332123 Fixed reversed test in db->get. strlen never returns negative. 2006-05-10 20:16:40 +00:00
gdt
93634f04fe LICENSE=generic-nonlicense
ok jwise@
2006-05-03 15:12:24 +00:00
adrianp
4c3c302732 Update to 0.5.8
> 0.5.8
> - Translations into German, Dutch, Romanian and Norwegian (thanks
>   OUTsider/scarynet)
> - Russian translation of help
> - Some more UTF-8 fixes (including joining channels with non-ASCII chars,
>   thanks to Jonas Liljegren)
> - Server balancing support
> - Identd supports multiple installs
> - Fix buffer overflow in client.cgi
> - Other misc fixes (see http://cvs.cgiirc.org/timeline?d=300&e=2006-Apr-30&c=2)
>
> 0.5.7
> - Fixed to work on Perl <5.8
> - Perform config option
2006-05-02 21:43:34 +00:00
gdt
c102b617d0 Add LICENSE=generic-nonlicense. 2006-05-02 14:13:11 +00:00
jwise
58a19a9f80 Update for i2cbd-2.0_BETA3. Changes since i2cbd-2.0_BETA1 (last pkgsrc
version):

	* command parsing and buffer handling fixes from SODA Noriyuki
2006-04-30 23:36:09 +00:00
tron
7bf3429110 Don't insert "[] " into every stored message if "log_timestamp" is
set "no". Bump package revision because of this fix.
2006-04-28 13:23:25 +00:00
joerg
ab5fa2df6d When trying to detect qt-mt, don't forget to link pthread. 2006-04-28 11:10:02 +00:00
tron
de00db8331 Add patch from "dircproxy" ticket #44 which stops "dircproxy" from
crashing if it has to reconnect to the server. Bump package revision
because of this bug fix.
2006-04-27 16:36:17 +00:00
tron
d47ef26ddf Update "xchat" and "xchat-python" packages to version 2.6.2.
Changes since version 2.6.1:
- Updated translations (de, fr, ja, sv).
- Made "/server freenode" send auto-join channels but not
  "/server irc://freenode".
- Fixed building of xchat-text (although not recommended!).
- Fixed using Strip mIRC colors & Color nicks at the same time.
- Fixed a bug in timestamp drawing using non-fixed-width font [1404341].
- Fixed display of realname in the nick-name right-click menu when it
  contains a '<' or '&' character [1403069].
- Added support for UniBG's nickserv (ongeboren).
- The move-to-complete-dir routine now treats encoding/UTF8 correctly.
- Show help when using wrong args for /DCC, instead of silence.
- Support receiving 2048 bytes per line from server and dcc-chat, so we
  can support 512 UTF-8 characters that some servers now send.
- Added /gui detach and /gui attach commands for scripters.
- The server list window now remembers its size.
2006-04-23 17:19:41 +00:00
jlam
802ce74fcb Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-23 00:12:35 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
rillig
27baea9e54 Fixed pkglint warnings. 2006-04-21 09:18:37 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
adam
789420993b Changes 1.0.3:
* Quick build fix release when building without SSL, LM-25.

Changes 1.0.2:
* Fixed issue when opening in blocking mode failed, LM-15
* Unregister sources when connection fails to avoid later segfault, LM-16
* Fixed an issue where large messages would get trunkated, LM-17
2006-04-15 06:56:24 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
tonio
059d8dc0f8 Update chat/bitlbee to 1.0.2
Version 1.0.2 (released 2006-04-01) hilights:
- Fixed some issues in charset handling.
- Better handling of Jabber away states.
- Some daemon mode stability/usability fixes.
- Lots of miscellaneous fixes, cleanups, etc.
2006-04-08 21:42:26 +00:00
jlam
5d925a8bdf Install sample files into the examples directory and treat icbserverdb
as a config file since it may be modified on a per-system basis to
select the default ICB server with which to connect.

Bump the PKGREVISION to 2.
2006-04-08 19:57:15 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
0e75430a3d INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-04-04 18:07:16 +00:00
jmmv
5290d58b69 Update to 0.10.2:
NEWS in 0.10.2:
===============
- Add runtime controlled debugging facilities (Richard).
- Display an event in the group chat window when a user changes the
topic, previously it just happened with no indication of who changed
it or when (Kristian Rietveld).
- Changed the account ID for Jabber IDs back to 'username@server' and
make the resource a separate entity in the accounts.xml (note: there
is some extra code to make sure the same problems that occurred last
time don't reoccurr this time with invalid usernames when trying to
connect) (Martyn).
- Updated the spell checker dialog to use "Replace" instead of "OK"
(Martyn).
- Cleaned up the glade windows and dialogs so windows are not shown
automatically, this reduces flickering when they are created (Richard).
- Fixed the assistant used to add accounts so it now accepts a
username of username@server and make the resource optional on the next
(connections) page (Martyn).
- Fixed the add account assistant so that account details are properly
checked before proceeding to the following page (Martyn).
- Updated the personal information dialog so there is no longer a
progress bar when saving or loading, it just makes widgets
insensitive. Also the buttons are now Save and Cancel which is clearer
(Martyn).
- Fixed the jabber chatroom join presence handling so it actually
checks the presence message is for the right room instead of just
accepting any old presence message - this means auto-connecting on
startup works properly and will also give the correct error if you
can't join for some reason (Martyn).
- The chatrooms window now allows selection of multiple rooms for
joining, deleteing, etc and the dialog will close when a rooms are
joined. Chatrooms will also be joined on the treeview "row-activate"
signal now (Martyn).
- Updated the CSS used for logging so the font isn't so big (Martyn).
- Improve the X screensaver detection (Richard, Tommi Komulainen).
- Added the 'x' to close separate chat tabs back in (Richard, Martyn).
- Improve the build scripts (Richard, Bryan Pepple).
- Fixed #334890, Make it possible to forget saved passwords (Paul Van
Tilburg).
- Fixed #334390, Use iso-codes for the language names for spell
checking (Nickolay V. Shmyrev, Richard).
- Fixed #331910, Make the accounts info file not readable by others
than the owner (Richard).
- Fixed #332058, Don't spell check chat commands like "/me" (Ross
Burton).
- Fixed #332063, Don't spell check numberic strings, e.g. "1234" (Ross
Burton).
- Fixed #332169, Update the libnotify code to work with the 0.3.2 API
(Martyn, Brian Pepple).
- Fixed #332713, Use the default foreground colour for the classic
chat theme (Richard).
- Fixed #332240, Change some keyboard mnemonics for chat windows
(Brian Pepple).

Translations:
Clytie Siddall (vi)
Francisco Javier F. Serrador (es)
Mikhail Zabaluev (ru)
Øivind Hoel (nb)
Richard Hult (sv)
Wouter Bolsterlee (nl)
Žygimantas Beručka (lt)


News in 0.10.1:
===============
- Changed the accounts dialog and removed the enable/disable account
checkbutton in the accounts list, it was pointless (Martyn).
- Changed the account button tooltip to only show the account id and
any error that might of occurred (Martyn).
- Added typing notification on the roster (Martyn, Richard).
- Added a chat theme selection in the preferences to choose between
Classic and Blue (which is a block message format), try it!
(Richard).
- Don't ellipsize text in the menu created for status presets, this
usually is not shown in full when using the menu on the tray icon
(Martyn).
- Added libnotify support for contacts coming online and sending first
time messages (note: this only works with libnotify 0.2.1 at the
moment, not with the 0.3.x API, if you have 0.3.x you might have to
disable it with configure --disable-libnotify) (Martyn).
- Use a GtkWindow instead of a GnomeApp for the main window. The
widget spacing for toolbars and menus is much better now (Martyn).
- Fixed #306719, Make sure Wordstar style key bindings work (i.e
Ctrl+Insert copies, Ctrl+Delete and cuts Shift+Insert pastes)
(Richard).
- Fixed #332052, Be more flexible with DTD validation in XML files
(Richard, Ross Burton).
- Fixed #332423, Make sure special characters are escaped when saving
to XML files (for accounts, presets, and contact groups) (Richard,
Jonatan Magnusson).
- Fixed #322030, Added the 'x' button back onto chat tabs to close
conversations (Richard, Sjoerd Simons)
- Fixed #332333, Fixed weird menu detachment behaviour (Diego
González).
- Fixed #142188, Don't scroll the chat window when drag and dropping
across them (Richard).
- Fixed #165565, Don't scroll the chat window when on the first or
last tab and pressing Ctrl+Pg[Up|Down] (Richard)
- Fixed #172013, Make sure group chat windows scroll to the bottom
(Richard)
- Fixed #332020, Corrected some UI typos (Clytie Siddall)
- Fixed #331664, Don't crash when trying to connect with an error
 about a missing resource in the account id, instead we now signal the
 error and the user is informed so they are able to correct it
 (Martyn).
- Fixed #331707, Depend on GTK+ 2.8 because we are using some GTK+
stock icons from it (Brian Pepple).
- Fixed #331868, Corrected some UI typos (Clytie Siddall).

Translations:
- Clytie Siddall (vi)
- David Nielsen (da)
- Jordi Mallach (ca)
- Miloslav Trmac (cs)
- Richard Hult (sv)
- Wouter Bolsterlee (nl)


News in 0.10:
=============
- Added support for changing topics in group chat (Martyn).
- Added support incoming message sound if your name is used in group
chat (Martyn).
- Reworked the chat code in places and added the beginings of a theme
engine (Richard).
- Reworked the group chat join code (Martyn).
- Reworked the group chat configuration to use an XML file (Martyn).
- Reworked the status preset code (Richard).
- Reworked the status preset configuration to use an XML file (Martyn,
Richard).
- Added *VERY* basic support for file transfer (this means you can
respond to incoming requests, but you can not accept or initiate them)
(Martyn).
- Added Help->Contents (Brian Pepple and Keywan Najafi Tonekaboni).
- Added new DBus API for post-net-up and pre-net-down so things can
clean up (Mikael).
- Use the Gnome smiley theme so there are now more emote icons that
can be used in chat (Martyn):
	:*  = Kiss
	:s  = Confused
	:@  = Angry
	*|  = Sorry
	*)  = Look Away
	:x  = Oooh
	*s  = Blush
	8D  = Cool Big Smile
	<)  = Angel
	@)  = Boss
	#)  = Monkey
	O)  = Silly
	+o( = Sick

- Added "composing" support back into Gossip (Martyn).
- Added "auto_connect" feature for accounts when starting Gossip
(Martyn).
- Clean up unused ellipsize and tree model filter code borrowed from
libegg which is now in GTK+ (Richard).
- Fixed #331229, Avoid critical warning when getting presence
information about offline contacts (Wouter Bolsterlee).
- Fixed #331412, Use "Remove" and "Cancel instead of "Yes" and "No"
when removing a contact (Wouter Bolsterlee).
- Fixed #331228, GTK+ gtk_widget_hide() warning causing a crash (Diego
González).
- Fixed #330830, Make sure the chatrooms window clears widget values
when closed (since it is hidden) (Paul Van Tilburg).
- Fixed #330828, Make sure the nickname for chatrooms is honored (Paul
Van Tilburg).
- Fixed #330916, Missing files in POTFILES.in (Brian Pepple).
- Fixed #306321, Make sure errors returned from failed registration
attempts are more user friendly rather than esoteric (Joe Shaw).
- Fixed #131290, Fixed nickname used in chat to be the full name from
the users vcard, which is also now set when registering new accounts
(Michal Janeczek).
- Fixed #321569, Possibility to set server seperately from jabber id
in the startup wizard (Brian Pepple).
- Fixed #325841, Support automatically joining chat rooms when
connecting to the server (Martyn, Ross Burton).
- Fixed #325740, Fixed crasher when joining the same group chat for
the 2nd time (Martyn).
- Fixed #325378, Updated help documentation to reflect the latest
user interface changes (Brian Pepple).
- Fixed #308041, Made the show/hide contact list configurable from the
main menu not just the notification area (Radomir Dopieralski).
- Fixed #321801, Don't send "composing" notification from every
account, only from the account that has that contact (Ross Burton).
- Fixed #119971, Support inviting people to group chat rooms (Mikael
Hallendal).
- Fixed #325258, Make sure the default vcard is looked up when showing
the Personal Information dialog (Brian Pepple).
- Fixed #141225, Added status and resource information to the Contact
Information dialog (jon@tgpsolutions.com).
- Fixed #322775, Reworked the Chat->New Message dialog (Martyn, Brian
Pepple).
- Fixed #323099, Made name and group configurable on new subscriptions
(Maciej Katafiasz).
- Fixed #305103, Translation bugs in jabber transport modules (Gabor
Kelemen).
- Fixed #322712, Build issues with DBus and Galago (Brian Pepple).
- Fixed #321538, Windows and dialogs have transients to positioned
children over their parents (Christian Neumair, Martyn).
- Fixed #316925, Added support for Galago (Ross Burton).
- Fixed #314848, Disable sound when showing/hiding offline contacts
(Martyn).
- Fixed #316172, Stop sending blank messages with "composing"
information (Ross Burton).
- Fixed #317107, Fixed GossipAccountButton implementation (Martyn,
Tommi Komulainen).
- Fixed #135472, Added shortcut (Escape) to hide main window (Edd
Dumbill).
- Fixed #316340, Make sure newly opened chat windows get focus (Keywan
Najafi Tonekaboni).
- Fixed #316917, Added "presence-changed" signal to the session for
Galago (Ross Burton).
- Fixed #316625, Resolved build issues with pkg-config (Tommi
Komulainen).
- Fixed #316621, Make the offline GossipAccountButton icon clearer
(Tommi Komulainen).
- Fixed #315181, Moved DBus initiation out of libgossip (Brian
Pepple).
- Fixed #153110, Resolved group chat text wrapping issues (Sven
Salzwedel).
- Fixed #165404, Support registering using SSL (Martyn, Mikael,
skadz@mindstorm.com).
- Fixed #165519, Support configuring multiple accounts (Martyn).
- Fixed #314140, Resolved "Login" grammar error (Adam Weinberger).
- Fixed #155135, Added confirmation dialog when trying to quit with
unread messages, subscriptions, etc (Keywan Najafi Tonekaboni).
- Fixed #142192, Make dragging contacts into chat windows highlight
the target to make things clearer and only drop when the button is
released (Sjoerd Simons).
- Fixed #151859, Stop the new message icon flashing on a contact when
dragging them to a chat window (Paul van Tilburg).
- Fixed #160216, Make the add contact druid continue when pressing
Next (bram@luon.net).
- Fixed #141787, Support adding contacts from a chat window (Brad
Taylor).
- Fixed #156285, Added completion to the status preset dialogs
(Martyn).
- Fixed #313486, Stop crash when joining a group chat and canceling it
immediately after (Brian Pepple).

Translations:
- Adam Weinberger (en_CA)
- Chao-Hsiung Liao (zh_HK)
- Chao-Hsiung Liao (zh_TW)
- Christian Rose (sv)
- Francisco Javier F. Serrador (es)
- Gabor Kelemen (hu)
- Jaydeep Bhusal (ne)
- Pawan Chitrakar (ne)
- Richard Hult (sv)
- Žygimantas Beručka (lt)
2006-04-03 15:45:49 +00:00
jlam
67b4042451 * Install info files into ${EMACS_INFOPREFIX}, which is the correct
location for both emacs and xemacs.

* List the info files directly in the PLIST.

* Use EMACS_MODULES to deal with a possible xemacs-packages dependency.
2006-03-30 03:31:13 +00:00
joerg
2dc7d51cb4 If sharing the distinfo, also share the patches... 2006-03-28 19:47:29 +00:00
joerg
77364fd4c5 Fix pthread detection / use of xchat-python. 2006-03-28 17:38:31 +00:00
joerg
e7f87bb088 Set PTHREAD_LIB to allow NSPR detection to work e.g. on DragonFly. 2006-03-28 17:26:59 +00:00
minskim
cb581805f7 Provide the correct psiwidgets path to uic. This makes the package build
again.
2006-03-23 02:24:58 +00:00
tv
ae3489ec53 Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a
PR-responsible person (such as I am ;) a little easier.
2006-03-22 22:50:31 +00:00
minskim
0dd91f0b7f The libtoolize qmake generates a correct rpath, so it is unnecessary to
patch Makefile.  Instead, just define target.path in the .pro file.
2006-03-21 07:48:03 +00:00
minskim
6ce11fbe20 Update DIST_SUBDIR to force to download new distfiles since one of the
language files was changed.  Bump PKGREVISION.
2006-03-21 07:32:41 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
wiz
9c3b7a59c8 Consistently use NetBSD.org address for shell, shellhung.org does not exist. 2006-03-16 22:48:42 +00:00
tron
2b12288c87 Fix build problem under Mac OS X by not linkink with the (non existing)
"util" library.
2006-03-14 21:30:17 +00:00
tron
86659c819e Update "xchat" and "xchat-python" packages to version 2.6.1.
Changes since version 2.4.5 include:
 - Updated translations (de, el, fi, fr, gl, hu, ko, nl, pa, sq, vi).
 - Added support for log rotation based on time or date.
 - Double-click in tree layout will now expand/collapse (Lian Wan Situ).
 - Keys to move tabs around now work in Tree layout too (Lian Wan Situ/Me).
 - Largely re-written "Search Text" function with much better
   behaviour and match case on/off and search backwards options
   (Richard Hitt and Me).
 - The parent row in the tree layout now changes color if you have
   that group collapsed (Lian Wan Situ).
 - Fixed crash when trying to Detach or Close a utility tab via
   right-click, when it's not the currently focused tab.
 - Made DCC resume handle case-insensitive file systems properly.
 - Fixed the flashing when you click on a colored treeview row.
 - Fixed auto-completion during /exec -o [1375530].
 - Added "Join Channel" menu item to the Server menu.
 - Unshade the Disconnect menu item when a connection is in progress.
 - Fixed a possible crash in changing color settings before changing
   to/from the tree layout (SF bug #1349088).
 - Added "Auto accept file offers" to the File Transfer settings.
 - Added support for brackets "<>" around nicknames in cut and paste,
   without displaying them (hidden text) (Camillo Lugaresi).
 - Fixed opening URL irc://NetWork/#channel not joining the channel
   [1362155].
 - Fixed the nickname label becoming small when you're marked Back
   if you have "Small tabs" turned on.
 - The textevents GUI has been re-written to use GtkTreeView.
 - Randomized DNS lookups on Mac OS X on hostnames that return
   multiple IP numbers (SG / CL).
 - Added a dialog window to help newbies join a channel.
 - Opening irc:// URLs will now JOIN only if you are already connected
   to the network.
 - Plugin API (Lian Wan Situ):
  * Added selected flag to "users" list.
  * Added "id" to xchat_get_prefs.
  * Changed xchat_find_context (ph, channel, NULL) to return results
    from the same server group as the current context when possible.
 - Perl (Lian Wan Situ):
  * using emit_print/command/recv will no longer trigger their own
    callbacks.
  * Fix compiling issues with versions older than 5.8.2.
  * Make all scripts appear in the "Plugins and Scripts" window, even
    those that do not call register().
 - Updated translations (nl, zh_TW).
 - Message boxes are now warning, error or info with appropriate icon.
 - Red marker line feature enabled by default.
 - Added /SEND <nick> [file] which will automatically switch to PSEND
   when detecting a private net address.
 - Simplified default nick-right-click menu.
 - Show "Last Talk" in nick-right-click menu as "minutes ago".
 - Strip mIRC colour from away message in right-click menu.
 - Warn when opening banlist in non-channel.
 - Reorganised and simplified IRC/Server menus and new View menu.
 - The editable Server menu is no more, if you want it type
   /set gui_usermenu 1 and restart.
 - Option to view channels in tabs or tree structure.
 - Shorter titlebar text for better viewing in taskbar.
 - Disabled key-search in server list, as GTK's auto-find does this
   better.
 - Removed "Connect in new tab" button in server list, it now does it
   intelligently. Use stock Connect icon.
 - Removed "Tint (shade) transparency" item from settings and figure
   it out based on tint values.
 - When closing a tab, re-focus the one near by, instead of always the
   last.
 - Firefox style close button.
 - The lag and throttle metres now have tooltips that give you real
   information (hover the pointer over them).
 - Added workaround to show on-join ChanServ notices in the right tab.
 - Tab scroll buttons are now side-by-side when in vertical mode.
 - Automatically change key shortcut of "Marked Away" if the
   translation already uses ALT-A for the Help menu (e.g _Aide in
   French).
 - Your nickname in the bottom-left corner now turns gray when you are
   marked away, just like the userlist.
 - Introduced a delay before joining channels, to allow for FreeNode's
   short comings. If a umode +e is received it'll send auto-join
   channels immediately.
 - Plugin API: Added win_ptr to xchat_get_info.
 - Non-irc (utility) tabs can now be detached aswell.
 - Fixed behaviour problems of the userlist pane, which might be set
   incorrectly if the window was resized while a server-tab is focued.
 - Added a confirm-dialog when trying to close a server-tab with
   children.
 - Server list's edit window now gives you an option of a network
   specific "Second choice" nickname.
 - Auto detect RusNet and use /NICKSERV to identify instead of /MSG.
 - Added /Ghost command.
 - Fixed: The WHOIS away-line ignored irc_whois_front setting.
 - Scroll-wheel now works while hovering over a tab (Lian Wan Situ).
 - The input box right-click menu now has bold, underline and italic.
 - Added xchat-remote for launching irc:// URLs in existing xchat
   and other functions (Claessens Xavier).
 - Better command-line parameter parsing via GOption.
 - Tab completion order can now be in "last talk" order if you
   /set completion_sort 1.
 - "Channel Action" and "Channel Action Hilight" now have a 3rd
   argument of "Mode char", just like normal message events. The last
   talk time is also now updated on actions.
 - Reworked the Character Chart window so you can find your char.
 - Perl:
  - fixed so that printf and commandf are exported
  - print and printf can also be called as prnt and prntf, this is to
    avoid clashing with the builtins.
 - Deprioritized MODE/WHO to reduce join lag.

"pkgsrc" related changes:
- The text frontend "xchat-text" is currently not part of the package
  because the build is broken (despite different claims in the
  original release notes).
2006-03-14 19:06:19 +00:00
tron
530322bd78 List me as maintainer of the "xchat-python" package. 2006-03-14 17:59:57 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
joerg
418b67fab1 Fix NSPR detection at least for DragonFly, making it actually work.
Addresses complains of Tom Hummel via IRC. Bump revision.
2006-03-13 20:33:24 +00:00
rillig
b107baca56 Fixed some pkglint warnings. 2006-03-12 14:50:11 +00:00
yyamano
9d1d96ba64 Make this build on Darwin. 2006-03-11 16:44:44 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
wiz
432de70e24 Update to 0.81p2, provided by Evan Hall in PR 32957.
0.81p2 - 02/13/2006
* For some reason some IM's contain an extra bit of information
that imcomm choked on, so certain incoming messages would not
be shown. I made tlv_split() in imcomm ignore the number of tlv's
the server tells us, and this fixed it.

0.81p1 - 01/31/2006

* Fixed a bug that made AOL's Triton client ignore incoming IM's
from bsflite.
2006-03-08 05:57:58 +00:00
adrianp
c9020929e7 Fix build after recent irssi bump 2006-03-07 22:18:53 +00:00
adrianp
4d02f4a4cb pkglintification
Add rehash option to rc.d script
Remove dud mirror site
Sort PLIST
Bump pkgrevision
2006-03-07 17:23:51 +00:00
grant
df0e4633c3 Update scrollz to 1.9.5.
submitted by Jason Lingohr in PR pkg/32974.

changes since 1.9:

ScrollZ v1.9.5, 23.4.2005

    + REGEXP() which uses POSIX.2 regular expression matching,
      requested by Mc
    + SHOWIDLE -O|-N to display chan ops/non-ops only, requested by Blaxthos
    + SHOWKILL will now show when were you killed (requested by Blaxthos)
    + ETOPIC to extend current topic (requested by hapan)
    + ETDELIM to set topic delimiter for ETOPIC (requested by hapan)
    + VOICE/DVOICE to voice/devoice users (requested by hapan)
    - bug fixes

ScrollZ v1.9.4, 19.12.2004

    ! support for ! channels on IRCNet (reported by jups)
    ! ETA display on DCC REGET at connection startup
    + support for numeric 515 on freenode (need to be identified to
      join +r channels, requested by TrN)
    + partial support for ~ (channel owner) and & (channel admin)
      in unreal ircd (requested by Ahnberg)
    + support for channel mode R on ircd 2.11 (reop, requested by Tero)
    - bug fixes

ScrollZ v1.9.3, 11.5.2004

    - bug fixes

ScrollZ v1.9.2, 9.5.2004

    - bug fixes

ScrollZ v1.9.1, 1.5.2004

    + COLOR MISC color4 is now used to color <>s in publics for people
      from user list, COLOR MISC color5 is used for your publics
      (requested by salan)
    + SETBACK now decrypts away messages if master password is set and
      AWAYENCR is set to ON (requested by Metalfan)
    + parsing of WHOIS actually (requested by braneded)
    + SET STAMP_FORMAT now supports strftime conversion specifiers if
      available (requested by wiz)
    + improved OperVision parsing
    + ignore levels PART and JOIN for channels parts and joins,
      respectively (requested by TrN and tel)
    + FDLINE to filter D/d lines in -DOPER (requested by wiZ)
    + $stamp() which returns current timestamp as set by
      SET STAMP_FORMAT
    + AWAYSAVE AWAY, it controls saving of SetAway/SetBack messages to
      ScrollZ.away (requested by taliz)
    + ADDF now accepts -QUIET to omit sending notice to target nick
      (requested by taliz)
    + SET HYPER_DCC which replaces compile time define HYPERDCC
      (suggested by Merlin)
    + URL catcher now also stores the source of the URL (nick if it
      was in a privmsg, or a channel for publics, requested by poorboy)
    + $url(number [string]) now returns given url and its source if
      called with two arguments
    ~ by default kick/nick/deop floods, showaway, kick on flood and
      kick on ban are turned off (suggested by b-)
    + @ usermode support
    + wordkicks in actions (coded by braneded)
    + CDE to clear ban exceptions (requested by Blaxthos)
    ! compile on FBSD 5.1+ with IPv6 enabled (patch from ircII by Damm)
    ! @%+nick support for some ircds
    + ADDW now support -BAN and -TIME, see help for more info
      (requested by eviilboy)
    + client should no longer excess flood when joining a lot of channels
      at once (when reconnecting on hybrid7/latest ratbox)
    ! compile using Apple GCC and IBM XLC (fix by TrN)
    + translation tables to the tarball
    + ARINWIN support for actions (requested by taliz)
    + FTRACE -E|-G (both use ETRACE from ircd-ratbox, -G does matching
      on gecos field, requested by taliz)
    + channel based host ignore, example of usage:
      IGNORE *.no!#blah public (requested by several users)
    - bug fixes, including crashes and possible buffer overflows
2006-03-06 10:03:39 +00:00
toddpw
4262b29009 Oops, fix pkglint warnings. 2006-03-06 09:56:30 +00:00
toddpw
9ebd245fe6 Fix pkg/18416, ymessenger pkgsrc is obsolete. 2006-03-06 09:45:34 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wiz
5405c704d2 regen (for irssi-0.8.10a). 2006-03-04 06:42:55 +00:00
wiz
560be0ecd2 Update to 0.8.10a:
Re-packaged source, no new features.
2006-03-04 06:34:13 +00:00
wiz
d4691c3c00 Update language files. Fixes fetch part. Based on patch provided by
Alexander Becher in PR 32748. Bump PKGREVISION.
2006-03-02 23:00:46 +00:00
wiz
636a554ffc Do not try removing man/ru/*, they are now in mk/platforms/*dist. 2006-02-22 22:13:42 +00:00
adrianp
cb4494ccd3 Update to 1.2.0 development version
* Nickserv support
* Binding to a local IP
* a new /dircproxy RELOAD to reload the config
* Add DCC Resume
* Add 005 Support
* Can be build with SSL support (experimental)
* Support for IPV6 (experimental)
* a new /dircproxy NOTIFY command
* Support for MD5 password
2006-02-19 15:47:35 +00:00
adrianp
80e662b7f9 There's been an upstream fix but the version number was not bumped
http://www.unrealircd.com/324rerelease.txt
Use DIST_SUBDIR=${PKGNAME} until the next version is released
Install help and documentation for non-english users
2006-02-16 21:30:06 +00:00
wiz
349be774be Add riece-en.info to INFO_FILES, bump PKGREVISION. 2006-02-16 18:08:06 +00:00
wiz
e576e15577 Add USE_DIRS xdg-1.2 and missing qt3-tools build dependency,
which broke the build. Add two @unexec RMDIR while here.
2006-02-16 18:07:44 +00:00
salo
9fccbda816 Update to version 3.0.0
From Jason White, via PR pkg/32452

Changes:

- Support for OTR protocol version 2; will still interoperate with
  version 1 clients (though with a warning to the user), fixes
  identity-binding flaw:
   http://www.cypherpunks.ca/otr/Protocol-v2-3.0.0.html

- The OTR button now has a right-click context menu with some useful
  options.

- The OTR button now has icons in addition to text to indicate what
  state a conversation is in.

- Most popups have been changed to inline messages in the conversation
  window.
2006-02-13 14:47:10 +00:00
salo
8201d5e4be Update to version 3.0.0
From Jason White, via PR pkg/32451

Changes:

- Support for OTR protocol version 2; will still interoperate with version 1
  clients (though with a warning to the user), fixes identity-binding flaw
  http://www.cypherpunks.ca/otr/Protocol-v2-3.0.0.html
2006-02-13 14:44:31 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
adam
194dd9ccf2 Changes 20041113:
* Minor bug fixes
2006-02-05 18:55:22 +00:00
adrianp
a17e110eb2 Update to 3.2.4
This is just a summary of changes, for full details see:
	http://www.unrealircd.com/txt/unreal3_2_4_release_notes.txt

> ==[ MAJOR BUGS FIXED ]==
> - Two issues with an incorrect badword { } block in the config file causing a crash.
> - Incorrect TKL/*LINE causing a crash
> - Complete resolver recode: now using c-ares + caching to fix some (rare?) crash bugs and
>   to make our code much more cleaner.
> - Using GCC4 caused a crash on-link.
> - Crash when a class block was removed and had any other blocks were referencing it.
> - OpenBSD crash on /REHASH.
> - Several AMD64 crash issues.
> - Sometimes a serious flood of notices was generated if link::options::nodnscache was used.
> - Spamfilter: action 'viruschan' combined with target 'user' caused crashes.
> - chinese-* nick characters support caused memory corruption.
> - Crash issue regarding SSL and junk snomask.
>
> ==[ MINOR BUGS FIXED ]==
> - Now properly resolves hostnames again that use CNAME delegation (got broken in 3.2.3).
> - Fedora Core w/IPv6 failed to compile.
> - A few read-after-free bugs that could have caused crashes.
> - ./Config was not loading the settings properly on Solaris 10
> - Crash if high ascii in set::network-name
> - Fixed advanced channel aliases not working properly
> - Fixed \* and \? escaping not always working properly (for example in ~r/~c bans).
2006-02-04 21:13:54 +00:00
adrianp
f3b8ec4794 pkglint fixes. No version bumps required. 2006-02-04 15:22:06 +00:00
rillig
23fc22fc06 Fixed pkglint warnings. 2006-02-03 01:58:43 +00:00
tron
fc388644bf Remove comment which asked not to merge this file into "Makefile". It's
obvious that this is a bad idea after the import of the "xchat-python"
package into "pkgsrc".
2006-02-02 21:08:11 +00:00
tron
014e8b5b09 This program is called "X-Chat" and not "XChat". 2006-02-02 21:02:56 +00:00
tron
5f304efe69 Add and enable "xchat-python" package. 2006-02-02 21:00:09 +00:00
tron
a242c9aa85 Import new "xchat-python" package:
X-Chat is a graphical IRC client that runs on UNIX-like systems.
This is a Python scripting plugin for X-Chat.

This package is based on Min Sik Kim's "xchat2-python" package available
via "pkgsrc-wip".
2006-02-02 20:58:06 +00:00
wiz
d2b8db1931 Update to 0.5.1:
2006-01-16: 0.5.1: bug fixes, another peek fix, peekall command /
peekme option, autoauto option.
2006-01-29 17:48:11 +00:00
uebayasi
5240fee56c Update navi2ch to 1.7.5nb1; renew BBS menu URI. pkg/32585 from
Takanori Ishihara.
2006-01-25 04:49:45 +00:00
tonio
5eb6ffc55b Update chat/bitlbee to 1.0.1
Version 1.0.1 (released 2006-01-14) hilights:
- This version contains some of the changes from the current bzr tree, mainly bug fixes
- AIM groupchat support
- Fixes problems with MSN messages failing to arrive
- Fixes problems with not seeing Jabber buddies online
- Now handles MSN passwords with commas correctly
- Code cleanup
2006-01-24 10:02:31 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
joerg
0a4ab50927 Has BROKEN_GETTEXT_DETECTION. 2006-01-23 22:59:54 +00:00
xtraeme
9745c2b69e Update to 0.10.
- Psi will now sign out before Windows or Mac OS X machines go to 'sleep'
  - The default text input line in the chat dialogs starts at one line tall,
    and grows as necessary.
  - The Roster can now be automatically resized to fit all  contacts.
  - The Roster now has a menu bar available on Windows and Linux
  - Chat windows can be collected together using tabs
  - On Windows and Mac OS X, selected text may be automatically copied to the
    clipboard.
  - Mac OS X builds now enjoy Growl(.info) support
  - Photos are now available in the VCard dialog
  - New default colour scheme
  - Roster and chat dialog opacity is now configurable on Windows and Mac OS X
  - The colour scheme is now slightly more configurable
  - Assorted minor feature additions and bug fixes
  - Number of unread messages is now visible in the dock on Mac OS X
  - GPG passphrases are now cached during the entire Psi session
  - 'Authorization received' messages can now be ignored
  - Roster and chat windows can be made transparent
2006-01-23 17:05:02 +00:00
schwarz
381ee5013b added -f option to rm command to ensure it works even if the archive gets
unpacked without user write permissions for the file to be removed.
2006-01-22 21:39:33 +00:00
adam
03178035a6 patch-ad courtesy of adrianp :) 2006-01-22 00:12:37 +00:00
adam
44489406ca Changes 0.4.3:
* Bug fixes and improvements
2006-01-22 00:11:27 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00
veego
f877198bb9 Update to version 0.8.10, based on PR #32432 from Juha-Matti Tilli:
- Recode support
- Isupport (005 numeric)
- Passive DCC support.
- Many memleak fixes.
- Network specific ignoring.
- Updated internal error handling.
- Complete 64bit support.
- Revised default aliases.
- Updated paste detection and settings.
- Tons of bugfixes.
- Other changes

The 'pre-install' hack from the pr is no longer needed after a fix from
jlam. Don't delete the patch-ae, which was removed in the pr.
Recode support won't work at the moment on NetBSD.

Bump the version for irssi-icb, due too the upgrade of irssi.
2006-01-17 21:45:52 +00:00
adam
5a14298574 Final distribution: bug fixes 2006-01-17 20:49:13 +00:00
tonio
59b817a97e Update chat/bitlbee to 1.0
CHANGES contains:
- renamed control channel to &bitlbee, to avoid confusions
- Jabber cleanup
- Handle RSS-to-Jabber feeds
- AIM notifications
- typing notifications come in as CTCP
- fixes a possible DoD bug

Also, the package now installs the full user-guide, and bitlbee.conf(5) man
page
2006-01-13 13:03:43 +00:00
wiz
34babc50c8 Update to 0.81, provided by Evan Hall in PR 32488:
0.81 - 01/08/2006

 Changes by neutronscott (thanks):
   * Wordwrap works with <br> on incoming messages.
   * Fixed buddy list size bug when squelch_connect is on
   * Moved beep_on_incoming from compile-time to a config option

 * Outgoing messages are displayed with HTML removed.

 * HTML links are now displayed in-line

 * Fixed most problems relating to buddy list management.

 * Added raw input mode, toggled by ctrl-R, to input HTML characters.

 * Added command 'z!' to reload away messages and profile while running.

 * Added 'p' command for pasting messages.

 * Removed the 'b' command due to multiple reports of crashes.

 * Made improvements to the wordwrap routine, which should fix crashes
   when pasting or receiving a long link or other long, uninterrupted
   line.

 * Replaced getchar() with read(), eliminating the odd bug when pasting a
   line - you don't need to press another key to get display the line.

 * Added option "set_window_title" that sets the xterm/screen window title
   with your screen name.

 * Added 'I' command to request profile of the last person who sent you
   a message.

 * 'wf' command now displays idle times. This was actually sent to me in a
   patch by Matt Walters a long time ago, but I just cleaned it up and
   implemented it now.

 * New config option "oscarport"

 * Fixed some memory leaks in bsflite and imcomm. Thanks to Toby Peterson for
   submitting this patch.

 * Added support for connecting through proxy servers.
   Added to config file:
    - proxy <proxy server> - the hostname or IP of the server
    - proxyport <port> - port on which the proxy is listening
    - proxytype <type> - currently either socks5 or https

   Authentication should be added soon.

 * Made timestamps a run-time option. Add 'timestamps false' to
   the config file.
2006-01-11 18:13:25 +00:00
adrianp
2458cc00c4 Install the correct documentation and update the PLIST accordingly
Make sure mkpasswd is only installed once as ircd-hybrid-mkpasswd
Make .if defined statements a little more bulletbroof
Bump to nb1
2006-01-10 22:26:32 +00:00
joerg
03fae5dea2 Explicitly link weechat-curses with LIBINTL, if it isn't picked up
already. Fixes build on DragonFly.
2006-01-10 13:05:33 +00:00
joerg
627c916f2f va_arg with type shorter than int is invalid and GCC's builtin will
generate an explicit abort() for that code path. Use correct promotion
and bump revision.
2006-01-10 12:52:45 +00:00
xtraeme
eadc9131c8 Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
2006-01-08 18:35:08 +00:00
rillig
cab1b7c242 Provide the configure script with an empty input file instead of feeding
a line of "\\n" to it.
2006-01-07 21:39:49 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
joerg
28f8e73928 Use SUBST instead of FILES_SUBST_SED. 2006-01-05 19:56:38 +00:00
joerg
247dca44ef Use PTHREAD_* instead of hard-wired -lpthread, esp. when testing for
libgadu. Let errno.h provide errno in libgsm.
2006-01-05 16:36:38 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
joerg
c037329397 Use SUBST framework instead of FILES_SUBST_SED. 2006-01-04 18:04:12 +00:00
adrianp
d5b3d7dae7 Update to 7.2.0
> -- ircd-hybrid-7.2.0 RELNOTES
> o) Fixed broken operwall = yes;
> o) Added 'umode' directive to oper{}.  List of modes to get on /OPER.
> o) Fixed a WHOIS bug
> o) Fixed bug where we would increase Count.invisi even
>    if invisible_on_connect is turned off
> o) Removed invite_ops_only, controlled by paranoid (+p) now
> o) Better DDoS protection
> o) Fixed va_list bug on amd64
> o) Fixed /dev/poll
>
>
> -- ircd-hybrid-7.2rc1 RELNOTES
> o) ircd can dynamically change all its client/fd limits at runtime
> o) Added epoll as the primary I/O engine under Linux
> o) Local channels will not show up in remote /WHOIS
> o) Added hidden_name which allows customized hidden server names
> o) Added restrict_channels to define a static channel set
> o) Added --disable-gline-voting to disable G-Line votes
>    for small networks or people who don't want it.
> o) Allow accumulating more ip= entries in an exempt{} block
> o) Various improvements and bugfixes
> o) Make win32 build usable
> o) Fixed ban caching bug
> o) Cosmetical fixes to TIME
> o) Get "KLINE nick" to work with clients that have a spoof
> o) Fixed RESV/XLINE bug in conjunction with names that include escaped
>    characters such as \*, \?, \#.
>
>
> -- ircd-hybrid-7.2beta1 RELNOTES
> o) Usermode +G, like +g, but allow messaging from people on common channels
> o) Usermode +D - "deaf", don't receive channel messages
> o) RXLINE and RKLINE - commands for setting regexp K/X lines
> o) Join flood is now detected and reported to +b opers
> o) Re-added REJECT_HOLD - lock clients for a while before throwing away
> o) ping_warning, a class{} option to notify opers before "Ping timeout"
> o) New hooking system, modularised: usermodes, iauth, message filtering etc.
> o) Network I/O speedups
> o) Various cleanups and bugfixes
> o) Support for client SSL
> o) Support for services (contrib/m_services.c)
> o) IP cloaking module (contrib/ip_cloaking.c)
> o) Native win32 build
2006-01-03 13:09:25 +00:00
adrianp
140c81719f Minor PLIST change to deal with modified configuration files
Bump to nb1
2006-01-02 15:03:06 +00:00
ben
e5403873c3 The ircII non-blocking code does not work correctly on Interix, disable it. 2006-01-01 16:17:15 +00:00
wiz
ec3ca25c41 Update to 0.11.8.1:
Summary of changes from 0.11.8 to 0.11.8.1
==========================================
[UI  fea] The /wi command now displays buddy client capabilities.
[UI  fea] The status bar now displays "TYPING" when your buddy is in the middle of typing a message to you. (Only if your buddy's client sends typing notifications, which naim does not do.)
[UI  fea] Warning levels for yourself and for your buddies are now displayed in the UI.
[UI  fea] New /setpriv command. Use to change between ALLOW ALL, BLOCK ALL, ALLOW PERMIT, BLOCK DENY, or ALLOW BUDDY. The default is BLOCK DENY.
[FT  fea] Joshua Wise <joshua@joshuawise.com> updated the IPv6 code to work with the modern code base. If you have an IPv6 connection, you should be able to /connect to an IPv6 hostname without any special configuration.
[IRC fea] The IRC driver now accepts incoming lines that end in a naked "\n". (The spec. requires lines to end in "\r\n", but Jon Postel would roll over in his grave if he heard we required such stringent protocol conformity. That and some poorly-maintained ircds do send naked "\n" characters.)
[UI  fea] /names now sorts users before displaying them.
[TOC fea] Friendly names (/namebuddy) are now stored to and retrieved from your server-side buddy list.
[TOC bug] /delbuddy did not always correctly remove the user from your server-side buddy list. Fixed.
[UI  bug] If you had a user with the same friendly name as another user's account name, naim would become unstable when the second user signed on. Fixed.
[TOC fea] (ported from 0.11.7.3) Online time is presented in localized time from AOL's servers. FireTalk now de-localizes (from UTC-0400) and re-localizes to the user's time zone.
2006-01-01 11:11:43 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
rillig
3fc30b2253 This package works at least on NetBSD 1.6.2/i386, so there's no need to
remove it in 2006Q1.
2005-12-31 10:12:58 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
joerg
b72013a970 Fix build on DragonFly, remove unconditional PKG_FAILREASON. 2005-12-27 22:17:15 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
rillig
63382f4449 Added two patches that fix the build on NetBSD-1.6.2-i386. 2005-12-20 21:08:16 +00:00
joerg
b425ddcb11 Fix errno. 2005-12-19 20:12:19 +00:00
joerg
19ce7ff073 Fix DragonFly. 2005-12-19 20:12:18 +00:00
joerg
eb1f14f871 Avoid lvalue cast for GCC 3.4. Add DragonFly support. 2005-12-19 19:38:55 +00:00
joerg
57e047a852 Override pth's config.guess and config.sub. Add DragonFly support. 2005-12-19 18:27:54 +00:00
rillig
ad67745fd4 Added patch-al, which fixes the build on NetBSD 1.6.2/i386. 2005-12-18 19:57:24 +00:00
joerg
4fbde85d5b Add libtool and msgfmt build dependency. 2005-12-18 15:52:19 +00:00
joerg
6d45e7e377 I love code like this:
extern int errno; /* some systems don't have this in errno.h */

after the following in a central header:

#ifndef _WIN32
#include <sys/errno.h>
#else
#include <errno.h>
#endif

Sure, e.g. NetBSD doesn't define errno in sys/errno.h, but why should it?
So, let's just fix this.
2005-12-16 15:52:03 +00:00
joerg
f8789810e4 Fix errno. 2005-12-16 15:20:47 +00:00
joerg
db6ab176cb Fix errno. 2005-12-15 23:31:04 +00:00
joerg
a596d03d3f Fix errno. 2005-12-15 23:05:59 +00:00
joerg
6706832926 Fix errno, don't add more #if cancer. 2005-12-15 23:02:33 +00:00
salo
7536c88e33 Update to version 1.0.2
Changes:
- fix compilation on non-i386 (or non-gcc) systems
2005-12-15 00:16:08 +00:00