1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

2412 Commits

Author SHA1 Message Date
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
Beech Rintoul
217959ddce - Update to 1.6.19 2008-04-22 01:43:30 +00:00
Henrik Brix Andersen
5f5dfa8670 Fix sed(1) statement for cases where $LDFLAGS contains one or more
colons.

PR:		ports/122921
Approved by:	pav (co-mentor)
2008-04-20 22:01:56 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
97e7a74a00 - Update to 20080416 2008-04-17 15:11:45 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Cheng-Lung Sung
8b3bcde726 - remove *~ 2008-04-16 22:50:07 +00:00
Cheng-Lung Sung
5fff79abb1 A POE component that implements an IRC server ( ircd ).
It's based on hybrid-7.2.2 and has been tested against
hybrid-7.2.2 and hybrid-7.0. It supports the TS5 server-to-server
protocol so should support networks based on this protocol.

Author:	Chris Williams <chris@bingosnet.co.uk>
WWW:	http://search.cpan.org/dist/POE-Component-Server-IRC/

PR:		ports/122793
Submitted by:	Masahiro Teramoto <markun at onohara.to>
2008-04-16 14:52:36 +00:00
Beech Rintoul
7fde5f11d3 - Update to 0.7.2
PR:		ports/122731
Submitted by:	Chess Griffin <chess@chessgriffin.com> (maintainer)
2008-04-15 03:38:48 +00:00
Beech Rintoul
56d835d7e8 - Update to 0.3.8
- Add optional ruby support
- Add optional libiconv support
- Use bzip2 distfiles
- Remove hard wired versioning in pkg-plist

PR:		ports/122641
Submitted by:	Josh Paetzel <josh@tcbug.org> (maintainer)
2008-04-15 01:08:23 +00:00
Andrew Pantyukhin
ff076cee11 - Update to 2.36 2008-04-14 10:45:41 +00:00
Diane Bruce
4c56261c42 - Xchat morse code plugin, chat with other hams on IRC using cw 2008-04-11 21:47:53 +00:00
Emanuel Haupt
deb298071b Change maintainers e-mail address.
Requested over:		IRC
2008-04-10 16:11:24 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +00:00
Pav Lucistnik
fa6cb56dc6 - Mark BROKEN on amd64/7+
- Drop maintainership
2008-04-08 21:45:33 +00:00
Marcus Alves Grando
8f9ba792f9 - Use pkg-config to determinate if sqlite3 are compiled with threads
- Add USE_GNOME=pkgconfig

Reported by:	pav
2008-04-07 02:40:05 +00:00
Beech Rintoul
9753fad737 - Fix issue, breaks with system default CFLAGS
- Bump portrevision

PR:		ports/122449
Submitted by:	Josh Paetzel <josh@tcbug.org> (maintainer)
2008-04-04 21:31:00 +00:00
Martin Wilke
fc69eef1eb - Update to 5.74 2008-04-03 11:57:35 +00:00
Beech Rintoul
7e0cd75c07 -Bump epic4 to 2.10
-Change default OPTIONS to match wishes of upstream maintainers
-Change Makefile to actually disable features turned off in OPTIONS instead of lazily using them
-use available bz2 distfiles

PR:		ports/122356
Submitted by:	Josh Paetzel <josh@tcbug.org> (maintainer)
2008-04-02 06:00:30 +00:00
Beech Rintoul
83da2f58d1 - Fix compile with Tcl versions other than 8.4
- Bump portrevision

PR:		ports/122354
Submitted by:	Frank Fenor <frank@fenor.de>
2008-04-02 01:55:36 +00:00
Pav Lucistnik
ed7ab31d9d - Enable build on amd64
PR:		ports/122275
Submitted by:	Frank Fenor <frank@fenor.de>
2008-03-31 12:47:58 +00:00
Dirk Meyer
757a28ef9b - update to 0.98
- take maintainership
2008-03-29 16:47:39 +00:00
Emanuel Haupt
666ea03b52 Use MASTER_SITE_CRITICAL 2008-03-27 19:27:34 +00:00
Martin Wilke
8127adad3a - Update to 5.72 2008-03-25 23:19:58 +00:00
Dirk Meyer
9d7ff5e9dd - update to 0.3.3
- bump PORTEPOCH
- take maintainership for a while
2008-03-25 11:46:19 +00:00
Martin Wilke
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Beech Rintoul
8d6c8c964e - Use official MASTER_SITE (SF macro)
- Fix .placeholder

