summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2001-12-13Updated Gaim from 0.44 to 0.49 ... BIG improvement and heaps of bugfixesreinoud2-5/+5
.... see homepage for more details for its too big to sum up here; it even fine on NetBSD/Alpha so is prolly LP64 clean enough to work. http://gaim.sourceforge.net/
2001-12-10upgrade to ircii 20011210. this includes:mrg4-106/+12
o new /on raw_send o new /exec -filter option o fixed mIRC colour code handling o enhanced redirection to multiple targets o bug fix for $mid() o bug fix for when resizing to a smaller window o other bug fixes
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam1-2/+1
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-5/+1
automatically, so no need to do it ourselves.
2001-11-30add & enable silc-serverhubertf1-1/+2
2001-11-30Add silc-server 0.6.4:hubertf11-0/+573
SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet over insecure channel. Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 14562
2001-11-30Update to 0.6.6nb1: suppress an annoying warning on startuphubertf3-5/+17
patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.
2001-11-29add & install silc-clienthubertf1-1/+2
2001-11-29Add silc-client-0.6.6: hubertf6-0/+243
Client for the Secure Internet Live Conferencing (SILC) Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 14543
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf4-8/+9
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Update to 0.4.7, provided by Shell Hung in pkg/14663.wiz8-138/+62
Changes: - i18n support - fix terminal restore on reconnect - uses more secure API - more documentation
2001-11-28Added p5-Net-ICQ2000martti1-1/+2
2001-11-28Added p5-Net-ICQ2000-0.2.1 (PR#14569 by Shell Hung)martti4-0/+30
This module is designed to give perl scripts access to the ICQ network and the functions provided by it, like SMS Functions included : Connect(), Disconnect(), Set_Login_Details(), Set_Server_And_Port(), Execute_Once(), Send_Command(), Add_Hook(), Hook_All(), Check_Incoming(), Deal_With_FLAPs(), Send_Outgoing().
2001-11-28Buildlinkify.jlam2-7/+5
2001-11-27We don't want -L/some/path as Makefile dependency. Fixes pkg/14564, thoughwiz4-3/+30
differently than suggested. Don't let package look in LOCALBASE for curses (especially if USE_BUILDLINK_ONLY is set, and ncurses buildlink.mk is already included...).
2001-11-26Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.jlam1-3/+3
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-10/+13
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-19Respect ${CONFDIR} and use the common INSTALL/DEINSTALL scripts instead ofjlam10-168/+155
the custom ones. Also fix the directory handling during post-installation and strongly buildlinkify.
2001-11-19cleanup per ../sysutils/ups-nut:lukem4-65/+90
- use FILES_SUBST_SED et al - do NOT try and remove the gale user & group or ${PREFIX}/etc/gale on deinstall. instead, remind the admin to do it manually.
2001-11-13Adapt to new KDE2 buildlink.mk structure.jlam4-20/+44
2001-11-11Adjust format a bit:hubertf1-0/+5
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-10Add the ncurses buildlink glue.agc1-1/+2
Fixes PR 14526 from mherzog@mediaone.net
2001-11-06Update maintainer's e-mail address.tron1-2/+2
2001-11-02Add a /brick command.martin2-6/+27
Don't know how we could get by without it so long ("/m server brick" is a bit clumsy)
2001-10-31Move pkg/ files into package's toplevel directoryzuntum53-33/+33
2001-10-31Move pkg/ files into package's toplevel directoryzuntum13-7/+7
2001-10-31move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-31move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-1/+1
2001-10-31move pkg/ files into package's toplevel directoryzuntum1-0/+0
2001-10-31Move pkg/ files into package's toplevel directoryzuntum6-3/+3
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam3-6/+6
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam3-9/+22
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-23Note addition of chat/gtkyahoo.jlam1-1/+2
2001-10-23chat/gtkyahoo: GTK+ client for Yahoo! Messengerjlam5-0/+71
GTKYahoo is a GPL'd GTK+-based Yahoo! pager client for UNIX. GTKYahoo has a number of features not available in the Windows or Java versions of the pager, including an auto-reply (answering machine) feature and automatic forwarding of incoming messages via email. Provided in pkg/14312 by ken@246gt.com with changes to use buildlink and the pkgsrc/libyahoo by me.
2001-10-23Install the libyahoo-authors.h header file used by gtkyahoo.jlam3-3/+11
2001-10-22Enable panel support.mycroft1-1/+3
2001-10-21Add and enable ircd-hybridseb1-1/+2
2001-10-21Added ircd-hybrid version 6.2, an IRC daemon.seb16-0/+810
2001-10-21Make sure ncurses is found - this is intended to prevent irssi fromhubertf1-2/+4
crashing when ran on the console (It's said to be ok in xterm). Hinted at by Otto Hilska <mutru@nallukka.net> in private mail.
2001-10-20Note addition of chat/libyahoo.jlam1-1/+2
2001-10-20chat/libyahoo: Yahoo! Messenger client libraryjlam5-0/+75
Libyahoo is the Yahoo! Messenger client library used by gtkyahoo, kyahoo, everybuddy, jabber, etc. It encapsulates routines to speak the Yahoo! Instant Messenging protocol. Provided in pkg/14313 by ken@246gt.com.
2001-10-15Add and enable dircproxy.agc1-1/+2
2001-10-15Initial import of dircproxy-1.0.1 into the NetBSD Packages Collection.agc5-0/+37
dircproxy is an IRC proxy server ("bouncer") designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away. You connect to IRC through dircproxy, and it keeps you connected to the server, even after you detach your client from it. While you're detached, it logs channel and private messages as well as important events, and when you re-attach it'll let you know what you missed. This can be used to give you roughly the same functionality as using ircII and screen together, except you can use whatever IRC client you like, including X ones! Package provided in PR 14250 by Scott Barron (sb125499@ohiou.edu), cleaned up by myself.
2001-10-11Add and enable tikagc1-1/+2
2001-10-11Initial import of tik-0.90 into the NetBSD Packages Collection.agc4-0/+206
TiK is an open source AOL Instant Messenger client, written in Tcl. It was originally written as an alternative to the AIM Java client. Provided in PR 14129 by Grant Beattie (grant@grunta.com).
2001-10-02fix a "resize smaller" core dump; from ircii-current.mrg2-1/+97
2001-09-30Fixed improper tgetstr call that was causing bitchx to crash whenblymn3-6/+41
used with NetBSD curses.
2001-09-30Buildlinkify (strongly).wiz1-5/+9
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam7-14/+14
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.