summaryrefslogtreecommitdiff
path: root/chat/centerim
AgeCommit message (Collapse)AuthorFilesLines
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-15add NetBSD-5 to INCOMPAT_CURSESjnemeth1-3/+3
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-12-15 Update to 4.22.9. Note that 4.22.8 contains a security fix.jnemeth13-210/+35
* 2009-12-14 CenterIM 4.22.9 released This release fixes the issues with connection to the MSN protocol. * 2009-08-09 CenterIM 4.22.8 released This release fixes the issues with connection to the Yahoo messenger protocol as well as a Security bug in the gadugadu library CVE-2008-4776. * 2009-06-24 Yahoo! protocol change CenterIM has updated support for new version and YIM should work again - try latest mobshot * 2009-02-22 Centerim 4.22.7 has been released This release fixes the AIM regression from 4.22.6. Also introduces Atom feed support and much more. See the Changelog for more details. * 2008-10-26 Centerim 4.22.6 has been released
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-08-02Suppress gpgme-config detection when gpgme option is off.obache1-2/+3
Fixes build failure with installed gpgme but disabled gpgme option reported by PR 39267.
2008-05-13Update centerim to 4.22.5.obache14-490/+55
Based on patch provided in PR 38624. 'cicqconv' command is renamed for 'cimconv', conflict with centericq is gone away. 2008-04-08 New version (4.22.5) released. This release fixes various segfaults in the Yahoo protocol. It also introduces a bar which displays all open chats nicely. 2008-03-29 New version (4.22.4) released. This release fixes the possible url exploit described in CVE-2008-1467. It also makes CenterIM ready for the Yahoo protocol change kicking in on 2nd april 2008. 2008-03-11 New version (4.22.3) released. This version fixes the various ICQ contact list issues (e.g adding contacts should now work). 2007-12-08 New version (4.22.2) released. More than 90 fixes/improvements have been added to centerim since our last release in June. The main fixes included are: * Fixed bug in msn login when the server sent a NOT message * Fixed bug in ICQ protocol which prevented others from seeing your presence (partial) * New version tracking/updating (Thanks to David Riebenbauer for this helpful feature) * Added an "Out for Lunch" state
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-22fix visibility of on-line users for AOL - full information at:jdolecek3-3/+17
http://bugzilla.centerim.org/show_bug.cgi?id=39
2007-10-11add DESTDIR supportjnemeth1-2/+4
2007-08-30PLIST: remove share/centericq -> remove share/centerimjnemeth2-3/+4
2007-08-30add NetBSD 4.x to INCOMPAT_CURSESjnemeth1-1/+2
2007-08-30Text mode menu- and window-driven IM interface that supports thejnemeth22-0/+825
ICQ2000, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols. It allows you to send, receive, and forward messages, URLs, SMSes (both through the ICQ server and e-mail gateways supported by Mirabilis), contacts, and email express messages. It also lets you set your own and fetch others' away messages, and define external handlers for incoming events. Apart from IM it supports LiveJournal management and receiving RSS feeds. This is a fork of CenterICQ.