From 1e3ee66e9fd1cb143affbaab6b9a39c0c92c739f Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 15 Jan 1998 23:26:30 +0000 Subject: tkirc - a Tk based IRC client. Submitted by: brianfeldman@hotmail.com --- irc/tkirc/Makefile | 23 +++++++++++++++++++++++ irc/tkirc/distinfo | 1 + irc/tkirc/pkg-comment | 1 + irc/tkirc/pkg-descr | 7 +++++++ irc/tkirc/pkg-plist | 6 ++++++ 5 files changed, 38 insertions(+) create mode 100644 irc/tkirc/Makefile create mode 100644 irc/tkirc/distinfo create mode 100644 irc/tkirc/pkg-comment create mode 100644 irc/tkirc/pkg-descr create mode 100644 irc/tkirc/pkg-plist (limited to 'irc/tkirc') diff --git a/irc/tkirc/Makefile b/irc/tkirc/Makefile new file mode 100644 index 000000000000..99cbdcf13313 --- /dev/null +++ b/irc/tkirc/Makefile @@ -0,0 +1,23 @@ +DISTNAME= tkirc-1.151 +DISTFILES= tkirc1.151.tar.gz +WRKSRC= ${WRKDIR}/tkirc +MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/ + +MAINTAINER= brianfeldman@hotmail.com +CATEGORIES= net x11 +RUN_DEPENDS= irc:${PORTSDIR}/net/ircII \ + wish8.0:${PORTSDIR}/x11/tk80 + +NO_CONFIGURE= yes +NO_BUILD= yes +STRIP= + +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/irc/tkirc/distinfo b/irc/tkirc/distinfo new file mode 100644 index 000000000000..c1828c70c9e7 --- /dev/null +++ b/irc/tkirc/distinfo @@ -0,0 +1 @@ +MD5 (tkirc1.151.tar.gz) = cecd4163ec86a43ad402dfa4a87eb79f diff --git a/irc/tkirc/pkg-comment b/irc/tkirc/pkg-comment new file mode 100644 index 000000000000..724e7d21e94d --- /dev/null +++ b/irc/tkirc/pkg-comment @@ -0,0 +1 @@ +GUI for the ircII Internet Relay Chat client diff --git a/irc/tkirc/pkg-descr b/irc/tkirc/pkg-descr new file mode 100644 index 000000000000..95ebe0d0c3d4 --- /dev/null +++ b/irc/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/irc/tkirc/pkg-plist b/irc/tkirc/pkg-plist new file mode 100644 index 000000000000..5a999c4982d4 --- /dev/null +++ b/irc/tkirc/pkg-plist @@ -0,0 +1,6 @@ +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