From 728c648344d77c5cbf8e414d0a7480488648a660 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 9 Nov 1997 23:46:03 +0000 Subject: tk-frontend for ircII --- net/tkirc/Makefile | 24 ++++++++++++++++++++++++ net/tkirc/files/md5 | 1 + net/tkirc/patches/patch-aa | 10 ++++++++++ net/tkirc/pkg/COMMENT | 1 + net/tkirc/pkg/DESCR | 7 +++++++ net/tkirc/pkg/PLIST | 7 +++++++ 6 files changed, 50 insertions(+) create mode 100644 net/tkirc/Makefile create mode 100644 net/tkirc/files/md5 create mode 100644 net/tkirc/patches/patch-aa create mode 100644 net/tkirc/pkg/COMMENT create mode 100644 net/tkirc/pkg/DESCR create mode 100644 net/tkirc/pkg/PLIST (limited to 'net') 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 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 -- cgit v1.2.3