Commit Graph

2369 Commits

Author SHA1 Message Date
Martin Wilke
87aed22ac8 - Update to 20081213 2008-12-14 11:30:10 +00:00
Martin Wilke
752424526f - Update to 20081210 2008-12-11 19:25:45 +00:00
Martin Wilke
da3e62a922 - Update to 0.062 2008-12-11 19:24:27 +00:00
Beech Rintoul
195a6e40c8 - Update to 1.7.24
- Pass maintainership to submitter

PR:		ports/129509
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2008-12-10 09:32:31 +00:00
Beech Rintoul
0047d4694c - Update to 1.7.22 2008-12-10 09:00:39 +00:00
Josh Paetzel
d3a9c4fc7e Update irc/epic5 to latest release version 0.9.0
Approved by:	linimon (portmgr)
2008-12-09 20:59:04 +00:00
Martin Wilke
e1c0eef70d - Update to 20081205 2008-12-06 21:15:19 +00:00
Martin Wilke
4732cd66d1 - Update to 20081203 2008-12-04 21:11:40 +00:00
Martin Wilke
2f727d0614 - Update to 20081128 2008-11-29 20:58:41 +00:00
Martin Wilke
a48842ce13 libircclient is a small but powerful library, which implements client-server
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>
2008-11-29 20:11:47 +00:00
Martin Wilke
aaaaffd158 - Update to 20081125 2008-11-26 21:47:24 +00:00
Martin Wilke
b7f7b23e62 - Update to 0.7.5
PR:		128417
Submitted by:	Chess Griffin <chess@chessgriffin.com> (maintainer)
2008-11-23 13:40:27 +00:00
Martin Wilke
b4c75aca70 - Update to 0.9.14
PR:		128475
Submitted by:	jadawin@
Approved by:	maintainer
2008-11-23 13:39:30 +00:00
Martin Wilke
16f8160c5f - Update to ratbox-3.0.0 release
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)
2008-11-23 13:38:25 +00:00
Henrik Brix Andersen
8059cba5b6 - Record conflict with bitlbee-otr
- Bump PORTREVISION
2008-11-16 15:22:49 +00:00
Martin Wilke
4232ab7bc8 - Remove unneeded patch 2008-11-15 23:06:35 +00:00
Martin Wilke
21ab9ff3f0 - add really the patch :P 2008-11-15 22:57:32 +00:00
Martin Wilke
dcf0d02873 - Add patch from upstream to fix segfault in modperl on x86
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>
2008-11-15 22:56:40 +00:00
Martin Wilke
e7369064df - Update to 20081114 2008-11-15 22:33:34 +00:00
Martin Wilke
e30c863994 - Add bitlbee-otr
An IRC to other chat networks gateway with support for OTR

PR:		126208
Submitted by:	Ashish Shukla <wahjava@gmail.com>
2008-11-15 22:13:14 +00:00
Martin Wilke
36c2372eaa - Update to 20081112 2008-11-13 22:19:12 +00:00
Pav Lucistnik
c10bd97f45 - Update to 1.7.21
PR:		ports/123290
Submitted by:	Boris Kovalenko <boris@tagnet.ru>

- Drop maintainership

