summaryrefslogtreecommitdiff
path: root/chat/licq-core
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for chat categoryagc1-1/+2
Problems found with existing distfiles: distfiles/icb-5.0.9.tar.gz distfiles/icb.2.1.4.tar.Z distfiles/zenicb-19981202.tar.gz No changes made to these /distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-07Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manualjperkin1-8/+1
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-01Revert the patch that added locale support by buildlinking againsthans2-8/+8
converters/libiconv, which did break on NetBSD. Instead, disable nls explicitly and set CFLAGS.SunOS when using gcc>=4.6.
2012-02-16Build locales, buildlink against libiconv.hans4-4/+25
2011-11-22Fix build with GCC 4.5joerg2-1/+14
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-05-11Fix multiple connection handling Denial of Service vulnerability in licqtonnerre6-5/+126
(CVE-2008-1996). Before this, the application would crash if too many TCP connections are opened.
2008-01-05ERROR: patches/patch-qa:29: This code must not be included in patches.rillig2-12/+3
2007-12-22add patch for licq-gui-console to fix include path for pkgsrc devel/cdkjdolecek2-1/+15
2007-12-22Update licq-{core,gui-console,gui-qt} to 1.3.5.jdolecek8-80/+47
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-10-10Since all the licq packages use the same distfile and need the samerillig4-1/+70
patches, it is better to provide them once for all packages. Fixed building the gui plugins.
2007-09-29Fixed build errors on NetBSD 4.99.rillig5-6/+49
2006-11-02fix couple missing initializations of pthread_mutex_t/pthread_cond_tjdolecek4-2/+33
now the package is actually usable on NetBSD
2006-10-11Fixed "test ==".rillig2-5/+14
2006-03-11Make this build on Darwin.yyamano2-5/+5
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-19Avoid lvalue cast for GCC 3.4. Add DragonFly support.joerg4-1/+59
2005-10-31Include <sys/time.h> to get fd_set per POSIX. (SourceForge bug #1344209)tv2-1/+14
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-04-30- Use C++ compiler.minskim1-1/+3
- Override libtool.
2004-04-17Convert to buildlink3.snj1-3/+3
2004-01-31s/seperate/separate/snj1-1/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-03This package wants threads, so include pthread.buildlink2.mk.wiz1-1/+2
2003-04-24Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6hubertf4-0/+140
Licq-core is a multi-threaded ICQ clone written mostly in C++. It uses an extensive plugin system to manage many different functions. The main gui is written using the Qt widget set. Licq is distributed under GPL with some special QPL exceptions for Qt. Several GUI plugins for console, Qt etc. are available as seperate packages, licq-gui-console and licq-gui-qt.