From owner-freebsd-ports Wed Aug 11 11:40:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78ADC1567E for ; Wed, 11 Aug 1999 11:40:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96618; Wed, 11 Aug 1999 11:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id BF7101566B for ; Wed, 11 Aug 1999 11:39:50 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11EdHx-0006nY-00; Wed, 11 Aug 1999 11:39:49 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.2) id OAA42337; Wed, 11 Aug 1999 14:39:40 -0400 (EDT) (envelope-from will) Message-Id: <199908111839.OAA42337@shadow.blackdawn.com> Date: Wed, 11 Aug 1999 14:39:40 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13083: new port: irc/scrollz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13083 >Category: ports >Synopsis: new port: irc/scrollz >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 11 11:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sun Jul 25 01:17:53 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: ScrollZ is one of the only IRC clients written that descends from ircII that does not release source code. However, I think it's worth having a port for, given its vast set of features. >How-To-Repeat: Use the shar below to create the port. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # scrollz # scrollz/pkg # scrollz/pkg/PLIST # scrollz/pkg/DESCR # scrollz/pkg/COMMENT # scrollz/files # scrollz/files/md5 # scrollz/Makefile # echo c - scrollz mkdir -p scrollz > /dev/null 2>&1 echo c - scrollz/pkg mkdir -p scrollz/pkg > /dev/null 2>&1 echo x - scrollz/pkg/PLIST sed 's/^X//' >scrollz/pkg/PLIST << 'END-of-scrollz/pkg/PLIST' Xbin/scrollz END-of-scrollz/pkg/PLIST echo x - scrollz/pkg/DESCR sed 's/^X//' >scrollz/pkg/DESCR << 'END-of-scrollz/pkg/DESCR' XScrollZ is a color-enabled IRC client written by XFlier . Its main difference from other Xclients is that it implements many useful features that you Xwould normally find in a script, thus making it faster than Xsuch scripts paired up with ircII. X XIt also has many unique features, such as three-line status Xbars, CDCC (which has reget/resend ability), and its environment Xis highly customizable. X XWWW: http://www.scrollz.com/ X X- Will END-of-scrollz/pkg/DESCR echo x - scrollz/pkg/COMMENT sed 's/^X//' >scrollz/pkg/COMMENT << 'END-of-scrollz/pkg/COMMENT' XFast, color-enabled IRC client. END-of-scrollz/pkg/COMMENT echo c - scrollz/files mkdir -p scrollz/files > /dev/null 2>&1 echo x - scrollz/files/md5 sed 's/^X//' >scrollz/files/md5 << 'END-of-scrollz/files/md5' XMD5 (ScrollZ-1.8i5-FreeBSD-3.2.bz2) = 00dc85854ffff1fe2d3ab1a8cb0d8ca2 END-of-scrollz/files/md5 echo x - scrollz/Makefile sed 's/^X//' >scrollz/Makefile << 'END-of-scrollz/Makefile' X# New ports collection makefile for: ScrollZ X# Version required: 1.8i5 X# Date created: 10 Aug 1999 X# Whom: Will Andrews X# X# $Id$ X# X XDISTNAME= ScrollZ-1.8i5-FreeBSD-3.2 XPKGNAME= ScrollZ-1.8i5 XCATEGORIES= irc XMASTER_SITES= ftp://ftp.scrollz.net/ScrollZ/ X# this site doesn't have 1.8i5, but has older versions. X# it is also notoriously slow. *shrug* X# ftp://ftp.enlighte.nu/pub/ScrollZ/Bins/ XEXTRACT_SUFX= .bz2 X XMAINTAINER= andrews@technologist.com X XUSE_BZIP2= YES XNO_BUILD= YES X XBZIP2?= ${PREFIX}/bin/bzip2 X Xpre-extract: X @${MKDIR} ${WRKSRC} X Xdo-extract: X @${BZIP2} -dc ${DISTDIR}/${DISTFILES} > ${WRKSRC}/scrollz X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/scrollz ${PREFIX}/bin/scrollz X X.include END-of-scrollz/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message