summaryrefslogtreecommitdiff
path: root/chat/scrollz
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-12-06 18:25:22 +0000
committergrant <grant@pkgsrc.org>2002-12-06 18:25:22 +0000
commit8a455f9677215db9ba291f54789e506b510b0820 (patch)
treef192767242e9d8f37b80152f97aafcf8be31e285 /chat/scrollz
parent2242f67cbc6d5c2f9bcb9775a4cebcb0a5873e06 (diff)
downloadpkgsrc-8a455f9677215db9ba291f54789e506b510b0820.tar.gz
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.
Diffstat (limited to 'chat/scrollz')
-rw-r--r--chat/scrollz/DESCR2
-rw-r--r--chat/scrollz/Makefile25
-rw-r--r--chat/scrollz/PLIST12
-rw-r--r--chat/scrollz/distinfo4
4 files changed, 43 insertions, 0 deletions
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