Commit graph

2194 commits

Author SHA1 Message Date
Jeremy Messenger
129752552f Various small fixes, bump the PORTREVISION.
Obtained from:	http://www.xchat.org/files/source/2.8/patches/
2008-08-04 02:46:24 +00:00
Martin Wilke
8d549e8a71 - Update to 20080802 2008-08-03 16:08:53 +00:00
Vanilla I. Shu
6315d0aa9a 1: change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin.
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>
2008-07-29 06:03:46 +00:00
Beech Rintoul
910795efe2 - Mark deprecated 2008-07-29 01:09:26 +00:00
Beech Rintoul
469f80fed3 - Fix plugins option
- Remove aim, cavlink,identd and nap plugins (won't build with gcc-4.2)
- Bump portrevision
2008-07-26 20:43:40 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Martin Wilke
f6d89de092 - Update to 5.86 2008-07-24 15:06:35 +00:00
Beech Rintoul
395bb0a9b8 - Update to 3.0.0.b8
Port changes:
o Example EFnet configuration file updated for ratbox-3 and
  re-included in the port install.
Software changes include:
o Some cleanups in the checksplit code.
o Some cleanups in the /trace code.
o Show reasons for failed outbound SSL handshakes to opers.
o Log SSL errors for servers and handshakes in serverlog.
o Make sqlite3 checking more robust.
o Change the resolver to use the code from charybdis instead of adns.
o Fix identd checking so it is no longer broken as in beta7.
o Fix a bug where the ircd could stop reading from the client on the CAP command.
o Add some functions for random number generation for the nossl case in libratbox.

PR:		ports/125868
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2008-07-24 03:42:40 +00:00
Rong-En Fan
fd47512c4d - Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
2008-07-21 04:49:09 +00:00
Martin Wilke
14c0b2cb8b Conspire is an advanced, lightweight IRC client for UNIX. It includes
a GTK interface, and a "bot" interface which has no UI. Interface
segregation is accomplished through libconspire, which contains the
common code. Conspire started as a fork of XChat 2.9 CVS.

Scripting is not yet officially supported, but is being worked on.

WWW: http://nenolod.net/conspire

PR:		ports/125742
Submitted by:	Jacob Myers (jacob at whotookspaz.org)
2008-07-19 14:03:06 +00:00
Martin Wilke
fad3c98b25 - Fix a other typo
Reported by:	maintainer via irc
2008-07-18 20:19:58 +00:00
Martin Wilke
e0c3a11472 - Fix www
Reported by:	lme
2008-07-18 18:57:16 +00:00
Martin Wilke
9bb8c5eb39 ii is a minimalist FIFO and filesystem-based IRC client. It createsan
irc directory tree with server, channel and nick name directories.
In every directory a FIFO in file and a normal out file is created.
The in file is used to communicate with the servers and the out files
contain the server messages. For every channel and every nick name there
are related in and out files created. This allows IRC communication from
command line and adheres to the Unix philosophy.

WWW: http://www.suckless.org/wiki/tools/irc/irc_it/

PR:		ports/125567
Submitted by:	Julien Laffaye <kimelto at gmail.com>
2008-07-18 15:54:45 +00:00
Beech Rintoul
683ad27218 - Unbreak on >7.x
- Fix build
- Bump portrevision
- Pass maintainership to submitter

PR:		ports/125622
Submitted by:	Ashish Shukla <wahjava@gmail.com>
2008-07-18 00:46:11 +00:00
Beech Rintoul
7b083e9634 - Make fetchable 2008-07-15 07:56:21 +00:00
Beech Rintoul
0774d47596 - Update to 3.4.0
- Unbreak on 7.x

PR:		ports/125110
Suggested by:	Chris Pet <chrispetso@gmail.com>
Approved by:	Maintainer timeout (two weeks)
2008-07-15 03:03:49 +00:00
Martin Wilke
e4b957aa63 - Update to 0.72
- Take maintainership

PR:		125412
Submitted by:	miwi
Approved by:	mich@ (maintainer)
2008-07-08 23:03:28 +00:00
Beech Rintoul
4b24c3fdb5 - Update to 1.2.1
PR:		ports/125035
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2008-07-03 19:32:51 +00:00
Beech Rintoul
13373afdb2 - Update to 0.7.4
PR:		ports/125200
Submitted by:	Chess Griffin <chess@chessgriffin.com> (maintainer)
2008-07-03 02:13:16 +00:00
Beech Rintoul
df382c858c - Update to 0.3.9
PR:		ports/125159
Submitted by:	Josh Paetzel <josh@tcbug.org> (maintainer)
2008-07-03 01:51:35 +00:00
Beech Rintoul
7d7e897ba5 - Add patch to fix core dump issue on amd64
- Bump portrevision

PR:		ports/125108
Submitted by:	Chris Pet <chrispetso@gmail.com>
2008-07-03 00:21:56 +00:00
Beech Rintoul
9706c706c4 - Update to 3.0.0.b7
Changes:
o sqlite3 dependency restored.
o Added support for services' ircd-shortcut commands make options.
o Added dependency on PERL for generation of ircd-shortcut modules.
o The example EFNet configuration file is not helpful because it has not been updated
for ratbox-3. It therefore is not installed as standard by this port version, but should
be back in the next update.

Software changes include:
o Change -lock klines and friends to now use the ADMINKLINE etc commands.
o Change to only support TS6.
o Fix remote kline reasons.
o Have sqlite3 checking use pkg-config when possible.
o Move identd checking back into the ircd, this seems to have been more
problematic than what it was worth.
o Add experimental gnutls support - note that CHALLENGE does not work when using
just gnutls.
o Some helpfile cleanups and additions.
o Fix compile error when zlib is not found.
o Remove some restrictions on k/d/x/resv reasons that are no longer needed.

PR:		ports/125106
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2008-07-02 23:36:37 +00:00
Beech Rintoul
8bf7d6ac01 - Update to 1.2.0
Some port changes include:
o Removed port dependency on patch files.
o Added LIB_DEPENDS for requiring pcre to build services.
o Added CONFIGURE_ENV options to help configure detect sqlite and pcre libs and header files.
o Added PERL dependency for database schema generation scripts on port installation.
o Added new Memoserv configure options.
o Restored MySQL database backend support.
o Fixed build error caused when building with 'NOPORTDOCS=yes'.

Brief list of some package changes:
o Multi-language support - Support for different language translations of services help files and
responses (currently not recommended in this release).
o Memoserv - A new service allowing usernames to send memos to each other.
o Service merging - Ability to merge services like banserv, jupeserv and watchserv into operserv.
o Regexp - Ability to add regular expression ban matches.
o Suspend - Ability to suspend users and channels.

PR:		ports/125035
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2008-07-02 22:28:13 +00:00
Martin Wilke
6c64e25b88 - Update to 5.84 2008-06-28 22:33:23 +00:00
Martin Wilke
0c9398e3c3 - Update to 20080619 2008-06-28 22:33:03 +00:00
Henrik Brix Andersen
0c92b616ea Update to version 1.2.1.
Approved by:	erwin (mentor, implicit)
2008-06-28 21:32:48 +00:00
Beech Rintoul
5e345cf2ad - Update to 5.0.0
PR:		ports/124968
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
2008-06-28 17:20:45 +00:00
Johan van Selst
4a427cfc1f Update to 2.11.2p1 (bugfix release) 2008-06-26 11:59:40 +00:00
Beech Rintoul
f6938ade48 - Update ircd-ratbox-devel port to latest beta testing release of ircd-ratbox-3.0.0
- sqlite3 dependancy temporarily removed due to sqlite3 detection problem.
- Add USE_LDCONFIG to register shared libs.

Changes include:
- Add admin only -lock klines, doing KLINE -lock will allow admins to add klines
  that normal opers cannot remove.
- Modify bantool to have a -u option that updates the database schema if upgrading
  from previous betas, this needs to be run to support the -lock kline changes.
- Fix cidr klines so they work again.
- Update included sqlite3 to the latest revision.
- Allow kline/unkline of a bare host or address, this gets treated as *@host.
- Report when an invalid kline is passed, instead of silently ignoring.

PR:		ports/124799
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2008-06-25 06:18:52 +00:00
Dirk Meyer
4cd9218473 For those of us that prefer the Ruby programming language above all others,
the XChat-Ruby Plugin now allows X-Chat plugins to written in Ruby,
in addition to the other supported scripting interfaces. This means that,
for the first time, you can use a purely object-oriented language
in which to write X-Chat plugins.

WWW: http://xchat-ruby.sourceforge.net/
2008-06-21 22:11:50 +00:00
Johan van Selst
71c13ef116 - Update to 2.11.2
- Simplify Makefile
- Claim maintainership
2008-06-21 08:13:25 +00:00
Martin Wilke
6ee10a6302 POE::Component::IRC::Plugin::QueryDNS is a POE::Component::IRC plugin
that provides DNS query facilities to the channels it occupies and via
private messaging.

It uses POE::Component::Client::DNS to do non-blocking DNS queries. By
default the plugin attempts to use POE::Component::IRC's internal
PoCo-Client-DNS resolver object, but will spawn its own copy. You can
supply your own resolver object via the constructor.

WWW:	http://search.cpan.org/dist/POE-Component-IRC-Plugin-QueryDNS/
2008-06-20 22:15:45 +00:00
Martin Wilke
6788b20c4d POE::Component::IRC::Plugin::POE::Knee, is a POE::Component::IRC plugin
that runs Acme::POE::Knee style horse races on IRC channels using the
channel member list to generate the POE::Knees.

WWW:	http://search.cpan.org/dist/POE-Component-IRC-Plugin-POE-Knee/
2008-06-20 22:13:05 +00:00
Martin Wilke
df1cac7845 POE::Component::IRC::Plugin::QueryDNS is a POE::Component::IRC plugin
that provides DNSBL query facilities to the channels it occupies and via
private messaging.

It uses POE::Component::Client::DNSBL to do non-blocking DNSBL queries.
By default the plugin attempts to use POE::Component::IRC's internal
PoCo-Client-DNS resolver object, but will spawn its own copy. You can
supply your own resolver object via the constructor

WWW:	http://search.cpan.org/dist/POE-Component-IRC-Plugin-QueryDNSBL/
2008-06-20 22:12:18 +00:00
Martin Wilke
e07de2c262 Parse::IRC provides a convenient way of parsing lines of text conforming
to the IRC protocol ( see RFC1459 or RFC2812 ).

WWW: http://search.cpan.org/dist/Net-Parse-IRC/
2008-06-20 22:11:38 +00:00
Martin Wilke
4eefc181d5 POE::Component::IRC::Plugin::RSS::Headlines, is a POE::Component::IRC
plugin that provides a mechanism for retrieving RSS headlines from given
URLs.

WWW:	http://search.cpan.org/dist/POE-Component-IRC-Plugin-RSS-Headlines/
2008-06-20 22:11:16 +00:00
Martin Wilke
825258dfd8 - Update to 1.32
PR:		124529
Submitted by:	Masahiro Teramoto <markun@onohara.to> (maintainer)
2008-06-20 22:06:34 +00:00
Martin Wilke
3b836caac7 - Update to 20080618 2008-06-20 22:06:24 +00:00
Martin Wilke
6b72e93a45 - Take maintainership 2008-06-20 20:12:46 +00:00
Martin Wilke
ca3b8159bf - Update to 0.056
PR:		124190
Submitted by:	"Matthew Donovan" <kitche@kitchetech.com>
Approved by:	maintainer timeout
2008-06-20 18:04:23 +00:00
Pav Lucistnik
6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00
Li-Wen Hsu
f3a85ef9d4 - Update to to 0.8.1.1
PR:		ports/124689
Submitted by:	Sten Spans <sten AT blinkenlights.nl> (maintainer)
2008-06-19 02:16:46 +00:00
Martin Wilke
bc887a60e2 - Update to 20080611 2008-06-18 23:13:14 +00:00
Martin Wilke
be5e3f3c83 - Update to 5.82 2008-06-18 23:13:05 +00:00
Pav Lucistnik
1ca3a92b3d Reset maintainership (the domain has expired):
<joe@joeholden.co.uk>
    (reason: 553 5.3.5 system config error)

----- Transcript of session follows -----
553 5.3.5 127.0.0.1. config error: mail loops back to me (MX problem?)
554 5.3.5 Local configuration error
2008-06-17 19:29:50 +00:00
David E. O'Brien
3946e8da87 Update idle timeout statment with reality. 2008-06-16 17:31:34 +00:00
Jeremy Messenger
4339d2d670 Update to 2.8.6. 2008-06-14 16:25:41 +00:00
Chin-San Huang
a643038b42 - Update to 3.0.6
- Add distfile mirror.
- Also includes a bugfix for ctrlproxy failing to recognize
  'learn-nickserv' option.  The bug has been submitted to upstream and
  it'll be included in next release.

Submitted by:		Ashish Shukla <wahjava at gmail.com> via mail
Approved by:		maintainer
2008-06-13 03:09:21 +00:00
Makoto Matsushita
208f073ef6 Unbreak: Fix line concatination.
Notified by:	itetcu
2008-06-11 16:15:18 +00:00
Makoto Matsushita
b5c4c85588 Fix RUN_DEPENDS after POE upgrade: Add devel/p5-POE-Component-Pluggable.
Bump PORTREVISION for users to install.
2008-06-10 16:45:50 +00:00