mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add new port Xaric - a UNIX irc client similer to BitchX or ircII.
PR: ports/25129 Submitted by: Alan P. Laudicina <alanp@unixpower.org>
This commit is contained in:
parent
99b4e1e795
commit
93a33a7cd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41635
6 changed files with 28 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
SUBDIR += tircproxy
|
||||
SUBDIR += tkirc
|
||||
SUBDIR += trickyirc
|
||||
SUBDIR += xaric
|
||||
SUBDIR += xchat
|
||||
SUBDIR += xchat-devel
|
||||
SUBDIR += yagirc
|
||||
|
|
19
irc/xaric/Makefile
Normal file
19
irc/xaric/Makefile
Normal file
|
@ -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>
|
1
irc/xaric/distinfo
Normal file
1
irc/xaric/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xaric-0.9f.tar.gz) = e41167d07a7c6766239d3e3a84561e3e
|
1
irc/xaric/pkg-comment
Normal file
1
irc/xaric/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Xaric IRC Client
|
5
irc/xaric/pkg-descr
Normal file
5
irc/xaric/pkg-descr
Normal file
|
@ -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.
|
1
irc/xaric/pkg-plist
Normal file
1
irc/xaric/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/xaric
|
Loading…
Add table
Reference in a new issue