PR:             ports/121925
Submitted by:   Tilman Linneweh <arved@FreeBSD.org>
2008-03-24 22:48:24 +00:00
Martin Wilke
52c5d58921 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 17:02:27 +00:00
Jeremy Messenger
6261706d40 The buffers need to be larger for some translations to fix the crash. Bump the
PORTREVISION.

PR:		ports/118659
Reported by:	Kyryll A Mirnenko <mirya@zoc.com.ua>
Obtained from:	Its CVS.
2008-03-24 04:52:31 +00:00
Juergen Lock
0760fd1bce - Get rid of USE_X_PREFIX
- Bump PORTREVISION
2008-03-21 20:07:14 +00:00
Martin Wilke
d7260a9bd8 - Update to 5.70
- Take maintainership
2008-03-21 11:23:38 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Henrik Brix Andersen
82d81e1f2f Update to version 1.2.
- Remove LDAP support (broken in this release)
- Remove old, unmaintained oscar protocol recode patch

Approved by:	erwin (mentor)
Tested by:	Christian Laursen <xi at borderworlds.dk>
2008-03-18 20:37:15 +00:00
Li-Wen Hsu
edf035f296 - Update to 0.8.0.4
PR:		ports/121679
Submitted by:	Sten Spans <sten AT blinkenlights.nl> (maintainer)
2008-03-17 10:46:31 +00:00
Martin Wilke
8ea524b7b7 - Update to 20080314 2008-03-15 08:54:13 +00:00
Philippe Audeoud
f856a9ae6e - Update maintainer address
Approved by:	thierry (mentor)
2008-03-12 13:27:28 +00:00
Martin Wilke
28ee9327da - Update to 20080310 2008-03-11 16:10:10 +00:00
Martin Wilke
886f013621 ZNC is an advanced IRC bouncer with features that include support for
multiple users, playback buffers, DCC bouncing, SASL authentication
and SSL encryption. It can be extended with dynamically loaded modules
written in C++ or Perl.

WWW: http://znc.in/

    PR:		ports/121412
Submitted by:	elvstone at gmail.com
2008-03-07 15:51:44 +00:00
Edwin Groothuis
1e1dff6290 Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:		ports/121435 (related)
2008-03-06 22:19:52 +00:00
Vanilla I. Shu
da99f51dcc Make PORTREVISION can overwrite by slave ports. 2008-03-03 14:26:23 +00:00
Roman Bogorodskiy
c9536f39b3 - Chase security/gnutls shlib version bump
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Joe Marcus Clarke
6bd3359e19 Fix build with guile 1.8.
Reported by:	pointyhat via erwin
2008-03-01 23:35:46 +00:00
Erwin Lansing
1a69edd54d Mark BROKEN: size mismatch 2008-03-01 14:36:33 +00:00
Joe Marcus Clarke
1861d9f9e8 Chase libguile shared lib version. 2008-03-01 06:22:42 +00:00
Beech Rintoul
a56de83a65 - Fix with amd64
- Bump portrevision

PR:		ports/121097
Submitted by:	Alexander Chernikov <melifaro@bol.megaon.ru>
2008-02-27 20:21:21 +00:00
Andrew Pantyukhin
8302b2a8ab - Update to 2.35 (noop)
PR:		ports/120927
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Reported by:	pointyhat via erwin, pav
2008-02-27 15:44:08 +00:00
Martin Wilke
bc4bf4d5fb - Update to 20080220 2008-02-25 09:33:42 +00:00
Pietro Cerutti
be0ecc7e91 My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by:	miwi (mentor)
2008-02-21 21:20:01 +00:00
Beech Rintoul
30d5c2f0ac - Fix build with amd64/7.x
PR:		ports/120340
Submitted by:	Stefan `Sec` Zehl <sec@42.org>
Approved by:	maintainer timeout (two weeks)
2008-02-21 09:16:10 +00:00
Beech Rintoul
793438fc1b - Update to 5.68
- Reset maintainership

