From owner-freebsd-ports Fri May 15 05:23:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12059 for freebsd-ports-outgoing; Fri, 15 May 1998 05:23:59 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12048 for ; Fri, 15 May 1998 05:23:54 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA14935; Fri, 15 May 1998 05:20:01 -0700 (PDT) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA10782 for ; Fri, 15 May 1998 05:17:37 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id SAA19829 for ; Fri, 15 May 1998 18:17:53 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id QAA11738; Fri, 15 May 1998 16:21:29 +0400 (MSD) Message-Id: <199805151221.QAA11738@icc.surw.chel.su> Date: Fri, 15 May 1998 16:21:29 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6644: New port: qtez-0.51a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6644 >Category: ports >Synopsis: New port: qtez-0.51a >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: Fri May 15 05:20:01 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Qt Development Environment for X Window System. This is a beta release of a development environment for c++ using and writing source code for the Qt library. The environment is a gui dialog editor, as well as integrating source code editor, and signals and slots connections. # 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: # # QtEZ-0.51a # QtEZ-0.51a/Makefile # QtEZ-0.51a/files # QtEZ-0.51a/files/md5 # QtEZ-0.51a/patches # QtEZ-0.51a/patches/patch-ab # QtEZ-0.51a/patches/patch-aa # QtEZ-0.51a/pkg # QtEZ-0.51a/pkg/PLIST # QtEZ-0.51a/pkg/DESCR # QtEZ-0.51a/pkg/COMMENT # echo c - QtEZ-0.51a mkdir -p QtEZ-0.51a > /dev/null 2>&1 echo x - QtEZ-0.51a/Makefile sed 's/^X//' >QtEZ-0.51a/Makefile << 'END-of-QtEZ-0.51a/Makefile' X# New ports collection makefile for: qtez X# Version required: 0.51a X# Date created: 14 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= QtEZ.latest.src XPKGNAME= qtez-0.51a XCATEGORIES= devel x11 XMASTER_SITES= ftp://qtez.commkey.net/pub/QtEZ/ X XMAINTAINER= andy@icc.surw.chel.su X XBUILD_DEPENDS= moc:${PORTSDIR}/x11/qt XLIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt X XUSE_GMAKE= yes XUSE_X11= yes XWRKSRC= ${WRKDIR}/qtez/src X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKDIR}/qtez/bin/qtez ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/examples/qtez X @ cd ${WRKDIR}/qtez/demo; tar cf - . | (cd ${PREFIX}/share/examples/qtez; tar xf - ) X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/qtez X.for file in INSTALL KDE.README README TODO X @ ${INSTALL_DATA} ${WRKDIR}/qtez/${file} ${PREFIX}/share/doc/qtez X.endfor X @ cd ${WRKDIR}/qtez/docs; tar cf - . | (cd ${PREFIX}/share/doc/qtez; tar xf - ) X.endif X X.include END-of-QtEZ-0.51a/Makefile echo c - QtEZ-0.51a/files mkdir -p QtEZ-0.51a/files > /dev/null 2>&1 echo x - QtEZ-0.51a/files/md5 sed 's/^X//' >QtEZ-0.51a/files/md5 << 'END-of-QtEZ-0.51a/files/md5' XMD5 (QtEZ.latest.src.tar.gz) = a3906d64a19fa5f5d33a6c74210c1206 END-of-QtEZ-0.51a/files/md5 echo c - QtEZ-0.51a/patches mkdir -p QtEZ-0.51a/patches > /dev/null 2>&1 echo x - QtEZ-0.51a/patches/patch-ab sed 's/^X//' >QtEZ-0.51a/patches/patch-ab << 'END-of-QtEZ-0.51a/patches/patch-ab' X--- Makefile Thu May 7 19:21:17 1998 X+++ /home/andy/tmp/wrk/src/Makefile Thu May 14 16:36:00 1998 X@@ -13,6 +13,10 @@ X HOST_DFLAG = -call_shared X endif X X+ifeq ($(HOSTOSTYPE), FreeBSD) X+HOST_DFLAG = X+endif X+ X all: $(TARGET) X X $(TARGET): $(MOC_CC) $(OBJ) END-of-QtEZ-0.51a/patches/patch-ab echo x - QtEZ-0.51a/patches/patch-aa sed 's/^X//' >QtEZ-0.51a/patches/patch-aa << 'END-of-QtEZ-0.51a/patches/patch-aa' X--- ../CONFIG Mon May 11 03:22:13 1998 X+++ /home/andy/tmp/wrk/CONFIG Thu May 14 16:35:47 1998 X@@ -4,9 +4,9 @@ X X # *************** PACKAGE LOCATIONS *********** X #Define if you don't already have the ENV variable X-#QTDIR = /usr/local/qt X+QTDIR = ${X11BASE} X #KDE_DIR = /opt/kde X-#X11_DIR = /usr/X11 X+X11_DIR = ${X11BASE} X # ********************************************* X X X@@ -40,7 +40,7 @@ X # X X #make location X-MAKE = make X+#MAKE = make X X #moc Location X MOC = @$(QTDIR)/bin/moc X@@ -68,7 +68,7 @@ X HOSTOSVER = $(shell, uname -r) X X #Compiler Flags X-CFLAGS = $(FORCE_DYN) $(ULTRA_BETA) -DKDE_DIR="$(KDE_DIR)" -DX11_DIR="$(X11_DIR)" -D_OS_=$(HOSTOSTYPE) -I$(QTDIR)/include #-g X+CFLAGS = $(FORCE_DYN) $(ULTRA_BETA) -DKDE_DIR="$(KDE_DIR)" -DX11_DIR="$(X11_DIR)" -D_OS_=$(HOSTOSTYPE) -I$(QTDIR)/include/X11/qt #-g X LFLAGS = -L$(QTDIR)/lib -lqt #-L$(X11_DIR)/lib -lX11 X X ifdef LEX_LIB_LOC END-of-QtEZ-0.51a/patches/patch-aa echo c - QtEZ-0.51a/pkg mkdir -p QtEZ-0.51a/pkg > /dev/null 2>&1 echo x - QtEZ-0.51a/pkg/PLIST sed 's/^X//' >QtEZ-0.51a/pkg/PLIST << 'END-of-QtEZ-0.51a/pkg/PLIST' Xbin/qtez Xshare/doc/qtez/INSTALL Xshare/doc/qtez/KDE.README Xshare/doc/qtez/README Xshare/doc/qtez/TODO Xshare/doc/qtez/index.htm Xshare/doc/qtez/qtez.jpg Xshare/doc/qtez/dnload/index.htm Xshare/doc/qtez/features/index.htm Xshare/doc/qtez/help/index.htm Xshare/doc/qtez/help/qtez.gif Xshare/doc/qtez/help/attribs/atdlgcap.gif Xshare/doc/qtez/help/attribs/attribs.gif Xshare/doc/qtez/help/attribs/index.htm Xshare/doc/qtez/help/compons/compon.gif Xshare/doc/qtez/help/compons/index.htm Xshare/doc/qtez/help/compons/savesrc.gif Xshare/doc/qtez/help/compons/toolbar.gif Xshare/doc/qtez/help/demos/demos.gif Xshare/doc/qtez/help/demos/index.htm Xshare/doc/qtez/help/demos/chap1/index.htm Xshare/doc/qtez/help/demos/chap1/tut1cap.gif Xshare/doc/qtez/help/demos/chap2/index.htm Xshare/doc/qtez/help/demos/chap2/tut2cap.gif Xshare/doc/qtez/help/demos/chap3/index.htm Xshare/doc/qtez/help/demos/chap3/tut3cap.gif Xshare/doc/qtez/help/demos/chap4/index.htm Xshare/doc/qtez/help/demos/chap4/tut4cap.gif Xshare/doc/qtez/help/demos/chap5/index.htm Xshare/doc/qtez/help/demos/chap5/tut5cap.gif Xshare/doc/qtez/help/glbedit/glbedit.gif Xshare/doc/qtez/help/glbedit/gldlgcap.gif Xshare/doc/qtez/help/glbedit/index.htm Xshare/doc/qtez/help/menubar/cfdlgcap.gif Xshare/doc/qtez/help/menubar/index.htm Xshare/doc/qtez/help/menubar/menubar.gif Xshare/doc/qtez/help/menubar/mndlgcap.gif Xshare/doc/qtez/help/mnuedit/index.htm Xshare/doc/qtez/help/mnuedit/mndlgcap.gif Xshare/doc/qtez/help/mnuedit/mnuedit.gif Xshare/doc/qtez/help/projects/index.htm Xshare/doc/qtez/help/projects/projects.gif Xshare/doc/qtez/help/projview/index.htm Xshare/doc/qtez/help/projview/projview.gif Xshare/doc/qtez/help/projview/pvdlgcap.gif Xshare/doc/qtez/help/sigslo/index.htm Xshare/doc/qtez/help/sigslo/sgdlgcap.gif Xshare/doc/qtez/help/sigslo/sigslo.gif Xshare/doc/qtez/help/sigslo/ssdlgcap.gif Xshare/doc/qtez/help/srcedit/fndlgcap.gif Xshare/doc/qtez/help/srcedit/index.htm Xshare/doc/qtez/help/srcedit/scdlgcap.gif Xshare/doc/qtez/help/srcedit/srcedit.gif Xshare/doc/qtez/tech/index.htm Xshare/examples/qtez/a.qtz Xshare/examples/qtez/arnt/arnt.qtz Xshare/examples/qtez/arnt/arnt2.qtz Xshare/examples/qtez/bnacho/demo.qtz Xshare/examples/qtez/bnacho/qtez.bmp Xshare/examples/qtez/bnacho/qtezicon.bmp Xshare/examples/qtez/bnacho/quitButt.xpm Xshare/examples/qtez/calculator/calc.qtz Xshare/examples/qtez/calendar/calend.qtz Xshare/examples/qtez/custom/custom.qtz Xshare/examples/qtez/d.qtz Xshare/examples/qtez/dblclick.qtz Xshare/examples/qtez/dynamic/dynamic.qtz Xshare/examples/qtez/echo/client.qtz.debunct Xshare/examples/qtez/echo/server.qtz.debunct Xshare/examples/qtez/finger/finger.qtz Xshare/examples/qtez/include/include.qtz Xshare/examples/qtez/krash.qtz Xshare/examples/qtez/menubar/highlight.qtz Xshare/examples/qtez/menubar/menubar.qtz Xshare/examples/qtez/multdlg/2dialog.qtz Xshare/examples/qtez/multdlg/3dialog.qtz Xshare/examples/qtez/notepad/notepad.qtz Xshare/examples/qtez/painter/painter.qtz Xshare/examples/qtez/painter/painter_new.qtz Xshare/examples/qtez/parent/bttngrp.qtz Xshare/examples/qtez/parent/mult_par.qtz Xshare/examples/qtez/piano.qtz Xshare/examples/qtez/resize.qtz Xshare/examples/qtez/stress/30buttons.qtz Xshare/examples/qtez/stress/all.qtz Xshare/examples/qtez/swatch/time.qtz Xshare/examples/qtez/tablevw/table.qtz Xshare/examples/qtez/tutorial/chap1.qtz Xshare/examples/qtez/tutorial/chap2.qtz Xshare/examples/qtez/tutorial/chap3.qtz Xshare/examples/qtez/tutorial/chap4.qtz Xshare/examples/qtez/tutorial/chap5.qtz Xshare/examples/qtez/tutorial/frame1.bmp Xshare/examples/qtez/tutorial/frame2.bmp Xshare/examples/qtez/tutorial/frame3.bmp Xshare/examples/qtez/tutorial/frame4.bmp Xshare/examples/qtez/tutorial/frame5.bmp Xshare/examples/qtez/tutorial/frame6.bmp Xshare/examples/qtez/tutorial/frame7.bmp Xshare/examples/qtez/tutorial/frame8.bmp Xshare/examples/qtez/xalarm.qtz X@dirrm share/doc/qtez/dnload X@dirrm share/doc/qtez/features X@dirrm share/doc/qtez/help/attribs X@dirrm share/doc/qtez/help/compons X@dirrm share/doc/qtez/help/demos/chap1 X@dirrm share/doc/qtez/help/demos/chap2 X@dirrm share/doc/qtez/help/demos/chap3 X@dirrm share/doc/qtez/help/demos/chap4 X@dirrm share/doc/qtez/help/demos/chap5 X@dirrm share/doc/qtez/help/demos X@dirrm share/doc/qtez/help/glbedit X@dirrm share/doc/qtez/help/menubar X@dirrm share/doc/qtez/help/mnuedit X@dirrm share/doc/qtez/help/projects X@dirrm share/doc/qtez/help/projview X@dirrm share/doc/qtez/help/sigslo X@dirrm share/doc/qtez/help/srcedit X@dirrm share/doc/qtez/help X@dirrm share/doc/qtez/tech X@dirrm share/doc/qtez X@dirrm share/examples/qtez/arnt X@dirrm share/examples/qtez/bnacho X@dirrm share/examples/qtez/calculator X@dirrm share/examples/qtez/calendar X@dirrm share/examples/qtez/custom X@dirrm share/examples/qtez/dynamic X@dirrm share/examples/qtez/echo X@dirrm share/examples/qtez/finger X@dirrm share/examples/qtez/include X@dirrm share/examples/qtez/menubar X@dirrm share/examples/qtez/multdlg X@dirrm share/examples/qtez/notepad X@dirrm share/examples/qtez/painter X@dirrm share/examples/qtez/parent X@dirrm share/examples/qtez/stress X@dirrm share/examples/qtez/swatch X@dirrm share/examples/qtez/tablevw X@dirrm share/examples/qtez/tutorial X@dirrm share/examples/qtez END-of-QtEZ-0.51a/pkg/PLIST echo x - QtEZ-0.51a/pkg/DESCR sed 's/^X//' >QtEZ-0.51a/pkg/DESCR << 'END-of-QtEZ-0.51a/pkg/DESCR' XThis is a beta release of a development environment for c++ Xusing and writing source code for the Qt library. The Xenvironment is a gui dialog editor, as well as integrating Xsource code editor, and signals and slots connections. XQt Development Environment for X Window System. X XHomepage: http://qtez.commkey.net/ END-of-QtEZ-0.51a/pkg/DESCR echo x - QtEZ-0.51a/pkg/COMMENT sed 's/^X//' >QtEZ-0.51a/pkg/COMMENT << 'END-of-QtEZ-0.51a/pkg/COMMENT' XQt Development Environment for X Window System. END-of-QtEZ-0.51a/pkg/COMMENT exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message