From ae7f28b14b06c1eab086fb0359ef2022f56305d1 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 15 Dec 2000 00:36:25 +0000 Subject: Create new 'chat' category, featuring chat clients and servers of all kinds. Move some packages from 'net' here. --- chat/tkirc/Makefile | 27 +++++++++++++++++++++++++++ chat/tkirc/files/md5 | 3 +++ chat/tkirc/pkg/COMMENT | 1 + chat/tkirc/pkg/DESCR | 7 +++++++ chat/tkirc/pkg/PLIST | 7 +++++++ 5 files changed, 45 insertions(+) create mode 100644 chat/tkirc/Makefile create mode 100644 chat/tkirc/files/md5 create mode 100644 chat/tkirc/pkg/COMMENT create mode 100644 chat/tkirc/pkg/DESCR create mode 100644 chat/tkirc/pkg/PLIST (limited to 'chat/tkirc') diff --git a/chat/tkirc/Makefile b/chat/tkirc/Makefile new file mode 100644 index 00000000000..0617e411e36 --- /dev/null +++ b/chat/tkirc/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:25 wiz Exp $ + +DISTNAME= tkirc1.202 +PKGNAME= tkirc-1.202 +CATEGORIES= chat x11 +MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.north.de/~atte/tkirc/ + +DEPENDS+= ircII-*:../../chat/ircII +DEPENDS+= tk>=8.3.2:../../x11/tk + +USE_X11= yes +NO_CONFIGURE= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/tkirc + +do-install: + ${INSTALL_SCRIPT} ${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 "../../mk/bsd.pkg.mk" diff --git a/chat/tkirc/files/md5 b/chat/tkirc/files/md5 new file mode 100644 index 00000000000..b360a241de4 --- /dev/null +++ b/chat/tkirc/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/15 00:36:25 wiz Exp $ + +MD5 (tkirc1.202.tar.gz) = f00d23922764bb5091ab0e4f8a10a528 diff --git a/chat/tkirc/pkg/COMMENT b/chat/tkirc/pkg/COMMENT new file mode 100644 index 00000000000..724e7d21e94 --- /dev/null +++ b/chat/tkirc/pkg/COMMENT @@ -0,0 +1 @@ +GUI for the ircII Internet Relay Chat client diff --git a/chat/tkirc/pkg/DESCR b/chat/tkirc/pkg/DESCR new file mode 100644 index 00000000000..95ebe0d0c3d --- /dev/null +++ b/chat/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/chat/tkirc/pkg/PLIST b/chat/tkirc/pkg/PLIST new file mode 100644 index 00000000000..ee08694a2c6 --- /dev/null +++ b/chat/tkirc/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 00:36:25 wiz 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