aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-06-04 14:14:33 +0800
committermharo <mharo@FreeBSD.org>1999-06-04 14:14:33 +0800
commitbce5e14e2d796b755d1eb3579e550b8e1e10f7cc (patch)
tree85adac8b87bfae6208a0d7b10aed5676acef1640
parent8186774631c6add8df4b1980567b11d499aa2ed4 (diff)
downloadfreebsd-ports-gnome-bce5e14e2d796b755d1eb3579e550b8e1e10f7cc.tar.gz
freebsd-ports-gnome-bce5e14e2d796b755d1eb3579e550b8e1e10f7cc.tar.zst
freebsd-ports-gnome-bce5e14e2d796b755d1eb3579e550b8e1e10f7cc.zip
RoxIRC is a graphical IRC client written in tcl/tk. It provides a pleasant,
easy to use, and powerful interface.
-rw-r--r--irc/roxirc/Makefile30
-rw-r--r--irc/roxirc/distinfo1
-rw-r--r--irc/roxirc/pkg-comment1
-rw-r--r--irc/roxirc/pkg-descr21
-rw-r--r--irc/roxirc/pkg-plist5
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