PR:		ports/120922
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
2008-02-21 07:16:25 +00:00
Martin Wilke
da0c755c80 - Update to 20080217 2008-02-20 10:20:22 +00:00
Beech Rintoul
39d3701a85 - Update to 0.7.0
PR:		ports/120770
Submitted by:	Chess Griffin <chess@chessgriffin.com> (maintainer)
2008-02-18 03:30:08 +00:00
Martin Wilke
f3feea5c2b - Update to 20080214 2008-02-16 11:59:38 +00:00
Martin Wilke
19b39e1777 - Update to 20080205 2008-02-07 13:40:58 +00:00
Martin Wilke
1b81c2e51f - Update to 20080204 2008-02-05 13:10:41 +00:00
Beech Rintoul
b8e10f92ec - Update to 3.1.3
- Fixes gcc-4.2 build errors

PR:		ports/120145
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
2008-01-30 20:45:43 +00:00
Erwin Lansing
33e655e680 Revert part of the previous commit that accidentily
prevented CATEGORIES from being additive for slave ports.
2008-01-30 07:53:29 +00:00
Beech Rintoul
20f531a072 - Update to 1.1-final.
- Fix master_sites.
- Fix gcc-4.2 related errors.
- Makefile and pkg build cleanup.

PR:		ports/120074
Submitted by:	Brett Johnson <brett@define.net.au>
Approved by:	linimon (mentor)
2008-01-28 22:55:50 +00:00
Martin Wilke
533a9c25fa - Update to 20080121 2008-01-26 01:18:34 +00:00
Mark Linimon
bd66bab195 Reset maintainer: aquatique-ports@rambler.ru bounces. 2008-01-24 08:29:49 +00:00
Makoto Matsushita
36a8c76ffe Fix broken MASTER_SITES. No bumps since no content changes.
Noticed by: pav
2008-01-22 18:11:47 +00:00
Martin Wilke
b2c621adfe - Update to 20080121 2008-01-22 01:23:49 +00:00
Martin Wilke
5d002ad528 - Update MASTER_SITES
- Respect NOPORTDOCS
- Pass maintainership to submitter

PR:		119117
Submitted by:	Douglas Menezes <douglas@t2web.com.br>
2008-01-21 20:39:52 +00:00
Beech Rintoul
67e16fa0d6 - Security update to 5.0.63
PR:		ports/119769
Submitted by:	Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)
Approved by:	linimon (mentor)
Security:	http://www.vuxml.org/freebsd/e5a9de5f-c6bc-11dc-b9f1-00a0cce0781e.html
2008-01-20 01:33:47 +00:00
Beech Rintoul
7ebe0c75fb - Add missing file
PR:		ports/119784
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	linimon (mentor)
2008-01-19 07:04:09 +00:00
Beech Rintoul
480a524421 - Update of irc/ircd-ratbox port from ircd-ratbox-2.2.6 to ircd-ratbox-2.2.8 to fix a few very minor bugs.
- Included ircd-shortcut.pl in ircd-ratbox tarball.
- Added port support for configuring services names and parameters within the ircd-shortcut.pl build script
  (requested by ratbox users and makes things a bit nicer).
- Fixed a pkg-plist inconsistency when compiling old port and building with support for services.
- Added perl5 build requirement for ircd-shortcut.pl.

