aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ninja/files
Commit message (Collapse)AuthorAgeFilesLines
* fix build on 5-CURRENT after RFC3542 change (EAI_ADDRFAMILY andume2003-10-301-0/+16
| | | | | | | | | | | | EAI_NODATA were obsoleted). There is some issue; we have EAI_NODATA as an alias of EAI_NONAME for workaround. However, some of these ports use it as a case label of switch. Since our alias broke such code, we may better to consider deleting such alias. Requested by: kris Approved by: portmgr (kris) (implicitly)
* Oops, this was supposed to be removed.petef2001-11-091-0/+0
| | | | Noticed by: maintainer
* Update to 1.5.5petef2001-11-091-29/+0
| | | | | PR: 31861 Submitted by: maintainer
* update to 1.5.2.sf2001-03-061-2/+20
| | | | | PR: 25532 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* Update to version 1.5.1kevlo2001-01-232-14/+3
| | | | | PR: 24551 Submitted by: Ports Fury
* Author fixed a bug without updating the version number.cpiazza1999-06-261-1/+1
|
* Update to 1.1billf1999-06-172-7/+7
| | | | | PR: ports/12235 Submitted by: maintainer
* Update to version 1.0.9.steve1999-05-171-3/+3
| | | | | PR: 11659 Submitted by: maintainer
* Ninja is yet another ircII based irc client.mharo1999-04-152-0/+22
PR: 11078 Submitted by: Chris Piazza <cpiazza@home.net>