aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* Fix PKGNAME conflictMark Felder2013-11-011-1/+4
| | | | | | | | | | | Deprecate, set expiration date Hand port over to ports@FreeBSD.org PR: ports/183445 Approved by: maintainer, swills (mentor, implicit) Notes: svn path=/head/; revision=332363
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332045
* STAGE supportMark Felder2013-10-293-9/+8
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=331948
* - revert r331810Dirk Meyer2013-10-282-4/+5
| | | | Notes: svn path=/head/; revision=331895
* - use STAGEDIRDirk Meyer2013-10-273-41/+42
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* Update WWW; the old domain is now controlled by squatters.Shaun Amott2013-10-272-2/+2
| | | | | | | | Submitted by: Michael Clay Approved by: moggie <moggie@elasticmind.net> (maintainer) Notes: svn path=/head/; revision=331770
* Support staging.Emanuel Haupt2013-10-262-8/+5
| | | | Notes: svn path=/head/; revision=331656
* - Return ports to the poolAlex Kozlov2013-10-232-2/+2
| | | | | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) Notes: svn path=/head/; revision=331423
* - Support stagingMax Brazhnikov2013-10-235-16/+15
| | | | | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes Notes: svn path=/head/; revision=331383
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-227-7/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* - Add STAGE supportJase Thew2013-10-213-6/+6
| | | | | | | - pkg-descr: Fix WWW whitespace nit and update URL Notes: svn path=/head/; revision=331186
* Fix building with ports ncurses.Vanilla I. Shu2013-10-212-0/+20
| | | | Notes: svn path=/head/; revision=331144
* - Update to 20131015 (0.4.3-dev)Jase Thew2013-10-196-300/+55
| | | | | | | | | | | | - Convert to latest LIB_DEPENDS format - Add STAGE support - Fix whitespace nits - Revise pkg-descr to reflect reality - WeeChat client is ncurses only and other front-ends will connect to the ncurses client - Add MANPAGES option along with pre-built manpages for all supported languages Notes: svn path=/head/; revision=330833
* - Update to 0.4.2Jase Thew2013-10-184-21/+61
| | | | | | | | | | | | | | - Convert to latest LIB_DEPENDS format - Add STAGE support - Fix whitespace nits - Revise pkg-descr to reflect reality - WeeChat client is ncurses only and other front-ends will connect to the ncurses client - Add MANPAGES option along with pre-built manpages for all supported languages Changes: http://www.weechat.org/files/changelog/ChangeLog-0.4.2.html Notes: svn path=/head/; revision=330776
* Change maintainerBaptiste Daroussin2013-10-182-2/+2
| | | | | | | | Submitted by: "Ilya A. Arkhipov" <rum1cro@yandex.ru> Approved by: "Andrey V. Elsukov" <bu7cher@yandex.ru> (former maintainer) Notes: svn path=/head/; revision=330758
* - Convert to stagingEitan Adler2013-10-161-6/+6
| | | | Notes: svn path=/head/; revision=330475
* - Convert to staging.Eitan Adler2013-10-161-4/+3
| | | | Notes: svn path=/head/; revision=330474
* Fix pkg-plist and make poudriere think that its correct.Eitan Adler2013-10-161-20/+12
| | | | | | | | | Also, convert to staging This port still needs massive cleanup Notes: svn path=/head/; revision=330473
* Clean up some COMMENTsEitan Adler2013-10-151-1/+1
| | | | Notes: svn path=/head/; revision=330460
* Fix 'build package' with better solution.Vanilla I. Shu2013-10-092-6/+2
| | | | | | | Obtained from: danfe@ Notes: svn path=/head/; revision=329884
* - Bump PORTREVISION on ports dependent on FOX. This is needed because wePietro Cerutti2013-10-071-1/+1
| | | | | | | now use ltverhack on FOX. This should be the last time. Notes: svn path=/head/; revision=329703
* - Remove LATEST_LINK from my Qt4/KDE4 portsMax Brazhnikov2013-10-071-4/+2
| | | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers Notes: svn path=/head/; revision=329697
* Fix build pageage.Vanilla I. Shu2013-10-061-0/+4
| | | | | | | | PR: ports/182720 Submitted by: Kevin Zheng <kevinz5000 at gmail.com> Notes: svn path=/head/; revision=329525
* - Bump PORTREVISION for dependency changeRusmir Dusko2013-10-042-35/+31
| | | | | | | | | | | | | - Remove audio/libcanberra from default install - Reordering Options - Add CANBERRA Option - Add CANBERRA and PYTHON to default Options - Support STAGEDIR Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=329395
* FiSH/Mircryption clone for XChat and clones in 100% Python.Rusmir Dusko2013-10-045-0/+82
| | | | | | | | | WWW: https://github.com/kwaaak/py-fishcrypt Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=329393
* Drop condititional dependency on py-imporlib, since it was removed.Ruslan Makhmatkhanov2013-10-031-1/+0
| | | | | | | With hat: python Notes: svn path=/head/; revision=329163
* irc/ezbounce: Fix c++ error caught by gcc 4.7John Marino2013-10-021-0/+13
| | | | | | | | | | | The same variable "e" was defined as a loop argument and then again inside the loop as a diferrent type. This renames the loop argument to avoid the redeclaration errors. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=329127
* Remove old version of irc/keitairc, consider using the newer version, this ↵Baptiste Daroussin2013-10-024-56/+0
| | | | | | | also fix a conflict in pkgname Notes: svn path=/head/; revision=329110
* - patch-makenet wasn't deleted last commitMark Felder2013-10-022-19/+2
| | | | | | | | | - update LIB_DEPENDS syntax Approved by: crees (mentor) Notes: svn path=/head/; revision=329044
* Staging support.Adam Weinberger2013-09-301-9/+8
| | | | Notes: svn path=/head/; revision=328792
* - Update to 3.2.10.1Mark Felder2013-09-275-135/+105
| | | | | | | | | | | - rc script cleanup PR: ports/177506 Submitted by: JR Aquino <tanawts@gmail.com> Approved by: crees (mentor) Notes: svn path=/head/; revision=328510
* irc/riece: allow stagingWilliam Grzybowski2013-09-261-10/+4
| | | | | | | | | | | - Allow staging - USES gmake PR: ports/182375 Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer) Notes: svn path=/head/; revision=328360
* Support stage, add DOCS as options.Vanilla I. Shu2013-09-252-27/+24
| | | | Notes: svn path=/head/; revision=328227
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* - Bump portrevisionRusmir Dusko2013-09-242-4/+14
| | | | | | | | | | - Add pkg-message file to display usage for spelling - Remove dependency for textproc/en-aspell Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=328196
* irc/py-irc: update to 8.5.3William Grzybowski2013-09-232-3/+4
| | | | | | | - Update to 8.5.3 Notes: svn path=/head/; revision=328019
* - Update to 20130921 (0.4.2-rc2)Jase Thew2013-09-222-4/+4
| | | | Notes: svn path=/head/; revision=327870
* - Convert to USES=tclBryan Drewery2013-09-211-1/+1
| | | | Notes: svn path=/head/; revision=327805
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-216-8/+14
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20135-185/+172
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* - Add NO_STAGE until validated to be safe for upcoming staging supportBryan Drewery2013-09-202-0/+2
| | | | Notes: svn path=/head/; revision=327710
* - Convert USE_TCL to USES=tclPietro Cerutti2013-09-191-1/+1
| | | | Notes: svn path=/head/; revision=327625
* - convert to USESFlorian Smeets2013-09-181-8/+4
| | | | | | | | - convert to OPTIONSNG - use USE_GCC for now, weird template errors I cannot figure out currently. Notes: svn path=/head/; revision=327588
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-181-1/+1
| | | | Notes: svn path=/head/; revision=327535
* Convert to new perl frameworkBaptiste Daroussin2013-09-172-8/+8
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=327450
* Mirror distfile. The site is sending a different sized file now withBryan Drewery2013-09-161-2/+3
| | | | | | | no differences. Notes: svn path=/head/; revision=327447
* - Update to 20130915 snapshot which is 0.8.16-rc1Bryan Drewery2013-09-162-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 0.8.15: + Add -noautosendcmd to /SERVER and /CONNECT. Passing this option will force Irssi to not execute the content of the autosendcmd chatnet-setting upon connect. + Accept names replies with nick!user@host instead of just nick, if they are enabled (see bug #805). + Set window binds for channel items as sticky when re-creating window binds as part of /layout save. This fixes the bug where previously saved channel windows forgets their window number upon reconnect. + Add experimental support for DNSSEC DANE validation of certificates. + Strip the argument for boolean options (see bug #769). + Freenode have been readded to the list of networks in the default configuration file. + Disabled support for the insecure SSLv2 protocol. + Various documentation enhancements. - Fix crashing bug that can happen if the terminal height decreases before the first window is created. - Fixed minor compiler warnings. - Fixed possible crashing bug when processing an octal escape sequence. - Fixed the /ignore -network option (see bug #748). - Fixed signal handling for /exec'd commands. Irssi now sends the signal to the process group id instead of the process id. - Fixed segfault generated by SSL disconnections (see bug #752). Approved by: miwi (implicit) Notes: svn path=/head/; revision=327444
* - Update to 20130916 (0.4.2-rc1)Jase Thew2013-09-162-6/+5
| | | | Notes: svn path=/head/; revision=327442
* - Update to 2.9.6.1Rusmir Dusko2013-09-169-211/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change maintainer email gmx.ch --> FreeBSD.org - USES gmake desktop-file-utils pkgconfig - Use the new format for LIB_DEPENDS - Change CONFIGURE_ARGS - Add DOCS and FISHLIM Options - Remove OPENSSL Option, use --enable-openssl - Remove OPENSSL from default Options - Reword Options description - Add dependencies for audio/libcanberra and textproc/en-aspell - Simplify Option handling - Change REINPLACE_CMD that not install for Gnome3 hexchat.appdata.xml - Mute dir install - Remove unneeded patches Removed file(s): - files/patch-configure.ac - files/patch-src-fe-gtk-Makefile.am - files/patch-src-fe-gtk-banlist.c - files/patch-src-fe-gtk-custom-list.h - files/patch-src-fe-gtk-fe-gtk.c - files/patch-src__common__dbus__dbus-client.c Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=327440
* - convert to the new perl5 frameworkAndrej Zverev2013-09-1613-24/+22
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327418