summaryrefslogtreecommitdiff
path: root/chat/irssi
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Update to 0.8.10a:wiz7-28/+29
Re-packaged source, no new features.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-17Update to version 0.8.10, based on PR #32432 from Juha-Matti Tilli:veego9-53/+167
- Recode support - Isupport (005 numeric) - Passive DCC support. - Many memleak fixes. - Network specific ignoring. - Updated internal error handling. - Complete 64bit support. - Revised default aliases. - Updated paste detection and settings. - Tons of bugfixes. - Other changes The 'pre-install' hack from the pr is no longer needed after a fix from jlam. Don't delete the patch-ae, which was removed in the pr. Recode support won't work at the moment on NetBSD. Bump the version for irssi-icb, due too the upgrade of irssi.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-11add a --tag=CC to the libtool call that fails under darwintonio2-1/+15
This should fix PR 32041
2005-10-31.include "../../lang/perl5/packlist.mk". This fixes PR 31948. Bumpedrillig2-3/+4
PKGREVISION.
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam2-4/+4
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-17fix checksum for lastdillo1-2/+2
2005-07-17Accept ENOTCONN as indicating socket is not ready for write (needed for ↵dillo3-3/+17
upcoming irssi-icq). Bump PKGREVISION.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-5/+5
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-26Fix /exec on sparc64. Applied upstream quite a while ago. Bump PKGREVISION.snj3-3/+17
2005-05-31Convert to options framework.wiz2-31/+33
2005-05-23Removed unnecessary ${.CURDIR}.rillig1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-20Fix build error under FreeBSD 5.3. EAI_NODATA is not defined.reed2-1/+18
Okay'd by maintainer, Otto H. Tested under NetBSD 1.6.2 and FreebSD 5.3. (I later saw same fix in irssi CVS.) This will close PR pkg/28534.
2005-03-19Enable build of the proxy module, as requested in PR pkg/25517. Note thatjmmv2-5/+7
the report asked for a conditional build through a knob, but I can't see a reason to not enable it by default (so it's now unconditionally built). Bump PKGREVISION to 3 due to this. While here, force removal of the modules directory instead of only removing it when empty. Any package installing modules must depend on irssi to handle this shared directory.
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-12-11Override libtool.minskim1-1/+2
2004-12-11This package needs pkg-config.minskim1-2/+4
While here, reorder paragraphs to include buildink3.mk files before overriding targets.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-14The usual f77 workaround for sparc64.snj1-1/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Forgot to change perl's bl3.xtraeme1-2/+2
2004-03-18bl3ifyxtraeme1-4/+4
2003-12-30Whitespace fixcjep1-2/+1
2003-12-11Update to 0.8.9, plus adding a missing IRSSI_USE_PERL to BUILD_DEFS:veego3-7/+7
v0.8.9 2003-12-11 Timo Sirainen <tss@iki.fi> * Fixes a remote crash with: a) non-x86 hardware (one requiring memory alignmentation) b) script using "gui print text" signal (with x86 hardware too) + /SET auto_whowas OFF allows now disabling automatic /whowas when /whois doesn't find a nick (by Borys) - If pasted line starts with command char, treat it as command always. Paste detection can go on too easily with lagged connections.
2003-12-04Update to 0.8.8. Fix based on pkg/23560, but not all parts were beveego7-106/+25
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
2003-07-05Convert to unified format; fixes problem on Linux report on tech-pkg bywiz4-151/+92
Sebastian P.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-12Add patches from the irssi CVS repository and bump the version becauseveego2-2/+6
of that.
2003-01-12Add patch from the irssi CVS repository:veego1-0/+20
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-12Add patches from the irssi CVS repository:veego1-0/+103
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-12Add patch from the irssi CVS repository:veego1-0/+27
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.
2002-12-02Update Irssi to 0.8.6. Taken from the NEWS:jmmv5-15/+38
* Tons of changes, here's only the largest that come to my mind now: + SSL support by vjt at users.sf.net + DCC send queues by Heikki Orsila + Better support for !channels The new Makefile.common will be used by Irssi plugins. Approved by wiz.
2002-11-21- honour PKG_SYSCONFDIRgrant4-5/+26
- convert to bsd.pkg.install.mk example config installation - bump PKGREVISION from Julio Merino in PR pkg/18982.
2002-09-25Convert to buildlink2. Also, tell configure not to go looking for ncurses.wiz1-7/+6
Should fix PR 18099.
2002-06-20Update irssi to 0.8.5. Changes:hubertf2-8/+7
Fixes DoS found in topic handling code. Contributed by Otto Hilska <mutru@iki.fi> in private mail.
2002-06-08Fix the perl support.veego1-3/+10
Looks like noone ever tried to used it, because it was badly broken and wouldn't even be compiled in, due too a missing include of mk/bsd.prefs.mk. So, no need to bump the pkgversion to nb1.
2002-05-25Use the new 0.8.4a distfile. Switch to bz2.wiz2-9/+9
New distfile verified against the gpg key on wwwkeys.pgp.net.
2002-05-25mark this package BROKEN, due to backdoored tar.gz fileitojun1-1/+3
Message-ID: <3CEFA67D.76933B37@webtech.se> on bugtraq
2002-05-25Restore sha1/size for irssi-0.8.4.tar.gz.wiz1-3/+3
2002-05-25Added fix provided by xs@kittenz.org to prevent irssi crashing. Thisblymn2-3/+17
fixes pr#15510.
2002-04-19Update distinfo -- distfile has been altered; 'diff' makes me believezuntum1-3/+3
the only change in the distfile is some 'configure' hackery Distfile will be updated ftp.netbsd.org as well Fixes pkg/16395 by Paul Dokas <dokas@cs.umn.edu>
2002-04-12Allow compiling in perl support for scripts.hubertf1-3/+13
Patch submitted by dawszy@ailuj.openbsd.org.pl in private mail.