PR:		ports/119784
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
Approved by:	linimon (mentor)
2008-01-19 07:00:27 +00:00
Henrik Brix Andersen
0dca25e68e Take over maintaining this port.
Approved by:	Lars Sommer <lasg@lasg.dk> (previous maintainer), erwin (mentor)
2008-01-09 20:21:59 +00:00
Henrik Brix Andersen
43ba2e0478 Various improvements:
- Add rc script for running bitlbee in experimental daemon mode
- Add instructions for launching bitlbee from inetd(8)
- Install bitlbee to be run as nobody, not root
- Store saved user settings in /var/db/bitlbee, not $PREFIX/etc/bitlbee
- Do not rely on autodetection for SSL library
- Use $EXTRA_PATCHES instead of custom post-patch target
- Install port documentation files
- Install example configuration files as port examples
- Reflect custom FreeBSD paths in installed man pages and example files
- Bump PORTREVISION

Please read UPDATING for important migration information.

Approved by:	Lars Sommer <lasg@lasg.dk> (maintainer), erwin (mentor)
2008-01-08 20:51:45 +00:00
Beech Rintoul
4c9e4e2e32 - Update to 5.46
Changes:
- irc_public' events should now be generated according to ISupport
 information

PR:		ports/119408
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
Approved by:	linimon (mentor)
2008-01-08 17:29:24 +00:00
Makoto Matsushita
2c22e859e2 Upgrade to 1.33. It should work with latest POE.
Please be sure to remove ${DISTDIR}/keitairc before upgrading.

Requested by: sarumaru at ReichaNet
2008-01-04 17:41:01 +00:00
Beech Rintoul
0f595a2990 - Update to 1.3.3c
- Use datadir macro

PR:		ports/119174
Submitted by:	Jonas Kvinge <jonas@night-light.net>
Approved by:	linimon (mentor)
2008-01-02 22:04:48 +00:00
Martin Wilke
1726b14fd4 - Update to 20071223 2007-12-31 00:21:22 +00:00
Martin Wilke
991c774d94 - Fix a comment (s/snaposhot/snapshot)
Submitted by:	Ulrich Spoerlein via freenode
Approved by:	maintainer via irc
2007-12-28 16:09:49 +00:00
Erwin Lansing
8422e5eb54 Mark BROKEN with gcc 4.2 on all archs. 2007-12-28 12:06:13 +00:00
Martin Wilke
36fe4d4e33 - Add irc/irssi-xmpp-devel - cvs snapshot from irc/irssi-xmpp after repocopy.
- Update to 20071214

PR:		118687
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
2007-12-27 21:38:07 +00:00
Andrew Pantyukhin
de9897e781 - Update to 2.34 2007-12-27 19:41:55 +00:00
Chin-San Huang
a84f9f8fb0 - Update to 3.0.5.
Submitted by:		Ashish Shukla <wahjava at gmail dot com> via mail
2007-12-24 05:31:20 +00:00
Beech Rintoul
9cb0e27d53 - Add mirrors (distfiles unavailable).
Reported by:	pointyhat via erwin
Approved by:	Chess Griffin <chess@chessgriffin.com> (maintainer),
		linimon (mentor)
2007-12-23 02:56:51 +00:00
Martin Wilke
cef1712ca8 - Update to 0.6.5
- Take over maintainership
2007-12-20 11:17:04 +00:00
Beech Rintoul
cd8375131c - Update to 1.3.1b
Submitted by:	Jonas Kvinge <jonas@emptyglass.night-light.net>	(maintainer)
Approved by:	linimon (mentor)
2007-12-18 08:22:10 +00:00
Beech Rintoul
f57cd0a5f0 - New port bip-0.6.1
- Simple icr proxy server with ssl support.

PR:		ports/118733
Submitted by:	Chess Griffin <chess@chessgriffin.com> (maintainer)
Approved by:	linimon (mentor)
2007-12-17 03:48:51 +00:00
Martin Wilke
81aaf9e941 - Update to the last snapshot (20071212) 2007-12-16 23:41:03 +00:00
Andrew Pantyukhin
039628751c - Update to 2.32 2007-12-15 09:22:21 +00:00
Martin Wilke
b4d9c33ddf - Add missing gpg dependency
PR:		118463
Submitted by:	Sten Spans <sten@blinkenlights.nl> (maintainer)
2007-12-14 23:15:16 +00:00
Martin Wilke
92d5ba518f - Unbreak (distfile is back)
PR:		118634
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-12-14 19:08:33 +00:00
Martin Wilke
72035115a1 - Fix build with gcc 4.2
- Pass maintainership to submitter

