summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-11-09 23:46:03 +0000
committerhubertf <hubertf>1997-11-09 23:46:03 +0000
commit728c648344d77c5cbf8e414d0a7480488648a660 (patch)
tree9d3a1f3c91ce5743a84549e9012e86fcf89b49cd /net
parent69ccb399fc1b5d299afec8728c9307688efc531e (diff)
downloadpkgsrc-728c648344d77c5cbf8e414d0a7480488648a660.tar.gz
tk-frontend for ircII
Diffstat (limited to 'net')
-rw-r--r--net/tkirc/Makefile24
-rw-r--r--net/tkirc/files/md51
-rw-r--r--net/tkirc/patches/patch-aa10
-rw-r--r--net/tkirc/pkg/COMMENT1
-rw-r--r--net/tkirc/pkg/DESCR7
-rw-r--r--net/tkirc/pkg/PLIST7
6 files changed, 50 insertions, 0 deletions
diff --git a/net/tkirc/Makefile b/net/tkirc/Makefile
new file mode 100644
index 00000000000..870379436f1
--- /dev/null
+++ b/net/tkirc/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 1997/11/09 23:46:03 hubertf Exp $
+
+DISTNAME= tkirc-1.147
+DISTFILES= tkirc1.147.tar.gz
+WRKSRC= ${WRKDIR}/tkirc
+MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/
+
+MAINTAINER= hubertf@netbsd.org
+CATEGORIES= net x11
+RUN_DEPENDS= irc:${PORTSDIR}/net/ircII \
+ wish8.0:${PORTSDIR}/x11/tk80
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tkirc ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/doc/tkirc
+ ${INSTALL_DATA} ${WRKSRC}/tkircrc-example ${PREFIX}/share/doc/tkirc
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkirc
+ ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/tkirc
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tkirc
+
+.include <bsd.port.mk>
diff --git a/net/tkirc/files/md5 b/net/tkirc/files/md5
new file mode 100644
index 00000000000..4638f1716a3
--- /dev/null
+++ b/net/tkirc/files/md5
@@ -0,0 +1 @@
+MD5 (tkirc1.147.tar.gz) = 4811d85304b4dc782a3fc7cb809d133e
diff --git a/net/tkirc/patches/patch-aa b/net/tkirc/patches/patch-aa
new file mode 100644
index 00000000000..41be0dafd25
--- /dev/null
+++ b/net/tkirc/patches/patch-aa
@@ -0,0 +1,10 @@
+--- tkirc.BAK Sun Nov 9 21:05:06 1997
++++ tkirc Sun Nov 9 21:05:14 1997
+@@ -1,6 +1,6 @@
+ #! /bin/sh
+ # \
+-exec wish "$0" "$@"
++exec wish8.0 "$0" "$@"
+
+ #############################################################################
+ # #
diff --git a/net/tkirc/pkg/COMMENT b/net/tkirc/pkg/COMMENT
new file mode 100644
index 00000000000..724e7d21e94
--- /dev/null
+++ b/net/tkirc/pkg/COMMENT
@@ -0,0 +1 @@
+GUI for the ircII Internet Relay Chat client
diff --git a/net/tkirc/pkg/DESCR b/net/tkirc/pkg/DESCR
new file mode 100644
index 00000000000..95ebe0d0c3d
--- /dev/null
+++ b/net/tkirc/pkg/DESCR
@@ -0,0 +1,7 @@
+tkirc is a frontend for unix's ircII (shell-client for the Internet
+Relay Chat) based on Tcl/Tk. If you know how to use ircII, you should
+not have any problems to use tkirc after installation.
+
+See /usr/pkg/share/doc/tkirc/README for more information.
+
+Also, copy /usr/pkg/share/doc/tkirc/tkircrc-example to $HOME/.tkircrc.
diff --git a/net/tkirc/pkg/PLIST b/net/tkirc/pkg/PLIST
new file mode 100644
index 00000000000..e966d32d76e
--- /dev/null
+++ b/net/tkirc/pkg/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1997/11/09 23:46:04 hubertf Exp $
+bin/tkirc
+share/doc/tkirc/tkircrc-example
+share/doc/tkirc/README
+share/doc/tkirc/CHANGES
+share/doc/tkirc/COPYING
+@dirrm share/doc/tkirc