Commit graph

1950 commits

Author SHA1 Message Date
gdt
2b5e0fb6e4 On NetBSD 4 with xen/i386, startup at boot fails, with sm not
connecting to something.  Putting 'sleep 5' in sm's rc.d script
resolves the problem.  (The right fix is to for all programs to ensure
that they are ready to provide all defined services before the
top-level command exits, but that's much harder.)  PKGREVISION++.
2008-03-08 22:20:02 +00:00
reed
becd384669 Add tkabber 2008-03-08 19:01:19 +00:00
reed
63906a8a64 Import package from wip: tkabber.
No maintainer; wip package initially imported by xtraeme.

Tkabber is a free client for an instant messaging system called
Jabber. It is written in Tcl/Tk and supports many features like
support of unicode, ssl support, http proxy, file transfers and
support of multi-user conference protocol.

I don't know why this DESCR says "ssl" but TODO also says "ssl".
2008-03-08 18:57:38 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
tnn
b9f862847b Remove gaim and related packages. The gaim project was renamed to pidgin,
see the chat/pidgin* packages.
2008-03-05 15:41:23 +00:00
jlam
eddc66e9e9 The libgadu.la library makes no reference to ncurses or readline, so
remove them from the buildlink3.mk file.  The only part of ekg that uses
ncurses and readline is the UI binary ekg itself.
2008-03-05 15:03:18 +00:00
jlam
269b0d6493 Add full DESTDIR support. 2008-03-05 15:01:06 +00:00
tnn
3995b4f6cc Version 2.4.0 (02/29/2008):
* Color is used in the buddylist to indicate status, and the conversation
  window to indicate various message attributes. Look at the sample gntrc
  file in the man page for details.
* The default keybinding for dump-screen is now M-D and uses a file
  request dialog. M-d will properly delete-forward-word, and M-f has been
  fixed to imitate readline's behavior.
* New bindings alt+tab and alt+shift+tab to help navigating between the
  higlighted windows (details on the man page).
* Recently signed on (or off) buddies blink in the buddy list.
* New action 'Room List' in the action list can be used to get the list of
  available chat rooms for an online account.
* The 'Grouping' plugin can be used for alternate grouping in the
  buddylist. The current options are 'Group Online/Offline' and 'No
  Group'.
* Added a log viewer
* Added the ability to block/unblock buddies - see the buddy context menu
  and the menu for the buddy list.
* Fixed a bug preventing finch working on x86_64
2008-03-04 17:48:50 +00:00
tnn
51ff3d4816 Update master site, homepage. 2008-03-04 17:37:31 +00:00
tnn
9b1fc035fe Catch up with pidgin. 2008-03-04 17:33:08 +00:00
tnn
2653cab917 version 2.4.0 (02/29/2008):
Pidgin:
* Added the ability to theme conversation name colors (red and blue)
  through your GTK+ theme, and exposed those theme settings to the
  Pidgin GTK+ Theme Control plugin (Dustin Howett)
* Fixed having multiple alias edit areas in the infopane (Elliott Sales
  de Andrade)
* Save the conversation "Enable Logging" option per-contact (Moos
  Heintzen)
* Typing notifications are now shown in the conversation area
2008-03-04 17:25:36 +00:00
tnn
2f0a2f706d version 2.4.0 (02/29/2008):
libpurple:
* Added support for offline messages for AIM accounts (thanks to
  Matthew Goldstein)
* Fixed various problems with loss of status messages when going
  or returning from idle on MySpaceIM.
* Eliminated unmaintained Howl backend implementation for the
  Bonjour protocol.  Avahi (or Apple's Bonjour runtime on win32) is
  now required to use Bonjour.
* Partial support for viewing ICQ status notes (Collin from
  ComBOTS GmbH).
* Support for /notice on IRC.
* Support for Yahoo! Messenger 7.0+ file transfer method (Thanumalayan S.)
* Support for retrieving full names and addresses from the address book
  on Yahoo! Japan (Yusuke Odate)
* The AIM/ICQ server-side preference for "allow others to see me
  as idle" is no longer unconditionally set to "yes" even when
  your libpurple preference is "no."
* Fix SSL certificate checks for renewed certificates
* Fix the ability to set vCard buddy icons on Google Talk/XMPP
* D-Bus fixes on 64bit
* Fixed retrieval of buddy icons and setting of server-side aliases on
  Yahoo! and Yahoo! Japan when using an HTTP proxy server (Gideon N.
  Guillen)
* Fixed an MSN bug that would leave you appearing offline when transferred
  to different server
2008-03-04 17:22:40 +00:00
jlam
2e614fcea0 Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 01:50:26 +00:00
jlam
94cf4505bd + Add termcap.buildlink3.mk to get proper termcap support across
platforms.

+ Remove -lcurses from link command -- icb only needs termcap support,
  and then only for the embedded readline library.

Bump the PKGREVISION to 4.
2008-03-02 07:06:20 +00:00
mjl
ba353b5854 Update to climm 0.6.2
switch to server based contact list (with several related updates),
  XMPP file transfer patch, fix and improve historyd, more fixes
2008-03-01 21:14:11 +00:00
jlam
b20a1ef040 Add full DESTDIR support. 2008-03-01 04:17:29 +00:00
rillig
b32b7657bb Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
2008-02-28 11:58:47 +00:00
jlam
98bc188977 + Remove stuff made unnecessary by the appearance of ncursesw/builtin.mk.
+ Fix the way that the ncurses header is detected so that we don't refer
  to files outside of BUILDLINK_DIR.

+ Honor PKGMANDIR.
2008-02-22 19:10:38 +00:00
adrianp
c212b52d3a Update to 1.1.7
The key changes are that users will now quit faster (e.g. in netsplits, glines, etc)
K|G|Z|E:Line can now also be used on a nickname - e.g. /zline w00t 1d :foo would place an IP ban on my IP for one day.
A low risk crash with m_invisible and m_watch was also fixed.
Other miscellaneous fixes are also included
2008-02-21 19:44:19 +00:00
xtraeme
d48527f6ef Update to 2.1.23. Lots of changes and bugfixes since previous version,
see http://jabberd2.xiaoka.com/wiki/Releases for a detailed description.
2008-02-20 14:33:04 +00:00
tnn
6538a067b9 PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS 2008-02-04 20:10:34 +00:00
gdt
e291bc20b2 add
# used by chat/pidgin/Makefile
per pkglint
2008-02-02 21:55:53 +00:00
gdt
5f2c81fc6c Most TODO items are now ok, and remaining ones noted in Makefile comments. 2008-02-02 21:52:52 +00:00
gdt
f1d06f1c9d Use ncursesw. Remove TODO as the package is now functional.
PKGREVISION++.

Patch from Jonathan Scheifer on pkgsrc-users@.
2008-02-02 21:43:27 +00:00
gdt
ad904adba9 fix whitespace error in previous 2008-02-02 21:37:45 +00:00
gdt
d9894da60b add
# used by chat/finch/Makefile
per pkglint
2008-02-02 21:37:11 +00:00
adrianp
203f27dca6 Update to 2.10.2.12
http://sourceforge.net/project/shownotes.php?release_id=557843&group_id=63470
http://sourceforge.net/project/shownotes.php?release_id=559042&group_id=63470

* ircd/gline.c (gline_add): apply too-many-users test to realname
  G-lines *only* when the origin is my user (or a user, for
  remote-local G-lines)
* include/res.h (irc_in_addr_is_ipv4): Fix classification of
  addresses like 0.0.0.0.
* ircd/s_user.c (set_user_mode): Add new parameter to set_user_mode to
  ignore some modes.
  (register_user): Use set_user_mode to parse default usermode for users.
* ircd/m_user.c (m_luser): Fix broken RFC 2812 on connect user mode
  setting
* doc/readme.iauth (IAuth M): Document new command.
* ircd/listener.c (add_listener): Only try to create IPv6 sockets
  for IPv6-compatible addresses; likewise for IPv4.
2008-01-30 23:07:37 +00:00
adrianp
5e3c381acb 1.1.16
Backport <goodchan>: Explicitly allow channels denied by <badchan>
Backport fix for bug 464 reported by John
Rebind server sockets on REHASH, closes bug 478
Update conf (patch from bug 463, thanks John)
Backport r8661: don't send 421 to unregistered clients (thanks nenolod)
Backport r8651: SHA256 consistancy fix.
Backport 8634, fix for bug 464 reported by John
Fix for bug 458: servers go missing on collision etc.
Manual backport of r8613: remove nuh mask from /clones output
Backport --disable-rpath configure option for package maintainers
The mysql worker thread only sleeps 50 nanosecs between cycles, this is not enough to prevent it chomping on the CPU on most machines., Increase to 1000,
2008-01-25 22:00:21 +00:00
obache
0c1a642192 Update bsflite to 0.83.
Based on patch provided by Claudio Leite in PR 37602.
Regen patch-ab and add DESTDIR support.

BSFlite ChangeLog

0.83 - 12/12/2007

 * Log to a single file (option "single_log")
   To review, use the command "lg"

 * Added BeOS (R5) support.

 * Ported to AmigaOS w/ GeekGadgets.

 * Added 'v' command to set/unset invisible status.

 * Fixed a mysterious bug where buddies would sign off repeatedly
2008-01-20 08:12:37 +00:00
obache
8dabe63860 Switch to *.tar.bz2. *.tar.gz is not privided anymore. 2008-01-19 08:52:10 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
gdt
32be028443 Note that this is obsolete and point to pidgin. 2008-01-14 12:13:10 +00:00
bjs
964125bb05 Change MASTER_SITES to ${MASTER_SITE_LOCAL}. 2008-01-12 06:57:32 +00:00
bjs
206136ffde Add smirk directory to chat/Makefile. 2008-01-12 05:59:26 +00:00
bjs
b656ad2a42 Import smirk, a fork of the moribund Rhapsody curses-based IRC client.
Smirk sports a unique, intuitive menu-driven user interface.

Available Features:

 	* Multi server support.
 	* Clean, easy to use menu driven user interface.
 	* Favorite server, channel and user lists.
 	* Ignore lists.
 	* Configurable interface color themes.
 	* Large file (over 2GB) support.
 	* SOCKS proxy compatibility.

Supported Protocols:

 	* IRC (obviously)
 	* DCC chat
 	* DCC file transfers
 	* CTCP
 	* SOCKS4 and SOCKS5
2008-01-12 05:56:15 +00:00
rillig
9c9d79c575 ERROR: patches/patch-qa:29: This code must not be included in patches. 2008-01-05 21:00:18 +00:00
rillig
621be15a96 Sent the patch upstream. 2008-01-05 20:35:14 +00:00
rillig
2521eb0303 Updated amsn to 0.97.
No ChangeLog available. :(

Fixes PR 37509.
2008-01-05 20:27:16 +00:00
adrianp
404768b38d Reset MAINTAINER. 2008-01-05 14:14:03 +00:00
heinz
4cc5222021 The package supports installation to DESTDIR.
Removed unnecessary write permissions to shut up warnings by checkperms.
2008-01-04 20:00:32 +00:00
joerg
298afaa624 Use normal module build logic and do the work for vicq and the man page
directly. Fixes the build on DragonFly.
2007-12-29 21:29:55 +00:00
joerg
28fddf741f Fix PLIST. 2007-12-29 20:19:34 +00:00
joerg
e0cc135351 Fix PLIST. Bump revision. 2007-12-27 14:07:35 +00:00
jdolecek
86eea6e2fb fix visibility of on-line users for AOL - full information at:
http://bugzilla.centerim.org/show_bug.cgi?id=39
2007-12-22 23:29:03 +00:00
jdolecek
b36eec90b7 another fix for NetBSD 4.0 (forgot to fix this before commit) 2007-12-22 23:22:51 +00:00
jdolecek
f13ce5bf32 add patch for licq-gui-console to fix include path for pkgsrc devel/cdk 2007-12-22 22:50:13 +00:00
jdolecek
7ad66c5551 Update licq-{core,gui-console,gui-qt} to 1.3.5.
New in 1.3.4
o Fix a few bugs where users would falsely go offline
o Make sending typing notifications optional
o Fixes for newly registered users
o Fix the handling of pidfiles so that Licq always starts unless there actually
is an other instance of Licq running.
o 64-bit compatibility changes
o Compilation fixes
o Fixes for Licq on Mac OS X (with Fink)
o Iconv fixes
o ICQ: Fix a bug where contacts would receive empty messages
o ICQ: Update the protocol to properly set info
o ICQ: Show more version information of remote clients
o ICQ: Fix SSL issue
o MSN: Fix a race error in MSN packet parsing
o MSN: Fix socket handling
o KDE: Addressbook fix
o KDE: Add spell checking to the kde-gui (Using KSpell)
o Qt/KDE: Show user's pictures as a tooltip or status icon
o Qt/KDE: Optional "Send with Enter"
o Qt/KDE: Improve hyperlink detection
o Qt/KDE: Improve emoticon detection and processing
o Qt/KDE: Add a custom message box handler
o Qt/KDE: New KDE iconset to better integrate with the KDE desktop
Many various minor bugs and crashes fixed... See http://tinyurl.com/ygdrfo for d
etails.

Build and basic startup done on NetBSD 4.0 and Mac OS X 10.5
2007-12-22 22:34:22 +00:00
joerg
b79539c65a Needs OVERRIDE_DEPTH=3. 2007-12-21 23:55:29 +00:00
joerg
533d372ba8 Override configure depth, needs 3 levels. 2007-12-21 23:50:21 +00:00
jdolecek
32016b1d47 update depends/buildlink for qca2 changes
remove extra copy of README and COPYING, only install them to share/doc/psi/

fixup PLIST (missing @dirrm's)

bump PKGREVISION
2007-12-21 00:22:49 +00:00