PR:		118635
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-12-14 19:08:30 +00:00
Martin Wilke
189d17b821 - Update to 20071210 2007-12-12 13:19:35 +00:00
Andrej Zverev
f135f959c5 - Update to version 0.75
PR:		ports/118378
Submitted by:	Ben Haga <bhaga at absoludicrous.com>
2007-12-12 06:55:42 +00:00
Jeremy Messenger
208d15ac2a Scrollback shrinking code forgets to close(), bump the PORTREVISION.
Obtained from:	http://xchat.org/files/source/2.8/patches/
2007-12-12 05:55:49 +00:00
Mark Linimon
cf15bd16fb Change from BROKEN to IGNORE; it compiles but does not work with the
current version of its dependencies.

Approved by:	portmgr (self)
2007-11-20 03:08:54 +00:00
Max Khon
0e323fc402 Fix gcc 4.2 build.
Approved by:	portmgr (pav)
2007-11-14 04:56:31 +00:00
Pav Lucistnik
1dd0b48f2e - Mark BROKEN: conflicting dependencies on emacs21 vs emacs22
Reported by:	pointyhat
Approved by:	portmgr (hat)
2007-11-12 22:43:22 +00:00
Vanilla I. Shu
e7a4dc9d31 Fix coredump with silc-irssi-plugin.
PR:		ports/117871
Submitted by:	Wesley Shields <wxs.at.atarininja.org>
Approved by:	portmgr@ (linimon)
2007-11-11 22:33:05 +00:00
Martin Wilke
85ed34edf8 - irssi-devel should be using @dirrmtry in a few cases. this is
because if you try to deinstall these ports while net/silc-irssi-plugin
  or irssi-plugins is installed they will not be able to remove
  those directories.

PR:		117868
Submitted by:	Wesley Shields <wxs@atarininja.org>
Approved by:	portmgr (pav)
2007-11-06 21:42:02 +00:00
Martin Wilke
d0e7cdc528 - Fix a crash if dirproxy recieves an ACTION command without a parameter.
- Bump PORTREVISION

Approved by:	portmgr  (erwin)
Security:	http://www.vuxml.org/freebsd/a1ef3fc0-8ad0-11dc-9490-0016179b2dd5.html
2007-11-05 12:11:57 +00:00
Martin Wilke
6da2259dda - Fix a crash if dirproxy recieves an ACTION command without a parameter.
- Bump PORTREVISION

Reviewed by:	simon
Approved by:	portmgr (erwin)
Security:	http://vuxml.FreeBSD.org/a1ef3fc0-8ad0-11dc-9490-0016179b2dd5.html
2007-11-04 18:11:54 +00:00
Martin Wilke
cc6b305ce6 - Update to 20071029 2007-10-30 09:50:04 +00:00
Martin Wilke
9895e60138 - Tidy-up
- Improved config handling

PR:		117547
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2007-10-27 22:18:13 +00:00
Martin Wilke
37b1f7abcf - Fixed CONFLICTS
- Tidy-up
- Improve config handling.

PR:		117549
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2007-10-27 22:15:01 +00:00
Martin Wilke
60fbc76ec8 - Makefile cleanup
- Improve config handling.

PR:		117548
Submitted by:	Lewis <moggie@elasticmind.net> (maintainer)
2007-10-27 22:13:47 +00:00
Martin Wilke
d09855d1de - Update to 20071025 2007-10-27 21:25:47 +00:00
Xin LI
e45553accb Update to 0.18 2007-10-27 08:51:28 +00:00
Chin-San Huang
af79776fb1 - Update to 3.0.3
- Take maintainership
2007-10-27 02:00:08 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Thomas Abthorpe
9b7b88ff1b - Update to 1.1.4
PR:		ports/117419
Submitted by:	Philippe Audeoud <jadawin tuxaco.net>
2007-10-24 15:55:02 +00:00
Martin Wilke
4f59740792 - Update to 0.83.3 2007-10-23 23:07:29 +00:00
Martin Wilke
6dd56adad3 - Update to 20071022 2007-10-23 23:07:22 +00:00
Martin Wilke
3464a22a44 - Update to 20071018 2007-10-23 13:42:57 +00:00
Jeremy Messenger
70e751c61a - Stops scrollback files growing too large by fixing the file-shrink code.
- Puts a "Display scrollback from previous session" into the Setup GUI
  (logging section) so people can turn this off without typing commands.
