Initial import of ScrollZ 1.8l into the NetBSD packages collection.

ScrollZ is an advanced IRC client based on ircII client. It was
developed on Linux, but can be compiled on variety of Unix platforms.

Major features:
	* supports colors
	* internal userlist and shitlist
	* a lot of things are stored in memory, so we don't have to
	  contact server at all in some cases
	* improved file exchange (based on Sheik's cdcc.c)
	* improved cosmetics (based on TooLie Box by Zakath)
	* improved flood protection
	* adds channel protection
	* comes with user-friendly options like tab key, auto reply and
	  URL catcher
	* logs events important to you when you're away (customizable)
	* adds OperVision (optional; coded by Zakath)
	* supports virtual IP
	* supports IPv6

Submitted in PR pkg/18846 by Juan@xtraeme.dyndns.org.
This commit is contained in:
grant 2002-12-06 18:25:22 +00:00
parent 2242f67cbc
commit 8a455f9677
4 changed files with 43 additions and 0 deletions

2
chat/scrollz/DESCR Normal file
View file

@ -0,0 +1,2 @@
ScrollZ is an advanced IRC client based on ircII client. It was
developed on Linux, but can be compiled on variety of Unix platforms.

25
chat/scrollz/Makefile Normal file
View file

@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/12/06 18:25:22 grant Exp $
#
DISTNAME= ScrollZ-1.8l
PKGNAME= scrollz-1.8l
CATEGORIES= chat
MASTER_SITES= http://scrollz.broken.com/source/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jrp@hispabsd.org
HOMEPAGE= http://www.scrollz.com/
COMMENT= Advanced IRC client based on ircII client
BUILD_DEFS+= USE_INET6
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS+= --enable-ipv6
.endif
.include "../../mk/bsd.pkg.mk"

12
chat/scrollz/PLIST Normal file
View file

@ -0,0 +1,12 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/06 18:25:22 grant Exp $
bin/scrollz
bin/scrollz-${PKGVERSION}
lib/scrollz/doc/ScrollZ.doc
lib/scrollz/help/ScrollZ.help
@exec ${MKDIR} %D/lib/scrollz/translation
@dirrm lib/scrollz/translation
@exec ${MKDIR} %D/lib/scrollz/script
@dirrm lib/scrollz/script
@dirrm lib/scrollz/help
@dirrm lib/scrollz/doc
@dirrm lib/scrollz

4
chat/scrollz/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2002/12/06 18:25:22 grant Exp $
SHA1 (ScrollZ-1.8l.tar.bz2) = 859648a2d14f96182ed3ebcbb2eef1c2874869c7
Size (ScrollZ-1.8l.tar.bz2) = 508876 bytes