summaryrefslogtreecommitdiff
path: root/chat/tirc
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Convert to buildlink3.snj1-3/+4
2004-02-02link against libnsl and libsocket on Solaris.grant1-1/+3
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-02-01If there's a system header <sys/queue.h>, don't use the one that's bundledagc1-1/+4
with the tirc package, since it is unlikely to work in most cases - use the system one instead.
2002-10-25buildlink1 -> buildlink2.wiz1-2/+3
2001-11-10Add the ncurses buildlink glue.agc1-1/+2
Fixes PR 14526 from mherzog@mediaone.net
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-5/+5
2001-05-11regen (no patch-aa here)wiz1-2/+1
2001-04-27Initial import of tirc-1.2zuntum4-0/+41
tirc is another IRC client. It has support for vi-like editor line and general usage, nickname completion, ANSI-colors, flood protection and many more. Fixes pkg/12527 by majkel@cvd.pl