diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-04-18 07:33:59 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-04-18 07:33:59 +0000 |
commit | 93a33a7cd54a46d1f4ef8f7f91bccc65f2df1c6e (patch) | |
tree | 067a78f70285be07a27c8e353a238d84f5ebc021 /irc | |
parent | 99b4e1e7950c12a06d6d31186e20d274376267b8 (diff) | |
download | ports-93a33a7cd54a46d1f4ef8f7f91bccc65f2df1c6e.tar.gz ports-93a33a7cd54a46d1f4ef8f7f91bccc65f2df1c6e.zip |
Add new port Xaric - a UNIX irc client similer to BitchX or ircII.
PR: ports/25129
Submitted by: Alan P. Laudicina <alanp@unixpower.org>
Notes
Notes:
svn path=/head/; revision=41635
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/xaric/Makefile | 19 | ||||
-rw-r--r-- | irc/xaric/distinfo | 1 | ||||
-rw-r--r-- | irc/xaric/pkg-comment | 1 | ||||
-rw-r--r-- | irc/xaric/pkg-descr | 5 | ||||
-rw-r--r-- | irc/xaric/pkg-plist | 1 |
6 files changed, 28 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 77c814ebd8f8..c955a6f3a4d7 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -36,6 +36,7 @@ SUBDIR += tircproxy SUBDIR += tkirc SUBDIR += trickyirc + SUBDIR += xaric SUBDIR += xchat SUBDIR += xchat-devel SUBDIR += yagirc diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile new file mode 100644 index 000000000000..9f93485d6b96 --- /dev/null +++ b/irc/xaric/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: Xaric +# Date created: 16 Feb 01 +# Whom: alanp@unixpower.org +# +# $FreeBSD$ +# + +PORTNAME= xaric +PORTVERSION= 0.9f +CATEGORIES= irc +MASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ \ + ftp://ftp.unixpower.org/pub/xaric/ + +MAINTAINER= alanp@unixpower.org + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/irc/xaric/distinfo b/irc/xaric/distinfo new file mode 100644 index 000000000000..7a16e752d11e --- /dev/null +++ b/irc/xaric/distinfo @@ -0,0 +1 @@ +MD5 (xaric-0.9f.tar.gz) = e41167d07a7c6766239d3e3a84561e3e diff --git a/irc/xaric/pkg-comment b/irc/xaric/pkg-comment new file mode 100644 index 000000000000..1c7a130eb134 --- /dev/null +++ b/irc/xaric/pkg-comment @@ -0,0 +1 @@ +Xaric IRC Client diff --git a/irc/xaric/pkg-descr b/irc/xaric/pkg-descr new file mode 100644 index 000000000000..a5a305df26ea --- /dev/null +++ b/irc/xaric/pkg-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/irc/xaric/pkg-plist b/irc/xaric/pkg-plist new file mode 100644 index 000000000000..cb3d9f2a3050 --- /dev/null +++ b/irc/xaric/pkg-plist @@ -0,0 +1 @@ +bin/xaric |