Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 1998 08:20:37 +0300 (MSK)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8932: Update port: devel/qtez
Message-ID:  <199812020520.IAA03838@icc.surw.chel.su>

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

>Number:         8932
>Category:       ports
>Synopsis:       Update port: devel/qtez
>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 Dec  1 21:30:01 PST 1998
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Organization:
South Ural Railway ICC
>Release:        FreeBSD 2.2.7-RELEASE i386
>Environment:

>Description:

   This is a patch to update devel/qtez port.


diff -Nru qtez/Makefile qtez-0.77a/Makefile
--- qtez/Makefile	Wed Aug 12 10:24:39 1998
+++ qtez-0.77a/Makefile	Tue Dec  1 17:40:15 1998
@@ -1,16 +1,15 @@
 # New ports collection makefile for:	qtez
-# Version required:			0.62a
+# Version required:			0.77a
 # Date created:				14 May 1998
 # Whom:					Andrey Zakhvatov
 #
 # $Id: Makefile,v 1.9 1998/08/12 06:29:26 asami Exp $
 #
 
-DISTNAME=	QTEZ-v0.62a
-PKGNAME=	qtez-0.62a
-CATEGORIES=	devel x11
-MASTER_SITES=	ftp://qtez.commkey.net/pub/QtEZ/ \
-		ftp://qtez.commkey.net/pub/QtEZ/old/
+DISTNAME=	QtEZ.current
+PKGNAME=	qtez-0.77a
+CATEGORIES=	devel
+MASTER_SITES=	http://qtez.zax.net/qtez-extras/
 EXTRACT_SUFX=	-src.tar.gz
 
 MAINTAINER=	andy@icc.surw.chel.su
@@ -18,21 +17,20 @@
 USE_QT=		yes
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
-WRKSRC=		${WRKDIR}/qtez
+WRKSRC=		${WRKDIR}/qtez_src/src
 
 do-install:
-	@ ${INSTALL_PROGRAM} ${WRKDIR}/qtez/bin/qtez ${PREFIX}/bin
+	@ ${INSTALL_PROGRAM} ${WRKDIR}/qtez_src/bin/qtez ${PREFIX}/bin
 	@ ${MKDIR} ${PREFIX}/share/examples/qtez
-	@ cd ${WRKDIR}/qtez/demo; tar cf - . | (cd ${PREFIX}/share/examples/qtez; tar xf - )
-	@ ${MKDIR} ${PREFIX}/share/qtez
-	@ ${INSTALL_DATA} ${WRKSRC}/lib/demo/progress/progress.qtl ${PREFIX}/share/qtez
-	@ ${INSTALL_DATA} ${WRKSRC}/lib/demo/tableview/tableview.qtl ${PREFIX}/share/qtez
+	@ cd ${WRKDIR}/qtez_src/demo; tar cf - . | (cd ${PREFIX}/share/examples/qtez; tar xf - )
+
+post-install:
 .if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/qtez
 .for file in INSTALL KDE.README README TODO
-	@ ${INSTALL_DATA} ${WRKDIR}/qtez/${file} ${PREFIX}/share/doc/qtez
+	@ ${INSTALL_DATA} ${WRKDIR}/qtez_src/${file} ${PREFIX}/share/doc/qtez
 .endfor
-	@ cd ${WRKDIR}/qtez/docs; tar cf - . | (cd ${PREFIX}/share/doc/qtez; tar xf - )
+	@ cd ${WRKDIR}/qtez_src/docs; tar cf - . | (cd ${PREFIX}/share/doc/qtez; tar xf - )
 .endif
 
 .include <bsd.port.mk>
diff -Nru qtez/files/md5 qtez-0.77a/files/md5
--- qtez/files/md5	Tue Jun 30 22:34:00 1998
+++ qtez-0.77a/files/md5	Mon Nov 30 21:42:38 1998
@@ -1 +1 @@
-MD5 (QTEZ-v0.62a-src.tar.gz) = 3ec6b6ec844046138b4a5aba0d274a6d
+MD5 (QtEZ.current-src.tar.gz) = 9f21855a27513224cb3730c8db8dcdb1
diff -Nru qtez/patches/patch-aa qtez-0.77a/patches/patch-aa
--- qtez/patches/patch-aa	Tue Jun 30 22:34:00 1998
+++ qtez-0.77a/patches/patch-aa	Tue Dec  1 17:07:38 1998
@@ -1,4 +1,4 @@
---- CONFIG	Tue Jun 23 16:50:41 1998
+--- ../CONFIG	Tue Jun 23 16:50:41 1998
 +++ /home/andy/tmp/wrk/CONFIG	Mon Jun 29 15:13:47 1998
 @@ -4,9 +4,9 @@
  
