summaryrefslogtreecommitdiff
path: root/irc/tkirc (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-09-17Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1-1/+1
Notes: svn path=/head/; revision=21694
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20951
1999-08-24Fix my e-mail address here too. Thanks, Bill!Brian Feldman1-2/+2
Notes: svn path=/head/; revision=20918
1999-06-28ircII is now located in ports/ircMichael Haro1-2/+2
Notes: svn path=/head/; revision=19858
1999-06-28New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1-2/+2
Notes: svn path=/head/; revision=19854
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-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
1999-04-22Another bunch off WWW: links in DESCRMarc G. Fournier1-0/+2
Notes: svn path=/head/; revision=18062
1998-08-07Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=12335
1998-04-14Update to 1.202Jordan K. Hubbard2-4/+4
Notes: svn path=/head/; revision=10514
1998-03-071. PortlintTim Vanderhoek3-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
1998-02-21Add tk virtual category where missing. List of ports which depend on tkBill Fenner1-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
1998-01-18Portlint.Satoshi Asami1-4/+12
Notes: svn path=/head/; revision=9367
1998-01-15tkirc - a Tk based IRC client.Jordan K. Hubbard5-0/+38
Submitted by: brianfeldman@hotmail.com Notes: svn path=/head/; revision=9345