Subject: CVS commit: pkgsrc/chat/irssi
To: None <pkgsrc-changes@NetBSD.org>
From: Bernd Ernesti <veego@netbsd.org>
List: pkgsrc-changes
Date: 12/04/2003 10:43:10
Module Name:	pkgsrc
Committed By:	veego
Date:		Thu Dec  4 10:43:10 UTC 2003

Modified Files:
	pkgsrc/chat/irssi: Makefile Makefile.common PLIST distinfo
Removed Files:
	pkgsrc/chat/irssi/patches: patch-ac patch-ad patch-ae

Log Message:
Update to 0.8.8. Fix based on pkg/23560, but not all parts were be
used and others were added where needed.

Main NetBSD changes:
- switched from glib1 to glib2.
- added IRSSI_USE_SSL, defaulting to YES, for ssl server support
- make it possible to disable IPv6

v0.8.8 2003-11-23  Timo Sirainen <tss@iki.fi>

	- Just a few fixes to converting old settings automatically

v0.8.7 2003-11-23  Timo Sirainen <tss@iki.fi>

	* Settings changes - we have now "time", "size" and "level" setting
	  types.
	    - Level settings should work the same as before.
	    - Time settings can have units: days, hours, mins, secs,
	      milliseconds (or msecs). The units can be combined and written
	      in shorter form as well, for example "5d 30m 10ms"
	    - Size settings can have units: gbytes, mbytes, kbytes, bytes.
	      They can be written in shorter form as well, eg. "gb" or "g".

	  Your existing settings should be converted automatically.

	+ Pasting detection. All keys except CR and LF are pasted as-is into
	  prompt in pasting mode.

	  /SET paste_detect_time controls how closely each others characters
	  must occur for it to be considered pasting. Paste mode goes on when
	  first pasted CR/LF is found.

	  The first line may also contain some command characters. They are
	  executed, but their action in entry line is reverted once pasting
	  is detected.

	  What this means in practise is that even if you have TABs (assuming
	  TAB is completion key) in the first pasted line, they get pasted as
	  TABs.

	  This detection isn't perfect, so if it annoys you it can be disabled
	  with /SET paste_detect_time 0
	+ If pasting more lines than /SET paste_verify_line_count, irssi asks
	  if you actually want to do that. This should be useful to prevent
	  accidental copy&paste mistakes. Setting it to 0 disables this
	  entirely.
	+ Support for sending SSL certificate to server and optionally verify
	  server's certificate. See the -ssl_* options for /SERVER and
	  /SERVER ADD. Patch by Joel Eriksson.
	+ DCC SERVER support by Mark Trumbull
	+ Support for DCC sending larger files than 2GB if supported by
	  operating system (ie. 64bit file support). Receiving has always
	  been possible, but the statistics were wrong with >4GB files
	  if 64bit support isn't enabled.
	+ Better displaying of DCC file transfer statistics.
	- Several other minor fixes and enhancements, see ChangeLog


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/chat/irssi/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/chat/irssi/Makefile.common
cvs rdiff -r1.5 -r1.6 pkgsrc/chat/irssi/PLIST
cvs rdiff -r1.14 -r1.15 pkgsrc/chat/irssi/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/chat/irssi/patches/patch-ac \
    pkgsrc/chat/irssi/patches/patch-ad
cvs rdiff -r1.2 -r0 pkgsrc/chat/irssi/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.