diff options
-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 |