Commit graph

505 commits

Author SHA1 Message Date
tron
610d03fdac Update "xchat" package to version 1.8.11. Changes since version 1.8.10:
- Updated Turkish translation (Fatih Demir).
- Updated Swedish translation (Christian Rose).
- Updated Spanish translation (Julio Merino).
- Fixed /ME in dialog windows.
- Support up to 4GB files in DCC (previously 2GB).
- Fixed random /part reasons not working.
- Fixed possible crash when receiving a message from a channel that
  was already parted.
- Updated included intl/ to 0.10.38.
- Updated build environment to autoconf 2.53.
- Fixed tabcompletion crash on very large channels.
- Fixed glibc 2.3.x regexp channel-list window crash.
- Don't leak memory on /unloadall.
- win32: convert \ and | to _ when receiving filenames with nick.
- win32: don't use TerminateThread(), which leaks the stack.
This update was provided by Juan RP in PR pkg/19801.
2003-01-12 21:49:06 +00:00
veego
cb93cacdbc Add patches from the irssi CVS repository and bump the version because
of that.
2003-01-12 17:56:05 +00:00
veego
a572d7f511 Add patch from the irssi CVS repository:
2002-12-09 21:54  Timo Sirainen <tss@iki.fi>

* src/irc/core/modes.c: mode +o nick -o nick2 did +o for the nick2 too
2003-01-12 17:53:42 +00:00
veego
0c9e0af226 Add patches from the irssi CVS repository:
2002-11-29 13:38  Timo Sirainen <tss@iki.fi>

* src/core/network.c: If bind() fails when connecting, don't fallback to
  default address. Should make it easier to notice invalid settings or
  figure out why it's not working..

2002-11-28 23:43  Timo Sirainen <tss@iki.fi>

* src/core/network.c: net_gethostbyaddr() was pretty much broken.
2003-01-12 17:53:19 +00:00
veego
73bd78ae86 Add patch from the irssi CVS repository:
2002-11-19 12:18  Timo Sirainen <tss@iki.fi>

* src/irc/dcc/dcc-send.c: /SET dcc_send_replace_space_with_underscore ON
  was buggy.
2003-01-12 17:52:20 +00:00
uebayasi
66d316f272 Update to 2.4.24.22.
* Use standard modeline instead of its own one.
	* Fix a bug that an error occurs on typing C-m if used with DDSKK.
	* Garbage correct obsolete defsubst fragments.
2003-01-11 15:25:13 +00:00
wiz
62f6c2b0d5 emacs.mk already includes bsd.prefs.mk, no need to include it manually a
second time.
2003-01-10 14:26:37 +00:00
jmmv
9385296e65 Enable "X Use Idle Times" if the XScreenSaver extension is provided by the
actual X11R6 installation. Bump PKGREVISION to 1.
This fixes the request in PR pkg/19077 by John Franklin.
2003-01-10 13:32:05 +00:00
cjep
62f5ad0a8e Back out previous. USE_PKGLOCALEDIR already in Makefile.common 2003-01-10 07:36:25 +00:00
cjep
f2bc62817c USE_PKGLOCALEDIR 2003-01-10 07:34:16 +00:00
mycroft
3db4887128 Update from 0.59.6 to 0.59.8.
version 0.59.8 (01/06/2003):
        * Ripped out all gtk2 support (Thanks Nathan Walp).
        * Fixed smiley related segfault (Thanks Robert McQueen)
        * Yahoo! can connect again

version 0.59.7 (12/21/2002):
        * Yahoo i18n fix (Thanks Ethan Blanton).
        * Fixed a bug in escaping saved passwords (Thanks
          Eric Timme)
        * Fixed an overflow bug in perl script autoloading
          (Thanks David Kaelbling)
        * Some build fixes for those using stricter compilers,
          notably MIPSpro (Thanks David Kaelbling)
        * Fixed a bad argument to accept() calls (Thanks David
          Kaelbling)
        * Fixed crashbug on empty rvous requests (Thanks Brandon Scott (Xeon))
          for being the first to point this out.
2003-01-09 16:15:08 +00:00
salo
8eef73cdfa Update to version 0.9.11
IMPORTANT NOTE: This version does not include backwards support
                for the old style SILC private key so if you
                skipped 0.9.10 version you won't be able to run
                this server without generating new key pair.