diff -Nru qtez/patches/patch-ab qtez-0.77a/patches/patch-ab
--- qtez/patches/patch-ab	Tue Jun 30 22:34:00 1998
+++ qtez-0.77a/patches/patch-ab	Tue Dec  1 17:05:44 1998
@@ -1,11 +1,11 @@
---- lib/demo/progress/Makefile	Tue Jun 23 16:50:50 1998
-+++ /home/andy/tmp/wrk/lib/demo/progress/Makefile	Mon Jun 29 17:35:27 1998
-@@ -9,7 +9,7 @@
- $(TARGET).qtl: $(MOC_SRC) $(OBJ)
- 	@echo "Creating External Object for Progress Bar Demonstration."
- 	$(CC) $(CFLAGS) -shared -o $(TARGET).qtl $(OBJ) 
--	ar src $(TARGET).a qprogres.o hqprogres.o
-+	ar rc $(TARGET).a qprogres.o hqprogres.o
- 	cp qprogres.h $(TARGET).h
- 	strip $(TARGET).qtl
- 
+--- Makefile	Tue Sep  1 04:33:43 1998
++++ /home/andy/tmp/wrk/src/Makefile	Tue Dec  1 14:20:34 1998
+@@ -16,7 +16,7 @@
+ HOST_DFLAG = -call_shared
+ endif
+ ifeq ($(HOSTOSTYPE), FreeBSD)
+-HOST_DFLAG = ""
++HOST_DFLAG =
+ endif
+ ifeq ($HOSTOSTYPE), SunOS)
+ HOST_DFLAG = ""
diff -Nru qtez/pkg/COMMENT qtez-0.77a/pkg/COMMENT
--- qtez/pkg/COMMENT	Tue May 19 06:56:53 1998
+++ qtez-0.77a/pkg/COMMENT	Wed Dec  2 13:21:11 1998
@@ -1 +1 @@
-Qt Development Environment for X Window System.
+Qt Rapid Application Development Environment for X Window System.
diff -Nru qtez/pkg/DESCR qtez-0.77a/pkg/DESCR
--- qtez/pkg/DESCR	Tue Jun 30 22:34:00 1998
+++ qtez-0.77a/pkg/DESCR	Wed Dec  2 13:20:17 1998
@@ -3,4 +3,4 @@
 environment is a gui dialog editor, as well as integrating
 source code editor, and signals and slots connections.
 
-http://qtez.commkey.net/
+http://qtez.zax.net/index.htm/
diff -Nru qtez/pkg/PLIST qtez-0.77a/pkg/PLIST
--- qtez/pkg/PLIST	Tue Jun 30 22:34:00 1998
+++ qtez-0.77a/pkg/PLIST	Tue Dec  1 21:51:04 1998
@@ -4,56 +4,52 @@
 share/doc/qtez/README
 share/doc/qtez/TODO
 share/doc/qtez/index.htm
-share/doc/qtez/qtez.jpg
 share/doc/qtez/dnload/index.htm
+share/doc/qtez/faq/compcret.htm
+share/doc/qtez/faq/index.htm
 share/doc/qtez/features/index.htm
 share/doc/qtez/help/index.htm
-share/doc/qtez/help/qtez.gif
 share/doc/qtez/help/attribs/atdlgcap.gif
-share/doc/qtez/help/attribs/attribs.gif
 share/doc/qtez/help/attribs/index.htm
-share/doc/qtez/help/compons/compon.gif
 share/doc/qtez/help/compons/index.htm
 share/doc/qtez/help/compons/savesrc.gif
 share/doc/qtez/help/compons/toolbar.gif
-share/doc/qtez/help/demos/demos.gif
-share/doc/qtez/help/demos/index.htm
-share/doc/qtez/help/demos/chap1/index.htm
-share/doc/qtez/help/demos/chap1/tut1cap.gif
-share/doc/qtez/help/demos/chap2/index.htm
-share/doc/qtez/help/demos/chap2/tut2cap.gif
-share/doc/qtez/help/demos/chap3/index.htm
-share/doc/qtez/help/demos/chap3/tut3cap.gif
-share/doc/qtez/help/demos/chap4/index.htm
-share/doc/qtez/help/demos/chap4/tut4cap.gif
-share/doc/qtez/help/demos/chap5/index.htm
-share/doc/qtez/help/demos/chap5/tut5cap.gif
-share/doc/qtez/help/glbedit/glbedit.gif
 share/doc/qtez/help/glbedit/gldlgcap.gif
 share/doc/qtez/help/glbedit/index.htm
 share/doc/qtez/help/menubar/cfdlgcap.gif
 share/doc/qtez/help/menubar/index.htm