Submitted by:	mat (maintainer)
2008-11-12 16:49:09 +00:00
Martin Wilke
7da2f10ed0 - Update to 20081110 2008-11-11 22:24:57 +00:00
Martin Wilke
46783045ee - Update to 20081109 2008-11-09 15:55:41 +00:00
Erwin Lansing
0b06fd1767 Mark BROKEN: does not build with newer st 2008-11-07 14:02:03 +00:00
Wesley Shields
8fdd744480 - Update to 3.0.0rc3 to fix a memory leak.
PR:		ports/128270
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2008-11-07 01:36:19 +00:00
Max Brazhnikov
22da1b2fd3 Update to 0.3.0.3
Approved by:	miwi (mentor)
2008-11-03 08:56:15 +00:00
Martin Wilke
c10c6e3869 - Update to 20081031 2008-11-01 23:11:16 +00:00
Hye-Shik Chang
1af40dcb00 Update to 0.4.8
PR:		128451
Submitted by:	lwhsu
2008-10-31 03:25:33 +00:00
Martin Wilke
272d1a0b76 - Update to 20081021 2008-10-24 12:24:31 +00:00
Beech Rintoul
1837b52e57 - Update to 1.34
PR:		ports/128209
Submitted by:	Masahiro Teramoto <markun@onohara.to> (maintainer)
2008-10-20 05:29:04 +00:00
Beech Rintoul
07f2333feb - Update ircd-ratbox-devel port to release candidate 2 of ircd-ratbox-3.0.0.
- 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)
2008-10-18 04:51:08 +00:00
Martin Wilke
c73d85c463 - Update to 20081009 2008-10-12 10:55:16 +00:00
Max Brazhnikov
a8fea4e093 update to 0.3.0.2
approved by:    miwi (mentor)
2008-10-01 20:47:10 +00:00
Henrik Brix Andersen
6c7a957ded Update to v1.2.3 (security update)
Security:	http://www.vuxml.org/freebsd/24ec781b-8c11-11dd-9923-0016d325a0ed.html
2008-09-26 21:45:42 +00:00
Martin Wilke
28163402a1 - Update to 0.060 2008-09-24 14:34:17 +00:00
Max Brazhnikov
06f1fe1146 Add optins to allow build client and server separately.
Approved by:	miwi (mentor)
2008-09-23 15:05:20 +00:00
Max Brazhnikov
79314268b3 Fix build on 6.3
Approved by:	portmgr (pav)
2008-09-16 13:05:08 +00:00
Pietro Cerutti
be3defbebc - Fix CFLAGS settings
- Fix build on sparc64

Approved by:	portmgr (pav)
2008-09-15 20:03:40 +00:00
Martin Wilke
4f1dc8cebe - Update to 2.38
- Take maintainership

Approved by:	lippe (old maintainer)
2008-09-07 16:20:21 +00:00
Max Brazhnikov
864628b3dd add patch to disable l10n support
Approved by:	miwi (mentor)
2008-09-07 12:43:27 +00:00
Ion-Mihai Tetcu
df21de0d18 - Depend on devel/ruby-gettext which is reqired by default translation function
- Bump PORTREVISION

PR:		ports/127090
Submitted by:	Yi-Jheng Lin (maintainer)
2008-09-07 07:47:03 +00:00
Felippe de Meirelles Motta
6d974c4a04 - Take maintainership. 2008-09-07 05:17:53 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
Max Brazhnikov
d57c50c64a Add entry for irc/quassel.
Approved by:	miwi (mentor)
2008-09-06 22:34:47 +00:00
Max Brazhnikov
3450d3733c Quassel IRC is a modern, cross-platform, distributed IRC client
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)
2008-09-06 22:34:03 +00:00
Josh Paetzel
a31f8f0d82 Change MAINTAINER to my @FreeBSD.org address.
Approved by:	ade (mentor)
2008-09-06 20:16:45 +00:00
Wesley Shields
616ebd6c3c Update to 3.0.0beta12
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer) via private mail
2008-09-06 15:10:25 +00:00
Martin Wilke
8e30c77a22 - Update to 20080831 2008-09-05 14:02:17 +00:00
Beech Rintoul
90f52b3e1d - Wrap portdocs install in NOPORTDOCS variable
Reported By:	QA Tindy
2008-09-04 17:26:52 +00:00
Beech Rintoul
92fbaacb46 - Update to 0.9.13
PR:		ports/127072
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
2008-09-04 03:20:31 +00:00
Markus Brueffer
ff9a3917dc Update to version 1.1
Submitted by:	makc
2008-09-02 15:02:53 +00:00
Chin-San Huang
3564c26212 - Fix segfaulting if unable to resolve hostname
- Bump PORTREVISION

