diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-04-27 10:59:49 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-04-27 10:59:49 +0000 |
commit | d73ccf5ed7c2424c3c167a8a3353639ee61bcc10 (patch) | |
tree | 3523d3bda8b60fc5e7ba7b41c650ccb9a85981b6 /chat/tirc | |
parent | 3500c76848c01618ad8f638f1272e857d2aebdde (diff) | |
download | pkgsrc-d73ccf5ed7c2424c3c167a8a3353639ee61bcc10.tar.gz |
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
Diffstat (limited to 'chat/tirc')
-rw-r--r-- | chat/tirc/Makefile | 28 | ||||
-rw-r--r-- | chat/tirc/distinfo | 5 | ||||
-rw-r--r-- | chat/tirc/pkg/DESCR | 3 | ||||
-rw-r--r-- | chat/tirc/pkg/PLIST | 5 |
4 files changed, 41 insertions, 0 deletions
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 |