Changes from 0.9.10 to 0.9.11
=============================

 * Workaround GCC bug which causes memory exhaustion when
   compiling sha1 with optimizations on UltraSPARC.  from openbsd

 * Added some sanity checks in server for correctness of the
   server configuration.
 * More log printing during backup router protocol.

 * Removed backwards support for old private key file format.
 * Removed backwards support for not-so-strict decryption length
   check, it's strict now.

 * Fixed error handling of invalid client entry when calling
   commands in server.  Fixes a crash.
 * Fixed double free in async host lookup code.
 * On backup router handle now the SERVER_SIGNOFF from router
   for local connected servers too, and close the connections.
   Do not process them as normally signing off servers when they
   really signoff by sending EOF fe, but always assume that
   router sends the SERVER_SIGNOFF.
 * Fixed socket unsetting when closing connections.
 * Fixed close command to use the port correctly when closing
   server connections.
 * Check for NULL outbuf in silc_socket_write.  It is possible
   that it is NULL is some odd case.
 * Do not call final protocol callback for backup router
   resuming protocol when closing connection.  It is closed
   by timeout in case of error.
 * Backup reconnect to router if backup resuming protocol failed.
 * Fixed double free in SKE library error hadling when signature
   error occurred.
 * Fixed double free in invite list adding code when adding
   invite strings.
2003-01-08 23:56:44 +00:00
salo
35b6872eca Update to version 0.9.11
IMPORTANT NOTE: This version does not include backwards support
                for the old style SILC private key so if you
                skipped 0.9.10 version you won't be able to run
                this client without generating new key pair.

Changes between 0.9.10 and 0.9.11
=================================

 * workaround a bug in GCC which causes memory exhaustion when
   compiling sha1 with optimizations on UltraSPARC.  from openbsd

 * Don't display "foo appears as foo\nYou're now known as foo"
   messages.
 * Do not print the nickname in SERVER_SIGNOFF if we do not
   have it.  Prevents asserts in Irssi core.  It is possible we
   don't have the nick if it was just being resolved when server
   signoff.
 * Prevent endless resolving of user informations in USERS
   command by checking the command reply status correctly.
 * Don't print signed messages when sending failed.
 * Send adequate signal when founding a channel by joing it.
 * Make GETKEY to update the client entrys fingerprint too.

 * Fixed autonick crashbug in client library.
 * Fix theme abstracts parsing.
 * Fixed double free in SKE library error hadling when signature
   error occurred.
2003-01-08 23:53:53 +00:00
lha
fe7dc34b12 update to psi 0.8.7 2003-01-03 20:05:21 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
wiz
b088b56e0c Add missing equal sign in DEPENDS. 2003-01-02 18:39:13 +00:00
uebayasi
f2cbd6473c Update Navi2ch to 1.6.1.
Changes are

	* Handle "Oyster".
	* Response filter ("Abobo---n").
	* Send message backup.
	* Support architecture-dependent characters.
	* Better display of variable links in messages.
	* Automatically retry cookie validation.
	* PON cookie support.
	* Diff support for BBSs othen than 2ch.
	* Improve detection of "Abo---n".
	* Configurable sort of threads.
	* Other bug fixes.
2002-12-31 03:27:57 +00:00
sommerfeld
1ada88d0f3 Add libares-1.1.1, zephyr-20010518, tzc-2.6.15, zephyr-mode-2.5.20 2002-12-30 18:05:10 +00:00
sommerfeld
a1c7e770ce oops, we moved. 2002-12-30 17:50:08 +00:00
sommerfeld
f73593cf6f Fix some pkglint nits. 2002-12-30 17:46:20 +00:00
sommerfeld
c358aafeac CMU zephyr-mode; a zephyr client which runs inside emacs.
Very extensible and tweakable; poorly documented.
2002-12-30 17:41:35 +00:00
sommerfeld
6df756f8d4 Backend program for CMU zephyr-mode 2002-12-30 17:41:04 +00:00
sommerfeld
e8c2b9fec9 This is the Project Athena Zephyr notification system 2001/05/28
snapshot.

Zephyr allows users to send messages to other users or to groups of
users. Users can view incoming Zephyr messages as windowgrams
(transient X windows) or as text on a terminal.
2002-12-30 17:39:26 +00:00
jlam
a0712b80ae Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.
2002-12-26 20:52:09 +00:00
jschauma
89cd6eb42d Add patch to provide fix for newer bison's. Addresses problems seen
in Huberts latest bulk-build.
2002-12-26 18:49:43 +00:00
wiz
6afc82d278 USE_BUILDLINK2=YES, to shut up a complaint by java.mk. 2002-12-25 23:03:13 +00:00
wiz
e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00
tron
4092ac61eb Add a comment that "PKGREVISION" must be set in "../xchat/Makefile.common". 2002-12-24 09:35:53 +00:00
tron
bb2d235c5e Bump package revision to 3 after "freetype2" change. 2002-12-24 09:05:00 +00:00
tron
82cf6bab0f Revert last incorrect change. 2002-12-24 09:04:24 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
cjep
77c08729ba Whitespace fix 2002-12-23 16:14:38 +00:00
grant
e1c6498993 handle the fixing of paths in files more gracefully. 2002-12-23 14:09:53 +00:00
grant
918cba8f35 add xaric. 2002-12-19 12:16:17 +00:00
grant
9eab9b2baf Initial import of xaric 0.12.0 into the NetBSD packages collection.
Xaric is a UNIX irc client similer to BitchX or ircII. I would impress you
with a list of features, but since it has no impressive features (and lacks
a few important ones) that probably is not a good idea. The whole reason for
Xaric was to remove all of the bogus, broken crap and silly features from
BitchX and have a nice colorful client.

