Date: Wed, 7 Jul 1999 18:28:25 -0400 (EDT) From: troll@digitalspark.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12555: Port update to TrickyIRC Message-ID: <199907072228.SAA70412@silver.teardrop.net>
next in thread | raw e-mail | index | archive | help
>Number: 12555 >Category: ports >Synopsis: port update for TrickyIRC >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 Jul 7 15:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adam 'Troll' Strohl >Release: FreeBSD 4.0-CURRENT i386 >Organization: DigitalSpark.NET >Environment: N/A >Description: Updated port for TrickyIRC >How-To-Repeat: N/A >Fix: Port shar follows: # 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: # # Makefile # files # files/md5 # pkg # pkg/DESCR # pkg/MESSAGE # pkg/PLIST # pkg/COMMENT # tricky.shar # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: TrickyIRC X# Version required: 1.0 X# Date created: 7 July 1999 X# Whom: troll X# X# $Id$ X# X XDISTNAME= TrickyIRC-1.00 XCATEGORIES= net XMASTER_SITES= http://www.leb.net/~troll/ X XMAINTAINER= troll@digitalspark.net X XMAKEFILE= GNUmakefile XWRKSRC= ${WRKDIR}/trickyirc XUSE_GMAKE= YES X Xpost-install: X @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC X ${INSTALL_DATA} ${WRKSRC}/README \ X ${PREFIX}/share/doc/TrickyIRC X strip ${PREFIX}/bin/trickyirc X @${CAT} ${PKGDIR}/MESSAGE X X.include <bsd.port.mk> END-of-Makefile echo c - files mkdir -p files > /dev/null 2>&1 echo x - files/md5 sed 's/^X//' >files/md5 << 'END-of-files/md5' XMD5 (TrickyIRC-1.00.tar.gz) = 5a00a4210d09296a7522de1957d69c12 END-of-files/md5 echo c - pkg mkdir -p pkg > /dev/null 2>&1 echo x - pkg/DESCR sed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' XTrickyIRC combines the functionality of screen and BNC, that is, it allows Xyou to detach and reattach from an IRC session without actually Xdisconnecting from the server. X XWWW: http://www.leb.net/~troll/ END-of-pkg/DESCR echo x - pkg/MESSAGE sed 's/^X//' >pkg/MESSAGE << 'END-of-pkg/MESSAGE' X********************************************************************* X Please read /usr/local/share/doc/TrickyIRC/README before using! X********************************************************************* END-of-pkg/MESSAGE echo x - pkg/PLIST sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' Xbin/trickyirc Xshare/doc/TrickyIRC/README X@dirrm share/doc/TrickyIRC END-of-pkg/PLIST echo x - pkg/COMMENT sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' XAllows client independent detaching and reattaching of IRC sessions. END-of-pkg/COMMENT echo x - tricky.shar sed 's/^X//' >tricky.shar << 'END-of-tricky.shar' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# Makefile X# files X# files/md5 X# pkg X# pkg/DESCR X# pkg/MESSAGE X# pkg/PLIST X# pkg/COMMENT X# tricky.shar X# Xecho x - Makefile Xsed 's/^X//' >Makefile << 'END-of-Makefile' XX# New ports collection makefile for: TrickyIRC XX# Version required: 1.0 XX# Date created: 7 July 1999 XX# Whom: troll XX# XX# $Id$ XX# XX XXDISTNAME= TrickyIRC-1.00 XXCATEGORIES= net XXMASTER_SITES= http://www.leb.net/~troll/ XX XXMAINTAINER= troll@digitalspark.net XX XXMAKEFILE= GNUmakefile XXWRKSRC= ${WRKDIR}/trickyirc XXUSE_GMAKE= YES XX XXpost-install: XX @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC XX ${INSTALL_DATA} ${WRKSRC}/README \ XX ${PREFIX}/share/doc/TrickyIRC XX strip ${PREFIX}/bin/trickyirc XX @${CAT} ${PKGDIR}/MESSAGE XX XX.include <bsd.port.mk> XEND-of-Makefile Xecho c - files Xmkdir -p files > /dev/null 2>&1 Xecho x - files/md5 Xsed 's/^X//' >files/md5 << 'END-of-files/md5' XXMD5 (TrickyIRC-1.00.tar.gz) = 5a00a4210d09296a7522de1957d69c12 XEND-of-files/md5 Xecho c - pkg Xmkdir -p pkg > /dev/null 2>&1 Xecho x - pkg/DESCR Xsed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' XXTrickyIRC combines the functionality of screen and BNC, that is, it allows XXyou to detach and reattach from an IRC session without actually XXdisconnecting from the server. XX XXWWW: http://www.leb.net/~troll/ XEND-of-pkg/DESCR Xecho x - pkg/MESSAGE Xsed 's/^X//' >pkg/MESSAGE << 'END-of-pkg/MESSAGE' XX********************************************************************* XX Please read /usr/local/share/doc/TrickyIRC/README before using! XX********************************************************************* XEND-of-pkg/MESSAGE Xecho x - pkg/PLIST Xsed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' XXbin/trickyirc XXshare/doc/TrickyIRC/README XX@dirrm share/doc/TrickyIRC XEND-of-pkg/PLIST Xecho x - pkg/COMMENT Xsed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' XXAllows client independent detaching and reattaching of IRC sessions. XEND-of-pkg/COMMENT Xecho x - tricky.shar Xsed 's/^X//' >tricky.shar << 'END-of-tricky.shar' END-of-tricky.shar 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?199907072228.SAA70412>