diff options
author | grant <grant> | 2002-12-19 11:43:20 +0000 |
---|---|---|
committer | grant <grant> | 2002-12-19 11:43:20 +0000 |
commit | 012a16eba98af8332c9d8f1408624a3e5e3c4e2f (patch) | |
tree | 893fe6e667867f4aaf4b76d93b6024e7adf229b0 /chat | |
parent | 2d3546af67381609a73c7d865290ecadb36cd4dd (diff) | |
download | pkgsrc-012a16eba98af8332c9d8f1408624a3e5e3c4e2f.tar.gz |
Initial import of roxirc 1.72 into the NetBSD packages collection.
RoxIRC is a graphical IRC client written in tcl/tk. It provides a pleasant,
easy to use, and powerful interface.
the features include:
ircII style /commands, with history
configurable colors for information types
dedicated query windows
dynamic configuration, no need to restart it
notify list
all tcl scripting
nicklist, see who is in the channel without /names
dialogs for banlist, modes, kick/ban, etc
popup menus when you right click on nicks, channels, querys...
auto reconnect to server/rejoin channels when disconnected
URL catcher
Supports bold and underlined text
Netsplit detection
DCC chat and file transfers
Submitted in PR pkg/19446 by Juan RP.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/roxirc/DESCR | 18 | ||||
-rw-r--r-- | chat/roxirc/Makefile | 30 | ||||
-rw-r--r-- | chat/roxirc/PLIST | 10 | ||||
-rw-r--r-- | chat/roxirc/distinfo | 4 |
4 files changed, 62 insertions, 0 deletions
diff --git a/chat/roxirc/DESCR b/chat/roxirc/DESCR new file mode 100644 index 00000000000..838d348f29d --- /dev/null +++ b/chat/roxirc/DESCR @@ -0,0 +1,18 @@ +RoxIRC is a graphical IRC client written in tcl/tk. It provides a pleasant, +easy to use, and powerful interface. + +the features include: +ircII style /commands, with history +configurable colors for information types +dedicated query windows +dynamic configuration, no need to restart it +notify list +all tcl scripting +nicklist, see who is in the channel without /names +dialogs for banlist, modes, kick/ban, etc +popup menus when you right click on nicks, channels, querys... +auto reconnect to server/rejoin channels when disconnected +URL catcher +Supports bold and underlined text +Netsplit detection +DCC chat and file transfers diff --git a/chat/roxirc/Makefile b/chat/roxirc/Makefile new file mode 100644 index 00000000000..2f2a338332e --- /dev/null +++ b/chat/roxirc/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/19 11:43:20 grant Exp $ +# + +DISTNAME= roxirc-1.72 +CATEGORIES= chat +MASTER_SITES= http://roxirc.lighter.net/download/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://roxirc.lighter.net/ +COMMENT= Graphical IRC client written in tcl/tk + +USE_BUILDLINK2= YES +NO_BUILD= YES +NO_CONFIGURE= YES + +EXAMPLESDIR= ${PREFIX}/share/examples/roxirc + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/roxirc + ${INSTALL_DATA_DIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}/config + ${INSTALL_DATA} ${WRKSRC}/menus ${EXAMPLESDIR}/menus + ${INSTALL_DATA} ${WRKSRC}/bindings ${EXAMPLESDIR}/bindings + ${INSTALL_DATA} ${WRKSRC}/prefs ${EXAMPLESDIR}/prefs-initial + ${INSTALL_DATA} ${WRKSRC}/startup ${EXAMPLESDIR}/startup + ${INSTALL_DATA} ${WRKSRC}/help ${PREFIX}/share/doc/roxirc/help + +.include "../../x11/tk/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/roxirc/PLIST b/chat/roxirc/PLIST new file mode 100644 index 00000000000..bfb824205b2 --- /dev/null +++ b/chat/roxirc/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/19 11:43:20 grant Exp $ +bin/roxirc +share/doc/roxirc/help +share/examples/roxirc/bindings +share/examples/roxirc/config +share/examples/roxirc/menus +share/examples/roxirc/prefs-initial +share/examples/roxirc/startup +@dirrm share/examples/roxirc +@dirrm share/doc/roxirc diff --git a/chat/roxirc/distinfo b/chat/roxirc/distinfo new file mode 100644 index 00000000000..99bf3cce40c --- /dev/null +++ b/chat/roxirc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/19 11:43:20 grant Exp $ + +SHA1 (roxirc-1.72.tar.gz) = 03e3a5a63d448628b811488e996a48665b1348d6 +Size (roxirc-1.72.tar.gz) = 50812 bytes |