PR:		ports/126846
Submitted by:	Ashish Shukla <wahjava at gmail.com>
Approved by:	maintainer
2008-09-02 00:08:45 +00:00
Adam Weinberger
4df68ded3a This app is too important to be without a maintainer.
If alfred isn't the maintainer, I'll take it.
2008-09-01 04:34:57 +00:00
Mark Linimon
8571cf6885 Reset alfred, who has not been active in ports for a while.
Hat:		portmgr
2008-09-01 01:41:16 +00:00
Martin Wilke
9bc85d8a31 - Update to 5.88 2008-08-30 20:17:43 +00:00
Martin Wilke
4d8eeb6fad - Update to 20080825 2008-08-30 20:17:06 +00:00
Beech Rintoul
1adff77524 - Deprecated, deorbit 2008-08-29 04:48:19 +00:00
Henrik Brix Andersen
a84f5c7741 - Update to version 1.2.2
- Add options for enabling/disabling support for individual protocols
2008-08-27 20:16:32 +00:00
Tilman Keskinoz
f8e02b0ad6 Fix build on amd64 2008-08-27 16:13:00 +00:00
Beech Rintoul
43fb4e70c3 - Fix build with NOPORTDATA
- Bump portrevision

PR:		ports/126847
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
2008-08-26 18:49:56 +00:00
Martin Wilke
93f7074deb - Update to 0.058
- Take maintainership

PR:		126717
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer
2008-08-25 16:42:58 +00:00
Beech Rintoul
92e1b950d9 - Update to 0.9.12
- Many minor tweaks
- Pass maintainership to submitter

PR:		ports/126768
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
2008-08-25 02:46:55 +00:00
Cheng-Lung Sung
46746675ec - I will maintain this port 2008-08-25 02:07:27 +00:00
Beech Rintoul
7f55a3d731 - Deorbit, long dead and deprecated
Reported by:	QAT
2008-08-24 21:09:07 +00:00
Beech Rintoul
2b5f0add8f - Update to beta11 testing release of ircd-ratbox-3.0.0.
- 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)
2008-08-23 19:45:03 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Edwin Groothuis
9fca08052d Fix pkg-plist
Noticed by: pavbot
2008-08-18 00:12:51 +00:00
Edwin Groothuis
0a55b76530 New Port: irc/irssi-otr : A plugin for irssi for Off-the-Record (OTR) messaging
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>
2008-08-17 06:41:55 +00:00
Beech Rintoul
d9036c6df2 - Update to 1.4
PR:		ports/126567
Submitted by:	Julien Laffaye <kimelto@gmail.com> (maintainer)
2008-08-17 01:12:46 +00:00
Beech Rintoul
2f18f9d284 - Software changes include:
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)
2008-08-16 22:34:40 +00:00
Chin-San Huang
6e61f7898f - Update to 3.0.7
Submitted by:	John Marshall <john.marshall _at_ riverwillow.com.au>
2008-08-08 13:59:54 +00:00
Martin Wilke
82d4a3fb5c - Update to 20080806 2008-08-07 12:56:13 +00:00
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
Felippe de Meirelles Motta
61ffc9721b - Respect NOPORTDOCS.
Discussed with:	tabthorpe, linimon
Reported by:	linimon
Approved by:	Douglas Menezes <douglas@t2web.com.br> (maintainer), gabor (mentor, implicit)
2008-06-07 15:32:56 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Martin Wilke
42df5aefce - Update to 1.4.1
PR:		124314
Submitted by:	Ports Fury
2008-06-05 23:40:15 +00:00
Mark Linimon
942f583aff Reset maintainer at his request. 2008-06-05 17:34:56 +00:00
Martin Wilke
cd6d511e94 POE::Component::IRC::Plugin::CoreList is a frontend to the
excellent Module::CoreList module which will let you know
what modules shipped with which versions of perl, over IRC.

WWW:	http://search.cpan.org/dist/POE-Component-IRC-Plugin-CoreList/
2008-05-31 18:08:04 +00:00
Martin Wilke
946b4e58b5 POE::Component::IRC::Plugin::Bollocks is a POE::Component::IRC plugin
generates management bullshit whenever you need it.

WWW:	http://search.cpan.org/dist/POE-Component-IRC-Plugin-Bollocks/

