summaryrefslogtreecommitdiffstats
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-0517-8/+17
|
* Respect LOCALBASEmnag2005-10-291-2/+9
| | | | | | | | | Fix dependencies Fix EXTRACT_DEPENDS Bump PORTREVISION PR: 88179 Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
* - set new mastersitelawrance2005-10-291-6/+2
| | | | | | | - give maintainership to submitter PR: ports/88175 Submitted by: Martin Hudec <corwin@aeternal.net>
* For the ports that I maintain, do the following as appropriate:dougb2005-10-291-1/+1
| | | | | | | | | 1. Add myself as a backup master site (Sourceforge and CPAN ports already have good enough coverage, so skip them). 2. For all ports that have them, download the PGP signature files. 3. For ports in 2, add a verify target to the Makefile 4. For ports where I was already providing a master site, update the URL. 5. Pet portlint in a couple of places.
* BROKEN: Does not buildkris2005-10-281-0/+2
|
* - make prefix safedinoex2005-10-241-0/+1
| | | | Reported by: kris
* Make ${LOCALBASE}-safevs2005-10-242-1/+27
| | | | | PR: ports/878874 Submitted by: maintainer
* set USE_X_PREFIX. Pointed by kriskevlo2005-10-241-0/+1
|
* Update to 0.9.2mnag2005-10-203-18/+17
| | | | | | | Take MAINTAINER PR: 87693 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Reset inactive maintainers and update mastersites.linimon2005-10-192-4/+4
| | | | | Flagged by: distfile survey Submitted by: fenner
* Update to 2.0.2arved2005-10-182-3/+3
| | | | | PR: 87633 Submitted by: Michael Ranner <mranner@inode.at>
* Upgrade to 2.9.4 (fixes a security issue)mharo2005-10-162-3/+3
| | | | Reviewed by: maintainer
* Unbreak transparent proxy mode. Again.lofi2005-10-156-60/+81
|
* Update to 4.70ehaupt2005-10-143-4/+10
| | | | | | | PR: 86813 Submitted by: ehaupt Approved by: Christopher Nehren <apeiron@coitusmentis.info> (maintainer), novel (mentor)
* - remove obsolete patchdinoex2005-10-111-11/+0
|
* - new option WITH_CTRLPROXY_DOC for manpages and html docdinoex2005-10-114-22/+61
| | | | | - use PORTDOCS - make portlint happier
* - Add support to Google Talkpav2005-10-106-4/+210
| | | | | | | | | - Add optional patch adding support for various MSN6 features - Add optional patch for LDAP authentication support PR: ports/84929 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: Peter van Dijk <peter@dataloss.nl> (maintainer)
* Reset bouncing maintainer addresses.linimon2005-10-101-3/+2
| | | | | Source: distfile survey Hat: portmgr
* Reset bouncing maintainer address; mark broken since it does not fetch.linimon2005-10-102-3/+6
| | | | Source: distfile survey
* IRCG is a fast, scalable web chat framework that connects a php frontend withpav2005-10-085-0/+50
| | | | | | | | | | | | | | | an irc backend. Sascha Schumann created IRCG a few years ago. Unfortunately, he decided to change the license to a commercial one starting with Version 3 and removed all traces of the BSD-Licensed IRCG 2. I kept on using the IRCG 2 sources and never had a problem with this setup. IRCG connects an irc server of your choice with a thttpd webserver. Using PHP, the frontend can be scripted. It?s mainly a framework for web-based chats, but could be used to pass any type of xml messages between multiple clients. Memory and CPU usage per client is quite low, so even an entry-level server can support hundreds of clients. PR: ports/86425 Submitted by: Alexander Novitsky <alecn2002@yandex.ru>
* The tarball got rerolled once more because of the CR+LF linebrakes.oliver2005-10-062-9/+2
| | | | | The CR+LF linebreaks are now LF linebrakes so we don't need to do this conversion our own.
* remove gmake dependency - it is not needed, bsd-make will work toooliver2005-10-061-1/+0
|
* fix build with gcc 2 on FreeBSD 4 (CR+LF -> LF)oliver2005-10-061-0/+7
|
* the distfile got rerolled because the version number on startup showedoliver2005-10-061-2/+2
| | | | 2.2beta1 which is fixed now in the new tar.gz
* update to 2.2oliver2005-10-062-5/+4
|
* Change MAINTAINER address for my ports.ehaupt2005-10-061-1/+1
| | | | Approved by: novel (mentor)
* irc/riece: New version 2.0.1 is releasededwin2005-10-046-6/+10
| | | | | | | New version 2.0.1 is released. PR: ports/86908 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* Update to 10.0!alfred2005-10-043-46/+4
| | | | | Thanks to author for incorporating my changes and to edwin@'s script for pointing me at this update.
* Update to 3.4.2mnag2005-10-033-6/+5
| | | | | | | | Fix pid file location PR: 86844 Submitted by: Dennis Cabooter <dennis@rootxs.org> (maintainer) Approved by: pav (mentor)
* - Change my e-mailaz2005-10-033-3/+3
| | | | Approved by: sem (mentor)
* Remove ftp.ircd.com.br since it answers anonymous login requests withfenner2005-10-011-3/+1
| | | | | | | | | | | "530 This is a private system - No anonymous login" Remove http://ircservices.swissirc.ch since it serves malformed redirects to http://www.swissirc.net/, which I can only get to serve a web-based irc client. Resolve the 302 redirects from www.irc.gr to banana.irc.gr, since fetch won't follow 302 redirects. Found by: distfile survey
* Fix bogus ui files in preparation for Qt 3.3.5lofi2005-09-292-0/+26
|
* Remove obsolete mastersites.linimon2005-09-291-2/+1
| | | | | Source: distfile survey Approved by: maintainer
* Fix typo error (USE_REPLACE => USE_REINPLACE), my fault :(vanilla2005-09-291-1/+1
| | | | Submitted by: Ed Schouten <ed@fxq.nl>
* Fix manpage pathnames.vanilla2005-09-291-0/+5
| | | | | PR: ports/84909 Submitted by: Ed Schouten <ed@fxq.nl>
* - Update to 5.0.55sem2005-09-262-1/+3
| | | | | PR: ports/86582 Submitted by: maintainer
* Update to 0.1.5.novel2005-09-264-8/+8
| | | | | PR: 86578 Submitted by: Andrej Zverev (maintainer)
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-212-2/+2
| | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
* - Fix chown in post-installpav2005-09-192-3/+5
| | | | | Reported by: maintainer Pointy hat to: pav
* - Fix distinfopav2005-09-181-2/+2
| | | | Submitted by: maintainer
* - Fix outputpav2005-09-181-6/+6
|
* - Update to 3.4.1pav2005-09-1812-1015/+214
| | | | | PR: ports/85974 Submitted by: Dennis Cabooter <dennis@rootxs.org> (maintainer)
* - Fix rc scriptpav2005-09-181-4/+4
|
* - Update to 6.19.4pav2005-09-1814-890/+103
| | | | | PR: ports/85973 Submitted by: Dennis Cabooter <dennis@rootxs.org> (maintainer)
* - Update to 7.1.2pav2005-09-1625-327/+456
| | | | | | | | | | | PR: ports/84777 Submitted by: Diane Bruce <db@db.net> Approved by: maintainer timeout (1 month) - Switch to rcNG startup script PR: ports/85564 Submitted by: hr <asher@raout.org>
* Drop maintainership, since I'm buried in the $REALLIFE stuff.krion2005-09-141-1/+1
|
* - Flip TCL option to default to onpav2005-09-101-8/+2
| | | | | | | - Remove broken SOCKS option PR: ports/85922 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
* Update to 0.5.kwm2005-09-105-69/+55
| | | | Chase after xchat2 and enable perl on amd64.
* Update to 2.4.5.marcus2005-09-102-3/+3
|
* - Remove WITH_SOCKS5 option which never workedlawrance2005-09-091-9/+5
| | | | | | | | - Make the tcl option on by default (the knob is now WITHOUT_TCL) - Bump PORTREVISION for the above change PR: ports/84440 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
OpenPOWER on IntegriCloud