- Bump the PORTREVISION.

Obtained from:	http://xchat.org/files/source/2.8/patches/
2007-10-18 17:13:25 +00:00
Martin Wilke
7a464ca183 - Rest Maintainer
Approved by:	linimon
2007-10-17 14:02:09 +00:00
Martin Wilke
c9befc23b0 - Fix build with gcc 4.2
PR:		116820
Submitted by:	miwi
Approved by:	maintainer timeout
2007-10-17 14:01:16 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Martin Wilke
7431345880 - Mark Broken does not work with irc/irssi-0.8.12
(There is some changes in to character set recoding and now irssi-xmpp recode
functions are broken on it.)

PR:		117213
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
2007-10-17 10:01:46 +00:00
Martin Wilke
43e2ca08ac - Update to 20071015 2007-10-16 22:19:24 +00:00
Vasil Dimov
5e4e8ecf76 Remove expired Emacs ports and the surrounding expired ports:
2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent version
2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new installations"
2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 irc/pure-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/diclookup-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/diclookup-mule: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+freewnn+sj3: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3+wnn6: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3+wnn7: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+wnn6: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+wnn7: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-sj3: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-wnn6: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-wnn7: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/navi2ch-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/w3: distfile is 10 years old and depends on emacs19 which is obsolete
2007-08-19 korean/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 www/w3: distfile is 10 years old and depends on emacs19 which is obsolete
2007-10-14 10:10:01 +00:00
Vasil Dimov
0e2c3bda34 Add the files that I forgot to add in the previous commit. 2007-10-14 09:28:58 +00:00
Vasil Dimov
9e071a0a24 * Copy the contents of the master port irc/pure-emacs20 to the slave port
irc/pure-emacs21 because the former is deprecated and going to be removed
  soon. Adjust it to point to emacs21 by default.

* Adjust the slave port irc/pure-xemacs21-mule to point to the newly
  created master port irc/irc/pure-emacs21.
2007-10-14 09:27:58 +00:00
Vasil Dimov
708e659328 * Copy the contents of the master port irc/irchat-pj-emacs20 to the slave port
irc/irchat-pj-emacs21 because the former is deprecated and going to be removed
  soon. Adjust it to point to emacs21 by default.

* Adjust the slave port irc/irchat-pj-xemacs21-mule to point to the newly
  created master port irc/irchat-pj-emacs21.
2007-10-14 08:47:37 +00:00
Martin Wilke
3f239babbd - Update to 20071012 2007-10-14 00:59:48 +00:00
Martin Wilke
f2df6c73ac - Update to 20071011 2007-10-12 13:49:36 +00:00
Mark Linimon
87843d261c Reset maintainer and mark broken/unfetchable. Mastersite has disappeared.
Hat:		portmgr
2007-10-12 01:35:07 +00:00
Mark Linimon
0cac0c1e97 Reset corwin@aeternal.net due to maintainer-timeouts and no response to email.
Hat:		portmgr
2007-10-11 21:52:03 +00:00
Vanilla I. Shu
37aa8dd5ac Upgrade to 0.8.12.
PR:		ports/117087
Submitted by:	Andris Raugulis <ar.at.null.lv>
2007-10-11 20:14:56 +00:00
Mark Linimon
581e69adb2 Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:		portmgr
2007-10-07 05:45:04 +00:00
Martin Wilke
76cde93983 gozerbot is a modular Python IRC and Jabber bot
Features:
    * user management by userhost .. bot will not respond if it doesn't know you
    * fleet .. use more than one bot in a program (list of bots)
    * use the bot through dcc chat .. partyline
    * fetch rss feeds.
    * keep todo and shop lists
    * karma
    * quote
    * remember items
    * relaying between bots
    * program your own plugins
    * other stuff

