summaryrefslogtreecommitdiff
path: root/chat/tirc
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-04-27 10:59:49 +0000
committerzuntum <zuntum>2001-04-27 10:59:49 +0000
commite132eaa36eca38a6bad2bd9a3aea746cfe7308f2 (patch)
tree3523d3bda8b60fc5e7ba7b41c650ccb9a85981b6 /chat/tirc
parent2dcbccfc1b9ac56f2290cb9b51d350d00fea2c5d (diff)
downloadpkgsrc-e132eaa36eca38a6bad2bd9a3aea746cfe7308f2.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/Makefile28
-rw-r--r--chat/tirc/distinfo5
-rw-r--r--chat/tirc/pkg/DESCR3
-rw-r--r--chat/tirc/pkg/PLIST5
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