Date: Tue, 10 Aug 1999 23:04:00 -0400 (EDT) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13064: new port: devel/qtk Message-ID: <199908110304.XAA27797@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 13064 >Category: ports >Synopsis: new port: devel/qtk >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: Tue Aug 10 20:10: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: Quick-Tk is a development environment. It's not very well developed itself just yet, but who knows.. maybe it'll be great in future releases (and port updates :)). >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: # # qtk # qtk/pkg # qtk/pkg/PLIST # qtk/pkg/DESCR # qtk/pkg/COMMENT # qtk/files # qtk/files/md5 # qtk/Makefile # echo c - qtk mkdir -p qtk > /dev/null 2>&1 echo c - qtk/pkg mkdir -p qtk/pkg > /dev/null 2>&1 echo x - qtk/pkg/PLIST sed 's/^X//' >qtk/pkg/PLIST << 'END-of-qtk/pkg/PLIST' Xbin/qtk END-of-qtk/pkg/PLIST echo x - qtk/pkg/DESCR sed 's/^X//' >qtk/pkg/DESCR << 'END-of-qtk/pkg/DESCR' Xqtk, or Quick-Tk is a nifty development environment written in Tk. It has Xdifferent configurations for several different programming languages, Xranging from C++, HTML, SQL, PHP, and last but not least, Tk. X XIt is currently still in developmental stages. X XWWW: http://www.jump.net/~brooke/qtk/ X X- Will <andrews@technologist.com> END-of-qtk/pkg/DESCR echo x - qtk/pkg/COMMENT sed 's/^X//' >qtk/pkg/COMMENT << 'END-of-qtk/pkg/COMMENT' XQuick-Tk is a neat development tool for various languages. END-of-qtk/pkg/COMMENT echo c - qtk/files mkdir -p qtk/files > /dev/null 2>&1 echo x - qtk/files/md5 sed 's/^X//' >qtk/files/md5 << 'END-of-qtk/files/md5' XMD5 (qtk.tar.gz) = 14dbb6e5af3ac096b1bb8465d1111cfd END-of-qtk/files/md5 echo x - qtk/Makefile sed 's/^X//' >qtk/Makefile << 'END-of-qtk/Makefile' X# New ports collection makefile for: QTK - QuickTk X# Version required: 0.50 X# Date created: 10 Aug 1999 X# Whom: Will Andrews <andrews@technologist.com> X# X# $Id$ X# X XDISTNAME= qtk XPKGNAME= qtk-0.50 XCATEGORIES= devel XMASTER_SITES= http://www.psn.net/~andrews/dist/ X XMAINTAINER= andrews@technologist.com X XRUN_DEPENDS= ${LOCALBASE}/bin/wish8.0:${PORTSDIR}/x11-toolkits/tk80 X XNO_BUILD= YES X XUSE_X_PREFIX= YES X XWISH= ${LOCALBASE}/bin/wish8.0 X Xpost-extract: X @${SED} 's:/usr/bin/wish:${WISH}:' \ X ${WRKSRC}/qtk > ${WRKSRC}/qtk.new X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/qtk.new ${X11BASE}/bin/qtk X X.include <bsd.port.mk> END-of-qtk/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?199908110304.XAA27797>