Commit graph

1567 commits

Author SHA1 Message Date
hubertf
d013fd4760 add & enable centericq 2002-03-10 11:02:16 +00:00
hubertf
d355baf343 Add centericq-4.6.5:
Text mode menu- and window-driven IM interface that supports the
ICQ2000, Yahoo!, and MSN protocols. It allows you to send, receive,
and forward messages, URLs, SMSes (both through the ICQ server and
e-mail gateways supported by Mirabilis), contacts, and email express
messages. It also lets you set your own and fetch others' away
messages, and define external handlers for incoming events.

Added after prodding by Torsten Hoefler at the 4th Chemnitz Linux-day.  :)
2002-03-10 11:01:59 +00:00
mrg
73e9f1c262 update to version 20020310. changes since ircII 20011210:
o  fixes for server passwords
  o  fix for linking on solaris
  o  don't send notices that are flooding as if they are public notices
  o  bug fix to keep track of my own nickname
  o  /on foo will now show fuzzy matches again "foo" instead of complaining
     about ambiguity
  o  /window create should work properly now, no i really mean it this time
  o  random bug fixes
  o  /window create windows now have input buffers that do not interfere
     with each other
  o  new $filestat() function
  o  /timer is now sub-second aware
  o  raw DCC core dump bug fixes
2002-03-10 10:37:27 +00:00
hubertf
a26b957174 Update silc-server to 0.8.
Patches contributed by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15779

Changes from 0.7.9 to 0.8:
==========================

* Removed 0.6.x backwards support.
* Added `prefer_ipv6' argument to the functions
  silc_net_gethostbyname[_async].  If it is TRUE it will return
  IPv6 address over IPv4.  If FALSE IPv4 address is returned
  even if IPv6 address was found.
* Added support silc_net_create_connection[_async] to fallback
  to IPv4 address if IPv6 address could not be used (like if
  it doesn't work on a specific system).  Affected file in
* Added `user_count' to the SilcChannelEntry which now tells the
  number of users on the channel.  The user count is now saved
  in normal server of global channels as well.
* Added following new config file settings:
  channel_rekey_secs, key_exchange_rekey, key_exchange_pfs,
  key_exchange_timeout, conn_auth_timeout, connections_max,
  links_max.
  Implemented all the new config settings handling in the server.
  Optimized the use of SKE Mutual flag usage.  Use it only
  if connection authentication protocol is not based in public
  key authentication.
* Added new configuration options and blocks:
  keepalive_secs, reconnect_count, reconnect_interval,
  reconnect_interval_max, reconnect_keep_trying and
  require_reverser_lookup.  Added ConnectionParam block, and
  implemented the connection parameters when connecting as
  initiator and when accepting connections as responder.
* Splitted the doc/example_silcd.conf.in.  Separated the crypto
  algorithm parts and created new file silcalgs.conf, that
  is now included from the example_silcd.conf.in.
* Optimized the silc_server_connect_to_router_second to take
  the connection configuration object from the SilcServerConnection
  object instead of finding it during the connecting phase.
  Added the configuration object to SilcServerConnection struct.
* Fixed the public key authentication to allocate always the
  destination signature buffer instead of using static buffer.
* Added new Passphrase and Publickey authentication methods to
  config file, allowing both public key and passphrase based
  authentication to be set at the same time.
  Added `prefer_passphrase_auth' setting in config file which
  can be used to set to prefer passwd auth if both passwd and
  public key is set.  If not set, public key is preferred.
  This has effect only when being initiator (responder will try
  both anyway).
  Added support for authentication with passphrase and public key
  at the same time.  The passphrase is tried first always since
  it is faster to check.
* Merged the new SILC Config library, with the server parsing
  support.  Read the header file silcconfig.h or the toolkit
  documentation for the news.
2002-03-03 23:49:49 +00:00
hubertf
3533c420aa Update of chat/silc-client to version 0.8.
Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15772.

Changes:

- added support for optional perl support to Makefile
- added PLIST.perl for package with perl support enabled
- updated MASTER_SITEs
- updated patches

This version introduces the new Irssi-SILC client which is based in the new
Irssi 0.8.1 version.  In addition of being entirely new irssi base this
version also introduces the perl scripting support.  With this scripting
support it is possible to create scripts that introduce new features and new
commands.  It is also possible to create a bot with it.

The client config file has changed too.  The old "silc.conf" (which was the
silc specific config file) is now gone, and the "config" (which was the irssi
specific config file) is now renamed as silc.conf, and includes both silc
stuff and irssi stuff.  So, after installing this new client I suggest
removing the old silc.conf file since otherwise when you run the new client it
will yell you about the config file.  Be warned.

When you look at the new silc.conf config file you will see settings like,
"crypto_default_cipher", "crypto_default_hash" and "crypto_default_hmac".
These are the silc specific settings and you can freely edit them (or use
/SET command) to include what ever value you prefer.  The default values
should fit to all since they are the SILC protocol default ones.  Anyway,
they are editable if you want to edit, but you don't need to edit them.

New commands that this new client introduces is for example /STATUSBAR.
With this command you can manage the different bars on the screen.  Like,
whether to show topic bar or not etc.

most significant changes in silc-client since version 0.7.6.2:

* Fixed CUMODE_CHANGE notify handling to change the mode of correct client
* Allow zero length channel messages inside the Channel Message Payload
* The silc_cipher_register, silc_hash_register and silc_hmac_register now
  checks if the object to be registered is registered already
* Merged the new SILC Config library, with the server parsing support.
  Read the header file silcconfig.h or the toolkit documentation for the
  news.
* Added new Passphrase and Publickey authentication methods to config file,
  allowing both public key and passphrase based authentication to be set at
  the same time.
* Added `prefer_passphrase_auth' setting in config file which can be used to
  set to prefer passwd auth if both passwd and public key is set. If not set,
  public key is preferred.  This has effect only when being initiator
  (responder will try both anyway).
* Added support for authentication with passphrase and public key at the same
  time. The passphrase is tried first always since it is faster to check.
* Fixed the public key authentication to allocate always the destination
  signature buffer instead of using static buffer.
* Add the client on channel after it was resolved at the channel message
  receiving, and it was not already on the channel.
* Fixed command line parameter handling. All SILC initialization is now done
  in silc_core_init() which also fixes autoconnecting to servers.
* Rewrote the notify handling in Irssi SILC client to not call the events as
  signals. Fixes problems with Perl support.
* Send the auto-nicking NICK command in client library with little timeout
  after connecting.
* Fixed padding problem in PKCS#1. The padding was not actually random since
  the random number generator was used incorrectly. This security bug affects
  only when encrypting with PKCS#1, and it is not currently used at all in
  SILC. SILC only use signing with PKCS#1.
* Fixed a NICK change bug in client library, to not recreate the
  client_entry->channels hash table everytime nick is changed.
* Fixed NICK change printing in Irssi SILC Client. Fixed KICKED notify
  printing in Irssi SILC Client.
* Fixed the lib/silcsftp/sftp_fs_memory.c to use silcutil routines instead
  of calling directly OS routines.
* Added proper initializations to silc's irssi code, so it's now possible
  to load it as module.
* Added silc_schedule_reinit function to do the enlarging of the max tasks
  handling capabilities of the scheduler.
