summaryrefslogtreecommitdiff
path: root/net-im/centericq/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update to 4.21.0Cheng-Lung Sung2005-09-031-0/+18
| | | | | | | | - AIM changed its protocol again - add patch-configure to make subdir configure free from error Notes: svn path=/head/; revision=141833
* - remove files/extra-patch-gcc34, my bad :-(Cheng-Lung Sung2004-12-201-1147/+0
| | | | | | | Noticed by: krion Notes: svn path=/head/; revision=124606
* Update to 4.12.0.Cheng-Lung Sung2004-10-121-9/+0
| | | | | | | | | PR: ports/72166 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> Approved by: mentor (vanilla) Notes: svn path=/head/; revision=118815
* Unbreak with gcc 3.4.Maxim Sobolev2004-08-201-0/+1156
| | | | | | | | Obtained from: Gentoo Based on: http://www.gentoo.org/cgi-bin/viewcvs.cgi/net-im/centericq/files/centericq-4.9.12-gcc3.4.patch Notes: svn path=/head/; revision=116827
* fix msn 100% cpu loading problemYing-Chieh Liao2004-07-291-3/+13
| | | | | | | | Obtained from: centericq mailing list Approved by: maintainer Notes: svn path=/head/; revision=114981
* upgrade to 4.10.0Ying-Chieh Liao2004-07-0214-7110/+22
| | | | | | | | PR: 68578 Submitted by: maintainer Notes: svn path=/head/; revision=112718
* Update to 4.9.12Tilman Keskinoz2004-05-011-10/+0
| | | | | | | | PR: 66137 Submitted by: Cheng-Lung Sung Notes: svn path=/head/; revision=108084
* - Fix MSN nickname display problemPav Lucistnik2004-04-021-0/+16
| | | | | | | | PR: ports/65056 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Notes: svn path=/head/; revision=105929
* - Update to 4.9.11Pav Lucistnik2004-03-283-2/+32
| | | | | | | | PR: ports/64793 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Notes: svn path=/head/; revision=105487
* - Update from 4.9.9 to 4.9.10Clement Laforet2004-01-172-9/+9
| | | | | | | | | | | | | | | - add WITH_MULTIBYTE to support multibyte characters (Chinese...) - remove synclist feature (From Changelog) While I'm here. - Fix plist (removal of *contrib/spanish*) - Use PORTDOCS macro PR: 61478 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98404
* - Update from 4.9.7 to 4.9.8Vanilla I. Shu2003-11-0318-1221/+7079
| | | | | | | | | | - Add unofficial patch for MSN support PR: ports/58869 Submitted by: maintainer Notes: svn path=/head/; revision=92973
* Upgrade to support MSN protocol v9.Vanilla I. Shu2003-10-235-4/+1162
| | | | | | | | PR: ports/58422 Submitted by: maintainer. Notes: svn path=/head/; revision=91956
* - Original program can't send/receive non-ASCII chars correctlyKirill Ponomarev2003-10-084-218/+29
| | | | | | | | | | | | | in MSN/Yahoo. This patch can fix that. Also note that original config file has problem in writing default charset setting to file. - Bump PORTREVISION PR: 57734 Submitted by: maintainer Notes: svn path=/head/; revision=90658
* 1. fix build error with MSNYing-Chieh Liao2003-10-071-6/+14
| | | | | | | | | | 2. pass maintainership to clsung@dragon2.net Reported by: Steven Looman <steve@minerva.krx.nl> Submitted by: clsung@dragon2.net Notes: svn path=/head/; revision=90484
* upgrade to 4.9.7Ying-Chieh Liao2003-10-061-21/+15
| | | | Notes: svn path=/head/; revision=90453
* Work around build failure on -current until maintainer has a chance toSheldon Hearn2003-07-271-0/+11
| | | | | | | take a look. Notes: svn path=/head/; revision=85673
* upgrade to 4.9.3Ying-Chieh Liao2003-05-083-32/+20
| | | | Notes: svn path=/head/; revision=80451
* fix UTF-8 nicknameYing-Chieh Liao2003-01-071-1/+15
| | | | | | | | PR: 46772 Submitted by: Cheng-Lung Sung <AlanSung@alansung.dragon2.net> Notes: svn path=/head/; revision=72685
* upgrade to 4.9.0Ying-Chieh Liao2002-12-203-99/+74
| | | | | | | | | some bug fix, jabber support, msn support enhanced, no libsigc++, segfault fix Approved by: portmgr(steve) Notes: svn path=/head/; revision=71732
* fix core dump when getenv("LANG") return NULLYing-Chieh Liao2002-11-272-14/+20
| | | | | | | | | PR: 45741 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Tested by: asmodai Notes: svn path=/head/; revision=71140
* fix coredump with MSN UTF-8Ying-Chieh Liao2002-11-251-29/+40
| | | | | | | | PR: 45697 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=71075
* When requested to do cp1251<->koi8 conversion convert to/from koi8-u, notMaxim Sobolev2002-11-211-0/+16
| | | | | | | | | | | to koi8-r, so that not only Russian characters are converted proreply, but Ukrainian as well. Poked about by: Alex Belinsky <tormoz@baklan.kiev.ua> Approved by: maintainer Notes: svn path=/head/; revision=70682
* fix previous commitYing-Chieh Liao2002-11-201-1/+5
| | | | | | | Submitted by: Alan Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=70530
* MSN UTF-8 support correctlyYing-Chieh Liao2002-11-193-199/+218
| | | | | | | Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=70465
* support utf-8 encoding with msnYing-Chieh Liao2002-10-301-0/+199
| | | | | | | | | PR: 44740 Submitted by: Cheng-Lung Sung <AlanSung@alansung.dragon2.net> Tested with: yinjieh@csie.nctu.edu.tw Notes: svn path=/head/; revision=69147
* upgrade to 4.8.6Ying-Chieh Liao2002-10-181-6/+6
| | | | Notes: svn path=/head/; revision=68255
* upgrade to 4.8.3Ying-Chieh Liao2002-08-291-11/+0
| | | | Notes: svn path=/head/; revision=65223
* upgrade to 4.8.2Ying-Chieh Liao2002-08-201-14/+5
| | | | Notes: svn path=/head/; revision=64687
* upgrade to 4.7.8Ying-Chieh Liao2002-07-162-12/+12
| | | | | | | | PR: 40647 (partially) Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=63083
* upgrade to 4.7.7Ying-Chieh Liao2002-07-163-0/+38
| | | | Notes: svn path=/head/; revision=63079
* upgrade to 4.6.9Ying-Chieh Liao2002-04-013-1274/+0
| | | | | | | change back to gettext-old Notes: svn path=/head/; revision=57142
* gettext-old -> gettextYing-Chieh Liao2002-03-281-0/+11
| | | | | | | | | | fix build problem PR: 36399 Submitted by: Shaun Branden <shaun@pcuse.com> and many others Notes: svn path=/head/; revision=56775
* upgrade to 4.6.5Ying-Chieh Liao2002-03-081-9/+5
| | | | Notes: svn path=/head/; revision=55716
* upgrade to 4.5.0Ying-Chieh Liao2001-12-162-43/+7
| | | | Notes: svn path=/head/; revision=51629
* upgrade to 4.2.0Ying-Chieh Liao2001-11-301-10/+0
| | | | Notes: svn path=/head/; revision=50751
* upgrade to 4.1.0Ying-Chieh Liao2001-11-241-0/+10
| | | | Notes: svn path=/head/; revision=50474
* upgrade to 4.0.0Ying-Chieh Liao2001-10-072-8/+8
| | | | Notes: svn path=/head/; revision=48536
* upgrade to 3.35.22Ying-Chieh Liao2001-09-072-12/+9
| | | | | | | Submitted by: fenner's report Notes: svn path=/head/; revision=47511
* make configure detects libintlYing-Chieh Liao2001-08-141-0/+14
| | | | | | | | | enable uk po Submitted by: sobomax Notes: svn path=/head/; revision=46254
* upgrade to 3.34.15Ying-Chieh Liao2001-07-021-23/+23
| | | | Notes: svn path=/head/; revision=44621
* upgrade to 3.22.8Ying-Chieh Liao2001-04-183-36/+2
| | | | Notes: svn path=/head/; revision=41636
* Add Ukrainian catalog.Maxim Sobolev2001-04-174-5/+1320
| | | | | | | Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua> Notes: svn path=/head/; revision=41529
* upgrade to 3.20.5Ying-Chieh Liao2001-02-211-1/+1
| | | | Notes: svn path=/head/; revision=38557
* Don't blindly install any .mo files into local base withoutClive Lin2001-01-191-3/+3
| | | | | | | | | creating it first. Submitted by: bento Notes: svn path=/head/; revision=37350
* Update to 3.7.3, and change the maintainer fromJing-Tang Keith Jang2000-11-214-68/+11
| | | | | | | | | ports@FreeBSD.org to ijliao@csie.nctu.edu.tw. Also thanks to Clive Lin <clive@CirX.ORG> for testing. Notes: svn path=/head/; revision=35320
* An ncurses based window- and menu-driven ICQ client. It is fullyChris Piazza1999-12-253-0/+68
featured and includes the ability to associate sounds with certain events. Requested by: Brent Kearneys <brent@kearneys.ca> Notes: svn path=/head/; revision=24090