diff options
Diffstat (limited to 'chat')
-rw-r--r-- | chat/tkirc2/Makefile | 34 | ||||
-rw-r--r-- | chat/tkirc2/distinfo | 4 | ||||
-rw-r--r-- | chat/tkirc2/pkg/DESCR | 7 | ||||
-rw-r--r-- | chat/tkirc2/pkg/PLIST | 16 |
4 files changed, 61 insertions, 0 deletions
diff --git a/chat/tkirc2/Makefile b/chat/tkirc2/Makefile new file mode 100644 index 00000000000..20ade5615a3 --- /dev/null +++ b/chat/tkirc2/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/07 06:18:57 tron Exp $ + +DISTNAME= tkirc2.46 +PKGNAME= tkirc2-2.46 +CATEGORIES= chat x11 +MASTER_SITES= ftp://ftp.netsplit.de/pub/tcltk/ + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://netsplit.de/tkirc2/ +COMMENT= GUI for the ircII Internet Relay Chat client + +DEPENDS+= ircII-*:../../chat/ircII +DEPENDS+= tk>=8.3.2:../../x11/tk + +USE_X11= yes +NO_CONFIGURE= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/tkirc2 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/tkirc2 ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkirc2 + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tkirc2/scripts + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkirc2 + ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/tkirc2 + ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tkirc2 + ${INSTALL_SCRIPT} ${WRKSRC}/.tkirc2/scripts/* \ + ${PREFIX}/share/examples/tkirc2/scripts + ${INSTALL_DATA} ${WRKSRC}/.tkirc2/netscape.sh \ + ${PREFIX}/share/examples/tkirc2 + ${INSTALL_DATA} ${WRKSRC}/.tkirc2/tkircrc-example \ + ${PREFIX}/share/examples/tkirc2 + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/tkirc2/distinfo b/chat/tkirc2/distinfo new file mode 100644 index 00000000000..4cc812eee5f --- /dev/null +++ b/chat/tkirc2/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/07 06:18:57 tron Exp $ + +SHA1 (tkirc2.46.tar.gz) = 5691fd4c80cfa9dd57cd9d3af53390ce9ad26ec5 +Size (tkirc2.46.tar.gz) = 105399 bytes diff --git a/chat/tkirc2/pkg/DESCR b/chat/tkirc2/pkg/DESCR new file mode 100644 index 00000000000..95ebe0d0c3d --- /dev/null +++ b/chat/tkirc2/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/chat/tkirc2/pkg/PLIST b/chat/tkirc2/pkg/PLIST new file mode 100644 index 00000000000..8e21af83462 --- /dev/null +++ b/chat/tkirc2/pkg/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/07 06:18:57 tron Exp $ +bin/tkirc2 +share/doc/tkirc2/CHANGES +share/doc/tkirc2/COPYING +share/doc/tkirc2/README +share/examples/tkirc2/netscape.sh +share/examples/tkirc2/tkircrc-example +share/examples/tkirc2/scripts/crazy1.tcl +share/examples/tkirc2/scripts/crazy2.tcl +share/examples/tkirc2/scripts/crazy3.tcl +share/examples/tkirc2/scripts/examples.tcl +share/examples/tkirc2/scripts/hilo.tcl +share/examples/tkirc2/scripts/sound.tcl +@dirrm share/examples/tkirc2/scripts +@dirrm share/examples/tkirc2 +@dirrm share/doc/tkirc2 |