WWW: http://www.gozerbot.org/

PR:		ports/116456
Submitted by:	Sten Spans <sten at blinkenlights.nl>
2007-10-06 10:08:52 +00:00
Martin Wilke
d206d840d4 - Update to 20070925
- Pass maintainership to submitter

PR:		116905
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
2007-10-04 22:32:17 +00:00
Edwin Groothuis
42b9878de0 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:14:50 +00:00
Edwin Groothuis
83f7357c87 Remove support for OSVERSION < 5 2007-10-03 23:04:44 +00:00
Kevin Lo
14326f5ba4 - Fix build with gcc4.
- Drop maintainer.
2007-10-02 15:00:14 +00:00
Mark Linimon
cbec3d25f6 Mark as broken on gcc4.2. 2007-10-02 01:45:06 +00:00
Mark Linimon
975032241a Try to fix build by removing hardwired definition of emacs port name. 2007-10-02 01:43:22 +00:00
Mark Linimon
38b3ab7d76 Mark as broken with gcc4.2 on 64-bit archs. 2007-10-02 01:39:24 +00:00
Mark Linimon
79df4ea433 Mark as broken on gcc4.2. 2007-10-02 01:33:38 +00:00
Edwin Groothuis
5f72eeb71f [PATCH] irc/ratbox-services: Unbreak and portlint
the port has a syntax error which breaks (INDEX) building
	if WITH_PGSQL is set.
	I also took the liberty of removing some portlint warnings.

Maintainer was pointed to it over IRC.

PR:		ports/116761
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com>
2007-10-01 06:59:49 +00:00
Mark Linimon
f538328b8b Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Hat:	portmgr
2007-09-30 04:10:20 +00:00
Mark Linimon
77933c739b Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by:	maintainer
2007-09-29 20:58:32 +00:00
Shaun Amott
893d157922 Put back in the -devel's pkg-descr and comment line to differentiate
the two ports.
2007-09-28 23:40:50 +00:00
Shaun Amott
53ca97a331 Transfer maintainership. 2007-09-28 23:34:40 +00:00
Edwin Groothuis
cb19c5eebe Remove errornous -devel from ircd-ratbox.
Sync ircd-ratbox to ircd-ratbox-devel.

Pointy hat to: edwin@
2007-09-28 23:10:59 +00:00
Edwin Groothuis
09ad640a0e Remove errornous -devel from ircd-ratbox.
Sync ircd-ratbox to ircd-ratbox-devel.

Pointy hat to: edwin@

PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
2007-09-28 23:10:58 +00:00
Shaun Amott
e4a359e488 Transfer maintainership. 2007-09-28 13:07:29 +00:00
Edwin Groothuis
261936f816 [patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6

[patch] port upgrade for irc/ratbox-services

	Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2

Removal of irc/ircd-ratbox-devel

	The ircd-ratbox-devel port is depreciated and installs an
	out-dated version of ircd-ratbox. There is no current
	development release of ircd-ratbox; please could this port
	be deleted as the ratbox team are some time away from
	releasing a new development version.

	[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]

PR:		ports/115950, ports/116156, ports/116158
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	shaun@
2007-09-28 01:03:41 +00:00
Edwin Groothuis
8c96eddf93 [patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6

[patch] port upgrade for irc/ratbox-services

	Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2

Removal of irc/ircd-ratbox-devel

	The ircd-ratbox-devel port is depreciated and installs an
	out-dated version of ircd-ratbox. There is no current
	development release of ircd-ratbox; please could this port
	be deleted as the ratbox team are some time away from
	releasing a new development version.

	[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]

PR:		ports/115950, ports/116156, ports/116158
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	shaun@
2007-09-28 01:03:40 +00:00
Edwin Groothuis
d44668ab11 [patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6

[patch] port upgrade for irc/ratbox-services

	Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2

Removal of irc/ircd-ratbox-devel

	The ircd-ratbox-devel port is depreciated and installs an
	out-dated version of ircd-ratbox. There is no current
	development release of ircd-ratbox; please could this port
	be deleted as the ratbox team are some time away from
	releasing a new development version.

	[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]

PR:		ports/115950, ports/116156, ports/116158
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	shaun@
2007-09-28 01:03:39 +00:00
Edwin Groothuis
fc7bd8c0cc [patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6

[patch] port upgrade for irc/ratbox-services

	Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2

Removal of irc/ircd-ratbox-devel

	The ircd-ratbox-devel port is depreciated and installs an
	out-dated version of ircd-ratbox. There is no current
	development release of ircd-ratbox; please could this port
	be deleted as the ratbox team are some time away from
	releasing a new development version.

	[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]

PR:		ports/115950, ports/116156, ports/116158
Submitted by:	Lewis <moggie@elasticmind.net>
Approved by:	shaun@
2007-09-28 01:03:38 +00:00
Thomas Abthorpe
21a48d3022 - update to 0.3.5
PR:		ports/116596
Submitted by:	Josh Paetzel (maintainer)
Approved by:	miwi (co-mentor)
2007-09-26 18:18:34 +00:00
Martin Wilke
79e9c3b81f - Update to 0.2.8
PR:		116595
Submitted by:	Josh Paetzel <josh@tcbug.org> (maintainer)
2007-09-24 07:43:29 +00:00
Vanilla I. Shu
ddcfc2b9cf Fix buggy logging code.
Submitted by:	mhsin via #bsdchat
Obtained from:	http://bugs.irssi.org/?do=details&task_id=509&pagenum=2
2007-09-16 12:40:50 +00:00
Beech Rintoul
e845db49e8 - Add patch to pet gcc
Approved by:	sat (mentor, implicit)
Obtained from:	gentoo portage
2007-09-15 09:42:36 +00:00
Beech Rintoul
d75cadaed3 - Flag broken on amd64
- Verified, not 64 bit clean. Builds and runs, but crashes on connect.
- No longer being developed.

Reported by:	Andrus Nomm <andrus@wask.org>
Approved by:	sat (mentor)
2007-09-15 02:37:33 +00:00
Martin Wilke
b7197b79cf irssi-xmpp's aim is to provide a good integration in this text-based
irc client and a good support of XMPP (the Jabber protocol).

Current main features are:

    * Sending and receiving messages in irssi's query windows
    * A roster with contact's ressources tracking (contact list)
    * Contact management (add, remove, manage subscriptions...)
    * Contact's JIDs, ressources and commands completion (TAB key)
    * Multiple accounts support (in different connection)
    * Unicode support (UTF-8)
    * SSL support
    * ...

WWW: http://cybione.org/src/irssi-xmpp/

PR:		ports/116304
Submitted by:	Philippe Audeoud <jadawin at tuxaco.net>
2007-09-12 23:56:31 +00:00
Martin Wilke
3fbeb371aa - Unbreak
- Update to 20070911
2007-09-11 12:54:07 +00:00
Martin Wilke
4acd59bd7c - Update to 3.2.7
Approved by:	maintainer implicit
2007-09-10 19:00:40 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Andrej Zverev
e80d36dfc9 - Update to version 0.2.6
Changelog:
http://cvs.savannah.gnu.org/viewvc/*checkout*/weechat/weechat/ChangeLog?revision=1.482
2007-09-07 17:10:20 +00:00
Joe Marcus Clarke
d84f52593e As promised, remove net-im/gaim, and all dependent ports. Gaim has been
replaced by net-im/pidgin.
2007-09-07 03:47:30 +00:00
Martin Wilke
8a321dcbcd - Marked broken (distfile size mismatch)
Submitted by:	pointyhat via pav
		Lars Stokholm <lars.stokholm@gmail.com> (via private mail)
2007-09-04 22:07:33 +00:00
Hiroki Sato
3bcf2e5850 Update to 1.8. 2007-08-27 20:14:33 +00:00