/editors/koffice-kde4-l10n-nl/

ogo' rowspan='2'>cgit logo index : freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20081205miwi2008-12-072-4/+4
|
* - Update to 20081203miwi2008-12-053-4/+6
|
* - Update to 20081128miwi2008-11-302-4/+4
|
* libircclient is a small but powerful library, which implements client-servermiwi2008-11-305-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | IRC protocol. It is designed to be small, fast, portable and compatible to RFC standards, and most IRC clients. libircclient features include: * Full multi-threading support. * Single threads handles all the IRC processing. * Support for single-threaded applications, and socket-based applications, which use select() * Synchronous and asynchronous interfaces. * CTCP support with optional build-in reply code. * Flexible DCC support, including both DCC chat, and DCC file transfer. * Can both initiate and react to initiated DCC. * Can accept or decline DCC sessions asynchronously. * Plain C interface and implementation (possible to use from C++ code, obviously) * Compatible with RFC 1459 and most IRC clients. * Free, licensed under LGPL license. * Good documentation and examples available. WWW: http://libircclient.sourceforge.net/ PR: ports/129278 Submitted by: Julien Laffaye <kimelto at gmail.com>
* - Update to 20081125miwi2008-11-273-4/+5
|
* - Update to 0.7.5miwi2008-11-232-4/+4
| | | | | PR: 128417 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer)
* - Update to 0.9.14miwi2008-11-232-5/+4
| | | | | | PR: 128475 Submitted by: jadawin@ Approved by: maintainer
* - Update to ratbox-3.0.0 releasemiwi2008-11-239-27/+48
| | | | | | | | | | | | | | | | | | Port changes: o Adjusted WITHOUT_IPV6 port option to compensate for ratbox enabling IPv6 by default. o Updated patches for diff index changes and added new patch on 'rsdb_sqlite3.c' to fix ban.db path code. Software changes included in this release: o Fix a crash with the the global CIDR code. o Fix a core dump in bantool if bantool cannot open the database. o Report failure to open logfiles in a more useful way. o Check to see if we have both read and write access to the ban database. o Fix a build error on OS X Leopard. PR: 128890 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
* - Record conflict with bitlbee-otrbrix2008-11-161-1/+3
| | | | - Bump PORTREVISION
* - Remove unneeded patchmiwi2008-11-161-8/+0
|
* - add really the patch :Pmiwi2008-11-161-0/+13
|
* - Add patch from upstream to fix segfault in modperl on x86miwi2008-11-161-0/+1
| | | | | | | | | | | | | | | | | | | Note: Fix a crash bug when modperl was loaded on some arches PERL_SYS_INIT3 was added to modperl in r1155-1158 to fix modperl on arches like hppa. This added an invalid cast which caused a segfault. If you have: const char *pArgv[]; Then pArgv will point to the same memory location as &pArgv. This pointer was then casted to (char ***) which is one level of pointers too much for this pointer. Thanks to an anonymous reporter who pointed out the crash. Thanks to pippijin for helping me understand the C++ magic. Reported by: Elvis Stansvik <elvstone@gmail.com>
* - Update to 20081114miwi2008-11-163-5/+5
|
* - Add bitlbee-otrmiwi2008-11-166-56/+59
| | | | | | | An IRC to other chat networks gateway with support for OTR PR: 126208 Submitted by: Ashish Shukla <wahjava@gmail.com>
* - Update to 20081112miwi2008-11-144-6/+5
|
* - Update to 1.7.21pav2008-11-136-509/+212
| | | | | | | | | PR: ports/123290 Submitted by: Boris Kovalenko <boris@tagnet.ru> - Drop maintainership Submitted by: mat (maintainer)
* - Update to 20081110miwi2008-11-123-5/+5
|
* - Update to 20081109miwi2008-11-093-5/+5
|
* Mark BROKEN: does not build with newer sterwin2008-11-071-0/+2
|
* - Update to 3.0.0rc3 to fix a memory leak.wxs2008-11-072-4/+4
| | | | | PR: ports/128270 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
* Update to 0.3.0.3makc2008-11-032-4/+4
| | | | Approved by: miwi (mentor)
* - Update to 20081031miwi2008-11-023-5/+5
|
* Update to 0.4.8perky2008-10-313-13/+14
| | | | | PR: 128451 Submitted by: lwhsu
* - Update to 20081021miwi2008-10-243-5/+5
|
* - Update to 1.34beech2008-10-202-4/+4
| | | | | PR: ports/128209 Submitted by: Masahiro Teramoto <markun@onohara.to> (maintainer)
* - Update ircd-ratbox-devel port to release candidate 2 of ircd-ratbox-3.0.0.beech2008-10-183-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | - Software changes include: ircd-ratbox-3.0.0rc2 o Log ERROR commands to file regardless of hide_error_messages setting. o Restrict JOIN 0 to only allow 0 by itself, no multiple zeros or zeros before or after commas. o Honor -logfile command line option. o Fix timerfd_create check. - Updates in: ircd-ratbox-3.0.0rc1 o Fix a bug in comment parsing in the config file. o Have bandb honor -basedir option. o Fix ssld to work on win32 should you ever desire such a thing and a few other minor win32 fixes. o Fix up a few things so that the source code builds with gcc -pedantic. o Do not abort configure if the AC_CHECK_SQLITE3 check fails. o Drop configure option for ssl only channels, this is now controlled by a channel {} use_sslonly option. o Attempt to override FD_SETSIZE when using select, and if this cannot be overriden, lower maxconnections. o Fix signalfd code on 32bit platforms. o Add support for timerfd_create event handling on linux systems with new enough kernels and glibc. o Fix our fake rb_sockaddr_storage so that it actually compiles. o Add some work arounds to avoid OPENSSL_applink on some platforms. PR: ports/127925 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
* - Update to 20081009miwi2008-10-123-5/+5
|
* update to 0.3.0.2makc2008-10-022-4/+4
| | | | approved by: miwi (mentor)
* Update to v1.2.3 (security update)brix2008-09-274-8/+8
| | | | Security: http://www.vuxml.org/freebsd/24ec781b-8c11-11dd-9923-0016d325a0ed.html
* - Update to 0.060miwi2008-09-243-4/+6
|
* Add optins to allow build client and server separately.makc2008-09-232-10/+48
| | | | Approved by: miwi (mentor)
* Fix build on 6.3makc2008-09-161-0/+1
| | | | Approved by: portmgr (pav)
* - Fix CFLAGS settingsgahr2008-09-161-4/+6
| | | | | | - Fix build on sparc64 Approved by: portmgr (pav)
* - Update to 2.38miwi2008-09-082-5/+5
| | | | | | - Take maintainership Approved by: lippe (old maintainer)
* add patch to disable l10n supportmakc2008-09-071-0/+13
| | | | Approved by: miwi (mentor)
* - Depend on devel/ruby-gettext which is reqired by default translation functionitetcu2008-09-071-1/+3
| | | | | | | - Bump PORTREVISION PR: ports/127090 Submitted by: Yi-Jheng Lin (maintainer)
* - Take maintainership.lippe2008-09-071-1/+1
|
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
| | | | Hat: portmgr
* Add entry for irc/quassel.makc2008-09-071-0/+1
| | | | Approved by: miwi (mentor)
* Quassel IRC is a modern, cross-platform, distributed IRC clientmakc2008-09-074-0/+45
| | | | | | | | | | | | | | based on the Qt4 framework. Distributed means that one (or multiple) client(s) can attach to and detach from a central core that stays permanently online. Re-attaching your client will show your IRC session in the same state as you left it in (plus whatever happened while you were gone), and this even when you re-attach from a different location. An optional Beginner's Mode completely hides this feature, so Quassel IRC can be used like a traditional client. WWW: http://www.quassel-irc.org/ Approved by: miwi (mentor)
* Change MAINTAINER to my @FreeBSD.org address.jpaetzel2008-09-072-2/+2
| | | | Approved by: ade (mentor)
* Update to 3.0.0beta12wxs2008-09-064-26/+12
| | | | Submitted by: Lewis <moggie@elasticmind.net> (maintainer) via private mail
* - Update to 20080831miwi2008-09-053-7/+6
|
* - Wrap portdocs install in NOPORTDOCS variablebeech2008-09-051-2/+6
| | | | Reported By: QA Tindy
* - Update to 0.9.13beech2008-09-043-11/+7
| | | | | PR: ports/127072 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
* Update to version 1.1markus2008-09-028-84/+50
| | | | Submitted by: makc
* - Fix segfaulting if unable to resolve hostnamechinsan2008-09-022-0/+16
| | | | | | | | - Bump PORTREVISION PR: ports/126846 Submitted by: Ashish Shukla <wahjava at gmail.com> Approved by: maintainer
* This app is too important to be without a maintainer.adamw2008-09-011-1/+1
| | | | If alfred isn't the maintainer, I'll take it.
* Reset alfred, who has not been active in ports for a while.linimon2008-09-011-1/+1
| | | | Hat: portmgr
* - Update to 5.88miwi2008-08-313-6/+6
|
* - Update to 20080825miwi2008-08-314-7/+7
|
* - Deprecated, deorbitbeech2008-08-2910-132/+0
|
* - Update to version 1.2.2brix2008-08-286-36/+88
| | | | - Add options for enabling/disabling support for individual protocols
* Fix build on amd64arved2008-08-282-4/+10
|
* - Fix build with NOPORTDATAbeech2008-08-272-113/+114
| | | | | | | - Bump portrevision PR: ports/126847 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
* - Update to 0.058miwi2008-08-263-77/+37
| | | | | | | | - Take maintainership PR: 126717 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer
* - Update to 0.9.12beech2008-08-256-94/+161
| | | | | | | | - Many minor tweaks - Pass maintainership to submitter PR: ports/126768 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* - I will maintain this portclsung2008-08-251-1/+1
|
* - Deorbit, long dead and deprecatedbeech2008-08-257-173/+0
| | | | Reported by: QAT
* - Update to beta11 testing release of ircd-ratbox-3.0.0.beech2008-08-245-38/+37
| | | | | | | | | | | | | | | - Software changes include: o Remove the remains of servlink_path from the config file parser. o Userlog now logs the users IP address as well as their hostname. o Whowas now supports showing the users IP address as well as hostname. The same rules apply to showing the whowas IP as apply to showing whois_actually and uses the same numeric. o Double the size of the whowas array for large networks. This comes at a hit of about 2MB or so of memory. o Fix the block heap garbage collection code. PR: ports/126719 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-2113-16/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-202-2/+8
| | | | Tested by: exp build run (erwin)
* Return laszlof's ports to the pool due to lack of time.linimon2008-08-194-4/+4
| | | | Hat: portmgr
* Fix pkg-plistedwin2008-08-182-7/+5
| | | | Noticed by: pavbot
* New Port: irc/irssi-otr : A plugin for irssi for Off-the-Record (OTR) messagingedwin2008-08-176-0/+54
| | | | | | | | | | irssi-otr provides Off-the-Record Messaging (OTR) support for the irssi Internet Relay Chat (IRC) client. WWW: http://irssi-otr.tuxfamily.org/ PR: ports/126574 Submitted by: Ashish Shukla <wahjava@gmail.com>
* - Update to 1.4beech2008-08-172-4/+4
| | | | | PR: ports/126567 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
* - Software changes include:beech2008-08-172-4/+4
| | | | | | | | | | | | | | | | | | | o Fix a case a passing a NULL to match(). o Properly fix a crash in the block heap garbage collection code. o Fix a hang with the resolver using epoll. o Add dns source port randomization. o Add a vhost_dns/vhost6_dns option to control which IP addresses the resolver binds to. o Make /stats A work again. o Cleanup some remains of the old ident helper. o Work around a core dump in libratbox with accepting sockets that appear to be open in the fd hash and log this condition. o Fix a buffer overrun in the arc4random code when there is no SSL library. o Fix a memory alignment issue on sparc where the ircd would crash with a SIGBUS accessing long long variables that were allocated via the block allocator PR: ports/126539 Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
* - Update to 3.0.7chinsan2008-08-084-32/+4
| | | | Submitted by: John Marshall <john.marshall _at_ riverwillow.com.au>
* - Update to 20080806miwi2008-08-073-5/+5
|
* Various small fixes, bump the PORTREVISION.mezz2008-08-042-0/+69
| | | | Obtained from: http://www.xchat.org/files/source/2.8/patches/
* - Update to 20080802miwi2008-08-043-5/+5
|
* 1: change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin.vanilla2008-07-291-4/+5
| | | | | | | | 2: fix proxy binding problem. PR: ports/125854 [2], ports/126057 [1] Submitted by: Dheeraj Reddy <dheeraj at ece.gatech.edu> [1] Matthias Grimm <eisofen at eisofen.de>
* - Mark deprecatedbeech2008-07-291-0/+3
|
* - Fix plugins optionbeech2008-07-272-9/+6
| | | | | - Remove aim, cavlink,identd and nap plugins (won't build with gcc-4.2) - Bump portrevision
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-252-2/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Update to 5.86miwi2008-07-24