diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-04 06:14:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-04 06:14:33 +0000 |
commit | 2686a8f1581b23cd8f23ec959ff267663103611f (patch) | |
tree | 0a910d438412674f34c4dd98ce62c35abe8de99d /irc/roxirc | |
parent | f84dd4af62fc726cd418f4599cbc0954c3c53cc7 (diff) | |
download | ports-2686a8f1581b23cd8f23ec959ff267663103611f.tar.gz ports-2686a8f1581b23cd8f23ec959ff267663103611f.zip |
Notes
Diffstat (limited to 'irc/roxirc')
-rw-r--r-- | irc/roxirc/Makefile | 30 | ||||
-rw-r--r-- | irc/roxirc/distinfo | 1 | ||||
-rw-r--r-- | irc/roxirc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/roxirc/pkg-descr | 21 | ||||
-rw-r--r-- | irc/roxirc/pkg-plist | 5 |
5 files changed, 58 insertions, 0 deletions
diff --git a/irc/roxirc/Makefile b/irc/roxirc/Makefile new file mode 100644 index 000000000000..5a798b554704 --- /dev/null +++ b/irc/roxirc/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: roxirc +# Version required: 1.2 +# Date created: Mar 15 1999 +# Whom: rox@fearme.com +# +# $Id$ +# + +DISTNAME= roxirc-1.2 +CATEGORIES= net tk80 +MASTER_SITES= http://w3.lighter.net/roxirc/download/ + +MAINTAINER= rox@fearme.com + +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 + +WRKSRC= ${WRKDIR}/roxirc-1.2 +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/doc/roxirc + ${INSTALL_DATA} ${WRKSRC}/config ${PREFIX}/share/doc/roxirc/config-example + ${INSTALL_DATA} ${WRKSRC}/menus ${PREFIX}/share/doc/roxirc/menus-example + ${INSTALL_DATA} ${WRKSRC}/prefs ${PREFIX}/share/doc/roxirc/prefs-intial + +post-patch: + /usr/bin/perl -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/roxirc + +.include <bsd.port.mk> diff --git a/irc/roxirc/distinfo b/irc/roxirc/distinfo new file mode 100644 index 000000000000..f05cfa530f88 --- /dev/null +++ b/irc/roxirc/distinfo @@ -0,0 +1 @@ +MD5 (roxirc-1.2.tar.gz) = a1d4572db2f1b60da2948400e021161e diff --git a/irc/roxirc/pkg-comment b/irc/roxirc/pkg-comment new file mode 100644 index 000000000000..bfad323e0564 --- /dev/null +++ b/irc/roxirc/pkg-comment @@ -0,0 +1 @@ +A tcl/tk irc client. diff --git a/irc/roxirc/pkg-descr b/irc/roxirc/pkg-descr new file mode 100644 index 000000000000..218631fc3f25 --- /dev/null +++ b/irc/roxirc/pkg-descr @@ -0,0 +1,21 @@ +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 + +For more information see: +http://w3.lighter.net/roxirc/ diff --git a/irc/roxirc/pkg-plist b/irc/roxirc/pkg-plist new file mode 100644 index 000000000000..91a6f073970a --- /dev/null +++ b/irc/roxirc/pkg-plist @@ -0,0 +1,5 @@ +bin/roxirc +share/doc/roxirc/config-example +share/doc/roxirc/menus-example +share/doc/roxirc/prefs-initial +@dirrm share/doc/roxirc |