Commit graph

1209 commits

Author SHA1 Message Date
jmmv
21dbe50860 Update to 1.2.0.
Patch provided by Matthew Luckie (maintainer) in PR pkg/29752.

* Yahoo file receiving and buddy icon receiving work again.
* Limit animated buddy icon frame rates to 10 frames per second (Nathan Conrad)
* Fix a bug where portions of your account configuration would fail to be
  read correctly if you set a proxy user name or password containing invalid
  XML characters such as < and > (Bastien Durel)
* Yahoo! privacy improvements (Bleeter)
2005-03-22 09:47:47 +00:00
salo
f4e302968f Remove useless buildlink3.mk file.
jabberd doesn't provide any libraries to link to.
2005-03-20 18:51:04 +00:00
salo
c68018c59b Backport fix for DoS attack in handling SSL connections from 1.4.3.
Bump PKGREVISION.
2005-03-20 18:50:09 +00:00
reed
4baf3520bd Fix build error under FreeBSD 5.3. EAI_NODATA is not defined.
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-20 05:05:59 +00:00
jmmv
e6b2d1c9b4 Enable build of the proxy module, as requested in PR pkg/25517. Note that
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-03-19 15:32:25 +00:00
jmmv
d50822917e Use nss instead of gnutls for SSL connections. This fixes several problems
under NetBSD 1.6 (gaim hanging during MSN connection).  Bump revision to 1.

No objections in tech-pkg@ and got positive comments from tv@ and maintainer.

Closes PR pkg/28690 by chemical-al at suomi24.fi.
2005-03-18 18:56:04 +00:00
jmmv
68d1d99e31 Add a comment noting where lib/gaim/ is removed. 2005-03-16 17:47:28 +00:00
jmmv
c36623fe59 Add print-PLIST hooks to avoid removing the lib/gaim directory. 2005-03-16 17:46:55 +00:00
tv
8b02ad7ed1 The utmp support is only used on Linux, so conditionalize inclusion of
utmp.h on __linux__ as well.
2005-03-10 14:13:24 +00:00
tv
cd94db8b37 Add sane default for INADDR_LOOPBACK to assist compilation on Interix. 2005-03-10 13:31:05 +00:00
tv
e62bb0f3d3 This package is libtoolized, so don't add -fPIC explicitly. Since this
changes the static .a lib, bump PKGREVISION.
2005-03-10 13:25:07 +00:00
tv
a8865d145d Make build on Interix (no socklen_t, fd_set requires <sys/time.h>). 2005-03-10 13:22:00 +00:00
tv
a4de6e84b5 This package executes "flex", so USE_GNU_TOOLS+=lex. 2005-03-07 12:22:16 +00:00
uebayasi
a3ac8cc2c4 Update riece to 1.0.7a.
* Major changes in 1.0.7
** New add-on riece-toolbar. (ueno)
   riece-toolbar displays icons on toolbar.  Currently not all the
   icons are included.
** New add-on riece-keepalive. (ueno)
   riece-keepalive spontaneously sends a PING message to server to
   keep an IRC connection.
** New add-on riece-google. (bg66)
   riece-google searches on Google and sends the result to the channel.
** New add-on riece-eval. (bg66)
   riece-eval evaluates elisp expression and sends the result to the channel.
** Some add-ons are enabled by default. (ueno)
   riece-log, riece-alias, riece-ctlseq, and riece-keyword are now
   enabled by default.
** New command riece-command-suspend-resume. (ueno)
   riece-command-suspend-resume saves or restores the current window
   configuration.
** Preserve cursor position when clicking button widget. (ueno)
** Decorate modeline indicator with faces. (ueno)
** Count users in NAMES reply. (ueno)
** New user option riece-part-message. (ueno)
** Add-ons located in riece-addon-directory are automatically enabled. (ueno)
** Default value of riece-buffer-dispose-function is now kill-buffer. (ueno)
** Backtrace when encountered an error in process-filter. (ueno)
** Ask channel key to user when it is required. (ueno)
** Automatic buffer shrinking is now disabled by default. (ueno)
** New directory structure for riece-log. (ueno)
** Fixed a bug in user-renamed signal-filter. (kaoru)
** Fixed a bug in riece-command-enable-addon and
   riece-command-disable-addon. (yoichi)

