From petef@hex.databits.net  Thu Jul  5 13:26:44 2001
Return-Path: <petef@hex.databits.net>
Received: from hex.databits.net (hex.databits.net [207.29.192.16])
	by hub.freebsd.org (Postfix) with ESMTP id A248537B405
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Jul 2001 13:26:43 -0700 (PDT)
	(envelope-from petef@hex.databits.net)
Received: (from petef@localhost)
	by hex.databits.net (8.11.3/8.11.3) id f65KQgT42500;
	Thu, 5 Jul 2001 16:26:42 -0400 (EDT)
	(envelope-from petef)
Message-Id: <200107052026.f65KQgT42500@hex.databits.net>
Date: Thu, 5 Jul 2001 16:26:42 -0400 (EDT)
From: Pete Fritchman <petef@databits.net>
Reply-To: <petef@databits.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update irc/scrollz to 1.8l
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         28735
>Category:       ports
>Synopsis:       Update irc/scrollz to 1.8l
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 05 13:30:01 PDT 2001
>Closed-Date:    Fri Jul 6 09:07:52 PDT 2001
>Last-Modified:  Fri Jul 06 09:08:10 PDT 2001
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD hex.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun May 27 09:26:02 EDT 2001 root@hex.databits.net:/usr/obj/usr/src/sys/HEX i386


>Description:

- update to version 1.8l
- we now have the source for scrollz (before only binaries were available),
  so adjust things for this (master sites, ipv6, scrollz irclib directory)
- take over as maintainer from ports@
- better pkg-{comment,descr}

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/scrollz/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	2001/02/19 13:21:18	1.10
+++ Makefile	2001/07/05 20:25:45
@@ -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 <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/irc/scrollz/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	2001/02/19 13:21:18	1.4
+++ distinfo	2001/07/05 20:25:45
@@ -1 +1 @@
-MD5 (scrollz-1.8k-freebsd-4.2.gz) = 4fea9eb25cb8b9e98b96eaff87cfc752
+MD5 (ScrollZ-1.8l.tar.gz) = 82b231ad980d21ff7bb9c7a72cb30c04
Index: pkg-comment
===================================================================
RCS file: /home/ncvs/ports/irc/scrollz/pkg-comment,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-comment
--- pkg-comment	1999/08/14 03:34:42	1.1.1.1
+++ pkg-comment	2001/07/05 20:25:45
@@ -1 +1 @@
-Fast, color-enabled IRC client
+Enhanced ircII client that supports scripts, colors, and more
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/irc/scrollz/pkg-descr,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-descr
--- pkg-descr	1999/08/14 03:34:42	1.1.1.1
+++ pkg-descr	2001/07/05 20:25:45
@@ -1,13 +1,14 @@
-ScrollZ is a color-enabled IRC client written by 
-Flier <flier@scrollz.com>. 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 <andrews@technologist.com>
+- Pete
+petef@databits.net
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/irc/scrollz/pkg-plist,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-plist
--- pkg-plist	1999/08/14 03:34:42	1.1.1.1
+++ pkg-plist	2001/07/05 20:25:45
@@ -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
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Fri Jul 6 09:07:52 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28735 
>Unformatted:
