summaryrefslogtreecommitdiff
path: root/irc/tkirc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Fix my e-mail address here too. Thanks, Bill!Brian Feldman1999-08-241-2/+2
| | | | Notes: svn path=/head/; revision=20918
* ircII is now located in ports/ircMichael Haro1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19858
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Another bunch off WWW: links in DESCRMarc G. Fournier1999-04-221-0/+2
| | | | Notes: svn path=/head/; revision=18062
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Update to 1.202Jordan K. Hubbard1998-04-142-4/+4
| | | | Notes: svn path=/head/; revision=10514
* 1. PortlintTim Vanderhoek1998-03-073-11/+13
| | | | | | | | | | | | | 2. Remove virtual category x11 when tk80 is there. 3. FreeBSD uses /usr/local, not /usr/pkg (from pkg/DESCR) 4. Make pkg/COMMENT a full-fledged sentence. 5. Use ${INSTALL_SCRIPT} to install scripts. 6. Fix to work with tcl/tk in the Post-Tcl world. PR: ports/5894 (#6 only) Notes: svn path=/head/; revision=10063
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* Portlint.Satoshi Asami1998-01-181-4/+12
| | | | Notes: svn path=/head/; revision=9367
* tkirc - a Tk based IRC client.Jordan K. Hubbard1998-01-155-0/+38
Submitted by: brianfeldman@hotmail.com Notes: svn path=/head/; revision=9345