aboutsummaryrefslogtreecommitdiffstats
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.5erwin2003-09-282-2/+2
| | | | | PR: 57237 Submitted by: maintainer
* Update to 0.4.0perky2003-09-283-13/+8
|
* - ECHO -> ECHO_MSGedwin2003-09-271-1/+1
| | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - ECHO -> ECHO_MSGedwin2003-09-271-1/+1
| | | | | | | | for some ports: - pre-fetch -> pre-everything PR: ports/56785-56799 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to -> 0.49mich2003-09-263-54/+55
| | | | | | Respect ${SITE_PERL} Approved by: roberto (mentor)
* Update to 2.0.5.adamw2003-09-258-14/+14
|
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-242-2/+2
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Cease FreeBSD port maintainershipsedwin2003-09-241-1/+1
| | | | | | | | | | I don't have the time to give to many of the ports I maintain at the moment. I wasn't expecting to be so busy this summer ... Please set all my ports back to ports@freebsd.org. PR: ports/56935 Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Chase multimedia/xmms library bump.edwin2003-09-181-1/+1
| | | | | Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds)
* Update checksum after the author regenerated the zip-file witherwin2003-09-131-1/+1
| | | | | | | | | no changes in anything but comments. Author of package confirms he did change the zip file. This should fix the build in bento. PR: 56718 Submitted by: maintainer
* Mark broken on -CURRENT, it does not compile with our gcc.erwin2003-09-081-1/+7
| | | | Informed author.
* move ircproxy-freebsd-port to ircproxyedwin2003-09-081-1/+0
|
* new port: irc/ircproxyedwin2003-09-087-0/+169
| | | | | | | | | | | | | | | | Night Light IRC Proxy is a multi-user IRC (Internet Relay Chat) proxy written in C. An IRC proxy (or bouncer) is a program that run on a machine between your IRC client and the IRC server. The ircproxy connect to the IRC server, then you connect to the ircproxy with your IRC client. The ircproxy program will forward data sent by the IRC server to one or more IRC clients connected to the ircproxy and will forward data sent from the IRC clients to the IRC server. PR: ports/56557 Submitted by: Jonas Kvinge <jonas@brokenarrow.night-light.net>
* new port: irc/ircproxyedwin2003-09-087-0/+169
| | | | | | | | | | | | | | | | Night Light IRC Proxy is a multi-user IRC (Internet Relay Chat) proxy written in C. An IRC proxy (or bouncer) is a program that run on a machine between your IRC client and the IRC server. The ircproxy connect to the IRC server, then you connect to the ircproxy with your IRC client. The ircproxy program will forward data sent by the IRC server to one or more IRC clients connected to the ircproxy and will forward data sent from the IRC clients to the IRC server. PR: ports/56557 Submitted by: Jonas Kvinge <jonas@brokenarrow.night-light.net>
* - Fix MASTER_SITESdinoex2003-09-071-1/+3
|
* Update to 1.2.4erwin2003-09-053-2/+4
| | | | | PR: 56491 Submitted by: maintainer
* Update WWW after the site moved to it's own domainerwin2003-09-042-2/+2
| | | | Approved by: maintainer
* - Fix MASTER_SITESkrion2003-08-311-1/+2
| | | | | PR: 56203 Submitted by: maintainer
* New port: net/bitlbeeedwin2003-08-3011-0/+133
| | | | | | | | | This is a new port for bitlbee (http://www.lintux.cx/bitlbee.html) which acts as an IRC server and then is an ICQ/AIM/MSN/Jabber etc. client itself. PR: ports/53232 Submitted by: Peter van Dijk <peter@dataloss.nl>
* New port: irc/onisedwin2003-08-285-0/+70
| | | | | | | | New port: irc/onis A script that converts IRC logfiles into an HTML statistics page PR: ports/50415 Submitted by: Koji <root@eldemonio.org>
* Update to 5.0.21.nork2003-08-282-1/+2
| | | | | PR: ports/56053 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* [MAINTAINER UPDATE] irc/ircd-ru New release (1.0.7 > 1.0.7-02-stable)edwin2003-08-2311-627/+54
| | | | | | | | | | and some minor changes in port Released new version ircd-ru (1.0.7-02-stable). Cleaning port. PR: ports/55761 Submitted by: Khamushkin Ilya <ilya@ircd.ru>
* Bump PORTREVISION after lang/python's changing default toperky2003-08-234-0/+4
| | | | | | BUILD_STATIC. This affects to python embedding programs only. Submitted by: olgeni
* - Update to 20030709krion2003-08-223-2/+5
| | | | | PR: 55862 Submitted by: maintainer
* update irc/irc: 2.10.3 -> 2.10.3p3daichi2003-08-227-120/+28
| | | | | PR: 55824 Submitted by: Paolo Gatti <onel0ve@libero.it>
* - Force binding with wish8.3, even if wish8.4 is installed.dinoex2003-08-164-16/+44
| | | | | - install and build, even if no DISPLAY is running This will allow packages to be build on bento
* - revert default to tcl/tk83, leave tcl/tk84 as optiondinoex2003-08-162-1/+15
|
* Correctly use DOCSDIR (as recommended by portlint).leeym2003-08-122-53/+53
| | | | | | | Also used JAVAJARDIR in Makefile. PR: 55459 Submitted by: Tim Bishop <tim@bishnet.net>
* Update to 1.2.3krion2003-08-113-2/+3
| | | | | PR: 55454 Submitted by: maintainer
* Updated to 2.9skv2003-08-093-7/+11
| | | | | PR: ports/55373 Submitted by: Mathieu Arnold <m@absolight.net>
* Add a ircd-ru - modern IRC server with translationosa2003-08-0714-0/+863
| | | | | | | schemes and other useful features. Submitted by: Khamushkin Ilya <ilya@ircd.ru> PR: 54428
* Remove PATCH_DIST_STRIP as it is no longer needed.marcus2003-08-012-2/+0
|
* Update to 2.0.4.adamw2003-08-0112-78/+80
| | | | | PR: ports/55123 Submitted by: Sebastian Yepes F. <esn@x123.info>
* BROKEN on 5.x: does not compilekris2003-07-311-1/+7
|
* o Apply a security patch that fixes couple of remote-exploitable bugs.perky2003-07-314-2/+14
| | | | | | o Give maintainership to submitter. Submitted by: Eugene M. Kim <ab@astralblue.com>
* Fix logic for conditional TCL support.netchild2003-07-271-1/+1
| | | | Submitted by: maintainer
* - Fix a Installation problem, when only tk8.4 is installed.dinoex2003-07-273-11/+119
|
* - update CATEGORIESdinoex2003-07-231-1/+1
|
* Change my mail to @FreeBSD.orgkrion2003-07-223-3/+3
| | | | Approved by: fjoe (mentor)
* Update to 1.9 and switch maintainer to submitter.will2003-07-213-7/+690
| | | | | | PR: 54110 Submitted by: Scott M. Likens <damm@fpsn.net> Discussed with: petef (maintainer change)
* Update to 0.7.1oliver2003-07-206-38/+32
| | | | | PR: 54651 Submitted By: maintainer
* Fix build with new gccarved2003-07-181-0/+11
|
* update irc/pircbot: 1.2.0 -> 1.2.2daichi2003-07-142-3/+3
| | | | | PR: 54432 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
* update irc/lostirc: 0.2.5 -> 0.2.7daichi2003-07-084-10/+26
| | | | | PR: 54192 Submitted by: Juan Salaverria <rael@vectorstar.net> (maintainer)
* update irc/ircservices: 5.0.18 --> 5.0.20daichi2003-07-082-20/+24
| | | | | PR: 54169 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* update irc/tr-ircd: 5.1.5 --> 5.1.7daichi2003-07-082-3/+3
| | | | | PR: 54168 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* CATEGORIES stripped, no "tcl84" and "tk84" entrys,dinoex2003-07-061-1/+1
| | | | | | | | was denied by portmgr when the base ports where created. date: 2001/11/24 04:18:38; ports/lang/tcl84, ports/x11-toolkits/tk84 CATEGORIES stripped, no "tcl84" and "tk84" entrys.
* - update to use tk84dinoex2003-07-062-2/+2
|
* Update to 2.8.kuriyama2003-07-064-15/+15
| | | | | | | | Add WWW:. Submitted by: Mathieu Arnold <m@absolight.net> PR: ports/52242 No response from: maintainer
* Fix patching on -CURRENT by using REINPLACE to do the do.marcus2003-07-014-36/+8
| | | | Reported by: many
* Add a distribution patch to fix tinting.marcus2003-06-304-0/+12
|
* Update to 2.0.3.marcus2003-06-3010-40/+166
|
* bug fixes: irc/dancerdaichi2003-06-272-0/+29
| | | | | | | | o Make the port respect CC, CFLAGS variables. o Prevent needless debugging symbols being compiled in. PR: 53804 Submitted by: Dominic Marks <dominic.marks@btinternet.com> (maintainer)
* Add kmyirc, yet another IRC Client for KDEarved2003-06-275-0/+92
| | | | | PR: 45714 Submitted by: Frank J. Laszlo <laszlof@freebsdmatrix.net>
* Of course, cat knows nothing about make variables (What was I thinking?)erwin2003-06-261-1/+1
| | | | | | | - Make pkg-message less ugly (pointed out by Yonatan Bokovza <Yonatan@xpert.com>) PR: 53756 Submitted by: maintainer
* Update irc/pircbot: 1.0.5 --> 1.2.0daichi2003-06-263-3/+7
| | | | | PR: 53616 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
* update maintainer's email address.leeym2003-06-241-1/+1
| | | | | PR: 53658 Submitted by: Dominic Marks <dom@cus.org.uk>
* Add dancer 4.16,daichi2003-06-206-0/+60
| | | | | | | | an IRC bot written in C for UNIX, Windows, and AmigaOS. PR: 46706 Submitted by: Dominic Marks <dom@cus.org.uk>
* Update muh to 2.2beta1oliver2003-06-194-7/+16
| | | | | | | Add IPv6 support Take maintainership PR: 48573
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-122-10/+0
|
* Update eggdrop to v1.6.15foxfair2003-06-1112-94/+71
|
* Add eggdrop 1.6.13,foxfair2003-06-1115-0/+346
| | | | | | | | | the most popular open source Internet Relay Chat bot. PR: 47296 Submitted by: Ulrich Spoerlein <q@uni.de> Update to the latest version 1.6.15 will followup immediately.
* o Update to 1.04aoliver2003-06-108-74/+76
| | | | | | | | | o Make portlint happier o Patch got integrated into source o Add OpenSSL knob PR: 47257 Approved by: alex (mentor)
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-6/+6
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* Update to 5.0.18arved2003-06-032-1/+2
| | | | | PR: 52461 Submitted by: maintainer
* Update to 0.12arved2003-06-036-20/+14
| | | | | PR: 52693 Submitted by: maintainer
* Security Updateleeym2003-06-014-2/+26
| | | | | | | Fix "Possible remote exploit from rogue server" problem PR: 52723 Submitted by: Anders Andersson <anders@andersa.net>
* Oops, this one is correctkevlo2003-05-221-3/+1
|
* Update to 0.9.83 and mark unbroken.kevlo2003-05-224-6/+16
|
* Fix MASTER_SITES for port irc/pircbot (maintainer)edwin2003-05-221-1/+1
| | | | | | | | | One of the MASTER_SITES URL has changed. There is a redirect in place from the old URL to the new one, but fetch doesn't like redirects. PR: ports/52529 Submitted by: Tim Bishop <tim@bishnet.net>
* BROKEN on 5.1: bad C++kris2003-05-181-1/+7
|
* BROKEN on 5.1: bad C++kris2003-05-181-1/+7
|
* BROKEN on 5.1: bad C++kris2003-05-181-1/+7
|
* New port: konversationfjoe2003-05-169-0/+109
| | | | | | | A user friendly IRC client for KDE. PR: 52313 Submitted by: Kirill Ponomarew
* upgrade to 5.1.5ijliao2003-05-123-2/+3
| | | | | | PR: 51885 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Approved by: maintainer
* patch-dcc-force-port: Patch to allow forcing of the local port for DCC. [1]arved2003-05-125-1/+80
| | | | | | | | | | | | patch-source_server_c: fix an snprintf buffer size;[2] patch-funny.c: Security Fix [3] patch-names.c: Security Fix: Channeloperator can set specific modes to crash Bx clients [1] Bump PORTREVISION [1] Obtained from: BitchX Developers [2] Obtained from: OpenBSD [3] Obtained from: gentoo
* Mark broken on alpha and ia64.arved2003-05-121-0/+4
|
* Fix fetching: correct MASTER_SITE_SUBDIRlioux2003-05-111-1/+1
| | | | | PR: 52010 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* Add ${PTHREAD_LIBS}arved2003-05-091-2/+2
| | | | Submitted by: bento
* Change maintainer email to my @FreeBSD.org addressmich2003-05-072-2/+2
| | | | Approved by: roberto(mentor)
* Update to latest release.mich2003-05-073-2/+3
| | | | | | PR: 51566 Submitted by: me Approved by: roberto (mentor)
* Unbrake by fixing plist.kuriyama2003-05-072-25/+23
|
* Fix 'make package' error.vanilla2003-05-071-1/+1
| | | | | PR: ports/51884 Submitted by: maintainer
* BROKEN: Bad pkg-plistkris2003-05-061-0/+2
|
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-061-1/+0
| | | | | remove ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-0614-536/+0
| | | | | remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
* New port iip version 1.1.0: Secure and Anonymous Instant Messaginglioux2003-05-046-0/+120
|
* Added USE_PERL5_BUILD=yesedwin2003-05-041-0/+1
| | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Add two missing manpage.vanilla2003-05-041-1/+4
|
* Add ngircd 0.7.0,vanilla2003-05-048-0/+129
| | | | | | | | free open source daemon for Internet Relay Chat (IRC). PR: 51683 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* Update port: irc/pircbot (maintainer)edwin2003-05-032-2/+2
| | | | | | | Update pircbot to new version 1.0.5 PR: ports/51440 Submitted by: Tim Bishop <tim@bishnet.net>
* specify guild lib versionijliao2003-05-021-1/+1
|
* upgrade to 1.99.2ijliao2003-05-029-95/+44
|
* Enable irc/darkbot again after fixing the version-problemedwin2003-04-292-1/+4
| | | | Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* [Maintainer Update] Port: irc/ircservicesedwin2003-04-292-2/+25
| | | | | | | | | Update to 5.0.17. Use incremental diffs, instead of latest tarball to avoid unfetchable distfile everytime a new version is released. PR: ports/51354 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Add patches to prevent multibyte encoded strings to be garbaged.knu2003-04-256-24/+124
| | | | | | | | | | (already submitted to the author) Add user & group in package building too. Submitted by: bento Remove user & group on deinstallation (only on bento).
* Add user & group in package building too.knu2003-04-253-24/+84
| | | | | | Submitted by: bento Remove user & group on deinstallation (only on bento).
* Update to 2.0.2.marcus2003-04-248-22/+22
| | | | | PR: 51304 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* - Add a dialog Warning for the WITH_TCL knob [1]arved2003-04-231-7/+24
| | | | | | | - rearrange targets - Make portlint happier. Suggested by: eivind [1]
* Add ONLY_FOR_ARCHS= i386 to the WITH_TCL case.arved2003-04-231-0/+3
| | | | Submitted by: eivind
* Remove duplicate pre-extract target.arved2003-04-231-9/+8
| | | | Submitted by: "Dan Langille" <dan@langille.org>
* Chase MD5 sum of tcl.o again [1]arved2003-04-232-6/+22
| | | | | | | If gpg is installed, verify gpg signatures, since bitchx.org recently had another problem with backdoored distfiles Reported by: "Erik Paulsen Skålerud" <erik@pentadon.com>[1]
* Convert to new GNOME infrastructure.marcus2003-04-222-6/+2
|
* Remove darkbot from the build because it has an illegal version stringkris2003-04-211-1/+0
| | | | Submitted by: trhodes
* Remove USE_GNOMENG.marcus2003-04-219-10/+0
|
* Fix directory permissions.knu2003-04-201-1/+5
|
* Fix directory permissions.knu2003-04-202-194/+199
| | | | Fix the help directory path.
* Correct the file path for dancer-services.knu2003-04-202-2/+3
|
* Add dancer-services, the IRC services (nickserv, chanserv, etc.) forknu2003-04-1911-0/+558
| | | | dancer-ircd.
* Add dancer-ircd, an irc daemon based on hybrid ircd.knu2003-04-1910-0/+393
| | | | | | | | | | This is the ircd designed for use on freenode.net, based on the hybrid ircd used by efnet. This port/package is configured for use on a small network or standalone, and the escape code filter is disabled. To use it on a large and/or Western language only network, please re-configure config.h and rebuild.
* remove obsolete pkg-commentedwin2003-04-151-2/+0
| | | | Noticed by: lioux@
* Chase checksum of tcl.o, It is now ready for the upcoming BitchX release 1.0c20arved2003-04-071-1/+1
| | | | Submitted by: Rob Andrews <sin@bitchx.org>
* irc/darkbot - The talking IRC Bot!edwin2003-04-017-0/+82
| | | | | | | | | Darkbot is a very smart IRC bot with a very fast algorithm for an auto-responder database. More information about Darkbot can be found on http://darkbot.sourceforge.net/ PR: ports/48847 Submitted by: A. Gabriel <backslash@BSDCode.org>
* [Maintainer Update] Port: irc/ircservices (bento fix)edwin2003-03-314-2/+14
| | | | | | | Update from 5.0.6 to 5.0.14. PR: ports/49022 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* [Maintainer Update] irc/tr-ircd from 5.0.3 to 5.0.9 release.edwin2003-03-312-2/+2
| | | | | PR: ports/48972 Submitted by: Alex Dupre <alex@vaio.alexdupre.com>
* Distfiles moved. (www.ruby-lang.org site reorg.)knu2003-03-301-1/+2
|
* Fix a couple of Buffer overflows.arved2003-03-282-3/+275
| | | | | | Reported by: Timo Sirainen <tss@iki.fi> Submitted by: caf@guarana.org Obtained from: Bugtraq
* Update to 20030315.adamw2003-03-243-2/+3
| | | | | PR: 50191 Submitted by: Anders Andersson <anders@andersa.net> (maintainer)
* New MASTER_SITE and WWW reference.adamw2003-03-234-12/+4
| | | | | PR: 50193 Submitted by: Anders Andersson <anders@andersa.net> (maintainer)
* Chase gtkmm shared lib version.marcus2003-03-161-1/+2
| | | | | Requested by: kris Pointy hat to: me probably
* Clear moonlight beckons.ade2003-03-0738-19/+19
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to 2.0.1.marcus2003-03-066-4/+6
| | | | | PR: 48956 Submitted by: Koop Mast <einekoai@chello.nl>
* Retire comment file.trevor2003-03-014-2/+2
|
* Update to 0.47.naddy2003-03-013-2/+4
| | | | | PR: 48783 Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
* De-pkg-comment for my ports.perky2003-02-252-1/+1
|
* make portlint happy and change some ugly space -> tab.leeym2003-02-232-4/+4
| | | | | PR: 48591 Submitted by: Anders Andersson <anders@andersa.net>
* de-pkg-commentarved2003-02-222-1/+1
|
* De-pkg-comment.knu2003-02-2146-23/+23
|
* - retire pkg-commentdinoex2003-02-211-1/+0
|
* - add COMMENTdinoex2003-02-211-0/+1
|
* De-pkg-comment.knu2003-02-2114-7/+7
|
* - use COMMENTleeym2003-02-206-6/+6
| | | | | | | - change MAINTAINER's email address PR: 48469 Submitted by: Anders Andersson <anders@hack.org> <anders@andersa.net>
* Correct PLIST_SUB so one plug-in doesn't overwrite the other'smarcus2003-02-192-8/+8
| | | | | | | substitutions. PR: 48451 Submitted by: alane
* * Add optional Tcl supportmarcus2003-02-196-4/+38
| | | | | | | * Convert from pkg-comment to COMMENT PR: 48438 Submitted by: Koop Mast <einekoai@chello.nl>
* De-pkg-decomment epic4 master-slave ports. Allow overridingknu2003-02-184-4/+4
| | | | MAINTAINER while I'm here.
* De-pkg-comment my non-ruby ports as well.knu2003-02-182-1/+1
|
* De-pkg-comment.knu2003-02-186-3/+3
|
* Remove sentence stating this is an unstable version.marcus2003-02-162-4/+0
| | | | | PR: 48299 Submitted by: Koop Mast <einekoai@chello.nl>
* Update to 2.0.0.marcus2003-02-126-50/+8
|
* Upgrade to 0.46.obraun2003-02-124-3/+7
| | | | | PR: ports/48173 ports/47946 Submitted by: maintainer
* Do not use %SUBDIR% in MASTER_SITES, since it will not beyoichi2003-02-083-6/+6
| | | | inherited to PATCH_SITES in this case.
* Chase gtk20's shared lib version.marcus2003-02-082-2/+4
|
* New port: psybncedwin2003-02-0615-0/+750
| | | | | | | | psyBNC is an extremely powerful IRC bouncer with multiple unique features. PR: ports/45720 Submitted by: Mina Naguib <webmaster@topfx.com>
* o Update to 6.3.1lioux2003-02-055-38/+44
| | | | | | | | | o Style changes: fmt both DESCR and PKGMESSAGE o Assign maintainership to submitter: previous maintainer passes maintainership due to lack of time Submitted by: Brad Davis <so14k@so14k.com> Approved by: maintainer (previous one)
* Remove two more directories.marcus2003-02-022-0/+6
| | | | Reported by: bento
* maintainer update pircbot to new version 1.0.3.edwin2003-01-302-2/+2
| | | | | PR: ports/47201 Submitted by: Tim Bishop <tim@bishnet.net>
* - update to 5.0.6petef2003-01-242-3/+3
| | | | | | | - respect cc/cflags PR: 45735 Submitted by: maintainer
* Update to 1.9.8.marcus2003-01-2010-120/+64
|
* Update to 1.8.11.jim2003-01-196-92/+12
| | | | | Submitted by: Paolo Gatti <onel0ve@libero.it> Tested by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Update to 0.2.5arved2003-01-193-5/+12
| | | | | PR: 47155 Submitted by: Juan Salaverria <rael@vectorstar.net>
* This patch corrects the printing of DCC transfer stats.mdodd2003-01-154-2/+24
| | | | Approved by: MAINTAINER
* Add missing manpagekris2003-01-142-0/+4
|
* Add WITH_PROXY knob, and bump version.vanilla2003-01-124-2/+24
| | | | Submitted by: Peter <peter@webdeveloping.nl>
* Maintainer update to version 1.0.2edwin2003-01-123-3/+8
| | | | | PR: ports/46970 Submitted by: Tim Bishop <tim@bishnet.net>
* Update to 0.44.petef2003-01-043-2/+3
| | | | | PR: 46715 Submitted by: maintainer
* upgrade to 1.0.5ijliao2003-01-034-16/+16
| | | | | | | make portlint happy PR: 43657 Submitted by: maintainer
* - update to 2.6petef2003-01-033-3/+5
| | | | | | | - submitter is now the maintainer (from ports@) PR: 46710 Submitted by: Daniel B. Hemmerich <dan-freebsd@spot.org>
* Update to 0.9.11.petef2003-01-032-2/+2
| | | | | PR: 45796 Submitted by: maintainer
* Update to 0.43.petef2003-01-033-2/+3
| | | | | PR: 45750 Submitted by: maintainer
* upgrade to 5.0.3ijliao2003-01-023-14/+15
| | | | | PR: 46469 Submitted by: maintainer
* Pass maintainership to Steven Bailey <eviilboy@cox.net>.petef2002-12-231-1/+1
| | | | Submitted by: new maintainer
* Fix MASTER_SITES.petef2002-12-231-3/+1
|
* Remove ipv6 from CATEGORIES.vanilla2002-12-122-2/+2
| | | | | Submitted by: knu Forgotten by: me
* Disable ipv6 support, it broken dcc command.vanilla2002-12-122-10/+10
| | | | | Submitted by: "BigBrother (BigB3)" <bigbrother@bonbon.net> Approved by: kris
* Catch up with the Ruby Application Archive's URL scheme change.knu2002-12-081-1/+1
|
* After repo copy from graphics category, update all appropriatelioux2002-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | dependency references from both audio and graphics to multimedia category. audio/xmms --> multimedia/xmms graphics/avifile --> multimedia/avifile graphics/divx4linux --> multimedia/divx4linux graphics/ffmpeg --> multimedia/ffmpeg graphics/libdv --> multimedia/libdv graphics/libdvdcss --> multimedia/libdvdcss graphics/libdvdread --> multimedia/libdvdread graphics/libmpeg2 --> multimedia/libmpeg2 graphics/linux-realplayer --> multimedia/linux-realplayer graphics/mjpegtools --> multimedia/mjpegtools graphics/mplayer --> multimedia/mplayer graphics/mplayer-fonts --> multimedia/mplayer-fonts graphics/openquicktime --> multimedia/openquicktime graphics/win32-codecs --> multimedia/win32-codecs Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* Add dependency to tclsada2002-11-251-0/+2
| | | | | PR: ports/45680 Submitted by: maintainer
* Add gmake as dependencypat2002-11-251-0/+2
| | | | | PR: ports/45674 Submitted by: maintainer
* Update to 0.0.0.2.knu2002-11-243-3/+15
|
* Fix irc/bobot++ on -currentedwin2002-11-243-0/+33
| | | | | PR: ports/45657 Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
* Update to 0.9.10.nork2002-11-233-2/+3
| | | | | PR: ports/45642 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
* 1: Upgrade to 0.86.vanilla2002-11-216-6/+10
| | | | | | | 2: fix pkg-plist. PR: ports/45518 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru>, roberto
* upgrade 45025ijliao2002-11-192-2/+2
| | | | | PR: 45025 Submitted by: Jim Westfall <jwestfall@surrealistic.net>
* Fix a security hole with a patch from the ezbounce Homepage.arved2002-11-194-0/+42
| | | | | | Bump PORTREVISION. PR: 43437
* Remove USE_AUTOCONF from default build, because it is only need for WITH_IPV6arved2002-11-181-0/+2
| | | | | | | | This will fix the default build until kris and alane decided, what to do with the backed out autoconf patch. PR: ports/45359 Reported by: Dean Hollister <dean@odyssey.apana.org.au>
* Unbreak on -current (1 down, 727 to go)edwin2002-11-173-2/+22
| | | | Noticed on: bento
* Ensure that xchat is linked against libc_r to avoid spurious crashes onmarcus2002-11-152-4/+6
| | | | | | | | -CURRENT. Based on patch that was Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
* upgrade to 20021103ijliao2002-11-123-2/+4
| | | | | PR: 45189 Submitted by: maintainer
* Convert to the new autoconf Layout: USE_AUTOCONF_VER=253arved2002-11-111-5/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1116-15/+8
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Update to 1.9.4.marcus2002-11-094-4/+4
| | | | | PR: 45037 Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
* add ircservices 5.0.2ijliao2002-11-086-0/+158
| | | | | | | A system of IRC services for IRC networks PR: 44521 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Fix PERL dependencies for these ports (print/cups solves print/cups-baseedwin2002-11-071-0/+1
| | | | | | and french/cups-base) Noticed on: bento
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-073-3/+2
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-0716-8/+16
| | | | Approved by: pat
* Upgrade to 0.42.obraun2002-11-063-2/+4
| | | | | PR: ports/44876 Submitted by: maintainer
* PERL -> REINPLACEedwin2002-11-041-1/+3
| | | | | | and USE_PERL5 in some places Noticed by: bento
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | Noticed on: bento
* PERL -> REINPLACEedwin2002-11-041-1/+3
| | | | Noticed on: bento
* Upgrade to 5.0.1.obraun2002-10-2710-278/+250
| | | | | PR: 44493 Submitted by: maintainer
* * Change Emailaddressarved2002-10-251-7/+17
| | | | | | | | | | | | * Use bsd.port.(pre|post).mk[1] * Add a knob WITH_SSL [2] * Fix passing of CONFIGURE_ENV in the case WITH_GNOME=yes WITH_TCL=yes [3] * Word the Warning about the bug in WITH_IPv6 more clear. [1]Pointed out by: KAWATA masahiko <kawata@mta.biglobe.ne.jp> [2]Submitted by: Bob Fleck <bob@securesoftware.com> PR: 42972 (with some modifications) [3]Reported by: Kevin <kdulzo@sockpuppet.org>
* Update to 1.8.10.marcus2002-10-228-4/+110
| | | | | PR: 44051 Approved by: maintainer
* Allow port to build under jdk11, now that jdk11's compat3x libraryadamw2002-10-201-1/+1
| | | | | | | | issue has been resolved. Submitted by: tim@bishnet.net (maintainer) PR: 43445 Approved by: pat
* Update to 1.4.10 (Bug fix release).yoichi2002-10-159-36/+9
|
* Update to ircII-20020912kris2002-10-133-4/+4
| | | | Reviewed by: maintainer
* Correct MASTER_SITE -> MASTER_SITE_SOURCEFORGEkris2002-10-131-1/+2
|
* Use RUBY_MOD*.knu2002-10-078-580/+580
|
* Unbreak transparent proxy modepat2002-10-062-11/+5
| | | | | | PR: ports/43347 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net> Approved by: portmgr
* BROKEN: Incorrect pkg-plistkris2002-10-062-0/+4
|
* Update to 1.4.9yoichi2002-10-0614-23/+41
|
* Update to 1.9.3.marcus2002-10-064-4/+4
| | | | | PR: 43254 Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
* Actually remove redundant autoconf/automake dependencies commented out in asobomax2002-09-252-4/+0
| | | | previous delta.
* - Drop gettext-old dependency;sobomax2002-09-258-12/+166
| | | | - make it respecting CFLAGS while I'm here.
* Add missing manpagekris2002-09-191-1/+1
|
* Update to 0.9.9pat2002-09-162-2/+2
| | | | | PR: ports/42810 Submitted by: maintainer
* Update to version 0.9.8kevlo2002-09-132-2/+2
| | | | | PR: 42666 Submitted by: MAINTAINER
* Add USE_GNOME= gtk12 so configure actually finds gtk and builds the GUI.jim2002-09-082-0/+2
| | | | Submitted by: skrueger@europe.com
* Update to version 0.9.7kevlo2002-09-032-2/+2
| | | | | PR: 42341 Submitted by: MAINTAINER
* Update to version 0.9.6kevlo2002-09-022-3/+3
| | | | | PR: 42259 Submitted by: MAINTAINER
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-1/+2
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Fix MASTER_SITESdwcjr2002-09-011-1/+2
| | | | | PR: 42231 Submitted by: maintainer
* Transfer MAINTAINERship to Lester A. Mesa <lester@mazpe.net> who has beengreid2002-08-312-2/+2
| | | | | | working closely with the author on this software. Submitted by: Lester A. Mesa <lester@mazpe.net>
* Deploy USE_GNOMENG infrastructurelioux2002-08-312-6/+6
| | | | | | PR: 42204 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer
* Deploy USE_GNOMENG infrastructurelioux2002-08-302-2/+4
| | | | | PR: 42204 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to 1.4.8yoichi2002-08-268-11/+8
|
* Upgrade to 2.13.obraun2002-08-235-40/+2
| | | | | | PR: ports/41941 Submitted by: maintainer Approved by: dwcjr (mentor)
* Fix a bug caused by passing insufficient arguments to strncmp(). Thiskris2002-08-232-0/+12
| | | | | was non-fatal for the compiler in -stable because strncmp() is not prototyped, but it fails on -current. Bump PORTREVISION.
* Respect CC and CFLAGSkris2002-08-231-0/+14
|
* Update to version 0.41kevlo2002-08-223-2/+5
| | | | | PR: 41618 Submitted by: MAINTAINER
* Add xchat2 after a repo-copy from xchat. xchat2 is the development versionmarcus2002-08-1815-164/+235
| | | | | | of xchat that supports GTK+ 2 and soon to be supporting GNOME 2. Submitted by: Maxime Romano <verbophobe@hotmail.com> (options listing)
* Nuke xchat-devel.marcus2002-08-181-1/+0
|
* Remove xchat-devel in favor of the soon-to-be-committed xchat2.marcus2002-08-185-95/+0
|
* upgrade to 0.4.0ijliao2002-08-115-31/+44
| | | | | PR: 41504 Submitted by: Ports Fury
* Add a patch that adds IPv6 support to epic4 and bump PORTREVISION accordingly.knu2002-08-094-12/+16
| | | | Approved by: Anders Andersson <anders@hack.org> (MAINTAINER)
* Update to 0.9.6dwcjr2002-08-093-1205/+331
| | | | | PR: 41276 Submitted by: maintainer
* USE_X_PREFIX if WITH_GNOMElioux2002-08-091-0/+1
| | | | Submitted by: maintainer
* Update maintainer email address and MASTER_SITESpat2002-08-081-5/+4
| | | | | PR: ports/41392, ports/41393, ports/41394, ports/41395 Submitted by: maintainer
* Update to 0.0.38.a3.2pat2002-08-085-19/+18
| | | | | | PR: ports/41090 Submitted by: maintainer Reviewed by: Tilman Linneweh <tilman@arved.de>
* Update to 0.9.5.naddy2002-08-014-495/+1250
| | | | | PR: 41188 Submitted by: David Bushong <david+ports@bushong.net>
* * PERL -> REINPLACE_CMD.naddy2002-07-292-940/+948
| | | | | | | | * Fix plist if NOPORTDOCS is defined. * Remove dependency on autoconf213, previously added by mistake. PR: 40817 Submitted by: Tilman Linneweh <tilman@arved.de>
* Update to 0.1.4pat2002-07-233-17/+2
| | | | | PR: ports/40880 Submitted by: maintainer
* Add stub port for xemacs-devel-muleyoichi2002-07-193-0/+36
| | | | | PR: ports/40526 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* Add stub port for xemacs-devel-muleyoichi2002-07-191-0/+1
| | | | | PR: ports/40526 Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
* ja_JP.EUC -> ja_JP.eucJPyoichi2002-07-174-5/+5
| | | | .include <...> -> .include "..."
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.sobomax2002-07-162-2/+4
|
* Add USE_GNOMENGpat2002-07-151-6/+6
| | | | | PR: ports/40560 Submitted by: maintainer
* Update to 0.40pat2002-07-133-2/+4
| | | | | PR: ports/40407 Submitted by: maintainer
* - Added note about /detach not working if compiled with IPv6 support.clive2002-07-092-3/+23
| | | | | | | | | | (Noticed by: Erwin Lansing <erwin@lansing.dk>) - Added WITH_XMMS knob - Made list of build Plugins static to keep plist correct. - Bumped Portrevision PR: ports/40153 Submitted by: Tilman Linneweh <tilman@arved.de> (MAINTAINER)
* Adjust this port slightly for its satellite port (currently chinese/bitchx).clive2002-07-091-1/+2
|
* Add p5-POE-Component-IRC-Object 0.02,skv2002-07-056-0/+53
| | | | | a slightly simpler OO interface to POE::Component::IRC.
* Update to 1.02.gsutter2002-07-054-6/+4
| | | | | | | | | | | Fixes: - The issue with the pid file having bogus permissions - A bug that can result in people remoting crashing your proxy The author states: I won't go into exploitation details here of the latter. That's what the patch is for... It is not a buffer overrun problem, but a null pointer dereference. I'd suggest everyone to upgrade.
* add lostirc 0.1.2ijliao2002-07-017-0/+78
| | | | | | | LostIRC is a simple and minimal IRC client for X PR: 40064 Submitted by: Juan Salaverria <rael@vectorstar.net>
* Add a WITH_PYTHON knob.jim2002-07-014-8/+32
| | | | | PR: 39063 Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
* Update to 0.39pat2002-06-275-26/+63
| | | | | | | | Give maintainership to submitter PR: ports/39789 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> Approved by: maintainer
* Updating my email address.perky2002-06-251-1/+1
| | | | Approved by: cjh (mentor)
* Upgrade to 0.8.5 to fix DoS.vanilla2002-06-234-4/+4
| | | | | PR: ports/39567 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
* Change maintainer to gnome@FreeBSD.org. I have a potential upgrade tojim2002-06-181-1/+1
| | | | | | | | 1.9.1, but I seem to be having some font issues preventing it from starting up, so until I get those straightened out, only commit the maintainer change for now. Discussed with: marcus
* Remove "yagirc" port. It is BROKEN and appears no longer to bemph2002-06-1810-146/+0
| | | | maintained by the author (e.g. we were hosting the distfile ourselves).