Date: Fri, 10 Dec 1999 18:22:35 -0500 (EST) From: matt@zigg.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15409: [PATCH] net/tik shell script to launch ``tac'' CLI client Message-ID: <199912102322.SAA02135@megaweapon.zigg.com>
next in thread | raw e-mail | index | archive | help
>Number: 15409 >Category: ports >Synopsis: [PATCH] net/tik shell script to launch ``tac'' CLI client >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: Fri Dec 10 15:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matt Behrens >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: FreeBSD megaweapon.zigg.com 3.3-STABLE FreeBSD 3.3-STABLE #3: Sat Nov 27 15:38:05 EST 1999 matt@megaweapon.zigg.com:/usr/src/sys/compile/MEGAWEAPON i386 >Description: The attached shar archive contains a patch to the Makefile and a file ``tac'' to be put into the files/ directory that will add a ``tac'' script to launch the CLI client included with tik. I happen to think the CLI client is neato. :-) >How-To-Repeat: >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: # # Makefile.patch # files/tac # echo x - Makefile.patch sed 's/^X//' >Makefile.patch << 'END-of-Makefile.patch' X*** Makefile.old Fri Dec 10 18:17:14 1999 X--- Makefile Fri Dec 10 18:18:34 1999 X*************** X*** 58,63 **** X--- 58,65 ---- X .endfor X @${SED} 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/tik >${WRKDIR}/tik.sh X ${INSTALL_SCRIPT} ${WRKDIR}/tik.sh ${PREFIX}/bin/tik X+ @${SED} 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/tac >${WRKDIR}/tac.sh X+ ${INSTALL_SCRIPT} ${WRKDIR}/tac.sh ${PREFIX}/bin/tac X .if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/${DOCDIR} X @${ECHO} @dirrm ${DOCDIR} >> ${PLIST}.dirrm END-of-Makefile.patch echo x - files/tac sed 's/^X//' >files/tac << 'END-of-files/tac' X#!/bin/sh Xexec tclsh8.2 @PREFIX@/share/tik/tac.tcl END-of-files/tac 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?199912102322.SAA02135>