-share/doc/qtez/help/menubar/menubar.gif
 share/doc/qtez/help/menubar/mndlgcap.gif
 share/doc/qtez/help/mnuedit/index.htm
 share/doc/qtez/help/mnuedit/mndlgcap.gif
-share/doc/qtez/help/mnuedit/mnuedit.gif
 share/doc/qtez/help/projects/index.htm
-share/doc/qtez/help/projects/projects.gif
+share/doc/qtez/help/projects/sample.txt
 share/doc/qtez/help/projview/index.htm
-share/doc/qtez/help/projview/projview.gif
 share/doc/qtez/help/projview/pvdlgcap.gif
-share/doc/qtez/help/projects/sample.qtz
 share/doc/qtez/help/sigslo/index.htm
 share/doc/qtez/help/sigslo/sgdlgcap.gif
-share/doc/qtez/help/sigslo/sigslo.gif
 share/doc/qtez/help/sigslo/ssdlgcap.gif
 share/doc/qtez/help/srcedit/fndlgcap.gif
 share/doc/qtez/help/srcedit/index.htm
 share/doc/qtez/help/srcedit/scdlgcap.gif
-share/doc/qtez/help/srcedit/srcedit.gif
 share/doc/qtez/listserv/index.htm
-share/doc/qtez/tech/index.htm
+share/doc/qtez/pics/background.gif
+share/doc/qtez/pics/e.gif
+share/doc/qtez/pics/q.gif
+share/doc/qtez/pics/qtez.gif
+share/doc/qtez/pics/separator.gif
+share/doc/qtez/pics/t.gif
+share/doc/qtez/pics/z.gif
+share/doc/qtez/tutorial/index.htm
+share/doc/qtez/tutorial/chap1/index.htm
+share/doc/qtez/tutorial/chap1/tut1cap.gif
+share/doc/qtez/tutorial/chap2/index.htm
+share/doc/qtez/tutorial/chap2/tut2cap.gif
+share/doc/qtez/tutorial/chap3/index.htm
+share/doc/qtez/tutorial/chap3/tut3cap.gif
+share/doc/qtez/tutorial/chap4/index.htm
+share/doc/qtez/tutorial/chap4/tut4cap.gif
+share/doc/qtez/tutorial/chap5/index.htm
+share/doc/qtez/tutorial/chap5/tut5cap.gif
 share/examples/qtez/a.qtz
 share/examples/qtez/krash.qtz
 share/examples/qtez/arnt/arnt.qtz
@@ -111,11 +107,11 @@
 share/examples/qtez/tutorial/frame7.bmp
 share/examples/qtez/tutorial/frame8.bmp
 share/examples/qtez/xalarm.qtz
-share/qtez/progress.qtl
-share/qtez/tableview.qtl
 @dirrm share/doc/qtez/dnload
+@dirrm share/doc/qtez/faq
 @dirrm share/doc/qtez/features
 @dirrm share/doc/qtez/help/attribs
+@dirrm share/doc/qtez/help/bk
 @dirrm share/doc/qtez/help/compons
 @dirrm share/doc/qtez/help/demos/chap1
 @dirrm share/doc/qtez/help/demos/chap2
@@ -132,7 +128,14 @@
 @dirrm share/doc/qtez/help/srcedit
 @dirrm share/doc/qtez/help
 @dirrm share/doc/qtez/listserv
+@dirrm share/doc/qtez/pics
 @dirrm share/doc/qtez/tech
+@dirrm share/doc/qtez/tutorial/chap1
+@dirrm share/doc/qtez/tutorial/chap2
+@dirrm share/doc/qtez/tutorial/chap3
+@dirrm share/doc/qtez/tutorial/chap4
+@dirrm share/doc/qtez/tutorial/chap5
+@dirrm share/doc/qtez/tutorial
 @dirrm share/doc/qtez
 @dirrm share/examples/qtez/arnt
 @dirrm share/examples/qtez/bnacho
@@ -155,4 +158,3 @@
 @dirrm share/examples/qtez/troll.tut
 @dirrm share/examples/qtez/tutorial
 @dirrm share/examples/qtez
-@dirrm share/qtez


>How-To-Repeat:

>Fix:

   Please, check and apply this patch.

>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?199812020520.IAA03838>