diff options
author | mph <mph@FreeBSD.org> | 1998-05-28 00:53:57 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-28 00:53:57 +0800 |
commit | 429f8498c36ac3751f1cae1f4d02eacdf6b40f0d (patch) | |
tree | 3331c30037e9f744f5b4c0e5bc38c3340017e090 /irc | |
parent | 96a010a5f85d7fe20355c0455e719b861eb6ab7f (diff) | |
download | freebsd-ports-gnome-429f8498c36ac3751f1cae1f4d02eacdf6b40f0d.tar.gz freebsd-ports-gnome-429f8498c36ac3751f1cae1f4d02eacdf6b40f0d.tar.zst freebsd-ports-gnome-429f8498c36ac3751f1cae1f4d02eacdf6b40f0d.zip |
Import of sic, a lightweight IRC client.
PR: 6211
Submitted by: Stefan `Sec` Zehl <sec@42.org>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/sic/Makefile | 18 | ||||
-rw-r--r-- | irc/sic/distinfo | 1 | ||||
-rw-r--r-- | irc/sic/pkg-comment | 1 | ||||
-rw-r--r-- | irc/sic/pkg-descr | 23 | ||||
-rw-r--r-- | irc/sic/pkg-plist | 3 |
5 files changed, 46 insertions, 0 deletions
diff --git a/irc/sic/Makefile b/irc/sic/Makefile new file mode 100644 index 000000000000..09745e3ee4ec --- /dev/null +++ b/irc/sic/Makefile @@ -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> diff --git a/irc/sic/distinfo b/irc/sic/distinfo new file mode 100644 index 000000000000..0e65b18e8cad --- /dev/null +++ b/irc/sic/distinfo @@ -0,0 +1 @@ +MD5 (sic-0.10a.tgz) = dde11f6b1c59f01871f452c58b1eefaa diff --git a/irc/sic/pkg-comment b/irc/sic/pkg-comment new file mode 100644 index 000000000000..879dd5c9febc --- /dev/null +++ b/irc/sic/pkg-comment @@ -0,0 +1 @@ +Another 'Internet Relay Chat' Client. diff --git a/irc/sic/pkg-descr b/irc/sic/pkg-descr new file mode 100644 index 000000000000..fd58f4faaea0 --- /dev/null +++ b/irc/sic/pkg-descr @@ -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> diff --git a/irc/sic/pkg-plist b/irc/sic/pkg-plist new file mode 100644 index 000000000000..a165bf4dbcc0 --- /dev/null +++ b/irc/sic/pkg-plist @@ -0,0 +1,3 @@ +bin/sic +bin/sic-0.10a +bin/sdns |