Date: Wed, 11 Aug 1999 14:39:40 -0400 (EDT) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13083: new port: irc/scrollz Message-ID: <199908111839.OAA42337@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>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 <flier@scrollz.com>. 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 <andrews@technologist.com> 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 <andrews@technologist.com> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908111839.OAA42337>