summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2005-01-18Add amsn.peter1-1/+2
2005-01-18Initial import of amsn-0.94 into the NetBSD Packages Collection.peter4-0/+812
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-17Fix a C99ism to make this package build with gcc 2.95.kristerw9-1/+283
2005-01-17Remove everybuddy and everybuddy-gnome. This program has been obsoleted byjmmv11-140/+1
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-14Changes 2.2.4:adam5-15/+17
* Two new plug-ins: auto-away, ignore * Improved chat window * Clickable URLs
2005-01-14Create a pam.buildlink3.mk file that is used by PAM-using packages.jlam1-2/+2
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-10Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 is defined it will setadrianp1-2/+2
inet6. Move to calling all such flags 'inet6'.
2005-01-08Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2005-01-04Update to 1.1.1:jmmv3-6/+9
* 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-03Bump PKGREVISION because of curl dependency bump.wiz1-1/+2
2005-01-03Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.wiz5-84/+1
2005-01-03Update homepage and master site URLs.tron1-3/+3
2005-01-01Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2004-12-30Make this package build on NetBSD-current by casting arguments to ctypeagc4-2/+40
macros where necessary. Bump package revision.
2004-12-30Make this package build on NetBSD-current by casting args (where necessary)agc6-5/+56
to ctype macros. Bump package revision.
2004-12-29Use VARBASE.minskim1-4/+4
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Update to 0.8:jmmv3-8/+16
* Fixed #151737 (Martyn) * Group chats now support tabbed windows (Geert-Jan) * If only one window exists, open new chats in that window (Martyn) * Fixed window title (Micke) * Fixed issue when Gossip sent replies to error messages (Micke) * New translations (nb, tr, bg) * Updated translations (cs, pt_BR, fr, de, ca, da, nl, no, en_CA, zh_TW, en_GB, lt, eu, sv)
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed9-16/+18
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Add an option for the configure script to enable/disable IPv6 supportxtraeme3-2/+58
(by default disabled in configure, but enabled via bsd.options.mk), you can enable/disable it via "PKG_OPTIONS.bitlbee=-inet6", this closes PR pkg/27691 by Georg Schwarz. Bump PKGREVISION.
2004-12-20Update centericq to 4.13.0. Changes:hubertf2-5/+5
Centericq now builds fine with gcc 3.4. A new command-line parameter, --debug, was added. This way, there is no need anymore to re-build the program in order to enable debug output. However, when using this mode, make sure you understand what it says in the log window and in ~/.centericq/debug. There are two passwords for an IRC account now. One is for Nickserv and the other one is for regular IRC authentification, which wasn't supported before. Online and free-for-chat mode have the same priority now. So your [f] contacts won't stay all the time in the top of the list anymore. Unicode characters in rtf-encoded icq messages aren't lost anymore. Instead, they are recoded into the primary charset. So now, for example, Cyrillic sent with gnomeicu, won't disappear. Segfault when accepting Yahoo! file transfers was fixed. For online users, centericq now shown the time during which it sees those contacts online. Check out the first page of user info for an online contact. Among the other stuff that didn't let me release .13 earlier was my moving to Germany. Now I am in Berlin on permanent basis, so if you're at the CCC congress that is to take place in a week, Konst can be met there :) Patch supplied by Luciano Rodrigues Furtado <lrfurtado@yahoo.com.br> in private mail.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant5-5/+10
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Ensure that we link PIC code to create systray.so. This should fix buildsjlam1-1/+4
on amd64.
2004-12-14Define variables in MAKE_ENV when calling GMAKE directly.minskim1-2/+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-12-10This package needs pkg-config.minskim1-1/+2
2004-12-10Sort buildlink3 files.minskim1-2/+2
2004-12-10As advertised in the previous log message, but omitted from the Makefile,dogcow1-1/+2
pass --disable-binreloc to configure.
2004-12-05use SITES_* setting for the language files, rather than usingjdolecek1-3/+6
MASTER_SITES - they are only available on the psi site, and the fetch of each language files unnecessarily went through all the sourceforge mirrors before trying the psi site
2004-12-03Add and enable msnre.minskim1-1/+2
2004-12-03Import msnre, packaged by Jung-Min Seo (luapzz at gmail dot com), andminskim4-0/+34
modified by me. MSNre is a lightweight but powerful console-based MSN Instant Messenger clone. It has many features, including instant messaging, sending messages to cell phones, file transfer, complete contacts/groups management, email notifications, auto-away messages, netmeeting support, aliases, messages logging, event scripts, local contact list, multi-user chat support, ability to encode characters in the system locale, and much more.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz2-4/+4
Suggested by Roland Illig, ok'd by various.
2004-12-03Changes 1.1.0:adam6-44/+25
New Features: * Binary relocable. Gaim will find its files even if it's installed in a location other than the --prefix it was ./configured with. Pass --disable-binreloc to ./configure to disable. * IRC now has fallback encodings, and tries harder to display something useful during an encoding error. * New MSN protocol icon (Felipe Contreras) Bug Fixes: * Fix some leaks (Miah Gregory, Felipe Contreras) * Fix crashes when removing buddies in certain situations (Andrew Hart) * Eliminate MSN switchboard errors (Felipe Contreras) * Fix MSN buddy icon syncronization (Felipe Contreras) * Correctly display file transfer dialogs for filenames containing &, < or > * Correctly display MSN authorization dialogs for friendly names containing &, < or > * Properly align the right-click docklet menu with the docklet icon in *nix. * Fix a crash if the MSN buddy list is not available * Fix a bug in the request api (Gary Kramlich)
2004-12-03Changes 1.6.17:adam14-135/+125
- Lots of doc updates. - Added a "stripcodes" Tcl command. See doc/tcl-commands.doc for more information. - Bot idx's should be considered valid to tcl_valididx. - Always try to detect shared Tcl libraries before static ones. - We now correctly differentiate the +l user flag from the +l bot flag. - Cleaned up modules.c and the module configure stuff quite a bit. - Detect Tcl in $HOME/lib and $HOME/tcl/lib first, as to make it easier to allow users to override the system's Tcl version. - We now support module loading under Darwin (Mac OS X) and NeXT Step. - Don't try to call tcl_notes if the notes module isn't loaded. - Show a more descriptive error message when a listen socket can't be opened. - Fixed Tcl encoding issues with .tcl and .set. - Added a set of Finnish language files and a Finnish MOTD. - time_t isn't unsigned, and therefor %lu should not be used as a conversion specifier. - Fixed a gcc warning in dcc.c. - Added support for Quakenet channel modes. - Removed an invalid killsock() in dcc.c. - Fixed extra spaces being written to chan file. - Reworked 'make config' / module configure process. - Op (+o) implies halfop (+l) now. - Cleaned up and optimized rmspace() and fixfrom(). - Updated recomended Tcl version to 8.4.6. - Fix behavior of the BCST bind. BCST is now correctly triggered for dccbroadcasts, as well as when a bot "says" something on a channel. See doc/tcl-commands.doc for more information. - Remove some unneeded casts. - Fixed performance issues with mv/cp when a lot of files are in the file area. - Typo in doc/COMPILING-FAQ. It's LD_LIBRARY_PATH, not LB_LIBRARY_PATH. - Fix a possible issue with ident code. - Don't let .tcl mkdir create duplicate filedb entries. - Fixed a compile error related to varargs when using old Tcl versions. - Fixed a compile error on systems that don't have socklen_t. - Suppress configure warnings on systems that use newer versions of GNU coreutils.
2004-12-01"the the" -> "the"wiz1-1/+1
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz3-6/+6
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30Retry removal of liece.uebayasi5-164/+0
2004-11-30Update navi2ch to 1.7.5.uebayasi2-5/+5
Changes btwn 1.7.4 & 1.7.5 are: + Catch up with server migration (jbbs.livedoor.jp) + Fix broken characters on XEmacs + Fix a problem writing out of ~/.navi2ch/ when an exceptional URL is given Changes btwn 1.7.3 & 1.7.4 are: + Catch up with server migration (JBBS@Shitaraba moved to Livedoor)
2004-11-30liece -> rieceuebayasi1-2/+2
2004-11-30Initial import of Riece 1.0.5.uebayasi4-0/+151
Riece is a redesign of the Liece IRC client. Riece has many advanced features: + Can connect to multiple servers per session + Provide more sophisticated API + Reduced code size (total amount of code is about 5k lines) + 100% APEL free
2004-11-29Use PKG_DEFAULT_OPTIONS.xtraeme2-4/+3
2004-11-29Update jabberd2 to jabberd-2.0s4nb1, by pulling in patches fromabs2-4/+37
http://www.marquard.net/jabber/#recommended, specifically patch 58 which fixes the remote exploit listed at: http://www.securityfocus.com/archive/1/382250 Patches included: 28* patch-jedi8-sm-object_c Remove incorrect semicolumn from os_object_free() in sm/object.c 29* patch-jedi-mysql-storage Fixes to mysql storage for boundary conditions 30* patch-base64 Fix length-related issues in base64 decoding routines 31* patch-sm-storage_db Fixes to storage_db.c to avoid roster corruption: "sm/storage_db inserts items in the filter hash table with keys which are located on the stack. This creates confusion when the code later tries to compare with these keys." 32* patch-nad-escape Fixes bug in _nad_escape() where escaping ]]> can cause a segfault when handling large messages where nad_realloc is called. 38* patch-jedi-pgsql-storage Fixes to pgsql storage for boundary conditions and incorrect buffer length calculation 46* patch-memleaks Fix minor memory leaks in digest-md5 authentication and nad_free() 47* patch-ns-fix Fixes omission of namespace declaration where a namespace has already been used in the XML stanza 48* patch-sm-nad-triplet Fixes omission of prefix on attributes processed by nad_parse (e.g. in queue storage) 49* patch-mod_disco_publish Corrects check for deleting previously published disco items from "delete" to "remove" (as per JEP-0030). 50* patch-sm-filter Alters filter handling and adds mysql/pgsql escaping on filter strings to allow brackets and apostrophes in resource names that form part of JIDs stored as roster entries 58* patch-c2s-buffers Fixes buffer overflow that can lead to segfault in c2s mysql and pgsql auth modules - see report by icbm (www.venustech.com.cn)
2004-11-29Update xchat to 2.4.1. Patch provided by Stefan Krueger in PR pkg/28465.minskim4-7/+16
Changes: - Updated translations (ca, de, eu, it, ko, mk, nb, nl, pt, ru, sl, sq, uk, zh_TW). - Fixed custom marker-line color not reloading. - Brought back the "Connect to selected server only" option in the Serverlist edit window (it's like the reverse of "Cycle until connected" in 2.0.x). - You can now move networks and servers via Shift+Up/Down (in the ServerList window). - Small efficiency improvements in receiving dcc. It will now not send ACKs while the input buffer is non-empty. - Fixed playing sound files with spaces in them. - Added support for NickServ on DalNet and FreeNode. - Plugin API: Added xchat_get_info(ph,"inputbox");. - Added /settext and /setcursor commands for scripters. - You can now scroll tabs with the mouse-wheel while hovering over the arrow buttons. - Fixed connecting to a SSL server via http proxy (#1054152). - Fixed: Opened server tab doesn't count as "requested" (#1044227).
2004-11-28Reset maintainer, email bounced.wiz1-2/+2
2004-11-28Reset maintainer, email bounced.wiz1-2/+2
2004-11-27Remove chat/psi-ssl - replaced by security/qca-tlsjdolecek5-38/+1
2004-11-27Update psi to 0.9.2.jdolecek8-280/+296
Notable addition is file upload support, other changes are mostly usability changes and bug fixes. Full list available at http://psi.affinix.com/?page=changelog. Internal pkgsrc organization changes: * depends on qca-tls for SSL support, functionality confirmed working; this fixes PR#26120, PR#25444, PR#26665 * uses prepared psi language files, no longer using lrelease (the raw language files are not part of distribution), only use DEPMETHOD=build for qt3-tools
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-11-27Darwin needs CFLAGS+= -DBIND_8_COMPAT to build.adrianp1-2/+7