aboutsummaryrefslogtreecommitdiff
path: root/irc/weechat
Commit message (Collapse)AuthorAgeFilesLines
* * Add TCL plugin option.Martin Wilke2009-11-214-33/+284
| | | | | | | | | | | | | | | | * Add build documentation option. * Fix incorrect logic for charset option. * Remove broken tag from Ruby option. * Update option conditionals to be more readable * Remove mandatory dependancies on Ruby, Perl and gettext, add them to corresponding options as optional dependancies instead. * Add missing .pl NLS message catalog to plist. PR: 140603 Submitted by: Jase Thew <freebsd@beardz.net> Notes: svn path=/head/; revision=244592
* - Update to 0.3.0Martin Wilke2009-09-094-42/+47
| | | | | | | | Changelog: http://weechat.org/files/doc/ChangeLog-devel.html Notes: svn path=/head/; revision=241119
* - Fix fetchMartin Wilke2009-08-281-2/+1
| | | | Notes: svn path=/head/; revision=240468
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-1/+2
| | | | Notes: svn path=/head/; revision=239670
* - Update to 0.2.6.3Martin Wilke2009-06-152-4/+4
| | | | Notes: svn path=/head/; revision=235959
* - Fix PLIST_SUB valuePav Lucistnik2009-05-191-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=234208
* - Fix typo: PLIST_SUBS -> PLIST_SUBPav Lucistnik2009-05-191-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=234198
* - Convert to OPTIONSMartin Wilke2009-05-171-13/+24
| | | | | | | | PR: 134104 Submitted by: Daniel Bretoi <daniel@netwalk.org> Notes: svn path=/head/; revision=234094
* Pass maintainership to miwi@.Andrej Zverev2009-05-051-1/+1
| | | | Notes: svn path=/head/; revision=233260
* - Update to version 0.2.6.2Andrej Zverev2009-04-232-4/+4
| | | | | | | This release fixes a charset decoding problem of version 0.2.6.1 Notes: svn path=/head/; revision=232532
* update to 0.2.6.1Andrej Zverev2009-03-232-5/+4
| | | | | | | | Note this is only bug fix release which fix only: - fix crash with some special chars in IRC messages. Notes: svn path=/head/; revision=230726
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+4
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-1/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* - Update to version 0.2.6Andrej Zverev2007-09-073-6/+6
| | | | | | | | Changelog: http://cvs.savannah.gnu.org/viewvc/*checkout*/weechat/weechat/ChangeLog?revision=1.482 Notes: svn path=/head/; revision=199040
* - Use USE_PERL5 correctlyGabor Kovesdan2007-07-251-12/+2
| | | | | | | | | | | | - Remove 4.X leftovers - Remove old Perl support PR: ports/114849 Submitted by: gabor Approved by: maintainer (az, via irc) Notes: svn path=/head/; revision=196253
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-1/+2
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* - Update to 0.2.5 releaseAndrej Zverev2007-06-152-4/+4
| | | | | | | Changelog: http://cvs.savannah.gnu.org/viewcvs/weechat/weechat/ChangeLog?rev=1.442 Notes: svn path=/head/; revision=193610
* - Update to 0.2.4 (many bugfixes)Andrej Zverev2007-03-293-5/+5
| | | | Notes: svn path=/head/; revision=188777
* - Add aspell support [1]Andrej Zverev2007-01-282-1/+15
| | | | | | | | | - bump portrevision [1] Requested by: Romain Tartiere <romain-tartiere (at) astase.com> Notes: svn path=/head/; revision=183530
* - Update to version 0.2.3Andrej Zverev2007-01-113-6/+16
| | | | | | | | This update introduce bugfixes from for version 0.2.2 and new charset plugin. Please look into ports/UPDATING for more information Notes: svn path=/head/; revision=182122
* - Chase security/gnutls updateRoman Bogorodskiy2007-01-021-1/+2
| | | | | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here Notes: svn path=/head/; revision=181262
* -Update to version 0.2.1Andrej Zverev2006-10-012-4/+4
| | | | | | | | | | Changelog: http://cvs.savannah.gnu.org/viewcvs/weechat/weechat/ChangeLog?rev=1.349 Noticed by: wom@RusNet [irc] Notes: svn path=/head/; revision=174228
* Add missing USE_LDCONFIGMartin Wilke2006-08-281-0/+1
| | | | | | | Approved by: az@ (maintainer) Notes: svn path=/head/; revision=171526
* - Update to version 0.2.0Andrej Zverev2006-08-194-64/+22
| | | | | | | - Changelog: http://cvs.savannah.gnu.org/viewcvs/weechat/weechat/ChangeLog?rev=1.328 Notes: svn path=/head/; revision=170988
* Mark as BROKEN on 4.xAndrej Zverev2006-08-101-1/+5
| | | | Notes: svn path=/head/; revision=170278
* Chase gnutls shlib version change.Roman Bogorodskiy2006-07-061-2/+3
| | | | Notes: svn path=/head/; revision=167068
* - Update to version 0.1.9Andrej Zverev2006-07-034-37/+127
| | | | | | | | | | | - Fix bug with NLS (thanks to kolter@freenode[weechat]) - Add new plugin language (ruby) - Add support of doing secure connection to irc server (gnutls) - Switch from PLIST to pkg-plist for better Makefile reading - Disabled plugin language LUA (if someone want it, just ask me) Notes: svn path=/head/; revision=166826
* - Update to version 0.1.7Andrej Zverev2006-01-302-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 0.1.7 (2006-01-14): * fixed msg command (now allowed in private buffer with "*" as target) * removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away command wihtout argument only removes away status), new values for "irc_display_away" (off, local, channel) * fixed refresh bug with Solaris when term size is changed * replaced Texinfo doc by XML Docbook * added color for window separators (when splited) * added completion system for plugins/scripts commands * fixed plugins autoload * added charset by server and channel, new command: /charset * added Ruby script plugin * added /upgrade command * added ETA (Estimated Time of Arrival) for DCC files * /nick command is now allowed when not connected to server * added server/channel arg to /buffer command for jumping to buffer * fixed display bug in chat window when a message length equals to window width * added new keys for switching to other windows: alt-w followed by alt-{arrow} * added new keys for scrolling to previous/next highlight: alt-P / alt-N * added "read marker": an indicator for first unread line in a server or channel buffer (new key alt-U to scroll to marker) * new window maganement: custom size for windows, auto resize when terminal is resized * fixed infinite loop when resizing term to small size * added /history command Notes: svn path=/head/; revision=154829
* BROKEN with WITHOUT_NLS: Does not compile without gettextKris Kennaway2006-01-231-0/+1
| | | | Notes: svn path=/head/; revision=154208
* - Add WITH_PERL optionAndrej Zverev2005-11-161-8/+14
| | | | | | | - Bump portrevision Notes: svn path=/head/; revision=148489
* - Update to version 0.1.6Andrej Zverev2005-11-152-5/+22
| | | | | | | | | - Implement WITH_PYTHON knob Submitted by: Rudolf Polzer <freebsd-dr@durchnull.de> (via email) Notes: svn path=/head/; revision=148377
* - Change my e-mailAndrej Zverev2005-10-031-1/+1
| | | | | | | Approved by: sem (mentor) Notes: svn path=/head/; revision=144051
* Update to 0.1.5.Roman Bogorodskiy2005-09-262-4/+4
| | | | | | | | PR: 86578 Submitted by: Andrej Zverev (maintainer) Notes: svn path=/head/; revision=143570
* - Update to 0.1.4Clement Laforet2005-08-012-4/+5
| | | | | | | | | | | - Fix maintainer email address [*] PR: ports/84426 Submitted by: Andrej Zverev <az@inec.ru> (maintainer) Pointy hat to: clement [*] Notes: svn path=/head/; revision=140646
* - Update tp 0.1.13Clement Laforet2005-07-312-4/+5
| | | | | | | | | | - pass maintainership to submitter PR: ports/84058 Submitted by: Andrej Zverev <az@inec.ru> Notes: svn path=/head/; revision=140552
* - Update to 0.1.2Clement Laforet2005-05-222-3/+3
| | | | Notes: svn path=/head/; revision=135844
* - Update to version 0.1.1Clement Laforet2005-05-072-5/+16
| | | | | | | | | | - Add NLS switch PR: ports/80237 Submitted by: Andrej Zverev <az@inec.ru> Notes: svn path=/head/; revision=134755
* - Update to 0.0.9Clement Laforet2005-01-153-14/+4
| | | | Notes: svn path=/head/; revision=126505
* - Update to 0.0.6Clement Laforet2004-06-052-3/+3
| | | | Notes: svn path=/head/; revision=110889
* - move config.rpath copy from post-patch to pre-configure since gettextClement Laforet2004-04-061-1/+1
| | | | | | | | | dependency is processed after (*-)patch. Noticed by: kris (dosirak) Notes: svn path=/head/; revision=106301
* Add WeeChat 0.0.5.Clement Laforet2004-02-094-0/+49
WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client. Everything can be done with a keyboard, and it is customizable and extensible with scripts. For the moment, only ncurse GUI issupported by this port. WWW: http://weechat.flashtux.org Notes: svn path=/head/; revision=100489