PR:		ports/-u
Submitted by:	Martin Wilke <miwi at FreeBSD.org
2008-05-31 16:59:59 +00:00
Martin Wilke
a7ac3782c9 - Update to 5.78 2008-05-31 16:06:39 +00:00
Dirk Meyer
79efb30db9 - use PORTEXAMPLES 2008-05-30 17:09:01 +00:00
Mark Linimon
da1527656c Maintainer wishes to relinquish maintainership: apparently the port
does build, but fails to package.
2008-05-27 01:53:11 +00:00
Henrik Brix Andersen
c2e4cfd348 Run the bitlbee daemon as user 'bitlbee' instead of 'nobody' by
default to honor the fact that 'nobody' is not intended to own any
files.

Requested by:	simon
Approved by:	erwin (mentor)
2008-05-19 16:10:14 +00:00
Beech Rintoul
aa86169786 - Update to version 1.1.19
- Add OPTIONS dialogue to enable extra modules
- Add rc.subr start-up script
- Add the usual boilerplate so that inspircd will run as user ircd
  from /usr/ports/UIDs
- Fix compilation so it works with the base system version of the
  openssl libs as well as openssl installed from ports.

PR:		ports/123076
Submitted by:	Matthew Seaman <matthew.seaman@thebunker.net>
Approved by:	Craig Edwards (Brain) <brain@inspircd.org> (maintainer)
2008-05-19 07:01:38 +00:00
Martin Wilke
5ecc93acc4 - Update to 0.65
- Take maintainership
2008-05-17 21:12:24 +00:00
Martin Wilke
06eb32ef38 - Fix plist
PR:		based on 123448
2008-05-17 12:26:13 +00:00
Martin Wilke
ffea95038e - Update to 20080429 2008-05-13 14:34:06 +00:00
Beech Rintoul
248399d815 - Update to 0.054
PR:		ports/123448
Submitted by:	Matthew Donovan <kitche@kitchetech.com>
Approved by:	Aron Stansvik <elvstone@gmail.com> (maintainer)
2008-05-08 23:13:22 +00:00
Martin Wilke
8e28b360e4 - Update to 5.76 2008-05-08 11:27:54 +00:00
Beech Rintoul
5acf03a1b3 - Fix PLIST_FILES
- Fix CONFLICTS

Reported by: pointyhat via pav
2008-05-02 00:14:48 +00:00
Beech Rintoul
e9bd50a844 - Update to 2.10.12.12
PR:		ports/123183
Submitted by:	Walter Venable <weaseal@users.sourceforge.net> (maintainer)
2008-05-01 00:31:56 +00:00
Edwin Groothuis
fd305830b2 Second attempt at the upgrade to 7.2.2 2008-04-30 07:07:54 +00:00
Edwin Groothuis
9b0c2e5ab9 Update to 7.2.2 2008-04-30 00:52:25 +00:00
Dirk Meyer
ae3caf617f 3 2008-04-29 18:00:11 +00:00
Mark Linimon
e3e5d56ef1 Reset aaron's port maintainerships due to many maintainer-timeouts. 2008-04-29 05:27:09 +00:00
Martin Wilke
bce539eac5 - Fix build with new irc/eggdrop version
- Bump PORTREVISION

PR:		123136
Submitted by:	Gerrit Beine (maintainer)
2008-04-27 08:13:52 +00:00
Martin Wilke
fbae377ae8 - Update to 20080421 2008-04-25 17:20:23 +00:00
Beech Rintoul
882e980867 - Update ircd-ratbox-devel port to latest beta testing release of ircd-ratbox-3.0.0, added sqlite3 as
dependancy, updated rc.d script to add 'conftest' option.

Changes include:
o Optional SSL support to enable encrypted connections between clients
and servers, as well as server to server links.
o Add support for SSL only channels, channel mode +S.
o Bundled sqlite3 for handling and storing k/x/d lines.
o Support for global CIDR limits.
o Added adminwall allowing admins to broadcast messages to each other.
o Creation of new library archive 'libratbox'.
o Support for force nick changes.
o New ssld and bandb processes for SSL connections and ban checking.

PR:		ports/122994
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2008-04-23 04:07:11 +00:00