* Major changes in 1.0.6
** Bundle url-riece, a backend of url-irc which comes with the recent
   GNU Emacs. (Yamato-san)
** New user option riece-url-regexp-alist to allow users to define
   mapping from arbitrary strings (such as "Bug#12345") to URL. (This
   feature is a backport from Liece) (ueno)
** New modeline indicator which represents user's channel operator
   status in the current channel. (ueno, thanks to k-to)
** Remove multiple lines at a time when shrinking channel buffers.
   Number of lines to be removed is controlled by
   riece-shrink-buffer-remove-lines option. (ueno, thanks to ysjj)
** riece-alias-alist now works again. (ueno)
** Fixed a bug in flow control for sending long messages, introduced
   in 1.0.4. (ueno)
** New command riece-submit-bug-report to generate a template for good
   problem report. (ueno)
** Accept radical IRC proxy programs which break with tradition of the
   original IRC server implementation. (ueno, thanks to k-to san)
** New key bind C-c # <number> to switch channel by number. (ueno,
   thanks to ysjj)
** If a prefix-argument is given, riece-yank sends message as a NOTICE. (bg66)
2005-03-05 09:14:11 +00:00
adrianp
a93558e11a - Sort PLIST to make pkglint happy
- Move USE_INET6 BUILD_DEFS as pointed out by Georg Schwarz on tech-pkg@
2005-03-04 21:05:04 +00:00
minskim
32eab4f621 Make this package build on NetBSD-1.6*.
- Bypass the iconv library test in configure since the test fails to
    detect GNU libiconv.
  - Use ncurses on NetBSD-1.x.
2005-03-02 23:32:12 +00:00
reed
fa7a499c93 Update to 0.73. From PR #29548. Thank you evan AT nixsys.bz.
From changelog:

