From owner-freebsd-ports Fri Oct 27 1:30:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA29337B4CF for ; Fri, 27 Oct 2000 01:30:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA07367; Fri, 27 Oct 2000 01:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 27 Oct 2000 01:30:10 -0700 (PDT) Message-Id: <200010270830.BAA07367@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Nils M Holm Subject: ports/22048: TIDE port change request Reply-To: Nils M Holm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22048; it has been noted by GNATS. From: Nils M Holm To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: ports/22048: TIDE port change request Date: Fri, 27 Oct 2000 10:23:24 +0200 (CEST) >Submitter-Id: current-users >Originator: Nils M Holm >Synopsis: ports/22048: TIDE port change request >Category: ports >Release: FreeBSD 4.1-RELEASE i386 >Class: change-request >Description: I mixed up some path names in the Makefile included in the original PR. This one should work correctly. Sorry! Bye, nmh. # 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: # # tide-12-port # tide-12-port/files # tide-12-port/files/md5 # tide-12-port/Makefile # tide-12-port/pkg # tide-12-port/pkg/COMMENT # tide-12-port/pkg/DESCR # tide-12-port/pkg/PLIST # echo c - tide-12-port mkdir -p tide-12-port > /dev/null 2>&1 echo c - tide-12-port/files mkdir -p tide-12-port/files > /dev/null 2>&1 echo x - tide-12-port/files/md5 sed 's/^X//' >tide-12-port/files/md5 << 'END-of-tide-12-port/files/md5' XMD5 (tide-12.tar.gz) = 829a9edb3738e299115cf47b4e185aed END-of-tide-12-port/files/md5 echo x - tide-12-port/Makefile sed 's/^X//' >tide-12-port/Makefile << 'END-of-tide-12-port/Makefile' X# New ports collection makefile for: tide X# Version required: 1.2 X# Date created: 16 October 2000 X# Whom: Nils M Holm X# X# $FreeBSD$ X# X X# Use this one on FreeBSD 3.x X# DISTNAME= tide-12 X X# Use these on FreeBSD 4.x XPORTNAME= tide XPORTVERSION= 12 X XCATEGORIES= devel XMASTER_SITES= http://www.t3x.org/Compiler/ http://www.homepages.de/home/nmh/T3X/Compiler/ X XMAINTAINER= nmh@t3x.org X X.include END-of-tide-12-port/Makefile echo c - tide-12-port/pkg mkdir -p tide-12-port/pkg > /dev/null 2>&1 echo x - tide-12-port/pkg/COMMENT sed 's/^X//' >tide-12-port/pkg/COMMENT << 'END-of-tide-12-port/pkg/COMMENT' XT3X Integrated Development Environment and T3X Tool classes END-of-tide-12-port/pkg/COMMENT echo x - tide-12-port/pkg/DESCR sed 's/^X//' >tide-12-port/pkg/DESCR << 'END-of-tide-12-port/pkg/DESCR' XTIDE is the T3X Integrated Development Environment. Basically, it Xis a text editor with an integrated interface to the T3X compiler. XT3X 6.8 or a later version is required run TIDE. Older version Xmay not cooperate well with it. The main purposes of TIDE are: X X. editing source programs X. compiling programs without leaving the editor X. locating formal errors X. running programs X XT3Xtools is a set of classes which provides some frequently Xused functionality like X X. managing configuration files X. visually and non-visually editing ASCII text X. navigating directory trees and selecting files X. displaying and editing forms X. menu boxes X. prompt boxes X XWWW: http://www.t3x.org/ X X-- XNils M Holm END-of-tide-12-port/pkg/DESCR echo x - tide-12-port/pkg/PLIST sed 's/^X//' >tide-12-port/pkg/PLIST << 'END-of-tide-12-port/pkg/PLIST' X@cwd /usr/local X@pkgdep t3x-680 Xbin/tide Xt3x/r6/classes/config.cls Xt3x/r6/classes/config.dir Xt3x/r6/classes/editor.cls Xt3x/r6/classes/editor.dir Xt3x/r6/classes/filebox.cls Xt3x/r6/classes/filebox.dir Xt3x/r6/classes/form.cls Xt3x/r6/classes/form.dir Xt3x/r6/classes/menu.cls Xt3x/r6/classes/menu.dir Xt3x/r6/classes/prompt.cls Xt3x/r6/classes/prompt.dir Xt3x/r6/classes/vedit.cls Xt3x/r6/classes/vedit.dir Xt3x/r6/doc/tide.sd Xt3x/r6/doc/tools.sd Xt3x/r6/tide.rc Xt3x/r6/tide/default.cs Xt3x/r6/tide/examples/apfel.t Xt3x/r6/tide/examples/fac.t Xt3x/r6/tide/examples/hello.t Xt3x/r6/tide/examples/hello2.t Xt3x/r6/tide/examples/permute.t Xt3x/r6/tide/examples/primes.t Xt3x/r6/tide/examples/ttt.t Xt3x/r6/tide/helpfile Xt3x/r6/tide/monochrm.cs Xt3x/r6/tide/tide X@unexec cp %D/t3x/r6/doc/sdv-config %D/t3x/r6/sdv.tmp && grep -v 'tools\.sd' %D/t3x/r6/sdv.tmp | grep -v 'tide\.sd' >%D/t3x/r6/doc/sdv-config && rm -f %D/t3x/r6/sdv.tmp X@dirrm t3x/r6/tide/examples X@dirrm t3x/r6/tide END-of-tide-12-port/pkg/PLIST exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message