* Added `prefer_ipv6' argument to the functions
  silc_net_gethostbyname[_async]. If it is TRUE it will return IPv6 address
  over IPv4. If FALSE IPv4 address is returned even if IPv6 address was
  found.
* Added support silc_net_create_connection[_async] to fallback to IPv4
  address if IPv6 address could not be used (like if it doesn't work on
  a specific system).
2002-03-03 23:27:48 +00:00
wiz
aecbeebc9d regen 2002-02-21 12:24:22 +00:00
itojun
4ecc512156 have USE_INET6 2002-02-19 08:20:45 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
hubertf
300f4b6be9 Update silc-client to 0.7.6.2. Changes:
- Fixed a bug in hash table tarversing.
 - Fixed private message handling.
 - Fixed the channel message payload decryption in the function
   silc_channel_message_payload_decrypt to not modify the original
   buffer before it is verified that the message decrypted correctly.
   Otherwise, next time it is called with correct channel key it won't
   encrypt since the payload is corrupted.
 - Fixed SILC_LOG_ERROR and SILC_LOG_WARNING
 - Fixed the event_mode CMODE handler to not crash when mode is changed
   and +k mode is set in the channel.
 - Added SILC_CLIENT_FILE_KEY_AGREEMENT_FAILED file transfer error than can
   occur while key agreement protocol.
 - Fixed the file transfer's key agreement payload to include zero port
   also if the hostname is NULL because it could not be bound.
 - Call file transfer monitor callback now also if error occurs during key
   agreement protocol.
 - Check that the file exists locally before sending the file transfer
   request at all.

Patch contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15630.











































SSH Secure Shell 3.0.0 (Build 199)
Copyright (c) 2000-2001 SSH Communications Security Corp - http://www.ssh.com/

This copy of SSH Secure Shell is a non-commercial version.
This version does not include PKI and PKCS #11 functionality.


This program uses RSA BSAFE® Crypto-C by RSA Security Inc.

Last login: Mon Feb 18 00:10:56 2002 from pd9eb5184.dip.t-
NetBSD 1.5.2 (SMAUG) #9: Tue Sep 18 17:12:07 MEST 2001

   *** Welcome to smaug.fh-regensburg.de! ***            ,        ,
                                                        /(        )`
   This machine is hooked up to the net to support      \ \___   / |
   development and evaluation of NetBSD.                /- _  `-/  '
   Unauthorized access is ILLEGAL!                     (/\/ \ \   /\
                                         Welcome to    / /   | `    \
                                         NetBSD V1.5   O O   ) /    |
   Administration: Hubert Feyrer                    \  `-^--'`<     '
   <feyrer@smaug.fh-regensburg.de>                    (_.)  _  )   /
                                                       `.___/`    /
                                                         `-----' /
   --- NOTICES ---                          <----.     __ / __   \
            within the next week. Note      <----|====O)))==) \) /====
            access to serial console is     <----'    `--' `.__,' \
            revoked!                                     |        |
   011008 - Broken RAM module removed,                   \       /  (FL)
            NetBSD 1.5.2 kernel booted.             ______( (_  / \_____
            Sorry for the downtime!               ,'  ,-----'   |       \
                                                  `--{__________)       \/
smaug% screen -x bsd3
drwxr-xr-x   3 feyrer  cvs   512 Feb 18 00:04 patches
yui# Als
Als: Command not found.
^O^R
^@^@P^@^@^@ ^@^@^@^H^@^@^@þB^B­I@^A
^F^@þB^B¼o@^A
^A

þB^BÒo@^A
È^A

þB^BÄo@yui#
yui#
CVS/           Makefile       PLIST          distinfo.orig
DESCR          Makefile.orig  distinfo       patches/
yui# o@B
o@B: Command not found.
yui#

yui#
yui#
CVS/           Makefile       PLIST          distinfo.orig
DESCR          Makefile.orig  distinfo       patches/
yui# pwd
/disk1/cvs/pkgsrc/chat/silc-client
2002-02-17 23:12:31 +00:00
hubertf
793d1d8ea7 Update irssi to 0.8.1.
Patch submitted by Otto Hilska <mutru@cc.hut.fi> in private mail.
Changes:


v0.8.1 2002-02-17  Timo Sirainen <tss@iki.fi>

	* Expected bugfix release :) Worst thing was that I forgot always to
	  debug why /cat /dev/urandom crashed irssi. Well, found two ways
	  that could make it happen.

	- Irssi was linked with -lcurses AND -lncurses
	- Logging could have produced GLib errors with certain conditions
	- A few compiler warnings fixes

v0.8.0 2002-02-17  Timo Sirainen <tss@iki.fi>

	* I really should make releases more often. Once in every two weeks
	  used to be nice. Maybe once in a month would be good now. There
	  was many reasons why this release took this long .. first being
	  addicted to books, then life stuff, then it took forever to figure
	  out that irssi was crashing under solaris (and not because of one
	  of the big changes I made while moving to IRC from solaris box).

	  And now.. well, after this release I'll start working more with
	  the yet another irssi rewrite :) The code is getting too ugly
	  again, and some things need rewriting to support some new features
	  more easily. It will take a while to get it all done, so I'll try
	  to keep updating this "stable" irssi as well.

	  There's too many changes since 0.7.98.3 (and .4 which was just
	  minor bugfix), about 6600 lines in ChangeLog. I'm not going to
	  read all that, so I'll just list the biggest changes that I can
	  remember now.

	  This version was supposed to be called 0.7.99, but since there
	  were so many changes, and I originally though of putting 0.8.0
	  out long time ago, and 0.7.100 would look stupid, I guess it's
	  time for 0.8.0 :)

	+ /UPGRADE - upgrade irssi to new version on-the-fly without
	  disconnecting from server, so other people won't even notice you
	  quit from IRC. This ONLY executes the new binary, it does NOT
	  download/compile/whatever irssi.
	+ UTF-8 support with /SET term_type UTF-8, default is "8bit".
	  It's also automatically detected from system locale (if supported).
	+ Fully configurable statusbar. Yes. FULLY. Don't bother asking if
	  something could be done with it, it can, just ask how. Well,
	  there's a few things I didn't have time/energy to finish:
	  window-specific statusbar groups and support for multiple input
	  lines in screen.
	+ Rewritten keyboard handling. No more the CTRL-X and ALT-x handling,
	  now you can create whatever keyboard combinations your terminal
	  can send to irssi.
	+ Rewritten text buffer (scrollback) handling.
	+ Irssi doesn't depend on curses anymore, so it can be installed
	  anywhere a working terminfo/termcap exists. This also allows us to
	  use all the possible colors terminal has (curses limits to 64), so
	  eg. %0 is now always black background, not the default terminal
	  background (%n).

	  Several systems have also terminfo/termcap database that doesn't
	  support colors, so I've added /SET term_force_colors option to
	  force ANSI-style colors. Note that eg. BitchX does this by default.

	  Getting rid of curses allows also one great thing for you people
	  copy&pasting long urls :) If a long word gets split to two lines,
	  doubleclicking the word selects it from both lines.
	+ Rewritten server event redirections. Before it was pretty easy to
	  mess up irssi's expectations of what server sends, and some things
	  might have stayd in the buffer forever. Especially notify lists
	  messed up /WHOIS requests for the notified people. Now all this
	  should be history and it's a lot easier for scripts to use the
	  redirections as well.
	+ New ICB chat protocol plugin - very basic and doesn't support
	  nicklist, but works. :)
	+ --home and --config parameters to specify alternate ~/.irssi
	  directory or config file.
	+ Scripts can be unloaded separately with /SCRIPT UNLOAD. You can get
	  a list of runnning scripts with /SCRIPT.
	+ /SERVER PURGE [<target>] - purge the output buffer (for given
	  target). Useful for example if you accidentally paste 100 lines :)
	  The buffer is automatically purged if you get kicked from channel,
	  or if you /PART the channel and there's more than 10 lines in
	  output buffer.
2002-02-17 22:41:38 +00:00
jlam
8d8f893065 Update chat/gaim to 0.52. Relevant changes from version 0.50 include:
* Better buddy icon transparency (thanks SeanEgan)
        * Fixed a little bug with connecting via proxy (thanks
          for reminding me of this, Manish Singh)
        * Various jabber bug fixes/enhancements (JSeymour)
        * Arrow buttons in log viewer and some other dialogs
          work (thanks Ben Miller)
        * Option to only send auto-response while idle (thanks
          Sean Egan)
        * Control time between sending auto-responses (thanks
          Mark Doliner)
2002-02-17 22:31:18 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
jlam
049c47a82b Add location where snapshots maybe found, as this package tracks the
snapshot "release" of naim.
2002-02-07 22:52:58 +00:00
tv
d93fe0cd60 pkglint. 2002-02-06 14:44:02 +00:00
tv
831daed969 Update to release candidate snapshot 20020204. Some minor bugfixes and
an updated libfiretalk.
2002-02-06 14:40:38 +00:00
hubertf
45612504b1 Update silc-server to 0.7.9. Changes:
0.7.9: This time a lot of little bugs has been fixed and some major crashbugs
       as well.  Namely, I found problem in the hash table routine that could
       have caused some really weird problems, and I've encountered such
       problem at least in one core file earlier.  Some additional desync
       problems has been fixed as well, so if you are running a normal server
       then upgrading is strongly recommended.

check full changelog at:

  http://silcnet.org/txt/changes-server.txt

Patch submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 15453
2002-02-02 10:58:31 +00:00
hubertf
4efb009db4 Update silc-server from 0.7.6 to 0.7.8. Changes:
this release includes many patches which fix various problems ending in
crashing the server. upgrade is strongly recommended.

0.7.7: This server attempts to fix various crash bugs, for example one crash
       relating to BAN command is fixed.

0.7.8: Another quick bugfix to fix the descync problems of normal SILC server
       when it connects to SILC router.  The descyning could happen if there
       were a lot of channels, like we had on Sunday and Monday after being
       slashdotted.  Upgrading is strongly recommended if you are running
       a server that is connected to a router.  Took me only 6 hours to find
       the problem...

Patch submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 15416
2002-02-02 10:31:22 +00:00
martti
57f6d0966f Added p5-Net-AIM and p5-Net-AOLIM 2002-01-31 07:36:19 +00:00
martti
2842dd73f7 Imported p5-Net-AOLIM-1.2 (provided by Amitai Schlair in pkg/15210)
Object-Oriented interface to the AOL Instant Messenger TOC client protocol.
2002-01-31 07:34:51 +00:00
martti
3c389d272e Imported p5-Net-AIM-1.21 (provided by Amitai Schlair in pkg/15287)
This module is an implementation of the AOL Instant Messenger TOC
protocol.  I've written and rewritten almost all the code.  It
works fairly and is pretty reliable. The intent for this version
was to make an easily usable module for creating AIM bots.
2002-01-31 07:33:40 +00:00
drochner
4c220a94ae convert to new Python framework 2002-01-29 11:33:54 +00:00
hubertf
613737d6e1 Update silc-client to 0.7.3. Changes:
changes in the package:

 - patch-ab is no longer needed, integrated into distribution.  patch-ac has
   been moved in it's place
 - minor change in Makefile, long transscription of ${PKG_SYSCONFDIR} was
   changed into one variable
 - patch-aa was modified to follow change in Makefile.in

changes in the silc-client:

 0.7.3: This version fixes the NICK command to always give the unformatted
        nickname, instead of possibility of formatted nickname, fixes the
        GETKEY command to save the public key to correct filename, and to
        first resolve the client information and server information only if
        client was not found.  The public keys are now (when connecting to
        server for first time) saved with using the IP address of the server,
        instead of the hostname of the server.  The old hostname format is
        used as a fall back method if the IP address based filename could
        not be found.

Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15380
2002-01-26 18:30:08 +00:00
hubertf
347bab6e43 Update silc-server to 0.7.6:
changes in the package since 0.7.3 to 0.7.6:

 - rewrite of package's Makefile. big parts of INSTALL and DEINSTALL scripts
   were moved into Makefile itself
 - silc-server now creates user silcd:silcd who run silcd by default
 - INSTALL and DEINSTALL files are smaller and contains only neccessary
   actions which cannot be executed from Makefile
 - partial rewrite of rc script, added rcvar support, it is neccessary to have
   silcd=YES in rc.conf now to start silc server (unless force is used)
 - changed motd.txt to contain BSD daemon ;)
 - updated patch-aa and patch-ab files

changes in the silc-server software since 0.7.3 to 0.7.6:

 0.7.4: This version fixes a crash that can occur mainly on normal server.
        Upgrading is recommended to avoid instability later.  This version
        also fixes the BAN and INVITE commands that were pretty much broken.
        This version also disallows a situation where the nickname that server
        sets initially for the client could be a bad nickname (like nick
        including whitespaces).  It used to be possible but now server checks
        for this.  Johnny also introduces a new logging system to this version
        with log files being open all the time and not opened every time
        something is logged, and log rotation support.

 0.7.5: Hopefully fixed the most nasty bugs.  I found bunch of weird bugs
        that causes server syncing problems.  Upgrading is strongly
        recommended as soon as possible.

 0.7.6: Only a minor bugfix release to fix the CUMODE command that allowed
        non-founder channel users to remove modes of the founder, and to fix
        GETKEY always return server's public key if it is requested, and to
        fix the TOPIC_CHANGE notify to not route it twice to router.

Patch submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15373
2002-01-26 14:43:16 +00:00
simonb
9a5f550965 naim seems to be a quickly moving target - the two-or-three day old
distfile isn't available anymore.

Update to naim-0.11.1-2002-01-23-2329 (pkg version 0.11.1.20020123)
and put a copy of the distfile on ftp.netbsd.org.
2002-01-25 22:45:50 +00:00
tv
e7fcbb73fa Add naim. 2002-01-25 15:54:40 +00:00
tv
e439661754 naim 0.11.1, an AIM/IRC chat client using a ncurses text interface.
=====
naim is a chat program for use with America Online's AOL Instant
Messenger. The name naim is derived from n's AIM client, but it could
also have been derived from ncurses AIM client because of naim's use of
the ncurses text-mode screen library.

naim is based on firetalk, the multiprotocol chat library.  naim is
capable of connecting to IRC as well as AIM services.
2002-01-25 15:53:56 +00:00
drochner
ee84b68686 use python buildlink 2002-01-18 14:37:20 +00:00
tron
0f590bb06d Update "xchat" package to version 1.8.7. Change since version 1.8.3:
- Updated Swedish translation (Christian Rose).
 - Updated Russian translation (Anton Farygin).
 - Added Latvian translation (Artis Trops).
 - Made a work-around for a refresh glitch when delinking a tab under
   gnome (the topic bar was overlapped).
 - Fixed the need for signed chars (e.g. on PPC and s390).
 - Fixed background garbage being drawn when using hidden tabs.
 - Cleaned up alot of the nick completion code. Fixed some behaviour
   too (Mukund, dinkles, me).
 - Connect Cmd is executed again if you get auto-reconnected.
 - Added safe-gaurd to stop duplicate nicks in userlist.
 - Added an option to automatically remove finished/failed dccs
   from the list. Use /set dcc_remove ON to enable it.
 - Added an option to truncate long channel tabs. Use:
   /set truncchans xx, where xx is the max chars (Jyrki Muukkonen).
 - Made the default popup menu, dialog buttons, userlist buttons,
   usermenu and urlhandlers translatable (via gettext).
 - MMX tinting is now built on any x86 machine (it's checked at
   runtime anyway).
 - Added "Automatic Unmark Away" option in setup->away (Mads Martin).
 - Immediately abort file transfers when out of space.
 - Fixed a serious CTCP reply vulnerability (Hanno Hecker).
 - Updated Danish translation (Morten Brix Pedersen).
 - Updated Spanish translation (Antonio de la Torre).
 - Updated French translation (Olivier Berger).
 - The server "Connect cmd" is now executed before auto-join-channels,
   so you can use it to authenticate to nickserv etc.
 - Fixed autoresume again, for the last time... no, really.
 - Fixed sending parts for all channels instead of one quit when you
   exit the whole program (helps bncs).
 - Autocomplete in the middle of a sentence won't jump to the end of
   the textbox (Darell Tan).
 - Fixed the buggy 1.8.5 outbound queue. It now sends privmsg/notice
   with a lower priority, but never out-of-order.
 - Updated Slovak translation (Stano Visnovsky).
 - Updated Swedish translation (Christian Rose).
 - Updated Spanish translation (Antonio de la Torre).
 - Updated Hebrew translation (Dan Fruehauf).
 - Some fixes to the MODE parser.
 - Added ability to customize dialog tab buttons (Oskar Liljeblad).
 - Added an extra field in the EditServer window to enter a command
   to execute after logging in.
 - /load -e <file> can now load a file of commands to execute.
 - Added ability to change the log timestamp format (Jyrki Muukkonen).
 - Fixed default keybinding for Shift-PageUp (Mukund).
 - Changed the outbound throttle behaviour. Now only privmsgs and
   notices go to the back of the queue, everything else goes to the
   front.
 - Made it possible to compile with older than 5.6 perl again.
 - The main window's size and position is now saved on exit. Use
   /set mainwindow_save OFF to revert to the old behaviour.
 - Avoid auto-resuming the same file from two different people
   (without breaking autoresume this time).
 - Removed /sslserver and added a -ssl arg to /server, /reconnect,
   /servchan and /newserver.
 - Added support for /server irc://host:port/channel.
 - Added some mmx asm code written by Willem Monsuwe for tinting
   transparency. Use --disable-mmx to revert to gdk-pixbuf method.
 - Fixed resetting your away status after an auto-reconnect.
 - Updated Spanish translation (Antonio de la Torre and Manuel
   García Aguilar).
 - Updated Russian translation (Valek Filippov).
 - Fixed lockup when a file being offered is shortened before being
   accepted.
 - Fixed ** ERROR **: file python.c: line 743 (pysH_Eget_users):
   assertion failed: (cur->hostname).
 - /kickban now deops and bans in one line (-o+b) (Felix Nawothnig).
 - Auto-nickcompletion now uses the nicksuffix setting (Mukund).
 - win32: change log-filenames with a | character to _.
 - When binding to a set hostname/ip, it would try to bind to port
   65535 - fixed.
 - Fixed crash when closing a dcc chat in a perl-dcc-chat-callback.
 - Added option "Beep on Channel Messages" and a Beep button to the
   toolbox ("<" button in the botton right) (Jason Wies).
 - Avoid auto-resuming the same file from two different people.
 - /close -m now closes all dialog/query windows.
2002-01-16 14:59:38 +00:00
tron
5462be9268 Use "gnome-core" buildlink glue code to avoid build failure with new
directory layout of "ORBit" package.
2002-01-16 14:22:22 +00:00
hubertf
2e3c2cc6bb new in silc-client 0.7.2 2002-01-14 21:16:46 +00:00
hubertf
73b7afc7e2 - update to silc-client package, version 0.7.2
- cleaned up CONFIGURE_ARGS
 - revised patches/patch-aa to follow change in the Makefile.in
 - removed post-configure target from Makefile, fix to this issue has been
   moved into patches/patch-ac file (inspired by chat/irssi package, thanks to
   mutru!)

Update submitted by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15147
2002-01-14 21:15:59 +00:00
wiz
e251488358 Sort. 2001-12-30 14:46:59 +00:00
zuntum
bc4bd5fdf8 Add & enable vicq 2001-12-30 11:39:08 +00:00
zuntum
561b59529a Initial import of vicq-0.3
vICQ is simple ICQ client written in perl with look & feel of micq
and works fine with v7 protocol of ICQ. It is based on Net::ICQ2000
module written by Robin Fisher.

Fixes pkg/14718 by Shell Hung <shell@shellhung.org>
2001-12-30 11:37:47 +00:00
hubertf
8009f7aff2 Update silc-server to 0.7.3.
Patches sent by Lubomir Sedlacik <salo@silcnet.org> in PR 15079.

Changes in the silc-server package:

 - update to the silc-server package version 0.7.3
 - patch-ab is no longer needed--it has been integratedinto distribution,
   patch-ac moved into its place
 - complete release notes can be found at:

    http://silcnet.org/txt/release-server.txt

 - complete changelog can be found at:

    http://silcnet.org/txt/changes-server.txt
2001-12-28 21:29:16 +00:00
hubertf
93a26d999c use buildlink dir for ncurses 2001-12-26 03:02:29 +00:00
fredb
f692f5b0ec Add and enable aim. 2001-12-22 19:51:49 +00:00
fredb
b93d910f1f Initial import of aim-1.5.234, America Online's Instant Messenger (SM). 2001-12-22 18:40:00 +00:00
hubertf
94bb9fe4c9 Update silc-client to 0.7.1.
Patches submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 14892

Changes in the silc-client package:

 - upgrade to silc-client package, version 0.7.1
 - minor changes in the MASTER_SITES variable
 - patch-ab was removed, it has been integrated into main distribution,
   patch-ac was moved in its place so patches/patch-ac is no longer needed

Changes in the silc-client-0.7.1:

 - various serious fixes in /whois, /join, /away, /key, /file, /list, /kick,
   /msg, /nick commands
 - fixed problem with allocation of 0 bytes when encoding payload
2001-12-21 20:48:29 +00:00
hubertf
54204fcb93 Update silc-server to 0.7.2.
Patch submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 15013.


changes in the silc-server package:

 - upgrade to silc-server package, version 0.7.2
 - minor changes in the MASTER_SITES variable
 - minor change in the DEINSTALL script not to print output from rc script
 - removed the USE_NCURSES definition and added --without-ncurses configure
   option not to link against -lncurses, this was really unwanted behavior

changes in the silc-server-0.7.2:

 - fixed the server to router reconnection
 - various fixes in password authentications in the server, authentication
   payload and channels
 - fixed silc_server_command_pending, this should fix various IDENTIFY and
   WHOIS related crashes
2001-12-21 09:07:09 +00:00
hubertf
9bbac6d451 This file is no longer needed after the latest update.
Pointed out by Lubomir Sedlacik <salo@silcnet.org> in private mail.
2001-12-21 08:58:33 +00:00
tron
2dfe17b0d7 Add and enable "everybuddy" and "everybuddy-gnome". 2001-12-19 14:11:24 +00:00
tron
14f9df115e Import new "everybuddy" and "everybuddy-gnome" packages:
Universal Instant Messaging Client
2001-12-19 14:10:04 +00:00
tron
cac20bb4b6 Update maintainer address. 2001-12-19 11:06:21 +00:00
tron
981a75b1c7 Move definition of "WRKSRC" to the correct position. 2001-12-19 10:59:43 +00:00
tron
9afefbfa67 Replace broken "rmdir -r" with "@dirrm". 2001-12-17 05:42:53 +00:00
hubertf
72f6aad26d update the silc-server package to version 0.7.1.
Submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 14887

Changes in the NetBSD's package from version 0.6.4 -> 0.7.1:

   - upgrade to silc-server-0.7.1 (the main changes below)
     the biggest change is the ipv6 support (new configuration file format is
     needed, though)
   - removed patch-ac because it was integrated into distribution
     (patch-ad was moved in its place)
   - completely rewritten rc.d script to use rc.subr instead and fixed the
     problem with removing pidfile so now status) works fine.
   - added default motd file
   - INSTALL and DEINSTALL scripts are cleaner and more useful, check for logs
     directory before creating it, added motd.txt installing/removing.
   - better and more helpful default configuration file (added Example:
     sections for each variable)
   - added examples/ directory containing sample configurations of various
     scenarios into $DOCDIR

changes in the silc-server itself:
        o Fixed WHOIS and IDENTIFY commands to return correct replies,
          and correct error replies.  This fixes various weird bugs
          related to these commands.
        o Send NO_SUCH_CLIENT_ID error notify if received private
          message to invalid Client ID.  It is guaranteed that if
          private message is sent to unknown client, the sender will
          receive a notification for it.
        o Send the kicker's information in KICK command to the kicked
          client.
        o Fixed LIST command to return correct amount of channels.
          This fixes the weird bug that LIST would show like 50 channels
          and some channels multiple times.
        o Channel topics, and users SILC modes are announced now during
          server->router connecting.
        o Implemented the founder authentication during JOIN command.
        o Support for IPv6 based Server ID added.
        o Memory leak fixes.
2001-12-17 00:43:10 +00:00
reinoud
7c892bda9a Update gaim package to 0.50 extending it with some IRC commands like /list
and /invite, swedish transaltions, IM/Chats tabbel in one window option and
kill off the lagmeter plugin.
2001-12-15 03:00:43 +00:00
reinoud
bf7ab54fd3 Updated Gaim from 0.44 to 0.49 ... BIG improvement and heaps of bugfixes
.... see homepage for more details for its too big to sum up here; it even
fine on NetBSD/Alpha so is prolly LP64 clean enough to work.

http://gaim.sourceforge.net/
2001-12-13 03:23:35 +00:00
mrg
43068be68e upgrade to ircii 20011210. this includes:
o  new /on raw_send
    o  new /exec -filter option
    o  fixed mIRC colour code handling
    o  enhanced redirection to multiple targets
    o  bug fix for $mid()
    o  bug fix for when resizing to a smaller window
    o  other bug fixes
2001-12-10 13:38:29 +00:00
jlam
478cba00bb By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date.  Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target.  This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
2001-12-04 06:14:57 +00:00
jlam
55ffb37406 bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
2001-12-02 06:56:38 +00:00
hubertf
7b7cc0c087 add & enable silc-server 2001-11-30 23:34:35 +00:00
hubertf
3813fa37f8 Add silc-server 0.6.4:
SILC (Secure Internet Live Conferencing) is a protocol which provides
secure conferencing services in the Internet over insecure channel.

Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 14562
2001-11-30 23:33:34 +00:00
hubertf
85c15b1d18 Update to 0.6.6nb1: suppress an annoying warning on startup
patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.
2001-11-30 23:01:17 +00:00
hubertf
3bd620f15e add & install silc-client 2001-11-29 16:18:57 +00:00
hubertf
0b8c43a386 Add silc-client-0.6.6:
Client for the Secure Internet Live Conferencing (SILC)

Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 14543
2001-11-29 16:17:43 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
wiz
d5127b6cd1 Update to 0.4.7, provided by Shell Hung in pkg/14663.
Changes:
- i18n support
- fix terminal restore on reconnect
- uses more secure API
- more documentation
2001-11-28 17:30:38 +00:00
martti
fa7a7b1f9a Added p5-Net-ICQ2000 2001-11-28 12:29:27 +00:00
martti
fa1a811884 Added p5-Net-ICQ2000-0.2.1 (PR#14569 by Shell Hung)
This module is designed to give perl scripts access to the ICQ
network and the functions provided by it, like SMS

Functions included :  Connect(), Disconnect(), Set_Login_Details(),
Set_Server_And_Port(), Execute_Once(), Send_Command(), Add_Hook(),
Hook_All(), Check_Incoming(), Deal_With_FLAPs(), Send_Outgoing().
2001-11-28 12:28:23 +00:00
jlam
96904a0049 Buildlinkify. 2001-11-28 05:20:38 +00:00
wiz
a698fe0678 We don't want -L/some/path as Makefile dependency. Fixes pkg/14564, though
differently than suggested.
Don't let package look in LOCALBASE for curses (especially if
USE_BUILDLINK_ONLY is set, and ncurses buildlink.mk is already included...).
2001-11-27 16:10:10 +00:00
jlam
678c0f86f8 Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}. 2001-11-26 20:38:31 +00:00
jlam
ffceca11a9 PKG_SYSCONFDIR is where the configuration files for a package may be found.
This value may be customized in various ways:

PKG_SYSCONFBASE is the main config directory under which all package
	configuration files are to be found.

PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
	configuration files for a particular package may be found.

PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
	particular package.

Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.

This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.
2001-11-25 18:59:45 +00:00
jlam
e2402863c0 Respect ${CONFDIR} and use the common INSTALL/DEINSTALL scripts instead of
the custom ones.  Also fix the directory handling during post-installation
and strongly buildlinkify.
2001-11-19 21:05:55 +00:00
lukem
69c6587c37 cleanup per ../sysutils/ups-nut:
- use FILES_SUBST_SED et al
- do NOT try and remove the gale user & group or ${PREFIX}/etc/gale on
  deinstall. instead, remind the admin to do it manually.
2001-11-19 04:58:59 +00:00
jlam
af82aa7bcb Adapt to new KDE2 buildlink.mk structure. 2001-11-13 21:12:44 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
agc
191ea16a30 Add the ncurses buildlink glue.
Fixes PR 14526 from mherzog@mediaone.net
2001-11-10 22:51:08 +00:00
tron
41789319e4 Update maintainer's e-mail address. 2001-11-06 11:57:19 +00:00
martin
c1271cbd77 Add a /brick command.
Don't know how we could get by without it so long ("/m server brick" is
a bit clumsy)
2001-11-02 10:56:02 +00:00
zuntum
461042de91 Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
zuntum
cf939897e7 Move pkg/ files into package's toplevel directory 2001-10-31 19:47:08 +00:00
zuntum
ccf0738fc2 move pkg/ files into package's toplevel directory 2001-10-31 19:42:45 +00:00
zuntum
05c7e8d98b move pkg/ files into package's toplevel directory 2001-10-31 19:22:36 +00:00
zuntum
7e5a18b443 Move pkg/ files into package's toplevel directory 2001-10-31 19:20:21 +00:00
zuntum
98a51e93a9 move pkg/ files into package's toplevel directory 2001-10-31 19:17:55 +00:00
zuntum
8a563b4343 Move pkg/ files into package's toplevel directory 2001-10-31 19:02:25 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jlam
31338b0ffe Note addition of chat/gtkyahoo. 2001-10-23 02:07:41 +00:00
jlam
5036d9b5c2 chat/gtkyahoo: GTK+ client for Yahoo! Messenger
GTKYahoo is a GPL'd GTK+-based Yahoo! pager client for UNIX.  GTKYahoo has
a number of features not available in the Windows or Java versions of the
pager, including an auto-reply (answering machine) feature and automatic
forwarding of incoming messages via email.

Provided in pkg/14312 by ken@246gt.com with changes to use buildlink and
the pkgsrc/libyahoo by me.
2001-10-23 02:04:32 +00:00
jlam
395f968189 Install the libyahoo-authors.h header file used by gtkyahoo. 2001-10-23 01:43:09 +00:00
mycroft
f1277e6416 Enable panel support. 2001-10-22 00:01:03 +00:00
seb
f0812a60b2 Add and enable ircd-hybrid 2001-10-21 21:38:22 +00:00
seb
bbe8e2dce2 Added ircd-hybrid version 6.2, an IRC daemon. 2001-10-21 21:26:51 +00:00
hubertf
3b68ad778e Make sure ncurses is found - this is intended to prevent irssi from
crashing when ran on the console (It's said to be ok in xterm).
Hinted at by Otto Hilska <mutru@nallukka.net> in private mail.
2001-10-21 03:40:21 +00:00
jlam
4aa82a48f3 Note addition of chat/libyahoo. 2001-10-20 22:21:49 +00:00
jlam
b2b199f784 chat/libyahoo: Yahoo! Messenger client library
Libyahoo is the Yahoo! Messenger client library used by gtkyahoo, kyahoo,
everybuddy, jabber, etc.  It encapsulates routines to speak the Yahoo!
Instant Messenging protocol.

Provided in pkg/14313 by ken@246gt.com.
2001-10-20 22:19:43 +00:00
agc
ca224ef351 Add and enable dircproxy. 2001-10-15 15:17:10 +00:00
agc
a0295f259b Initial import of dircproxy-1.0.1 into the NetBSD Packages Collection.
dircproxy is an IRC proxy server ("bouncer") designed for people
who use IRC from lots of different workstations or clients, but wish
to remain connected and see what they missed while they were away.
You connect to IRC through dircproxy, and it keeps you connected to
the server, even after you detach your client from it.  While you're
detached, it logs channel and private messages as well as important
events, and when you re-attach it'll let you know what you missed.

This can be used to give you roughly the same functionality as
using ircII and screen together, except you can use whatever IRC
client you like, including X ones!

Package provided in PR 14250 by Scott Barron (sb125499@ohiou.edu),
cleaned up by myself.
2001-10-15 15:16:23 +00:00
agc
f2670082b7 Add and enable tik 2001-10-11 14:03:37 +00:00
agc
4eb9ae08f1 Initial import of tik-0.90 into the NetBSD Packages Collection.
TiK is an open source AOL Instant Messenger client, written in Tcl.
It was originally written as an alternative to the AIM Java client.

Provided in PR 14129 by Grant Beattie (grant@grunta.com).
2001-10-11 14:02:53 +00:00
mrg
67fd12d7c9 fix a "resize smaller" core dump; from ircii-current. 2001-10-02 14:13:38 +00:00
blymn
c5a960ec80 Fixed improper tgetstr call that was causing bitchx to crash when
used with NetBSD curses.
2001-09-30 13:52:57 +00:00
wiz
22775b8591 Buildlinkify (strongly). 2001-09-30 10:13:54 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
tron
415261b300 Add optional IPv6 and OpenSSL support to the "xchat" package. Both are
turned on by default but can be turned of with "USE_INET6=NO" and
"XCHAT_USE_SSL=NO".
2001-09-26 18:48:53 +00:00
tron
2e61c7a4ec Update "xchat" package to version 1.8.3. Changes since version 1.8.2:
- xtext: marked text goes to clipboard aswell as primary selection.
- xtext: some speedup optimizations.
- xtext: fixed a problem when rendering a fixed-width font with
  missing chars.
- Fixed hints for "You're kicked" text event, which showed the $ vars
  incorrectly.
- When a user is seen to quit or join a channel you're in, your
  notify list will be modified instantly. No notify textevent is
  shown if it happened in the front-most tab (Alexander Hvostov).
- Fixed binding server connects to different interface/address
  (ipv4 only) (Claus Riemann).
- Avoid negative ping timeout when system clock changes.
- Updated Italian translation (Stefano Fava).
- Updated Spanish translation (Antonio de la Torre).
- Added text event "Channel Notice" so you can differentiate between
  private and channel notices (Fuentes Xavier).
- Added ability to dcc send filenames with spaces. See "Fill Spaces"
  setting in Setup->File Transfer (Fuentes Xavier).
- Included some makefiles for ms visual c.
2001-09-24 20:04:02 +00:00
jlam
aa883a944f Update gaim to 0.44. Relevant changes from version 0.11.0-pre11 include:
* Bug fixes!
* Update and additions to translations.
* Improved look of GUI.
* Wrote a plugin for all those people who miss having the chat rooms in
  their buddy lists (chatlist.so)
* New plugin events: event_im_displayed_sent and event_im_displayed_rcvd.
  Use these to change messages after they're displayed (e.g. encrypt sent
  messages, or send auto-responses and have them display locally properly)
* Can specify hosts/ports for Yahoo
* Can view/set chat topic in Jabber
* Can view/set chat topic in IRC
* Improved Jabber chat support (it whispers now, too)
* Zephyr can do Subscriptions now
* MSN can now change your 'friendly name'
* More IRC improvements [colors, etc]
* Can turn on/off Yahoo! Mail announcements
2001-09-22 08:57:21 +00:00
hubertf
8e7567e65e add & enable irssi 2001-09-16 16:14:37 +00:00
hubertf
77693f2921 irssi 0.7.98.4 package: yet another IRC client
Contributed by Otto Hilska <mutru@nallukka.net>, closes PR 11956.
2001-09-16 16:14:09 +00:00
zuntum
e50ec4d894 Sync PATCH_SITES with reality 2001-09-15 13:49:51 +00:00
wiz
c799931958 Patch for Solaris from Michael Santos (pkg/13685). 2001-09-14 15:23:45 +00:00
tron
b26e3c3c6e Add and enable "tkirc2". Fixes PR pkg/13887 by Kevin Lo. 2001-09-07 06:26:45 +00:00
tron
8f99a3bbc5 Import new "tkirc2" package:
GUI for the ircII Internet Relay Chat client

This package is based on patches for the old "tkirc" package suppled by
Kevin Lo in PR pkg/13887.
2001-09-07 06:18:57 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00
jlam
9c77c3df74 Don't install the link for netscape, as the URL launcher may be set
from within ymessenger.
2001-08-20 04:10:20 +00:00
fredb
658938036b * Force the issue of using -lintl and buildlink.
* Don't run autoconf.
2001-08-17 19:04:58 +00:00
thorpej
de6db1ce81 Add zenirc. 2001-08-14 21:39:05 +00:00
thorpej
6bf0576398 A package for ZenIRC, an IRC client for Emacs. 2001-08-14 21:38:26 +00:00
jlam
e085ee5316 grep isn't used anymore, so don't substitute for @GREP@ in the INSTALL
files.  Substitute for @ID@ instead of directly using 'id', and use the
value of ${ID} already set in defs.*.mk.
2001-08-14 03:41:37 +00:00
veego
e109514d03 Fix same problems with the user check:
- use 'id' instead of 'finger'. this is not a real problem, but it
  is enough and fixing the next problem makes it possible to use it.
- grep -q doesn't work on solaris, so use a different way to suppress
  the output from the user check.
- the return code check for the user was reversed.
2001-08-12 19:55:56 +00:00
martin
4098f92c44 Add INTLLIBS to LIBS spec when building the text based version.
Remove some other patches trying to achieve the same in a different way.
This fixes PR 13680 for me.
2001-08-12 11:08:12 +00:00
tron
d358e13d63 Fix another sporadic occuring build problem. 2001-08-12 10:50:42 +00:00
tron
b43943971a Try harder to stop this package from using "autoconf" itself. 2001-08-12 08:26:56 +00:00
tron
a9ff3ded3b Fix build problem reported by Martin Husemann in PR pkg/13680 by manually
adding "-lintl" to another "Makefile.in".
2001-08-11 23:14:46 +00:00
tron
ea627eca2a Fix build problem exposed by "readline" package update. 2001-08-07 14:57:57 +00:00
skrll
412c77e4ab Add and enable kyahoo 2001-08-01 07:35:41 +00:00
skrll
a58ebffebc Kyahoo is a KDE based yahoo messenger client.
From Scott Presnell <srp@tworoads.net> in pkg/13392 with some changes from
me.
2001-08-01 07:33:42 +00:00
tron
0c34636af5 Update "xchat" package to version 1.8.2. Major changes compared to the
1.6.x release are:
- A new banlist window.
- Support for ircd numeric 005 and dynamic channel/nick modes.
- Uses WATCH command for notify list when available (like on Dalnet).
- Http proxy support.
- Throttle meter.
- Perl errors no longer stop xchat, just the script itself.
- Perl scripts can now use modules successfully.
- Efficiency improvements and bug fixes to xchat's text widget: xtext.
- IPv6 support.
- Lots of new foreign language translations.
- Japanese code conversion (Kanji locale <=> JIS translation).
- Compiles on win32.
2001-07-31 09:48:53 +00:00
jlam
fb466f676e Add and enable ymessenger. 2001-07-27 18:52:15 +00:00
jlam
9b4d1c9a21 ymessenger - Yahoo! instant messaging client
Instant messaging allows you to quickly exchange messages with your
online friends.  Unlike email, instant messages appear as soon as
they're sent.
2001-07-27 18:51:43 +00:00
wiz
d0b664c96a Wildcard dependency on bzip2. 2001-07-27 10:49:16 +00:00
jlam
f6fd18f97c Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-15 12:22:16 +00:00
jlam
70cf5e59c3 Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
on Solaris' xargs.
2001-07-14 12:37:45 +00:00
mrg
4158b4784d update to ircII 20010612. mostly a bug fix release, though with these
new features:
	- japanese support
	- ignored(), notify(), screens() & windows() functions
	- listidle script
2001-07-07 20:54:52 +00:00
jlam
0f19a44df7 Mark as USE_BUILDLINK_ONLY. 2001-06-26 16:36:50 +00:00
zuntum
cab3a9af41 o converted to use buildlink.mk for x11/tk
o removed NO_CONFIGURE as it has no effect
2001-06-26 13:51:00 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jtb
1489b1601a Add a patch from Rafal Boni <rafal@mediaone.net> to fix build on
mips platforms.  PR pkg/13192.
2001-06-20 05:46:39 +00:00
jlam
c917fdc251 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Compile
with SSL support and deal with fact that bzip2 programs must be installed
at run-time.  Also, minor cosmetic fix to use XARGS instead of find/-exec.
2001-06-20 02:54:58 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
14cefa5540 Sort. 2001-06-09 10:53:07 +00:00
hubertf
a2e30883f4 Change maintainer's mail address, requested on IRC 2001-06-07 02:01:11 +00:00
wiz
2e9d642ee2 Add USE_LIBINTL; locale dirs under NetBSD are now under share/locale.
Fix PLIST: Remove unnecessary dirrms and whitespace.
2001-06-05 22:49:48 +00:00
perry
77eae40ed8 Updated gaim to 0.11.0-pre11
GAIM: The Pimpin' Penguin IM Clone thats good for the soul!

version 0.11.0-pre11 (04/30/2001):
	* Zephyr updates and additions, thanks Neil Sanchala (nsanch)
	* Jabber can send/accept chat invites (due to mid)
	* MSN has the option to notify you of new hotmail
	  messages
	* Fixed a problem with ADD requests in MSN
	* Fixed a small memory leak with MSN
	* Moved MSN's spammy debug output into debug_printf's
	* Zephyr updates and additions, thanks Neil Sanchala (nsanch)
	* Jabber can send/accept chat invites (due to mid)
	* Can rename groups/buddies in the Edit Buddies pane
	  (thanks Neil Sanchala)
	* Some perl updates (thanks to Sean Egan)
	* IRC got the following slash commands:
	  op, deop, voice, devoice, mode, raw, quote, and kick (thanks
	  to Sean Egan)
	* MSN Properly handles URL decoding of 'friendly' names
	* Redesigned Preferences pages (design by DennisR)
	* Can select where tabs are for tabbed IM/Chat windows
	* Option to queue away messages while away
	* Jabber got good updates (from faceprint)
	* Oh yes, and Oscar works, yet again. (gee... that's what, 4
	  releases that have "fixed" it now?)

version 0.11.0-pre10 (04/13/2001):
	* Many, many bug fixes
	* Can choose to not send away auto-response (thanks phzzzt)
	* Uh... Oscar works? For now?
	* IRC Plugin can do whois (right click and info)
	* IRC Plugin got away message support
	* Gaim blist to WinAIM blt perl script (courtesy Andy Harrison)
	* Sound on buddy pounce (Thanks Andrew Echols)
	* Can view all group chats in one tabbed window (same keybindings
	  as for tabbed normal conversations)
	* More Protocol plugins:
		Zephyr (plugins/zephyr) (DON'T USE THIS unless you know
			what it is and why you'd want to use it)

version 0.11.0-pre9 (03/26/2001):
	* Can register Jabber accounts (load the Jabber plugin and click
	  Register on the login window)
	* GtkIMHtml handles themes (no background pixmaps though) (thanks
	  decklin, mishan)
	* URLS Linkify properly in Buddy chats
	* Jabber compiles better on Solaris?
	* Gaim works with Oscar Again (Huge thanks to Adam Fritzler of
	  libfaim)

version 0.11.0-pre8 (03/23/2001):
	* Fixed a problem with MSN not detecting signoffs and buddy updates.
	* Implemented away options in MSN
	* Alt-[1-9] to go to [1-9]th pane in tabbed convo window
	* Jabber fixes, Oscar fixes (!), Yahoo fixes, TOC fixes
	* Can use Alt to access menu, and Ctl-char for certain actions
	  (thanks baldnik)
	* Oscar blocking works (?)
	* MSN can see status of other users

version 0.11.0-pre7 (03/16/2001):
	* Can build RPMs as non-root
	* New yahoo library (can use HTTP proxy)
	* Command-line arg to specify config file (thanks Jason Boerner)
	* Can view all conversations in one tabbed window (Control-[ and
	  Control-] move left and right respectively; Control-Tab moves
	  to the next unread, or the next tab if there are no unread tabs)
	* Tooltips on links work again
	* Can log system notices: signons/signoffs, awayness and idleness
	  (thanks Andrew Echols)
	* MSN fixes
	* Applet fixes

version 0.11.0-pre6 (03/06/2001):
	* Fixed bug with NAS support
	* Napster plugin is included again
	  (Thanks for pointing out that it was missing,
	  (Yan V. Bulgak)
	* Oscar can: search by email, request confirmation, change password
	* TOC fixes
	* ICQ fixes
	* Faster HTML parsing/rendering

version 0.11.0-pre5 (02/26/2001):
	* Minor GUI changes
	* ICQ Alias problem fixed
	* Negative times fixed
	* Cannot create blank away messages/messages with blank titles
	* Can right-click Edit Buddies list to alias/add pounce/etc.
	* Ability to independently set accounts as away
	* Can use all away states for ICQ, Yahoo (N/A, Be Right Back, etc.)
	* Fixed hanging trees
	* Can close windows by hitting 'Esc' (optional)
	* Better HTML Widget
	* Can toggle timestamps by hitting F2 (optional)
	* Rewritten file transfer for TOC
	* Jabber got chat
	* Log Viewer (courtesy BMiller)
	* Can save conversation history
	* Napster can kinda sorta download files sometimes :)
	* You can activate IDs in Yahoo
	* ICQ upgraded to use icqlib 1.1.5
2001-05-22 16:27:33 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
wiz
f46110f377 regen (no patch-aa here) 2001-05-11 09:18:56 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
zuntum
74c8953e8a add & enable tirc 2001-04-27 11:04:08 +00:00
zuntum
d73ccf5ed7 Initial import of tirc-1.2
tirc is another IRC client.  It has support for vi-like editor line and
general usage, nickname completion, ANSI-colors, flood protection and
many more.

Fixes pkg/12527 by majkel@cvd.pl
2001-04-27 10:59:49 +00:00
zuntum
954d6123aa Use MASTER_SITE_LOCAL, because original MASTER_SITE doesn't resolve 2001-04-22 22:01:10 +00:00
zuntum
7fdc331a09 Update epic4 to 1.0.1:
o no changelog supplied, but diff makes me believe the changes are minor bugfixes
  and addition of function destroy_waiting_channels(), whatever it's used for
o rework PATCH_SITES and MASTER_SITES
o use the same IPv6 patch, but renamed for new version
2001-04-22 21:30:38 +00:00
agc
8c2348422c Move to sha1 distfile digests, and add distfile sizes. 2001-04-18 11:07:14 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
wennmach
c0558c73e0 Add a CONFLICTS entry for blackened.
Detected by pkgconflict.
2001-04-12 10:35:41 +00:00
zuntum
bc83d9eee7 Update epic4 to 1.0
Changelog not available again.
2001-04-03 06:06:49 +00:00
zuntum
85027cf696 Use recent IPv6 patch 2001-03-31 13:06:34 +00:00
wennmach
05e398b79f Fix order of EXTRACT_SUFX and DISTFILES. 2001-03-29 10:48:34 +00:00
zuntum
843e560e1c Remove redundant CC from MAKE_ENV and fix quoting 2001-03-28 15:06:12 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
zuntum
f3d1ec0075 Update epic4 to 0.10.1 and use .tar.bz2 distfile instead of .tar.gz one.
Changelog for new version not available in usual place --
  http://www.epicsol.org/CHANGELOG says that 0.9.18 is most recent version.
2001-03-26 15:39:29 +00:00
zuntum
94aba44867 Update epic4 to 0.9.17.
Changelog:

0.9.17 Add $ssl() built in function for lateral compatability with epic-ssl
0.9.17 Whack over my_next_expr().
0.9.17 Add "next_expr_with_type" for use with 'break_args'
0.9.17 Add 'break_args', experimental command-argument tokenizer.
0.9.17 Add /for <var> in (<list>) {<commands>} command
0.9.17 Add /for <var> from <min> to <max> {<commands>} command
0.9.17 Doodle around a bit with /fe, just for yucks.
0.9.17 Change 'autoop', 'fe', 'files', 'ip-to-int', 'ircprimer', 'repeat',
0.9.17       'scandir', 'tc' scripts to use two new /for formats.
0.9.17 Add support for 477 numeric (can't join channel) from dalnet. (adm)
0.9.17 Add /xecho -v (output to a visible window)
0.9.17 Fix /reconnect to supply default quit message ("Reconnecting")
0.9.17 Add $cos(), $sin(), $tan() functions, to do math things
0.9.17 Fix bug in $serverlist() which caused it to always return server list.
0.9.17 Fix history stuff so it doesn't insert duplicate entries (robohak)
0.9.17 Add 'skip_spaces' function, which skips leading spaces in a string.
0.9.17 Change logfile header to output local time and not UTC time.
0.9.17 Fix /window server to clear reconnect counts, thwart throttling.
0.9.17 Change "server_list[%d].itsname is null and it shouldn't be" error msg
0.9.17 Change it to "I don't have %d's real name yet -- using the hostname..."
0.9.17 Fix /server N to not reconnect to N if it's already connected.
0.9.17 Add /ison -d and /ison -f (debug, and flush) for debugging purposes.
0.9.17 Release epic4-0.9.17 -- Release candidate #8
2001-03-23 09:48:09 +00:00
itojun
19d65042cc install manpage. 2001-03-18 15:59:13 +00:00
zuntum
05cd238a63 Change my email address to zuntum@netbsd.org 2001-03-16 20:51:13 +00:00
wiz
91a8d5e6d9 add and enable blackened 2001-03-10 15:04:15 +00:00
wiz
b5f381abfc blackened-1.7.1 -- the Blackened IRC client.
Package provided by David Pickworth in pkg/10212, fixed by me.
2001-03-10 15:03:06 +00:00
dmcmahill
af41a23435 remove extra } 2001-03-09 11:44:37 +00:00
wiz
b6c579822f add and enable bnc 2001-03-06 18:40:50 +00:00
wiz
0e90be5acf Initial import of bnc, a simple IRC relay proxy.
Based on the package submitted by Tomasz Luchowski in pkg/11850.
2001-03-06 18:39:51 +00:00
wiz
16f1e1c100 Move line for pkglint. 2001-03-05 16:40:48 +00:00
wiz
9d1f44690c We want RCS Ids in the patches.
This is one of the things pkglint checks, so _please_ use it.
2001-02-28 10:26:02 +00:00
tron
fd0e4cfc35 Depend on "libiconv" package for full Unicode support. 2001-02-26 21:21:18 +00:00
wiz
755db410c7 Move gnomeicu from net to chat. 2001-02-26 18:43:18 +00:00
hubertf
a5bbac3e93 First round of cleaning up INSTALL usage:
INSTALL -d 	=> INSTALL_*_DIR
 INSTALL	=> INSTALL_*

Beware that only invocations are changed that don't set special
values for owner, mode or group!

Cleanup suggested by zuntum@IRC
2001-02-24 02:09:27 +00:00
hubertf
62cc0a0b30 MKDIR -> INSTALL_DATA_DIR, noted by zuntum on IRC 2001-02-23 19:17:39 +00:00
hubertf
62079f2a8b MKDIR -> INSTALL_DATA_DIR 2001-02-23 19:13:38 +00:00
wiz
89eec8ba2f BUILD_DEPENDS, not BUILDS_DEPENDS. 2001-02-23 12:12:06 +00:00
hubertf
bdb8e8920a remove extra homepage url, we add that via HOMEPAGE 2001-02-18 04:49:28 +00:00
lukem
6cbbf89ce0 add fugu 2001-02-16 21:09:17 +00:00
lukem
2ae005cad0 fugu - graphical gale client 2001-02-16 20:51:14 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
wiz
07cd20b334 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:51:27 +00:00
wiz
2db9056f6e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:41:26 +00:00
itojun
d1982e17cc do not reference freed memory region. found by mallof.conf=AJ 2001-02-12 00:53:12 +00:00
lukem
68073ad6ef fix gale user comment 2001-02-08 23:13:16 +00:00
wiz
700d314697 Update to 1.0.3.18. ChangeLog not available AFAIK. Closes PR/11967
by Jared D. McNeill who provided the update.
2001-02-08 14:56:16 +00:00
hubertf
13ca2ddcbd Update epic4 to 0.9.16:
* Try to add some stuff that helps epic cope with server disconnections
  better.
* Add /on error, hooks on an irc protocol ERROR message.
* Fix window.c:get_boolean(), passing unitialized 'newval' integer.
* Fix path_search() to not blithely assume path != NULL (whitedragon)
* New version of the 'hybrid6' script, from is.
* Axe the broken "input_timeout" feature that hasn't worked in 6 years.
* Add, but #ifdef'd out, a delayed-free mechanism -- strictly
  experimental.
* Add the /defer command, to perform dangerous operations when it's
  safe.
* Many changes from robohak to fix /on channel_* bogons I introduced.
  ;-)
* Lice should now work again with 0.9.16.

Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-02-08 14:20:33 +00:00
wiz
8f4a0b89d5 add and enable gale 2001-02-08 13:33:37 +00:00
lukem
d1c78f2d11 don't include <term.h> (from ncurses) even if we find it, because it
conflicts with <curses.h> (from usr/src).
once again noticed by perry, who has more wacky packages installed than me ;-)
2001-02-07 16:02:06 +00:00
fredb
f8363e87f7 Fix a few more paste-o's. 2001-02-07 05:16:39 +00:00
lukem
9ddecc9d59 kludge around gale's broken mechanism for finding w3c-libwww's header files.
problem noticed by perry because he has that package installed whereas I don't.
2001-02-06 19:56:38 +00:00
lukem
f87bec02e6 slightly more correct url 2001-02-06 19:44:11 +00:00
lukem
d3411b905a gale - a secure instant messaging system 2001-02-06 18:19:11 +00:00
lukem
46f0e9c21e gale - a secure instant messaging system 2001-02-06 17:39:56 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
lukem
e7bc9fb641 gale - a secure instant messaging system 2001-02-05 21:50:13 +00:00
dmcmahill
75fcd1487b make sure that -lutil appears at the correct location on the link line
(specifically _after_ -lpython2.0).  Fixes recently noted compile problems
on alpha.
2001-02-05 15:30:22 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
jun
bda1e9f1a5 add irchat. 2001-02-02 02:11:14 +00:00
jun
33b67bc281 Initial import of "irchat":
Emacs lisp interface to Internet Relay Chat
2001-02-02 02:07:20 +00:00
wiz
29cdf514f5 Update depends on p5-Socket6 to >=0.07. 2001-02-01 14:25:53 +00:00
tron
a29b03fce2 Update "micq" package to version 0.4.6.1 and integrate security fixes from
FreeBSD ports collection.
2001-01-31 19:10:12 +00:00
tron
16e1f88a9f Make this package build on Solaris. 2001-01-11 11:00:24 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
mrg
5a9479eef4 update to 20001231. changes include:
- new -t/-T (already in pkgsrc version)
	- cygwin termcap support
	- severel new core dumps fixed
	- support for ICB groups called, eg, "/quit"
	- better mIRC colour support
2000-12-31 06:45:17 +00:00
hubertf
808d6f934e * Updated epic4 from 0.9.9 to 0.9.15
* Added IPv6 support. My epic4-0.9.15-ipv6-netbsd-20001230.patch.bz2
    is based on Arkadiusz Miskiewicz's epic4-0.9.14-ipv6-20001212.patch.gz
    Now the binary supports *both* IPv4 and IPv6
  * Added documentation

Submitted by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2000-12-30 11:43:06 +00:00
hubertf
6a9e65362f missed this on last update - thanks thomas! 2000-12-28 14:50:48 +00:00
wiz
2631b64e96 Add patch-sum. 2000-12-28 14:08:42 +00:00
hubertf
db92836410 Update to 0.11.0pre4. Changes:
This feature has many new bug fixes as well as support for Jabber and
Napster. Please read the STATUS file for more information.

Update requested by Greg Troutman <gtroutman@pro01.idg.net> in private
mail.
2000-12-27 22:15:11 +00:00
hubertf
bcb222c2f2 Added epic4-0.9.9:
EPIC4 is a new direction in ircII development. No longer is EPIC 100%
backwards compatable with ircII, but instead those things where
compatability is undesirable have been found and fixed. No gratuitous
incompatabilities have been added, but lots of new code has been added to
make EPIC the best ircII client available.

Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11678.
2000-12-27 16:53:09 +00:00
hubertf
25698bf252 add & enable epic4 2000-12-27 16:49:21 +00:00
tron
3e2285f6c3 Update "xchat" package to version 1.6.2. Changes since 1.5.7:
- xtext: Fixed the mark-clear bug (gnome bug #34584).
- Updated German translation (Tamer Fahmy).
- Commas are replaced with %2c in URLs, as to not confuse poor old
  Netscape (deb bug #70905).
- Bluestring to 300 chars (deb bug #79138).
- Added option /SET percascii, which can disable/enable translation
  of %XXX into an ascii value while typing (deb bug #76122).
- New hotkey hook: key_action_put_history. Only inserts line into
  history, but doesn't send it to the server (DaP).
- Lots of SSL updates:
  * Make accept_invalid_cert optional on /sslserver (DaP).
  * Print verbose information of SSL session on connect (DaP).
  * Clean up code at X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT checking
    (DaP).
- xtext: Fixed lockup with certain sized fonts.
- xtext: Made some changes to improve efficiency when using really
  large scrollback buffers (only noticable when doublebuffer off).
- Fixed a bug in /help crashing on longer than 10 char UserCommands.
- Fixed autoreconnect while using a proxy server.
- Never-give-up ReConnect does just that (even more so than before :)
- Fixed the channelmode buttons mouse-over problem.
- Fixed percentage display for large files in dcc recv/send gui.
- StartTime in dcc chat gui no longer Jan 1 1970.
- Fixed DCC send behind IP-Nat (Bernhard Valenti)
  <bernhard.valenti@gmx.net>.
- Added Lithuanian translation (Gediminas Paulauskas).
- The < > buttons arn't shown for non-tab windows (Aaron Lehmann).
- Fixed the (-1,-1) transparency problem for non-tab windows.
- xtext: More efficient handling of expose events, text marking and
  url highlighting when double buffer is OFF.
- xtext: Fixed a very rare bug that could cause BadGC errors or the
  separator bar not to be drawn.
- Fixed crash in right-clicking URLs in the URL Grabber window.
- If Check-For-Replace is in the keybindings for Return, it'll
  actually work again.
- USER login command now sends your nodename instead of 'localhost'
  to please some IRCNet servers.
- Updated Swedish translation (Christian Rose).
- Updated Slovak translation (Stano Visnovsky).
- Updated Swedish translation (Christian Rose).
- Updated Greek translation (Fanis Dokianakis).
- Updated Spanish translation (Antonio de la Torre).
- If Never-Give-Up Reconnect is ON, it won't give up on DNS failer.
- '/me is back' is sent again when Announce Away Messages is ON.
- If channelmode buttons were OFF and you joined a channel with a
  userlimit xchat would crash - fixed.
- /sslserver's password arg. is now optional (Daniel Richards).
- SSL accepts self signed certs (Daniel Richards).
- Fixed the unnecessary window resizes when opening a new tab.
- Changed the tinting code a bit (thanks gnapster :).
- Transparent shell tabs update too when they are moved.
- Added "Enable double buffer" toggle in Setup->Channel windows.
- Double buffer is now OFF by default (seems to use less CPU).
- Timestamps didn't turn ON while indent was OFF - fixed.
- Updated Swedish translation (Christian Rose).
- Added some extra text events: Channel Msg hilight, Channel
  Action hilight (near top of the list). No more cardcoded color
  codes! Also hilighting in actions works, and you can make the whole
  message hilighted if you change the event text.
- Initial window size is actually set to your settings (this will
  never be perfect I guess, sometimes to the window still resizes
  itself without warning).
- Hidemenubar setting didn't work properly for non-tabs and when
  delinking windows - fixed.
- Notices appear in front tab even when server tabs are enabled.
- Changed Away behaviour again. No more /back, /away with no args
  brings you back. The menu-item's state is what the server tells
  it, it even changes when you switch tabs to another server. Xchat
  assumes you are not away when you first connect. irc::get_info(5)
  returns the away state. One day the other UserModes menu items will
  show correct states. Is everyone happy now?
- Translation tables didn't work for outgoing text - fixed.
- Cleaned up a few xchat.conf names, a few settings may not load up
  from 1.5.9 - just set them again.
- Updated Spanish translation (Antonio de la Torre).
- Added Hebrew translation (Dan Fruehauf).
- Fixed crash bug when partreason was not set.
- Dialog tabs obay the hidetopicbar setting now too (the one in the
  right-click menu).
- Cleaned up the settings gui: the whole window is more compact now,
  some toggles in two columns, numbers use a spin-button, entry boxes
	are larger and option-menus are more consistant.
- The "o=xx v=xx t=xx" display is finally changed.
- Changed most of xtext.c to use gdk instead of Xlib.
- Added configure option:
       --disable-xlib    disable use of xlib (for non X11 systems)
  This might help compile xchat on other GTK supported systems like
  BeOS and Win32 (havn't tried it though).
- Neater /set list.
- You can now set a nickname per server (see serverlist edit window).
- Changed the behaviour of /away and added /back (James Crawford).
- Away reason can now be a text file of random reasons too.
- Updated Spanish translation (Antonio de la Torre).
- Updated Swedish translation (Christian Rose).
- Updated Greek translation (Dokianakis Fanis).
- Updated German translation (Tamer Fahmy).
- Added Catalan translation (Pablo Saratxaga).
- Added option "Always timestamp logs" which timestamps log files
  even if on-screen timestamps are off (Mike Guidero).
- Added entry "Part Reason: ". Also part and quit reasons can be
  a filename of random reasons (filename relative to ~/.xchat/).
- Took out /unban as a internal command, add it as a usercommand
  /quote MODE %c -b &2 instead.
- Added a text event for banlist. Try /banlist and it'll be a bit
  more readable now.
- Changed output throttle system (undernet style) (Alex Badea).
- Added 1 second linger socket option to stop QUIT msgs from being
  lost (they still get lost sometimes, why?).
2000-12-25 18:32:14 +00:00
hubertf
ad56f7aec4 Update to gaim-0.11.0pre3
Requested by Greg Troutman <gtroutman@pro01.idg.net> in private mail.

Changes: Plugins for AIM, Yahoo, MSN and IRC. See homepage for more!
2000-12-23 10:55:51 +00:00
hubertf
8e45b38b7b Make sure this gets on our IPv6 pkgs page 2000-12-21 23:04:56 +00:00
hubertf
e98757f443 Bump to sirc-2.211nb1, and add dependency on p5-Socket6 2000-12-21 23:04:00 +00:00
hubertf
36088736aa Add patch to work with IPv6. Also tested on (non-v6) NetBSD 1.4 and with
v4 servers on v6-enabled system.
2000-12-21 23:02:37 +00:00
wiz
1a73c1b88f Add patch against security problem, closing pkg/11750 by Jared McNeill.
See http://www.securityfocus.com/archive/1/149465 and
http://www.securityfocus.com/archive/1/149471.
Bump version to 1.0.3.17nb1.
2000-12-16 14:02:48 +00:00
wiz
fc32f48c02 Move bitchx from net to chat. 2000-12-15 23:16:34 +00:00
wiz
ce655b3f02 Update HOMEPAGE 2000-12-15 02:37:29 +00:00
wiz
6e8303721f Be more specific in HOMEPAGE link. 2000-12-15 02:29:20 +00:00
wiz
ae7f28b14b Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
2000-12-15 00:36:25 +00:00