From e3f90c610b60845a815eb3c33ed22ab91c628e6b Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Fri, 6 Jul 2001 16:07:38 +0000 Subject: - Update to version 1.81 - Take over as maintainer from ports@ - Better pkg-{comment,descr} PR: 28735 Submitted by: Pete Fritchman --- irc/scrollz/Makefile | 28 ++++++++++++++-------------- irc/scrollz/distinfo | 2 +- irc/scrollz/pkg-comment | 2 +- irc/scrollz/pkg-descr | 19 ++++++++++--------- irc/scrollz/pkg-plist | 10 ++++++++++ 5 files changed, 36 insertions(+), 25 deletions(-) (limited to 'irc/scrollz') diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile index 673ec606cad4..ffa34a58a528 100644 --- a/irc/scrollz/Makefile +++ b/irc/scrollz/Makefile @@ -6,22 +6,22 @@ # PORTNAME= scrollz -PORTVERSION= 1.8k -CATEGORIES= irc -MASTER_SITES= http://www.scrollz.com/Bins/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd-4.2 -EXTRACT_SUFX= .gz +PORTVERSION= 1.8l +CATEGORIES= irc ipv6 +MASTER_SITES= ftp://ftp.scrollz.com/pub/ScrollZ/source/ \ + ftp://ftp.stealth.net/pub/mirrors/ftp.scrollz.com/pub/ScrollZ/source +DISTNAME= ScrollZ-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= petef@databits.net -EXTRACT_CMD= gunzip -EXTRACT_BEFORE_ARGS= -c -EXTRACT_AFTER_ARGS= > ${WRKSRC}/scrollz -NO_WRKSUBDIR= yes -NO_BUILD= yes -ONLY_FOR_ARCHS= i386 +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-ipv6 -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/scrollz ${PREFIX}/bin/scrollz +MAKE_ENV+= IRCLIB="${PREFIX}/share/scrollz" + +PLIST_SUB+= SCROLLZ_VER="${PORTVERSION}" + +post-patch: + @${PERL} -pi -e 's!^IRCLIB =!IRCLIB ?=!' ${WRKSRC}/Makefile.in .include diff --git a/irc/scrollz/distinfo b/irc/scrollz/distinfo index 6fe32ef0a533..e2670a70020a 100644 --- a/irc/scrollz/distinfo +++ b/irc/scrollz/distinfo @@ -1 +1 @@ -MD5 (scrollz-1.8k-freebsd-4.2.gz) = 4fea9eb25cb8b9e98b96eaff87cfc752 +MD5 (ScrollZ-1.8l.tar.gz) = 82b231ad980d21ff7bb9c7a72cb30c04 diff --git a/irc/scrollz/pkg-comment b/irc/scrollz/pkg-comment index 7b6f03a0a513..0a142fe01a9c 100644 --- a/irc/scrollz/pkg-comment +++ b/irc/scrollz/pkg-comment @@ -1 +1 @@ -Fast, color-enabled IRC client +Enhanced ircII client that supports scripts, colors, and more diff --git a/irc/scrollz/pkg-descr b/irc/scrollz/pkg-descr index 50581db8fc8c..953f5ecf1050 100644 --- a/irc/scrollz/pkg-descr +++ b/irc/scrollz/pkg-descr @@ -1,13 +1,14 @@ -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. +ScrollZ is an IRC client based on ircII with many enhancements +(colors, userlists, enhanced scripting, and more). 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. +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 +- Pete +petef@databits.net diff --git a/irc/scrollz/pkg-plist b/irc/scrollz/pkg-plist index 0d384208a69f..d4789f456443 100644 --- a/irc/scrollz/pkg-plist +++ b/irc/scrollz/pkg-plist @@ -1 +1,11 @@ bin/scrollz +bin/scrollz-%%SCROLLZ_VER%% +share/scrollz/doc/ScrollZ.doc +share/scrollz/help/ScrollZ.help +@exec mkdir %D/share/scrollz/script +@exec mkdir %D/share/scrollz/translation +@unexec rmdir %D/share/scrollz/translation 2>/dev/null || true +@unexec rmdir %D/share/scrollz/script 2>/dev/null || true +@dirrm share/scrollz/help +@dirrm share/scrollz/doc +@unexec rmdir %D/share/scrollz 2>/dev/null || true -- cgit v1.2.3