mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Import of sic, a lightweight IRC client.
PR: 6211 Submitted by: Stefan `Sec` Zehl <sec@42.org>
This commit is contained in:
parent
c1caf41745
commit
ba8c709859
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11167
18
irc/sic/Makefile
Normal file
18
irc/sic/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# New ports collection makefile for: sic
|
||||
# Version required: 0.10a
|
||||
# Date created: 04 Apr 1998
|
||||
# Whom: sec@42.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= sic-0.10a
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.stealth.net/~kalt/sic/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= sec@42.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
irc/sic/distinfo
Normal file
1
irc/sic/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sic-0.10a.tgz) = dde11f6b1c59f01871f452c58b1eefaa
|
1
irc/sic/pkg-comment
Normal file
1
irc/sic/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Another 'Internet Relay Chat' Client.
|
23
irc/sic/pkg-descr
Normal file
23
irc/sic/pkg-descr
Normal file
@ -0,0 +1,23 @@
|
||||
I could not find a client with the features I was looking for, so yes,
|
||||
here is yet another IRC client. Here's what makes it different from
|
||||
others:
|
||||
|
||||
* absolutely NO scripting ability.
|
||||
* termcap based (e.g. fast!).
|
||||
* emacs-style key bindings
|
||||
* full ircd 2.9+ support.
|
||||
* virtual windows a la screen(1).
|
||||
* multi server support.
|
||||
* non blocking TCP connections.
|
||||
* basic support for multi-homed systems.
|
||||
* everything goes and stays in the lastlog.
|
||||
* convenient scrolling (with searching abilities) in the lastlog.
|
||||
* 10 display filters! (2 ignore features are based on this).
|
||||
* highly customizable. (format strings, filters..)
|
||||
* customization possible at every level (channel, window, server..).
|
||||
* non blocking DNS lookups (A and PTR records).
|
||||
* "tabkey" style completion for /msg, /squery and public discussion.
|
||||
* DCC support.
|
||||
* CTCP support.
|
||||
|
||||
-- Christophe Kalt <kalt@stealth.net>
|
3
irc/sic/pkg-plist
Normal file
3
irc/sic/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/sic
|
||||
bin/sic-0.10a
|
||||
bin/sdns
|
Loading…
Reference in New Issue
Block a user