Submitted in PR pkg/19451 by Juan RP.
2002-12-19 12:16:14 +00:00
grant
66cb6f83d4 add quirc. 2002-12-19 12:05:18 +00:00
grant
65d9786f7f Initial import of quirc 0.9.82 into the NetBSD packages collection.
QuIRC is a stable and powerful IRC client. It features a clean interface
that scales well to many servers and channels. It includes many features
that power users will appreciate. It contains advanced scripting
facilities powered by Tcl, accompanied by Tk. It has been called by
some what XiRCON should have been, and by others, simply great.

Submitted in PR pkg/19450 by Juan RP.
2002-12-19 12:04:30 +00:00
grant
81df68ded5 add ninja. 2002-12-19 12:03:52 +00:00
grant
a1c5c995d4 Initial import of ninja 1.5.8.1 into the NetBSD packages collection.
Ninja IRC is yet another ircII-based IRC client. Its many extra features
include enhanced socket handling, additional resolving capabilities, ANSI
and MIRC color support, MIRC-style DCC RESUME, cloak mode, a friend list,
an enemy list, SOCKS v4&5 proxy support, more ircii $func() functions,
auto-rejoin, cycling auto-reconnect, auto-dcc get, improved ban/unban
handling, cached information, NDCC file offering, and much more.

Submitted in PR pkg/19447 by Juan RP.
2002-12-19 12:03:23 +00:00
grant
f36fcc8163 add roxirc. 2002-12-19 11:43:57 +00:00
grant
74b17624d8 Initial import of roxirc 1.72 into the NetBSD packages collection.
RoxIRC is a graphical IRC client written in tcl/tk.  It provides a pleasant,
easy to use, and powerful interface.

the features include:
ircII style /commands, with history
configurable colors for information types
dedicated query windows
dynamic configuration, no need to restart it
notify list
all tcl scripting
nicklist, see who is in the channel without /names
dialogs for banlist, modes, kick/ban, etc
popup menus when you right click on nicks, channels, querys...
auto reconnect to server/rejoin channels when disconnected
URL catcher
Supports bold and underlined text
Netsplit detection
DCC chat and file transfers

Submitted in PR pkg/19446 by Juan RP.
2002-12-19 11:43:20 +00:00
jmmv
1f9377354b Add missing patch file. Should solve PR pkg/19440 by Heiko Dudzus. 2002-12-19 11:10:39 +00:00
jmmv
07cf0a6e57 Add and enable pircbot. 2002-12-18 17:42:51 +00:00
jmmv
2bf9ebd685 Initial import of pircbot 0.9.11.
PircBot is a Java framework for writing IRC bots quickly and easily.
Its features include an event-driven architecture to handle common IRC
events, flood protection, DCC support, ident support, and more. Its
comprehensive logfile format is suitable for use with pisg to generate
channel statistics.

Approved by wiz.
2002-12-18 17:42:14 +00:00
grant
b05f08563b Fix usage message, as we do not install as 'irc', only 'scrollz'. 2002-12-17 12:02:00 +00:00
schmonz
0268aa4b89 REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-12-14 03:43:18 +00:00
grant
e3173e57ad Update scrollz to 1.8m.
Many changes, too many to list here. The full list of changes can be
found in ChangeLog.ScrollZ.

Update provided by Juan RP in PR pkg/19358.
2002-12-13 12:54:43 +00:00
jmmv
234f12b5b5 Update ysm to 2.8.1. Changes since 2.7.1 follow:
+ Removed the WARNING while saving slaves to the icq servers.
+ Fixed some Network handling variables for better network perfomance.
+ Added support for threads.
+ Fixed the Version Checking function!
+ New code structure (you can find src/ and src/man directories now), and
  new configuration scripts and makefiles :) cool huh :).
+ Updated the manual page (Thanks tx!)

Patch provided by Dawid Szymañski (the maintainer) in PR pkg/19251.
2002-12-12 19:45:20 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
hubertf
851dafbc3d fixup buildlink stuff - mostly by salo 2002-12-08 05:59:50 +00:00