From nmh@t3x.org  Sun Nov 21 14:22:09 2004
Return-Path: <nmh@t3x.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8935C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Nov 2004 14:22:09 +0000 (GMT)
Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.177])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0F2F843D49
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Nov 2004 14:22:09 +0000 (GMT)
	(envelope-from nmh@t3x.org)
Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de)
	by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
	id 1CVsbQ-0004H3-00
	for FreeBSD-gnats-submit@freebsd.org; Sun, 21 Nov 2004 15:22:08 +0100
Received: from [80.140.10.22] (helo=t3x.org)
	by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168)
	(Exim 3.35 #1)
	id 1CVsbP-0005Al-00
	for FreeBSD-gnats-submit@freebsd.org; Sun, 21 Nov 2004 15:22:08 +0100
Received: (from nmh@localhost)
	by t3x.org (8.11.6/8.11.6) id iALEKbL24601;
	Sun, 21 Nov 2004 15:20:37 +0100 (CET)
Message-Id: <2004112114201800-24595@Freedom.T3X.ORG>
Date: Sun, 21 Nov 2004 15:20:18 +0100
From: Nils M Holm <nmh@t3x.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: devel/tide URL change (Maintainer update)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74202
>Category:       ports
>Synopsis:       devel/tide URL change (Maintainer update)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 21 14:30:20 GMT 2004
>Closed-Date:    Mon Dec 13 09:57:01 GMT 2004
>Last-Modified:  Mon Dec 13 09:57:01 GMT 2004
>Originator:     Nils M Holm
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
T3X.ORG
>Environment:
System: FreeBSD Freedom.T3X.ORG 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Fri May 7 18:12:57 CEST 2004 nmh@Freedom.LOCAL:/usr/src/sys/compile/FREEDOM i386

>Description:

Update to version 3.1.0.
Change URL,
change maintainer e-mail,
drop WWW pages.

>How-To-Repeat:
>Fix:

diff -ru devel/tide.old/Makefile devel/tide/Makefile
--- devel/tide.old/Makefile	Wed Sep 24 12:53:36 2003
+++ devel/tide/Makefile	Sun Nov 21 15:09:20 2004
@@ -6,14 +6,13 @@
 #
 
 PORTNAME=	tide
-PORTVERSION=	2.1.0
+PORTVERSION=	3.1.0
 CATEGORIES=	devel
-MASTER_SITES=	http://t3x.dyndns.org/files/ \
-		http://www.t3x.org/files/
+MASTER_SITES=	http://www.holm-und-jeschag.de/files/
 DISTNAME=	tide-${PORTVERSION:S/.//g}
 
-MAINTAINER=	nmh@t3x.org
-COMMENT=	T3X Integrated Development Environment and tools
+MAINTAINER=	nils@holm-und-jeschag.de
+COMMENT=	A collection of classes for the T3X language
 
 BUILD_DEPENDS=	tx:${PORTSDIR}/lang/t3x
 RUN_DEPENDS=	${BUILD_DEPENDS}
@@ -21,8 +20,5 @@
 ONLY_FOR_ARCHS=	i386
 
 MAKE_ENV+=	T3XDIR=${LOCALBASE}/t3x/r8
-
-do-configure:
-	@(cd ${WRKSRC}; make unix)
 
 .include <bsd.port.mk>
diff -ru devel/tide.old/distinfo devel/tide/distinfo
--- devel/tide.old/distinfo	Wed Sep 24 12:53:36 2003
+++ devel/tide/distinfo	Sun Nov 21 15:08:57 2004
@@ -1 +1 @@
-MD5 (tide-210.tar.gz) = fb5f017dbd2c21871e4550c2b78d00bf
+MD5 (tide-310.tar.gz) = 05e149707b17026a6ec1e0f5d34b618d
diff -ru devel/tide.old/pkg-descr devel/tide/pkg-descr
--- devel/tide.old/pkg-descr	Sun Aug 10 06:33:58 2003
+++ devel/tide/pkg-descr	Sun Nov 21 15:08:57 2004
@@ -1,19 +1 @@
-TIDE is a collection of tools and add-on classes for the T3X
-compiler. It includes
-
-- TIDE, the T3X Integrated Development Environment
-- SDFMT, a structured document (re-)formatter
-
-as well as tool classes for the following tasks:
-
-- configuration file management
-- visual ASCII editing
-- non-visual ASCII editing
-- directory navigation and file selection
-- on-screen forms
-- menues
-- one-line prompts
-- structured I/O
-- file services (copying/moving files, etc)
-
-WWW: http://www.t3x.org/T3X/
+A collection of classes for the T3X language.
diff -ru devel/tide.old/pkg-plist devel/tide/pkg-plist
--- devel/tide.old/pkg-plist	Sun Aug 10 06:33:58 2003
+++ devel/tide/pkg-plist	Sun Nov 21 15:08:57 2004
@@ -1,6 +1,3 @@
-bin/sdfmt
-bin/tide
-t3x/r8/bin/sdfmt
 t3x/r8/classes/2/config.cls
 t3x/r8/classes/2/editor.cls
 t3x/r8/classes/2/filebox.cls
@@ -9,7 +6,6 @@
 t3x/r8/classes/2/menu.cls
 t3x/r8/classes/2/prompt.cls
 t3x/r8/classes/2/pstruct.cls
-t3x/r8/classes/2/tblio.cls
 t3x/r8/classes/2/vedit.cls
 t3x/r8/classes/config.cls
 t3x/r8/classes/config.dir
@@ -27,34 +23,10 @@
 t3x/r8/classes/prompt.dir
 t3x/r8/classes/pstruct.cls
 t3x/r8/classes/pstruct.dir
-t3x/r8/classes/tblio.cls
-t3x/r8/classes/tblio.dir
 t3x/r8/classes/vedit.cls
 t3x/r8/classes/vedit.dir
-t3x/r8/doc/tide.sd
-t3x/r8/doc/tool-changes.sd
-t3x/r8/doc/tool-classes.sd
-t3x/r8/doc/tool-commands.sd
-t3x/r8/examples/apfel.t
-t3x/r8/examples/bottles.t
-t3x/r8/examples/fac.t
-t3x/r8/examples/hello.t
-t3x/r8/examples/hello2.t
-t3x/r8/examples/hello3.t
-t3x/r8/examples/hello4.t
-t3x/r8/examples/permute.t
-t3x/r8/examples/primes.t
-t3x/r8/examples/ttt.t
-t3x/r8/examples/ttt_oo.t
-t3x/r8/examples/ttt_plain.t
-t3x/r8/tide.rc
-t3x/r8/tide/default.cs
-t3x/r8/tide/helpfile
-t3x/r8/tide/monochrm.cs
-t3x/r8/tide/tide
 @exec echo 'config:t3x,iostream,string,ttyctl' >>%D/t3x/r8/classes/CLASSNDX
 @exec echo 'editor:t3x,string' >>%D/t3x/r8/classes/CLASSNDX
-@exec echo 'tblio:t3x,string,iostream' >>%D/t3x/r8/classes/CLASSNDX
 @exec echo 'filebox:t3x,string,system,ttyctl' >>%D/t3x/r8/classes/CLASSNDX
 @exec echo 'filesrv:t3x,string' >>%D/t3x/r8/classes/CLASSNDX
 @exec echo 'form:t3x,ttyctl,menu,prompt' >>%D/t3x/r8/classes/CLASSNDX
@@ -64,5 +36,3 @@
 @exec echo 'vedit:t3x,string,ttyctl,editor' >>%D/t3x/r8/classes/CLASSNDX
 @unexec sed -e '/^config:/,/^vedit:/d' <%D/t3x/r8/classes/CLASSNDX >%D/t3x/ndx.tmp && mv %D/t3x/ndx.tmp %D/t3x/r8/classes/CLASSNDX
 @unexec sed -e '/^config:/,/^vedit:/d' <%D/t3x/r8/classes/2/CLASSNDX >%D/t3x/ndx.tmp && mv %D/t3x/ndx.tmp %D/t3x/r8/classes/2/CLASSNDX
-@dirrm t3x/r8/examples
-@dirrm t3x/r8/tide
-- 
Nils M Holm <nmh@t3x.org> -- http://www.holm-und-jeschag.de/nils
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Mon Nov 22 11:06:02 GMT 2004 
State-Changed-Why:  
Does not patch. Maybe the patch-file has to be removed or something? 


Responsible-Changed-From-To: freebsd-ports-bugs->vs 
Responsible-Changed-By: vs 
Responsible-Changed-When: Mon Nov 22 11:06:02 GMT 2004 
Responsible-Changed-Why:  
I'll track this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74202 
State-Changed-From-To: feedback->closed 
State-Changed-By: vs 
State-Changed-When: Mon Dec 13 09:56:49 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74202 
>Unformatted:
