From 9eab9b2baf4f1f3189a1253923d0552290a6a218 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 19 Dec 2002 12:16:14 +0000 Subject: Initial import of xaric 0.12.0 into the NetBSD packages collection. Xaric is a UNIX irc client similer to BitchX or ircII. I would impress you with a list of features, but since it has no impressive features (and lacks a few important ones) that probably is not a good idea. The whole reason for Xaric was to remove all of the bogus, broken crap and silly features from BitchX and have a nice colorful client. Submitted in PR pkg/19451 by Juan RP. --- chat/xaric/DESCR | 5 +++++ chat/xaric/Makefile | 19 +++++++++++++++++++ chat/xaric/PLIST | 3 +++ chat/xaric/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 chat/xaric/DESCR create mode 100644 chat/xaric/Makefile create mode 100644 chat/xaric/PLIST create mode 100644 chat/xaric/distinfo diff --git a/chat/xaric/DESCR b/chat/xaric/DESCR new file mode 100644 index 00000000000..53bf65a1334 --- /dev/null +++ b/chat/xaric/DESCR @@ -0,0 +1,5 @@ +Xaric is a UNIX irc client similer to BitchX or ircII. I would impress you +with a list of features, but since it has no impressive features (and lacks +a few important ones) that probably is not a good idea. The whole reason for +Xaric was to remove all of the bogus, broken crap and silly features from +BitchX and have a nice colorful client. diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile new file mode 100644 index 00000000000..b92c2abe829 --- /dev/null +++ b/chat/xaric/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/19 12:16:14 grant Exp $ +# + +DISTNAME= xaric-0.12.0 +CATEGORIES= chat +MASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://www.xaric.org/ +COMMENT= UNIX irc client similer to BitchX or ircII + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11= YES + +CONFIGURE_ARGS+= --enable-optimize + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/xaric/PLIST b/chat/xaric/PLIST new file mode 100644 index 00000000000..b4fab4f791e --- /dev/null +++ b/chat/xaric/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/19 12:16:14 grant Exp $ +bin/xaric +man/man1/xaric.1 diff --git a/chat/xaric/distinfo b/chat/xaric/distinfo new file mode 100644 index 00000000000..2e2a62f2032 --- /dev/null +++ b/chat/xaric/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/19 12:16:14 grant Exp $ + +SHA1 (xaric-0.12.0.tar.gz) = d832bf3d5679baf7a74a74c2fa67fab1a69e9bff +Size (xaric-0.12.0.tar.gz) = 437156 bytes -- cgit v1.2.3