diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-09 23:46:03 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-09 23:46:03 +0000 |
commit | dad9eb1c2044931416af04d48009cfc77dcdf1a8 (patch) | |
tree | 9d3a1f3c91ce5743a84549e9012e86fcf89b49cd /net/tkirc | |
parent | 978c32564e3693370248ac739aa1ca497d0568d4 (diff) | |
download | pkgsrc-dad9eb1c2044931416af04d48009cfc77dcdf1a8.tar.gz |
tk-frontend for ircII
Diffstat (limited to 'net/tkirc')
-rw-r--r-- | net/tkirc/Makefile | 24 | ||||
-rw-r--r-- | net/tkirc/files/md5 | 1 | ||||
-rw-r--r-- | net/tkirc/patches/patch-aa | 10 | ||||
-rw-r--r-- | net/tkirc/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/tkirc/pkg/DESCR | 7 | ||||
-rw-r--r-- | net/tkirc/pkg/PLIST | 7 |
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 |