diff options
author | grant <grant@pkgsrc.org> | 2002-12-19 12:16:14 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-19 12:16:14 +0000 |
commit | 9eab9b2baf4f1f3189a1253923d0552290a6a218 (patch) | |
tree | 30d2ae73b577bb9ad82288ed4fd12fd00171ee4b /chat | |
parent | 0c2ce61e1a60b5d1928f356238a4d89e5968892c (diff) | |
download | pkgsrc-9eab9b2baf4f1f3189a1253923d0552290a6a218.tar.gz |
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.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xaric/DESCR | 5 | ||||
-rw-r--r-- | chat/xaric/Makefile | 19 | ||||
-rw-r--r-- | chat/xaric/PLIST | 3 | ||||
-rw-r--r-- | chat/xaric/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
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 |