aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircproxy
Commit message (Collapse)AuthorAgeFilesLines
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Add licensesylvio2011-05-211-0/+2
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 1.3.6sylvio2010-04-186-105/+58
| | | | | | | - Change creation of USER and GROUP to stay of accord with porters-handbook. - Update site of vendor Approved by: itetcu (mentor, implicit)
* - Update my mail address to FreeBSDsylvio2009-11-281-1/+1
| | | | Approved by: miwi (mentor)
* - Update to 1.3.4c.araujo2009-08-282-6/+5
| | | | | | | - Reset maintainer to submitter. PR: ports/138085 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with H,I,J,K,L
* Well, yeah, leave it to me to test an update and all dependent ports,roam2009-06-151-1/+2
| | | | | | | | | notify maintainers, wait for a couple of days, and then only commit the update itself, leaving the dependent ports un-updated :( Bump the shared lib dependency on ports touched by the c-ares update. Pointy hat to: roam (myself)
* - fix build with custom LOCALBASEitetcu2009-06-131-1/+2
| | | | | | | | | - no need to add --prefix= to CONFIGURE_ARGS, it's done by b.p.m because GNU_CONFIGURE=yes Submitted by: Sahil Tandon Reported by: QATty Approved by: portmgr (itetcu@)
* - Update to 1.3.3cbeech2008-01-033-12/+12
| | | | | | | | - Use datadir macro PR: ports/119174 Submitted by: Jonas Kvinge <jonas@night-light.net> Approved by: linimon (mentor)
* - Update to 1.3.1bbeech2007-12-184-35/+51
| | | | | Submitted by: Jonas Kvinge <jonas@emptyglass.night-light.net> (maintainer) Approved by: linimon (mentor)
* - Update to 1.2.42.pre3pav2006-09-055-18/+20
| | | | | | | - Disable automatical crontab editing PR: ports/102826 Submitted by: Jonas Kvinge <jonas@emptyglass.night-light.net> (maintainer)
* - Update to 1.2.42d.pre2pav2006-08-296-92/+78
| | | | | PR: ports/102615 Submitted by: Jonas Kvinge <jonas@night-light.net> (maintainer)
* Un-FORBID: Subvert broken logic for disabling confirmation email.vs2006-02-092-12/+4
| | | | | | Cleanup a bit while here. Approved by: maintainer
* FORBIDDEN: Sends email to authors after compilationkris2006-01-301-0/+2
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* <jonas@jonas.night-light.net>: host emptyglass.night-light.net[81.191.68.120]edwin2004-10-251-1/+1
| | | | | | said: 553 5.3.0 <jonas@jonas.night-light.net>... ADDRESS BLOCKED,MAIL WILL NOT BE READ.RESEND YOUR MAIL TO JONASKI@NIGHT-LIGHT.NET. (in reply to RCPT TO command)
* Pacify portlint.linimon2004-05-181-9/+9
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* new port: irc/ircproxyedwin2003-09-086-0/+168
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>