From d73ccf5ed7c2424c3c167a8a3353639ee61bcc10 Mon Sep 17 00:00:00 2001 From: zuntum Date: Fri, 27 Apr 2001 10:59:49 +0000 Subject: Initial import of tirc-1.2 tirc is another IRC client. It has support for vi-like editor line and general usage, nickname completion, ANSI-colors, flood protection and many more. Fixes pkg/12527 by majkel@cvd.pl --- chat/tirc/Makefile | 28 ++++++++++++++++++++++++++++ chat/tirc/distinfo | 5 +++++ chat/tirc/pkg/DESCR | 3 +++ chat/tirc/pkg/PLIST | 5 +++++ 4 files changed, 41 insertions(+) create mode 100644 chat/tirc/Makefile create mode 100644 chat/tirc/distinfo create mode 100644 chat/tirc/pkg/DESCR create mode 100644 chat/tirc/pkg/PLIST (limited to 'chat') diff --git a/chat/tirc/Makefile b/chat/tirc/Makefile new file mode 100644 index 00000000000..f41f62570d9 --- /dev/null +++ b/chat/tirc/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 10:59:49 zuntum Exp $ +# + +DISTNAME= tirc-1.2 +CATEGORIES= chat +MASTER_SITES= ftp://ftp.mayn.de/pub/unix/network/irc/tirc/ + +MAINTAINER= packages@netbsd.org +COMMENT= Token's 'Internet Relay Chat' Client + +GNU_CONFIGURE= YES + +CONFIGURE_ARGS+="--with-ansi-colours" + +post-patch: + ${SED} "s,/usr/local,${PREFIX},g" ${WRKSRC}/tirc.1 \ + > ${WRKSRC}/tirc.1.done + ${MV} ${WRKSRC}/tirc.1.done ${WRKSRC}/tirc.1 + + ${SED} "s,/usr/local/share/tircrc,${PREFIX}/share/tirc/tircrc,g"\ + ${WRKSRC}/main.c > ${WRKSRC}/main.c.done + ${MV} ${WRKSRC}/main.c.done ${WRKSRC}/main.c + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/tirc + ${INSTALL_DATA} ${WRKSRC}/dot.tircrc ${PREFIX}/share/tirc/tircrc + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/tirc/distinfo b/chat/tirc/distinfo new file mode 100644 index 00000000000..a4281ce9ccb --- /dev/null +++ b/chat/tirc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/04/27 10:59:49 zuntum Exp $ + +SHA1 (tirc-1.2.tar.gz) = eae51ae46282943a3c1a3aa134aaec9455e0f65b +Size (tirc-1.2.tar.gz) = 300089 bytes +SHA1 (patch-aa) = e2d6911bdb631f2db4db2c364ffb82b6b1b64885 diff --git a/chat/tirc/pkg/DESCR b/chat/tirc/pkg/DESCR new file mode 100644 index 00000000000..04ef1ad0744 --- /dev/null +++ b/chat/tirc/pkg/DESCR @@ -0,0 +1,3 @@ +tirc is another IRC client. It has support for vi-like editor line and +general usage, nickname completion, ANSI-colors, flood protection and +many more. diff --git a/chat/tirc/pkg/PLIST b/chat/tirc/pkg/PLIST new file mode 100644 index 00000000000..b2906a6bd7b --- /dev/null +++ b/chat/tirc/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/27 10:59:49 zuntum Exp $ +bin/tirc +man/man1/tirc.1 +share/tirc/tircrc +@dirrm share/tirc -- cgit v1.2.3