| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Submitted by: makc
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/126846
Submitted by: Ashish Shukla <wahjava at gmail.com>
Approved by: maintainer
|
|
|
|
| |
If alfred isn't the maintainer, I'll take it.
|
|
|
|
| |
Hat: portmgr
|
| |
|
| |
|
| |
|
|
|
|
| |
- Add options for enabling/disabling support for individual protocols
|
| |
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/126847
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: 126717
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
- Many minor tweaks
- Pass maintainership to submitter
PR: ports/126768
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
| |
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Tested by: exp build run (erwin)
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Noticed by: pavbot
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/126567
Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Submitted by: John Marshall <john.marshall _at_ riverwillow.com.au>
|
| |
|
|
|
|
| |
Obtained from: http://www.xchat.org/files/source/2.8/patches/
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
- Remove aim, cavlink,identd and nap plugins (won't build with gcc-4.2)
- Bump portrevision
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/125435
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Reported by: maintainer via irc
|
|
|
|
| |
Reported by: lme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
- Fix build
- Bump portrevision
- Pass maintainership to submitter
PR: ports/125622
Submitted by: Ashish Shukla <wahjava@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
- Unbreak on 7.x
PR: ports/125110
Suggested by: Chris Pet <chrispetso@gmail.com>
Approved by: Maintainer timeout (two weeks)
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: 125412
Submitted by: miwi
Approved by: mich@ (maintainer)
|
|
|
|
|
| |
PR: ports/125035
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
|
|
|
|
|
| |
PR: ports/125200
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer)
|
|
|
|
|
| |
PR: ports/125159
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/125108
Submitted by: Chris Pet <chrispetso@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
| |
Approved by: erwin (mentor, implicit)
|
|
|
|
|
| |
PR: ports/124968
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
| |
- Simplify Makefile
- Claim maintainership
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
| |
to the IRC protocol ( see RFC1459 or RFC2812 ).
WWW: http://search.cpan.org/dist/Net-Parse-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/
|
|
|
|
|
| |
PR: 124529
Submitted by: Masahiro Teramoto <markun@onohara.to> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 124190
Submitted by: "Matthew Donovan" <kitche@kitchetech.com>
Approved by: maintainer timeout
|
|
|
|
|
|
| |
fixed in next two months.
With hat: portmgr
|
|
|
|
|
| |
PR: ports/124689
Submitted by: Sten Spans <sten AT blinkenlights.nl> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
<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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notified by: itetcu
|
|
|
|
| |
Bump PORTREVISION for users to install.
|
|
|
|
|
|
| |
Discussed with: tabthorpe, linimon
Reported by: linimon
Approved by: Douglas Menezes <douglas@t2web.com.br> (maintainer), gabor (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: 124314
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
does build, but fails to package.
|
|
|
|
|
|
|
|
| |
default to honor the fact that 'nobody' is not intended to own any
files.
Requested by: simon
Approved by: erwin (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
- Take maintainership
|
|
|
|
| |
PR: based on 123448
|
| |
|
|
|
|
|
|
| |
PR: ports/123448
Submitted by: Matthew Donovan <kitche@kitchetech.com>
Approved by: Aron Stansvik <elvstone@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
- Fix CONFLICTS
Reported by: pointyhat via pav
|
|
|
|
|
| |
PR: ports/123183
Submitted by: Walter Venable <weaseal@users.sourceforge.net> (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 123136
Submitted by: Gerrit Beine (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
colons.
PR: ports/122921
Approved by: pav (co-mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
| |
${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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/122731
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
| |
Requested over: IRC
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
- Drop maintainership
|
|
|
|
|
|
| |
- Add USE_GNOME=pkgconfig
Reported by: pav
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/122449
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
-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)
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/122354
Submitted by: Frank Fenor <frank@fenor.de>
|
|
|
|
|
| |
PR: ports/122275
Submitted by: Frank Fenor <frank@fenor.de>
|
|
|
|
| |
- take maintainership
|
| |
|
| |
|
|
|
|
|
| |
- bump PORTEPOCH
- take maintainership for a while
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
|
|
| |
- Fix .placeholder
PR: ports/121925
Submitted by: Tilman Linneweh <arved@FreeBSD.org>
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
|
|
|
| |
PORTREVISION.
PR: ports/118659
Reported by: Kyryll A Mirnenko <mirya@zoc.com.ua>
Obtained from: Its CVS.
|
|
|
|
| |
- Bump PORTREVISION
|
|
|
|
| |
- Take maintainership
|
| |
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
| |
PR: ports/121679
Submitted by: Sten Spans <sten AT blinkenlights.nl> (maintainer)
|
| |
|
|
|
|
| |
Approved by: thierry (mentor)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
http://something.googlecode.com/files
PR: ports/121435 (related)
|
| |
|
|
|
|
| |
- Add an entry to UPDATING
|
|
|
|
| |
Reported by: pointyhat via erwin
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/121097
Submitted by: Alexander Chernikov <melifaro@bol.megaon.ru>
|
|
|
|
|
|
| |
PR: ports/120927
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Reported by: pointyhat via erwin, pav
|
| |
|
|
|
|
| |
Approved by: miwi (mentor)
|
|
|
|
|
|
| |
PR: ports/120340
Submitted by: Stefan `Sec` Zehl <sec@42.org>
Approved by: maintainer timeout (two weeks)
|
|
|
|
|
|
|
| |
- Reset maintainership
PR: ports/120922
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/120770
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Fixes gcc-4.2 build errors
PR: ports/120145
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
|
|
|
|
| |
prevented CATEGORIES from being additive for slave ports.
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
| |
Noticed by: pav
|
| |
|
|
|
|
|
|
|
|
| |
- Respect NOPORTDOCS
- Pass maintainership to submitter
PR: 119117
Submitted by: Douglas Menezes <douglas@t2web.com.br>
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: ports/119784
Submitted by: Lewis <moggie@elasticmind.net>
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: Lars Sommer <lasg@lasg.dk> (previous maintainer), erwin (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
Please be sure to remove ${DISTDIR}/keitairc before upgrading.
Requested by: sarumaru at ReichaNet
|
|
|
|
|
|
|
|
| |
- Use datadir macro
PR: ports/119174
Submitted by: Jonas Kvinge <jonas@night-light.net>
Approved by: linimon (mentor)
|
| |
|
|
|
|
|
| |
Submitted by: Ulrich Spoerlein via freenode
Approved by: maintainer via irc
|
| |
|
|
|
|
|
|
|
| |
- Update to 20071214
PR: 118687
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> (maintainer)
|
| |
|
|
|
|
| |
Submitted by: Ashish Shukla <wahjava at gmail dot com> via mail
|
|
|
|
|
|
| |
Reported by: pointyhat via erwin
Approved by: Chess Griffin <chess@chessgriffin.com> (maintainer),
linimon (mentor)
|
|
|
|
| |
- Take over maintainership
|
|
|
|
|
| |
Submitted by: Jonas Kvinge <jonas@emptyglass.night-light.net> (maintainer)
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
| |
- Simple icr proxy server with ssl support.
PR: ports/118733
Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer)
Approved by: linimon (mentor)
|
| |
|
| |
|
|
|
|
|
| |
PR: 118463
Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
|
|
|
|
|
| |
PR: 118634
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 118635
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
| |
|
|
|
|
|
| |
PR: ports/118378
Submitted by: Ben Haga <bhaga at absoludicrous.com>
|
|
|
|
| |
Obtained from: http://xchat.org/files/source/2.8/patches/
|
|
|
|
|
|
| |
current version of its dependencies.
Approved by: portmgr (self)
|
|
|
|
| |
Approved by: portmgr (pav)
|
|
|
|
|
| |
Reported by: pointyhat
Approved by: portmgr (hat)
|
|
|
|
|
|
| |
PR: ports/117871
Submitted by: Wesley Shields <wxs.at.atarininja.org>
Approved by: portmgr@ (linimon)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (erwin)
Security: http://www.vuxml.org/freebsd/a1ef3fc0-8ad0-11dc-9490-0016179b2dd5.html
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reviewed by: simon
Approved by: portmgr (erwin)
Security: http://vuxml.FreeBSD.org/a1ef3fc0-8ad0-11dc-9490-0016179b2dd5.html
|
| |
|
|
|
|
|
|
|
| |
- Improved config handling
PR: 117547
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- Tidy-up
- Improve config handling.
PR: 117549
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
|
|
|
|
|
|
|
| |
- Improve config handling.
PR: 117548
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
|
| |
|
| |
|
|
|
|
| |
- Take maintainership
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/117419
Submitted by: Philippe Audeoud <jadawin tuxaco.net>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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/
|
|
|
|
| |
Approved by: linimon
|
|
|
|
|
|
| |
PR: 116820
Submitted by: miwi
Approved by: maintainer timeout
|
|
|
|
|
| |
PR: 117086
Tested by: -exp runs
|
|
|
|
|
|
|
|
| |
(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-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
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
| |
PR: ports/117087
Submitted by: Andris Raugulis <ar.at.null.lv>
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 116905
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
|
| |
|
| |
|
|
|
|
| |
- Drop maintainer.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
the two ports.
|
| |
|
|
|
|
|
|
| |
Sync ircd-ratbox to ircd-ratbox-devel.
Pointy hat to: edwin@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sync ircd-ratbox to ircd-ratbox-devel.
Pointy hat to: edwin@
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
| |
PR: ports/116596
Submitted by: Josh Paetzel (maintainer)
Approved by: miwi (co-mentor)
|
|
|
|
|
| |
PR: 116595
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
|
|
|
|
|
| |
Submitted by: mhsin via #bsdchat
Obtained from: http://bugs.irssi.org/?do=details&task_id=509&pagenum=2
|
|
|
|
|
| |
Approved by: sat (mentor, implicit)
Obtained from: gentoo portage
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
- Update to 20070911
|