Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 1998 21:29:58 +0200 (CEST)
From:      Stefan `Sec` Zehl <sec@42.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6211: New port: sic-0.10a (net)
Message-ID:  <199804041929.VAA15225@matrix.42.org>

next in thread | raw e-mail | index | archive | help

>Number:         6211
>Category:       ports
>Synopsis:       New port: sic-0.10a (net)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr  4 11:40:01 PST 1998
>Last-Modified:
>Originator:     Stefan `Sec` Zehl
>Organization:
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

FreeBSD matrix 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Sun Jan 11 04:14:33 CET 1998     sec@matrix:/usr/src/sys/compile/MATRIX  i386
	

>Description:

This is a new port of sic. 

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>

	

>How-To-Repeat:

	

>Fix:
	
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sic/
#	sic/Makefile
#	sic/files
#	sic/files/md5
#	sic/patches
#	sic/patches/patch-aa
#	sic/pkg
#	sic/pkg/COMMENT
#	sic/pkg/DESCR
#	sic/pkg/PLIST
#
echo c - sic/
mkdir -p sic/ > /dev/null 2>&1
echo x - sic/Makefile
sed 's/^X//' >sic/Makefile << 'END-of-sic/Makefile'
X# New ports collection makefile for:	sic
X# Version required:	0.10a
X# Date created:		04 Apr 1998
X# Whom:			sec@42.org
X#
X# $Id$
X#
X
XDISTNAME=	sic-0.10a
XCATEGORIES=	net
XMASTER_SITES=	http://www.stealth.net/~kalt/sic/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	sec@42.org
X
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-sic/Makefile
echo c - sic/files
mkdir -p sic/files > /dev/null 2>&1
echo x - sic/files/md5
sed 's/^X//' >sic/files/md5 << 'END-of-sic/files/md5'
XMD5 (sic-0.10a.tgz) = dde11f6b1c59f01871f452c58b1eefaa
END-of-sic/files/md5
echo c - sic/patches
mkdir -p sic/patches > /dev/null 2>&1
echo x - sic/patches/patch-aa
sed 's/^X//' >sic/patches/patch-aa << 'END-of-sic/patches/patch-aa'
X--- server.c.org	Sat Apr  4 19:48:55 1998
X+++ server.c	Sat Apr  4 19:59:58 1998
X@@ -1074,10 +1074,7 @@
X  *	0 -> chat , 1 -> send
X  */
X void
X-sic_dcc(type, nick, ip, port, file, size)
X-  char type, *nick, *file;
X-  unsigned long ip, size;
X-  unsigned int port;
X+sic_dcc(char type, char *nick, unsigned long ip, unsigned int port, char *file, unsigned long size)
X {
X   struct server_ *dtmp = slist;
X   unsigned long	lip;
END-of-sic/patches/patch-aa
echo c - sic/pkg
mkdir -p sic/pkg > /dev/null 2>&1
echo x - sic/pkg/COMMENT
sed 's/^X//' >sic/pkg/COMMENT << 'END-of-sic/pkg/COMMENT'
XAnother 'Internet Relay Chat' Client.
END-of-sic/pkg/COMMENT
echo x - sic/pkg/DESCR
sed 's/^X//' >sic/pkg/DESCR << 'END-of-sic/pkg/DESCR'
XI could not find a client with the features I was looking for, so yes,
Xhere is yet another IRC client.  Here's what makes it different from
Xothers:
X
X   * absolutely NO scripting ability.
X   * termcap based (e.g. fast!).
X   * emacs-style key bindings
X   * full ircd 2.9+ support.
X   * virtual windows a la screen(1).
X   * multi server support.
X   * non blocking TCP connections.
X   * basic support for multi-homed systems.
X   * everything goes and stays in the lastlog.
X   * convenient scrolling (with searching abilities) in the lastlog.
X   * 10 display filters! (2 ignore features are based on this).
X   * highly customizable. (format strings, filters..)
X   * customization possible at every level (channel, window, server..).
X   * non blocking DNS lookups (A and PTR records).
X   * "tabkey" style completion for /msg, /squery and public discussion.
X   * DCC support.
X   * CTCP support.
X
X                                         -- Christophe Kalt <kalt@stealth.net>
END-of-sic/pkg/DESCR
echo x - sic/pkg/PLIST
sed 's/^X//' >sic/pkg/PLIST << 'END-of-sic/pkg/PLIST'
Xbin/sic
Xbin/sic-0.10a
Xbin/sdns
END-of-sic/pkg/PLIST
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804041929.VAA15225>