vICQ is simple ICQ client written in perl with look & feel of micq
and works fine with v7 protocol of ICQ. It is based on Net::ICQ2000
module written by Robin Fisher.
Fixes pkg/14718 by Shell Hung <shell@shellhung.org>
Patches sent by Lubomir Sedlacik <salo@silcnet.org> in PR 15079.
Changes in the silc-server package:
- update to the silc-server package version 0.7.3
- patch-ab is no longer needed--it has been integratedinto distribution,
patch-ac moved into its place
- complete release notes can be found at:
http://silcnet.org/txt/release-server.txt
- complete changelog can be found at:
http://silcnet.org/txt/changes-server.txt
Patches submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 14892
Changes in the silc-client package:
- upgrade to silc-client package, version 0.7.1
- minor changes in the MASTER_SITES variable
- patch-ab was removed, it has been integrated into main distribution,
patch-ac was moved in its place so patches/patch-ac is no longer needed
Changes in the silc-client-0.7.1:
- various serious fixes in /whois, /join, /away, /key, /file, /list, /kick,
/msg, /nick commands
- fixed problem with allocation of 0 bytes when encoding payload
Patch submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 15013.
changes in the silc-server package:
- upgrade to silc-server package, version 0.7.2
- minor changes in the MASTER_SITES variable
- minor change in the DEINSTALL script not to print output from rc script
- removed the USE_NCURSES definition and added --without-ncurses configure
option not to link against -lncurses, this was really unwanted behavior
changes in the silc-server-0.7.2:
- fixed the server to router reconnection
- various fixes in password authentications in the server, authentication
payload and channels
- fixed silc_server_command_pending, this should fix various IDENTIFY and
WHOIS related crashes
Submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 14887
Changes in the NetBSD's package from version 0.6.4 -> 0.7.1:
- upgrade to silc-server-0.7.1 (the main changes below)
the biggest change is the ipv6 support (new configuration file format is
needed, though)
- removed patch-ac because it was integrated into distribution
(patch-ad was moved in its place)
- completely rewritten rc.d script to use rc.subr instead and fixed the
problem with removing pidfile so now status) works fine.
- added default motd file
- INSTALL and DEINSTALL scripts are cleaner and more useful, check for logs
directory before creating it, added motd.txt installing/removing.
- better and more helpful default configuration file (added Example:
sections for each variable)
- added examples/ directory containing sample configurations of various
scenarios into $DOCDIR
changes in the silc-server itself:
o Fixed WHOIS and IDENTIFY commands to return correct replies,
and correct error replies. This fixes various weird bugs
related to these commands.
o Send NO_SUCH_CLIENT_ID error notify if received private
message to invalid Client ID. It is guaranteed that if
private message is sent to unknown client, the sender will
receive a notification for it.
o Send the kicker's information in KICK command to the kicked
client.
o Fixed LIST command to return correct amount of channels.
This fixes the weird bug that LIST would show like 50 channels
and some channels multiple times.
o Channel topics, and users SILC modes are announced now during
server->router connecting.
o Implemented the founder authentication during JOIN command.
o Support for IPv6 based Server ID added.
o Memory leak fixes.
.... 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/
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
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.
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
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.
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().
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...).
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.
- 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.
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.
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.
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.
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.
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.
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).
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.
- xtext: marked text goes to clipboard aswell as primary selection.
- xtext: some speedup optimizations.
- xtext: fixed a problem when rendering a fixed-width font with
missing chars.
- Fixed hints for "You're kicked" text event, which showed the $ vars
incorrectly.
- When a user is seen to quit or join a channel you're in, your
notify list will be modified instantly. No notify textevent is
shown if it happened in the front-most tab (Alexander Hvostov).
- Fixed binding server connects to different interface/address
(ipv4 only) (Claus Riemann).
- Avoid negative ping timeout when system clock changes.
- Updated Italian translation (Stefano Fava).
- Updated Spanish translation (Antonio de la Torre).
- Added text event "Channel Notice" so you can differentiate between
private and channel notices (Fuentes Xavier).
- Added ability to dcc send filenames with spaces. See "Fill Spaces"
setting in Setup->File Transfer (Fuentes Xavier).
- Included some makefiles for ms visual c.
* Bug fixes!
* Update and additions to translations.
* Improved look of GUI.
* Wrote a plugin for all those people who miss having the chat rooms in
their buddy lists (chatlist.so)
* New plugin events: event_im_displayed_sent and event_im_displayed_rcvd.
Use these to change messages after they're displayed (e.g. encrypt sent
messages, or send auto-responses and have them display locally properly)
* Can specify hosts/ports for Yahoo
* Can view/set chat topic in Jabber
* Can view/set chat topic in IRC
* Improved Jabber chat support (it whispers now, too)
* Zephyr can do Subscriptions now
* MSN can now change your 'friendly name'
* More IRC improvements [colors, etc]
* Can turn on/off Yahoo! Mail announcements
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
- use 'id' instead of 'finger'. this is not a real problem, but it
is enough and fixing the next problem makes it possible to use it.
- grep -q doesn't work on solaris, so use a different way to suppress
the output from the user check.
- the return code check for the user was reversed.
1.6.x release are:
- A new banlist window.
- Support for ircd numeric 005 and dynamic channel/nick modes.
- Uses WATCH command for notify list when available (like on Dalnet).
- Http proxy support.
- Throttle meter.
- Perl errors no longer stop xchat, just the script itself.
- Perl scripts can now use modules successfully.
- Efficiency improvements and bug fixes to xchat's text widget: xtext.
- IPv6 support.
- Lots of new foreign language translations.
- Japanese code conversion (Kanji locale <=> JIS translation).
- Compiles on win32.
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
GAIM: The Pimpin' Penguin IM Clone thats good for the soul!
version 0.11.0-pre11 (04/30/2001):
* Zephyr updates and additions, thanks Neil Sanchala (nsanch)
* Jabber can send/accept chat invites (due to mid)
* MSN has the option to notify you of new hotmail
messages
* Fixed a problem with ADD requests in MSN
* Fixed a small memory leak with MSN
* Moved MSN's spammy debug output into debug_printf's
* Zephyr updates and additions, thanks Neil Sanchala (nsanch)
* Jabber can send/accept chat invites (due to mid)
* Can rename groups/buddies in the Edit Buddies pane
(thanks Neil Sanchala)
* Some perl updates (thanks to Sean Egan)
* IRC got the following slash commands:
op, deop, voice, devoice, mode, raw, quote, and kick (thanks
to Sean Egan)
* MSN Properly handles URL decoding of 'friendly' names
* Redesigned Preferences pages (design by DennisR)
* Can select where tabs are for tabbed IM/Chat windows
* Option to queue away messages while away
* Jabber got good updates (from faceprint)
* Oh yes, and Oscar works, yet again. (gee... that's what, 4
releases that have "fixed" it now?)
version 0.11.0-pre10 (04/13/2001):
* Many, many bug fixes
* Can choose to not send away auto-response (thanks phzzzt)
* Uh... Oscar works? For now?
* IRC Plugin can do whois (right click and info)
* IRC Plugin got away message support
* Gaim blist to WinAIM blt perl script (courtesy Andy Harrison)
* Sound on buddy pounce (Thanks Andrew Echols)
* Can view all group chats in one tabbed window (same keybindings
as for tabbed normal conversations)
* More Protocol plugins:
Zephyr (plugins/zephyr) (DON'T USE THIS unless you know
what it is and why you'd want to use it)
version 0.11.0-pre9 (03/26/2001):
* Can register Jabber accounts (load the Jabber plugin and click
Register on the login window)
* GtkIMHtml handles themes (no background pixmaps though) (thanks
decklin, mishan)
* URLS Linkify properly in Buddy chats
* Jabber compiles better on Solaris?
* Gaim works with Oscar Again (Huge thanks to Adam Fritzler of
libfaim)
version 0.11.0-pre8 (03/23/2001):
* Fixed a problem with MSN not detecting signoffs and buddy updates.
* Implemented away options in MSN
* Alt-[1-9] to go to [1-9]th pane in tabbed convo window
* Jabber fixes, Oscar fixes (!), Yahoo fixes, TOC fixes
* Can use Alt to access menu, and Ctl-char for certain actions
(thanks baldnik)
* Oscar blocking works (?)
* MSN can see status of other users
version 0.11.0-pre7 (03/16/2001):
* Can build RPMs as non-root
* New yahoo library (can use HTTP proxy)
* Command-line arg to specify config file (thanks Jason Boerner)
* Can view all conversations in one tabbed window (Control-[ and
Control-] move left and right respectively; Control-Tab moves
to the next unread, or the next tab if there are no unread tabs)
* Tooltips on links work again
* Can log system notices: signons/signoffs, awayness and idleness
(thanks Andrew Echols)
* MSN fixes
* Applet fixes
version 0.11.0-pre6 (03/06/2001):
* Fixed bug with NAS support
* Napster plugin is included again
(Thanks for pointing out that it was missing,
(Yan V. Bulgak)
* Oscar can: search by email, request confirmation, change password
* TOC fixes
* ICQ fixes
* Faster HTML parsing/rendering
version 0.11.0-pre5 (02/26/2001):
* Minor GUI changes
* ICQ Alias problem fixed
* Negative times fixed
* Cannot create blank away messages/messages with blank titles
* Can right-click Edit Buddies list to alias/add pounce/etc.
* Ability to independently set accounts as away
* Can use all away states for ICQ, Yahoo (N/A, Be Right Back, etc.)
* Fixed hanging trees
* Can close windows by hitting 'Esc' (optional)
* Better HTML Widget
* Can toggle timestamps by hitting F2 (optional)
* Rewritten file transfer for TOC
* Jabber got chat
* Log Viewer (courtesy BMiller)
* Can save conversation history
* Napster can kinda sorta download files sometimes :)
* You can activate IDs in Yahoo
* ICQ upgraded to use icqlib 1.1.5
tirc is another IRC client. It has support for vi-like editor line and
general usage, nickname completion, ANSI-colors, flood protection and
many more.
Fixes pkg/12527 by majkel@cvd.pl
o no changelog supplied, but diff makes me believe the changes are minor bugfixes
and addition of function destroy_waiting_channels(), whatever it's used for
o rework PATCH_SITES and MASTER_SITES
o use the same IPv6 patch, but renamed for new version
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
Changelog:
0.9.17 Add $ssl() built in function for lateral compatability with epic-ssl
0.9.17 Whack over my_next_expr().
0.9.17 Add "next_expr_with_type" for use with 'break_args'
0.9.17 Add 'break_args', experimental command-argument tokenizer.
0.9.17 Add /for <var> in (<list>) {<commands>} command
0.9.17 Add /for <var> from <min> to <max> {<commands>} command
0.9.17 Doodle around a bit with /fe, just for yucks.
0.9.17 Change 'autoop', 'fe', 'files', 'ip-to-int', 'ircprimer', 'repeat',
0.9.17 'scandir', 'tc' scripts to use two new /for formats.
0.9.17 Add support for 477 numeric (can't join channel) from dalnet. (adm)
0.9.17 Add /xecho -v (output to a visible window)
0.9.17 Fix /reconnect to supply default quit message ("Reconnecting")
0.9.17 Add $cos(), $sin(), $tan() functions, to do math things
0.9.17 Fix bug in $serverlist() which caused it to always return server list.
0.9.17 Fix history stuff so it doesn't insert duplicate entries (robohak)
0.9.17 Add 'skip_spaces' function, which skips leading spaces in a string.
0.9.17 Change logfile header to output local time and not UTC time.
0.9.17 Fix /window server to clear reconnect counts, thwart throttling.
0.9.17 Change "server_list[%d].itsname is null and it shouldn't be" error msg
0.9.17 Change it to "I don't have %d's real name yet -- using the hostname..."
0.9.17 Fix /server N to not reconnect to N if it's already connected.
0.9.17 Add /ison -d and /ison -f (debug, and flush) for debugging purposes.
0.9.17 Release epic4-0.9.17 -- Release candidate #8
INSTALL -d => INSTALL_*_DIR
INSTALL => INSTALL_*
Beware that only invocations are changed that don't set special
values for owner, mode or group!
Cleanup suggested by zuntum@IRC
* Try to add some stuff that helps epic cope with server disconnections
better.
* Add /on error, hooks on an irc protocol ERROR message.
* Fix window.c:get_boolean(), passing unitialized 'newval' integer.
* Fix path_search() to not blithely assume path != NULL (whitedragon)
* New version of the 'hybrid6' script, from is.
* Axe the broken "input_timeout" feature that hasn't worked in 6 years.
* Add, but #ifdef'd out, a delayed-free mechanism -- strictly
experimental.
* Add the /defer command, to perform dangerous operations when it's
safe.
* Many changes from robohak to fix /on channel_* bogons I introduced.
;-)
* Lice should now work again with 0.9.16.
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.