Date: Mon, 21 Dec 1998 20:00:01 -0800 (PST) From: pdoshi01@student.vill.edu To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9139: Ports Submission - net/tik Message-ID: <199812220400.UAA20446@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/9139; it has been noted by GNATS. From: pdoshi01@student.vill.edu To: freebsd-gnats-submit@freebsd.org Cc: billf@chc-chimes.com Subject: Re: ports/9139: Ports Submission - net/tik Date: Mon, 21 Dec 1998 22:50:23 -0500 (EST) Here is the updated port. Changes include: Makefile much more concise and quicker! Original perms in distfile are retained (which work) Files are now being chown'ed to bind:bin since they are not being ${INSTALL}'ed anymore Necessary pkg/PLIST changes to reflect changes in Makefile The new shell archive: # 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: # # /usr/ports/net/tik # /usr/ports/net/tik/Makefile # /usr/ports/net/tik/pkg # /usr/ports/net/tik/pkg/COMMENT # /usr/ports/net/tik/pkg/DESCR # /usr/ports/net/tik/pkg/PLIST # /usr/ports/net/tik/files # /usr/ports/net/tik/files/md5 # echo c - /usr/ports/net/tik mkdir -p /usr/ports/net/tik > /dev/null 2>&1 echo x - /usr/ports/net/tik/Makefile sed 's/^X//' >/usr/ports/net/tik/Makefile << 'END-of-/usr/ports/net/tik/Makefile' X# New ports collection makefile for: tik X# Version required: 0.51beta X# Date created: 19 December 1998 X# Whom: Peter Doshi <pdoshi01@student.vill.edu> X# X# $Id$ X# X XDISTNAME= tik-0.51 XCATEGORIES= net tk80 XMASTER_SITES= http://www.aim.aol.com/tik/ X XMAINTAINER= ports@FreeBSD.ORG X XRUN_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ X wish8.0:${PORTSDIR}/x11/tk80 X XWRKSRC= ${WRKDIR}/tik XBINDIR= ${PREFIX}/bin XNO_BUILD= yes X Xdo-install: X ${MKDIR} ${PREFIX}/share/tik X (cd ${WRKSRC} && tar -cf - . ) | \ X (cd ${PREFIX}/share/tik; tar -xf - ) X Xpost-install: X ln -sf ${PREFIX}/share/tik/tik.tcl ${BINDIR}/tik X chown -R bin:bin ${PREFIX}/share/tik X X.include <bsd.port.mk> END-of-/usr/ports/net/tik/Makefile echo c - /usr/ports/net/tik/pkg mkdir -p /usr/ports/net/tik/pkg > /dev/null 2>&1 echo x - /usr/ports/net/tik/pkg/COMMENT sed 's/^X//' >/usr/ports/net/tik/pkg/COMMENT << 'END-of-/usr/ports/net/tik/pkg/COMMENT' XA Tcl/Tk based AOL Instant Messenger (AIM) Chat Client END-of-/usr/ports/net/tik/pkg/COMMENT echo x - /usr/ports/net/tik/pkg/DESCR sed 's/^X//' >/usr/ports/net/tik/pkg/DESCR << 'END-of-/usr/ports/net/tik/pkg/DESCR' XTiK is a pure Tcl/Tk 8.0 version of AOL Instant Messenger (AIM). The XTiK client began its life as a scaled down version of the native Windows Xand Macintosh clients. However, TiK now has most of the features the Xnative clients have, plus some extras. TiK includes a graphical buddy Xlist display plus packages for away messages, buddy pounce, buddy Xticker, stock monitoring and IM capturing. It is very easy for end users Xto add new features to TiK, using Tcl/Tk. TiK is meant to give UNIX Xusers an alternative to the Java client. X XWith TiK, you will be able to chat with AOL users. X X TiK Homepage: http://www.aim.aol.com/tik/ X Get your own screenname: http://www.aol.com/aim/ X X- Peter Doshi X pdoshi01@student.vill.edu END-of-/usr/ports/net/tik/pkg/DESCR echo x - /usr/ports/net/tik/pkg/PLIST sed 's/^X//' >/usr/ports/net/tik/pkg/PLIST << 'END-of-/usr/ports/net/tik/pkg/PLIST' X@cwd /usr/local/ Xshare/tik/media/AOL.gif Xshare/tik/media/Admin.gif Xshare/tik/media/DT.gif Xshare/tik/media/Login.gif Xshare/tik/media/Logo.gif Xshare/tik/media/Logout.gif Xshare/tik/media/Oscar.gif Xshare/tik/media/downarrow.gif Xshare/tik/media/uparrow.gif Xshare/tik/media/BuddyArrive.au Xshare/tik/media/BuddyLeave.au Xshare/tik/media/Pounce.au Xshare/tik/media/Receive.au Xshare/tik/media/Send.au Xshare/tik/packages/away.tcl Xshare/tik/packages/imcapture.tcl Xshare/tik/packages/mynews.tcl Xshare/tik/packages/pounce.tcl Xshare/tik/packages/search.tcl Xshare/tik/packages/socksproxy.tcl Xshare/tik/packages/sslproxy.tcl Xshare/tik/packages/stock.tcl Xshare/tik/packages/ticker.tcl Xshare/tik/PROTOCOL Xshare/tik/CHANGES Xshare/tik/README Xshare/tik/LICENSE Xshare/tik/sflap.tcl Xshare/tik/configTool.tcl Xshare/tik/toc.tcl Xshare/tik/tik.tcl X@exec ln -sf %D%F %D/bin/tik X@unexec rm -f %D/bin/tik Xshare/tik/tac.tcl Xshare/tik/sag.tcl Xshare/tik/example.tikrc Xshare/tik/example.tacrc Xshare/tik/example.tikpre X@exec chown -R bin:bin %B X@dirrm share/tik/media X@dirrm share/tik/packages X@dirrm share/tik END-of-/usr/ports/net/tik/pkg/PLIST echo c - /usr/ports/net/tik/files mkdir -p /usr/ports/net/tik/files > /dev/null 2>&1 echo x - /usr/ports/net/tik/files/md5 sed 's/^X//' >/usr/ports/net/tik/files/md5 << 'END-of-/usr/ports/net/tik/files/md5' XMD5 (tik-0.51.tar.gz) = cae36cea71eeaf92ca6083cf2d33d71f END-of-/usr/ports/net/tik/files/md5 exit 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?199812220400.UAA20446>