0.73 - 02/06/2005

 * Fixed a small compilation bug on 64-bit architectures.

 * Now shows a different prompt when away message is set.

 * Profile/away display now at least shows line breaks, so things
 are a bit easier to read. It's still a little buggy as before,
 and no other HTML is supported.

 * HTML stripper now strips &nbsp;

 * Ported to Bell Labs' Plan 9 operating system. I believe this is
 the first AIM client for this platform, so it's quite neat. Thanks
 a bunch to Thomas Miller for giving me the idea and support, and
 Takeshi Yamanashi and the rest of tip9ug.  jp for providing a Plan
 9 system to use while I got my own system set up (and for helping
 me get that set up, too). Thanks!

 * Added a 5-minute keepalive to IMComm by default.

 * Added two new commands: A and P, to get just the away message or profile for
   a user.

 * Finally displays error message when IM is sent to a user who is not online.

 * Added support for talking to users with @mac.com accounts.

 * Buddy icon support (and accompanying changes in imcomm's structure)
 added. This is still somewhat experimental.

 * Support added for sending and receiving messages to and from
 ICQ users. ICQ users can add your screen name to your contact
 list, and you can add their numeric UIN's to your buddy list.
2005-02-28 20:58:14 +00:00
jmmv
0a5c072040 Update to 1.1.4; patch provided by maintainer in PR pkg/29542:
* Fixed a bug where Yahoo! would lose messages (and any other packet really).
* Correctly show the time when incoming Gadu-Gadu messages were sent
  (Carl-Daniel Hailfinger).
* Fixed crashes with glib 2.6.
* Fixed MSN crash when conversations time out after the conversation window
  was closed.
* Fixed an html parsing bug, CAN-2005-0208.
2005-02-27 08:52:07 +00:00
reed
897a5fd6a0 Added bsflite package. It was packaged by leitec of leitec.org
and is from pkgsrc-wip.

bsflite is a lightweight AIM client for the command line.
2005-02-25 18:48:36 +00:00
reed
a346601092 Initial import of bsflite-0.72.
From the BSFlite homepage:
BSFlite is a rather small and "minimalistic" client for AOL(R)'s Instant
Messenger(TM) service. Instead of having a full screen console interface,
BSFlite employs a command shell interface that allows your fingers to
do all of the work without needlessly sifting through windows.

This is from leitec of leitec.org via pkgsrc-wip.
2005-02-25 18:43:59 +00:00
wiz
db05918574 Fix build with gnutls-1.2.0, and depend on it.
Bump PKGREVISION because of dependency change.
2005-02-23 16:07:34 +00:00
agc
0cbe9b3900 Add RMD160 digests in addition to SHA1 ones 2005-02-23 15:59:10 +00:00
jwise
1fc0ba12d8 Might as well be MAINTAINER for i2cb{,d}. Thanks for making these, hubert! 2005-02-22 22:18:20 +00:00
minskim
0c26582b7b Add and enable gtmess. 2005-02-22 14:35:21 +00:00
minskim
8c51fabfad Import gtmess-0.9. Packaged by Jung-Min Seo, aka luapz, and slightly
modified by me.

Gtmess is a console-based MSN Messenger client with the following
features.

  * supports MSNP9 protocol version
  * portable to many unix (POSIX) systems
  * console interface (using curses)
  * full unicode (UTF-8) support for input and output
  * multiple threads (using pthreads)
  * SSL support (using OpenSSL)
  * notification window (external Tcl/Tk script)
  * spoof typing user
  * HTTP gateway
2005-02-22 14:33:05 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
adam
18a578bbda Changes 1.1.3:
Luke: Yet another bug fix release, many thanks to everyone who has
	helped to make gaim more stable!

	Stu: I fixed too many Yahoo HTTP proxy bugs, I should just go and
	write some core HTTP support that works better. A good all round
	bug fix release otherwise.
2005-02-21 09:46:43 +00:00
rillig
a16ef80768 Fixed a quoting error ($ => $$) in a sed expression. Bumped PKGREVISION.
Approved by xtraeme.
2005-02-15 20:46:20 +00:00
uebayasi
11c8e72b70 Fix quoting. 2005-02-14 09:07:51 +00:00
zuntum
53c131822a Apply fixes from pkg/29230 by Georg Schwarz <georg.schwarz@freenet.de>
fixing the following issues:

  - chat/eggdrop builds without zlib support on systems without
    native zlib support.
  - chat/eggdrop compiles without modules on platforms where it
    does not explicitly know to support them, missing a few items for PLIST
2005-02-13 22:38:53 +00:00
hubertf
c70648676d NetBSD 1.6.2/sparc64 needs GCC 3.0 or better, the 2.95.x compiler
shipped with 1.6.2 dies with an internal compiler error.

Fixes PR pkg/29185.
2005-02-05 12:16:13 +00:00
jschauma
2519b1c6e8 add/enable gaim-encryption 2005-02-02 20:50:05 +00:00
jschauma
46fb4ea499 Initial import of chat/gaim-encryption from pkgsrc-wip, provided by
geeohgeegeeoh:

Gaim-encryption is a module for GAIM which adds NSS/NSPR based SSL encryption.
It is compatible with certain other IM crypto systems.
2005-02-02 20:49:17 +00:00
jschauma
818c46ad95 Add a buildlink that can be used by gaim plugins. 2005-02-02 20:46:47 +00:00
snj
9f40cae453 It was nice knowing you, naim. Drop maintainership. 2005-01-27 05:19:13 +00:00
peter
ef4ddc4ffd Renamed tls to tcl-tls. 2005-01-22 19:50:06 +00:00
peter
431c70b1fd Include security/tls as dependency.
Bump PKGREVISION.

Should fix PR pkg/29024 from Julio M. Merino Vidal.
2005-01-22 13:26:20 +00:00
adam
2b6dc0ca48 Changes 1.1.2:
Luke: Another Bug fix release. This one featuring a fix to the HTTP
	Method for MSN users and other MSN fixes. A big thanks to Stu and
	Felipe Contreras for those. Stu also spent a long time in valgrind
	and so this brings you a Gaim release with fewer memory leaks. This
	release is on time primarily because I want to see the MSN fixes
	make it into Debian and Fedora before freezes. Expect further bug
	fix only releases to come at longer intervals, at Mark's request.

	Daniel: This is my first NEWS! (YaY) I didn't really do too much for
	this release.  There are a few bugfixes, mostly wingaim stuff. Oh, and
	I like the new XP System Tray icons.

	Sean: I'm down here today. I haven't really been paying too much
	attention to these boring bugfix releases, but I'd like to thank
	David and welcome him to the team. I'd also like to thank Steven
	and Nathan from Silverorange who redid the webpage.

	Tim: Another bug fix release. I didn't really fix any bugs, so
	I didn't exactly do much for this one. The autopackage will now
	work with mozilla-nss, if anyone has that, and not gnutls11. (It
	works with either gnutls11 or mozilla-nss, but not gnutls10)
	I started working on Gaim-vv again though, and I merged someone's
	custom msn smiley patch into the 2.0.0 tree, so expect good things
	whenever that's released (no, don't try it now, you won't like it).
	Oh and welcome to the team Daniel. Of course, he was already on my
	Gaim-vv team.

	Stu: Welcome Daniel! you've done some good stuff already. Felipe did some
	good work on MSN yet again, so you can all use the HTTP method now. I
	didn't do all that much, other than let valgrind tell me what to fix, and
	a couple of easy bug fixes from the bug tracker. Hopefully Ethan will get
	well soon, so he can get back to merging patches and fixing things.

	Nathan: I think I made some Jabber fixes, at least one of which is
	ChangeLog'd.  I will continue to make empty promises about new features,
	especially for 2.0.0.  Until then, welcome Daniel!
2005-01-21 13:26:42 +00:00
xtraeme
441d811d4d Update to 2.0s6.
Changes:

* Fix base64 encoding length in authreg_pipe.c Stephen Marquard,
Diagnosed by Jerome Vandenabeele
* Fixes segfault on s2s startup on some platforms when ssl is enabled
(local pemfile defined in s2s.xml), Stephen Marquard
* mod_offline handling of jabberevent client requests (JEP-0022) can
lead to a loop repeatedly adding duplicates to the offline queue under
certain race conditions. Correctly detect jabberevent notifications
and do not respond to them as requests, Stephen Marquard
* Check for invalid jids in directed presence packets, Stephen Marquard,
Based on bug report by Christopher Zorn
* Fixes minor memory leaks in authreg_ldap, Ilja Booij
* Fixes error in storage filter code using bdb storage causing sm
crash, Stephen Marquard
* Changes incorrectly indexed primary keys to non-unique indexes,
adds other indexes for efficiency, and changes type of xml field to
increase max allowed length, Stephen Marquard
* Include sys/types.h if available in util.h inter alia for FreeeBSD,
Stephen Marquard
* Minor code cleanups for compilation on HP-UX, Christof Meerwald
* Fix configure.in for correct handling of resolv.h, Magnus Henoch
* Include resquery checks from MAIN cvs branch in 2.0, Christof Meerwald
* Allows jabberd to start new components and place itself in the
background, Richard Bullington-McGuire (original ver), Additional
components defined in jabberd.cfg get started as long as they are in
the same directory as the jabberd script (useful for mu-conference
installed through jcr) The script can daemonize itself with the "-b"
switch after starting the various programs it watches over, unless the
debug option is set.
* Paranoia, ensure than srv->name is nul terminated., Jedi/Sector One

And more, please see the Changelog file.
2005-01-20 15:08:54 +00:00
adrianp
721b5dcd13 - Update to 5.0.44
2004/12/13 .44  Fixed a careless error in the va_copy workaround.
2004/12/02 .43  Added workaround for va_copy with obsolete compilers.
		Reported by <us44ever (at) hotmail.com>
2004/12/02      Added support for SGlines on Unreal.  Reported by Dionisios
		K. <vonitsa_net (at) yahoo.gr>
2004/12/02      Fixed "unknown message" on Unreal SWHOIS.  Reported by
		Anton Wolkov <phan70m (at) gmail.com>
2004/11/22      Fixed URLs in the documentation to point to the new website.
2004/11/22 .42  The mail/smtp module now allows multiple RelayHost
		configuration directives for backup relay servers.
		Suggested by Torbjorn Svennson <azoff (at) se.linux.org>
2004/11/22      Fixed extraneous "Unknown message" log messages on Unreal.
		Reported by Ali Sor <alisor (at) softhome.net>
2004/10/29      Clarified "please change your nick" message text.
		Suggested by Dylan v.d Merwe <dylanvdm (at) icon.co.za>
2004/10/25      Fixed crash when using the Japanese language file with the
		OperServ SLINE COUNT command.
2004/10/19      Fixed bug allowing StatServ and global noticer nicknames to
		be registered/linked.  Reported by M. van Cuijk
		<mark (at) phedny.net>
2004/10/14      Fixed various bugs and warnings when compiling on x86-64.
		Reported by <liverbugg (at) rinux.org>
2004/10/14      Added workaround for GNU coreutils (>=5.2) brokenness.
2004/10/13      SET MLOCK no longer allows locking +K without +i on Unreal.
		Reported by <help (at) thaiirc.in.th>
2004/10/13      Fixed cosmetic bug in MemoServ IGNORE.  Reported by
		<saman (at) ttnet.net.tr>
2004/10/11      Fixed disconnect on incoming data flood.  Reported by
		<ballsy (at) mystical.net>
2004/10/03      Updated the README file for the current manual structure.
2005-01-19 21:59:24 +00:00
adrianp
4f9a6fe89d - Update to 0.5.5
- Simplify installation
- Correct usage of USE_INET6 so non-ipv6 systems still work

- From the CHANGELOG:
- Various bugfixes including: Firefox CSS, paste
- Proper UTF-8 support (uses Encode)
- Now looks for configuration files in /etc as well
- Multiple ipaccess files
2005-01-19 21:27:39 +00:00
peter
cc4a074fe9 Add amsn. 2005-01-18 17:45:12 +00:00
peter
614da7238a Initial import of amsn-0.94 into the NetBSD Packages Collection.
Alvaro's Messenger, or Another MSN messenger clone is a modified and
multilanguage version of Compu's Messenger (CCMSN). It's a Tcl/Tk script
as was CCMSN and Tcl/Tk must be installed to run it. This means it is
multiplatform and can run on any OS having Tcl/Tk installed (Linux, Windows,
Macintosh).

It's a clone of the original MSN Messenger, having the same look and feel.
Some of it features are:

* Sound for Events
* Look and Feel similar to original MSN Messenger
* Multilanguage (Around 40 languages currently supported)
* Running multiple instances of AMSN at once for multiple logins
* File Transfers
* Group Support
* Normal and Animated Emoticons with sounds
* Chat History
2005-01-18 17:44:03 +00:00
kristerw
2401612443 Fix a C99ism to make this package build with gcc 2.95. 2005-01-17 20:15:28 +00:00
jmmv
5ed37bdcbf Remove everybuddy and everybuddy-gnome. This program has been obsoleted by
two different forks (ayttm and eb-lite).  Packaging any of these two could
result on completely different packages than the current ones (mainly because
one uses GNOME2 and the other Qt, and is modular).

Furthermore, IM software tends to get useless as protocols change, so I doubt
these old versions are of any use today.  Not to say that they appear broken
on some bulk builds.

No objections in tech-pkg@.
2005-01-17 12:38:23 +00:00
adam
118ecaebe0 Changes 2.2.4:
* Two new plug-ins: auto-away, ignore
* Improved chat window
* Clickable URLs
2005-01-14 08:57:50 +00:00
jlam
1b5734f517 Create a pam.buildlink3.mk file that is used by PAM-using packages.
It includes the correct buildlink3.mk file from either Linux-PAM
(security/PAM) or OpenPAM (security/openpam) and eventually will
support solaris-pam.  pam.buildlink3.mk will:

	* set PAMBASE to the base directory of the PAM files;
	* set PAM_TYPE to the PAM implementation used.

There are two variables that can be used to tweak the selection of
the PAM implementation:

PAM_DEFAULT is a user-settable variable whose value is the default
	PAM implementation to use.

PAM_ACCEPTED is a package-settable list of PAM implementations
	that may be used by the package.

Modify most packages that include PAM/buildlink3.mk to include
pam.buildlink3.mk instead.
2005-01-14 05:15:39 +00:00
adrianp
193ad4064b Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 is defined it will set
inet6.
Move to calling all such flags 'inet6'.
2005-01-10 20:59:43 +00:00
minskim
09d455c6ee Add build dependency on pkgconfig, which is used by configure. 2005-01-08 07:36:59 +00:00
jmmv
c8dcd4ca31 Update to 1.1.1:
* Allow SILC authentication via public key if your key is password
  protected (Michele Baldessari)
* More MSN bug fixes (Felipe Contreras)
* Drag-and-drop to conversation window file transfers work again
* Disable the delete button on pounces that aren't saved yet anyway
  (Kevin Stange)
2005-01-04 09:02:39 +00:00