Age | Commit message (Collapse) | Author | Files | Lines |
|
.... 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.
|
|
automatically, so no need to do it ourselves.
|
|
|
|
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
|
|
patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.
|
|
|
|
Client for the Secure Internet Live Conferencing (SILC)
Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 14543
|
|
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.
|
|
Changes:
- i18n support
- fix terminal restore on reconnect
- uses more secure API
- more documentation
|
|
|
|
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.
|
|
the custom ones. Also fix the directory handling during post-installation
and strongly buildlinkify.
|
|
- 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.
|
|
|
|
* 75 * '='
* RCS ID
* blank line
* message text
* optional blank line
* 75 * '='
|
|
Fixes PR 14526 from mherzog@mediaone.net
|
|
|
|
Don't know how we could get by without it so long ("/m server brick" is
a bit clumsy)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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).
|
|
|
|
used with NetBSD curses.
|
|
|
|
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.
|