Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2002 17:43:06 +0200 (CEST)
From:      Nils M Holm <nmh@t3x.org>
To:        <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/43591: devel/tide port update
Message-ID:  <20021002173751.P15092-100000@Symmetry.UUCP>

next in thread | raw e-mail | index | archive | help

>Number:         43591
>Category:       ports
>Synopsis:       devel/tide port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 02 09:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nils M Holm
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Symmetry.UUCP 4.4-RELEASE FreeBSD 4.4-RELEASE #5: Sun Dec 16 16:52:03 CET 2001 nmh@Symmetry.UUCP:/usr/src/sys/compile/SYMMETRY i386

>Description:

Update to TIDE 1.6.

NOTE: T3X 7.0 is required to compile this port. See PR ports/43590.

>How-To-Repeat:
>Fix:
diff -u devel/tide.OLD/Makefile devel/tide/Makefile
--- devel/tide.OLD/Makefile	Sun Apr  8 00:59:53 2001
+++ devel/tide/Makefile	Wed Oct  2 17:26:33 2002
@@ -6,10 +6,10 @@
 #

 PORTNAME=	tide
-PORTVERSION=	1.4
+PORTVERSION=	1.6
 CATEGORIES=	devel
-MASTER_SITES= 	http://www.t3x.org/Compiler/ \
-		http://www.homepages.de/home/nmh/T3X/Compiler/
+MASTER_SITES=	http://www.not-compatible.org/files/ \
+		http://www.t3x.org/files/
 DISTNAME=	tide-${PORTVERSION:S/.//g}

 MAINTAINER=	nmh@t3x.org
@@ -17,6 +17,10 @@
 BUILD_DEPENDS=	tx:${PORTSDIR}/lang/t3x
 RUN_DEPENDS=	${BUILD_DEPENDS}

-MAKE_ENV+=	T3XDIR=/usr/local/t3x/r6
+MAKE_ENV+=	T3XDIR=/usr/local/t3x/r7
+
+do-configure:
+	@(cd ${WRKSRC}; ${LN} Makefile.UNX Makefile)
+	@(cd ${WRKSRC}/T3Xtools; ${LN} Makefile.UNX Makefile)

 .include <bsd.port.mk>
diff -u devel/tide.OLD/distinfo devel/tide/distinfo
--- devel/tide.OLD/distinfo	Sun Apr  8 00:59:53 2001
+++ devel/tide/distinfo	Wed Oct  2 17:24:58 2002
@@ -1 +1 @@
-MD5 (tide-14.tar.gz) = 56bc159314a3166b6438948e310698d7
+MD5 (tide-16.tar.gz) = 57075b18d96caf327fe843d921ca072d
diff -u devel/tide.OLD/pkg-descr devel/tide/pkg-descr
--- devel/tide.OLD/pkg-descr	Sun Apr  8 00:59:53 2001
+++ devel/tide/pkg-descr	Wed Oct  2 17:24:58 2002
@@ -1,7 +1,7 @@
 TIDE is the T3X Integrated Development Environment. Basically, it
 is a text editor with an integrated interface to the T3X compiler.
-T3X 6.8 or a later version is recommended to run TIDE. The main
-purposes of TIDE are:
+T3X 7.0 or a later version is required to run this version of TIDE.
+The main purposes of TIDE are:

 . editing source programs
 . compiling programs without leaving the editor
diff -u devel/tide.OLD/pkg-plist devel/tide/pkg-plist
--- devel/tide.OLD/pkg-plist	Sun Apr  8 00:59:53 2001
+++ devel/tide/pkg-plist	Wed Oct  2 17:24:58 2002
@@ -1,46 +1,46 @@
 bin/tide
-t3x/r6/classes/config.cls
-t3x/r6/classes/config.dir
-t3x/r6/classes/editor.cls
-t3x/r6/classes/editor.dir
-t3x/r6/classes/filebox.cls
-t3x/r6/classes/filebox.dir
-t3x/r6/classes/form.cls
-t3x/r6/classes/form.dir
-t3x/r6/classes/menu.cls
-t3x/r6/classes/menu.dir
-t3x/r6/classes/prompt.cls
-t3x/r6/classes/prompt.dir
-t3x/r6/classes/tblio.cls
-t3x/r6/classes/tblio.dir
-t3x/r6/classes/vedit.cls
-t3x/r6/classes/vedit.dir
-t3x/r6/doc/tide.sd
-t3x/r6/doc/tools.sd
-t3x/r6/tide.rc
-t3x/r6/tide/default.cs
-t3x/r6/tide/examples/apfel.t
-t3x/r6/tide/examples/fac.t
-t3x/r6/tide/examples/hello.t
-t3x/r6/tide/examples/hello2.t
-t3x/r6/tide/examples/hello3.t
-t3x/r6/tide/examples/permute.t
-t3x/r6/tide/examples/primes.t
-t3x/r6/tide/examples/ttt.t
-t3x/r6/tide/helpfile
-t3x/r6/tide/monochrm.cs
-t3x/r6/tide/tide
-@exec echo 'config:t3x,iostream,string,ttyctl' >>%D/t3x/r6/classes/CLASSNDX
-@exec echo 'editor:t3x,string' >>%D/t3x/r6/classes/CLASSNDX
-@exec echo 'tblio:t3x,string,iostream' >>%D/t3x/r6/classes/CLASSNDX
-@exec echo 'filebox:t3x,string,system,ttyctl' >>%D/t3x/r6/classes/CLASSNDX
-@exec echo 'form:t3x,ttyctl,menu,prompt' >>%D/t3x/r6/classes/CLASSNDX
-@exec echo 'menu:t3x,string,ttyctl' >>%D/t3x/r6/classes/CLASSNDX
-@exec echo 'prompt:t3x,string,ttyctl' >>%D/t3x/r6/classes/CLASSNDX
-@exec echo 'vedit:t3x,string,ttyctl,editor' >>%D/t3x/r6/classes/CLASSNDX
-@exec sh -c 'if ! grep -q tools.sd %D/t3x/r6/doc/sdv-config; then echo "file		=	tools.sd [THE T3XTOOLS CLASSES]">>%D/t3x/r6/doc/sdv-config; fi'
-@exec sh -c 'if ! grep -q tide.sd %D/t3x/r6/doc/sdv-config; then echo "file		=	tide.sd [TIDE DOCUMENTATION]" >>%D/t3x/r6/doc/sdv-config; fi'
-@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
-@unexec sed -e '/^config:/,/^vedit:/d' <%D/t3x/r6/classes/CLASSNDX >%D/t3x/ndx.tmp && mv %D/t3x/ndx.tmp %D/t3x/r6/classes/CLASSNDX
-@dirrm t3x/r6/tide/examples
-@dirrm t3x/r6/tide
+t3x/r7/classes/config.cls
+t3x/r7/classes/config.dir
+t3x/r7/classes/editor.cls
+t3x/r7/classes/editor.dir
+t3x/r7/classes/filebox.cls
+t3x/r7/classes/filebox.dir
+t3x/r7/classes/form.cls
+t3x/r7/classes/form.dir
+t3x/r7/classes/menu.cls
+t3x/r7/classes/menu.dir
+t3x/r7/classes/prompt.cls
+t3x/r7/classes/prompt.dir
+t3x/r7/classes/tblio.cls
+t3x/r7/classes/tblio.dir
+t3x/r7/classes/vedit.cls
+t3x/r7/classes/vedit.dir
+t3x/r7/doc/tide.sd
+t3x/r7/doc/tools.sd
+t3x/r7/tide.rc
+t3x/r7/tide/default.cs
+t3x/r7/tide/examples/apfel.t
+t3x/r7/tide/examples/fac.t
+t3x/r7/tide/examples/hello.t
+t3x/r7/tide/examples/hello2.t
+t3x/r7/tide/examples/hello3.t
+t3x/r7/tide/examples/permute.t
+t3x/r7/tide/examples/primes.t
+t3x/r7/tide/examples/ttt.t
+t3x/r7/tide/helpfile
+t3x/r7/tide/monochrm.cs
+t3x/r7/tide/tide
+@exec echo 'config:t3x,iostream,string,ttyctl' >>%D/t3x/r7/classes/CLASSNDX
+@exec echo 'editor:t3x,string' >>%D/t3x/r7/classes/CLASSNDX
+@exec echo 'tblio:t3x,string,iostream' >>%D/t3x/r7/classes/CLASSNDX
+@exec echo 'filebox:t3x,string,system,ttyctl' >>%D/t3x/r7/classes/CLASSNDX
+@exec echo 'form:t3x,ttyctl,menu,prompt' >>%D/t3x/r7/classes/CLASSNDX
+@exec echo 'menu:t3x,string,ttyctl' >>%D/t3x/r7/classes/CLASSNDX
+@exec echo 'prompt:t3x,string,ttyctl' >>%D/t3x/r7/classes/CLASSNDX
+@exec echo 'vedit:t3x,string,ttyctl,editor' >>%D/t3x/r7/classes/CLASSNDX
+@exec sh -c 'if ! grep -q tools.sd %D/t3x/r7/doc/sdv-config; then echo "file		=	tools.sd [THE T3XTOOLS CLASSES]">>%D/t3x/r7/doc/sdv-config; fi'
+@exec sh -c 'if ! grep -q tide.sd %D/t3x/r7/doc/sdv-config; then echo "file		=	tide.sd [TIDE DOCUMENTATION]" >>%D/t3x/r7/doc/sdv-config; fi'
+@unexec cp %D/t3x/r7/doc/sdv-config %D/t3x/r7/sdv.tmp && grep -v 'tools\.sd' %D/t3x/r7/sdv.tmp | grep -v 'tide\.sd' >%D/t3x/r7/doc/sdv-config && rm -f %D/t3x/r7/sdv.tmp
+@unexec sed -e '/^config:/,/^vedit:/d' <%D/t3x/r7/classes/CLASSNDX >%D/t3x/ndx.tmp && mv %D/t3x/ndx.tmp %D/t3x/r7/classes/CLASSNDX
+@dirrm t3x/r7/tide/examples
+@dirrm t3x/r7/tide


>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?20021002173751.P15092-100000>