From d613dee42e275c635e9ec02fb2f46436d11691fa Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sat, 14 Aug 1999 03:34:42 +0000 Subject: Import of ScrollZ. ScrollZ is a colour-enabled IRC client that implements many useful features normally found in a script. PR: 13083 Submitted by: Will Andrews --- irc/scrollz/Makefile | 32 ++++++++++++++++++++++++++++++++ irc/scrollz/distinfo | 1 + irc/scrollz/pkg-comment | 1 + irc/scrollz/pkg-descr | 13 +++++++++++++ irc/scrollz/pkg-plist | 1 + 5 files changed, 48 insertions(+) create mode 100644 irc/scrollz/Makefile create mode 100644 irc/scrollz/distinfo create mode 100644 irc/scrollz/pkg-comment create mode 100644 irc/scrollz/pkg-descr create mode 100644 irc/scrollz/pkg-plist (limited to 'irc/scrollz') diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile new file mode 100644 index 000000000000..a49d5998d470 --- /dev/null +++ b/irc/scrollz/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ScrollZ +# Version required: 1.8i5 +# Date created: 10 Aug 1999 +# Whom: Will Andrews +# +# $Id$ +# + +DISTNAME= ScrollZ-1.8i5-FreeBSD-3.2 +PKGNAME= scrollz-1.8i5 +CATEGORIES= irc +MASTER_SITES= ftp://ftp.scrollz.net/ScrollZ/ +EXTRACT_SUFX= .bz2 + +MAINTAINER= andrews@technologist.com + +USE_BZIP2= YES +NO_BUILD= YES +ONLY_FOR_ARCHS= i386 + +BZIP2?= ${LOCALBASE}/bin/bzip2 + +pre-extract: + @${MKDIR} ${WRKSRC} + +do-extract: + @${BZIP2} -dc ${DISTDIR}/${DISTFILES} > ${WRKSRC}/scrollz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/scrollz ${PREFIX}/bin/scrollz + +.include diff --git a/irc/scrollz/distinfo b/irc/scrollz/distinfo new file mode 100644 index 000000000000..1c0b371e9140 --- /dev/null +++ b/irc/scrollz/distinfo @@ -0,0 +1 @@ +MD5 (ScrollZ-1.8i5-FreeBSD-3.2.bz2) = 00dc85854ffff1fe2d3ab1a8cb0d8ca2 diff --git a/irc/scrollz/pkg-comment b/irc/scrollz/pkg-comment new file mode 100644 index 000000000000..7b6f03a0a513 --- /dev/null +++ b/irc/scrollz/pkg-comment @@ -0,0 +1 @@ +Fast, color-enabled IRC client diff --git a/irc/scrollz/pkg-descr b/irc/scrollz/pkg-descr new file mode 100644 index 000000000000..50581db8fc8c --- /dev/null +++ b/irc/scrollz/pkg-descr @@ -0,0 +1,13 @@ +ScrollZ is a color-enabled IRC client written by +Flier . Its main difference from other +clients is that it implements many useful features that you +would normally find in a script, thus making it faster than +such scripts paired up with ircII. + +It also has many unique features, such as three-line status +bars, CDCC (which has reget/resend ability), and its environment +is highly customizable. + +WWW: http://www.scrollz.com/ + +- Will diff --git a/irc/scrollz/pkg-plist b/irc/scrollz/pkg-plist new file mode 100644 index 000000000000..0d384208a69f --- /dev/null +++ b/irc/scrollz/pkg-plist @@ -0,0 +1 @@ +bin/scrollz -- cgit v1.2.3