From 91d85c497c3be96342c356c2abb96c02871fb6d7 Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 6 Dec 2002 18:25:22 +0000 Subject: 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. --- chat/scrollz/DESCR | 2 ++ chat/scrollz/Makefile | 25 +++++++++++++++++++++++++ chat/scrollz/PLIST | 12 ++++++++++++ chat/scrollz/distinfo | 4 ++++ 4 files changed, 43 insertions(+) create mode 100644 chat/scrollz/DESCR create mode 100644 chat/scrollz/Makefile create mode 100644 chat/scrollz/PLIST create mode 100644 chat/scrollz/distinfo (limited to 'chat/scrollz') diff --git a/chat/scrollz/DESCR b/chat/scrollz/DESCR new file mode 100644 index 00000000000..8060c7db83a --- /dev/null +++ b/chat/scrollz/DESCR @@ -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. diff --git a/chat/scrollz/Makefile b/chat/scrollz/Makefile new file mode 100644 index 00000000000..5f08624626f --- /dev/null +++ b/chat/scrollz/Makefile @@ -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" diff --git a/chat/scrollz/PLIST b/chat/scrollz/PLIST new file mode 100644 index 00000000000..e08666055d1 --- /dev/null +++ b/chat/scrollz/PLIST @@ -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 diff --git a/chat/scrollz/distinfo b/chat/scrollz/distinfo new file mode 100644 index 00000000000..96b93dfbf1e --- /dev/null +++ b/chat/scrollz/distinfo @@ -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 -- cgit v1.2.3