From owner-freebsd-ports Tue Aug 13 6:10:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76AD737B400 for ; Tue, 13 Aug 2002 06:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57D143E75 for ; Tue, 13 Aug 2002 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7DDA2JU093795 for ; Tue, 13 Aug 2002 06:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7DDA2Lu093794; Tue, 13 Aug 2002 06:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E996937B400 for ; Tue, 13 Aug 2002 06:09:33 -0700 (PDT) Received: from arthur.cs.uni-magdeburg.de (arthur.CS.Uni-Magdeburg.De [141.44.27.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD9B43E65 for ; Tue, 13 Aug 2002 06:09:33 -0700 (PDT) (envelope-from jesse@arthur.cs.uni-magdeburg.de) Received: from arthur.cs.uni-magdeburg.de (localhost [127.0.0.1]) by arthur.cs.uni-magdeburg.de (8.12.5/8.12.5) with ESMTP id g7DDB6lM000917 for ; Tue, 13 Aug 2002 15:11:06 +0200 (CEST) (envelope-from jesse@arthur.cs.uni-magdeburg.de) Received: (from jesse@localhost) by arthur.cs.uni-magdeburg.de (8.12.5/8.12.5/Submit) id g7DDB6ag000916; Tue, 13 Aug 2002 15:11:06 +0200 (MEST) Message-Id: <200208131311.g7DDB6ag000916@arthur.cs.uni-magdeburg.de> Date: Tue, 13 Aug 2002 15:11:06 +0200 (MEST) From: Roland Jesse Reply-To: Roland Jesse To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41619: New port x11-toolkits/SoQt (1.0.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41619 >Category: ports >Synopsis: New port x11-toolkits/SoQt (1.0.1) >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 Aug 13 06:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Roland Jesse >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD 4.6-STABLE FreeBSD 4.6-STABLE #8: Fri Aug 9 10:41:54 CEST 2002 i386 >Description: SoQt is a Qt GUI component toolkit library for Coin. It is also compatible with SGI and TGS Open Inventor, and the API is based on the API of the InventorXt GUI component toolkit. This port requires the Coin library installed. PR ports/37921 does this. >How-To-Repeat: n/a >Fix: # 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: # # SoQt # SoQt/Makefile # SoQt/distinfo # SoQt/pkg-comment # SoQt/pkg-descr # SoQt/pkg-plist # echo c - SoQt mkdir -p SoQt > /dev/null 2>&1 echo x - SoQt/Makefile sed 's/^X//' >SoQt/Makefile << 'END-of-SoQt/Makefile' X# New ports collection makefile for: SoQt X# Date created: 13 August 2002 X# Whom: roland.jesse@gmx.net X# X# $FreeBSD$ X# X XPORTNAME= SoQt XPORTVERSION= 1.0.1 XCATEGORIES= x11-toolkits XMASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/ XDIST_SUBDIR= KDE X XMAINTAINER= roland.jesse@gmx.net X XLIB_DEPENDS+= Coin.20:${PORTSDIR}/graphics/Coin X XUSE_QT_VER= 3 XUSE_X_PREFIX= yes XUSE_LIBTOOL= yes XCONFIGURE_ENV+= QTDIR=${QT_PREFIX} CXXFLAGS="-pthread" XCONFIGURE_ARGS+= --prefix=${QT_PREFIX} --with-pthread=yes --with-coin=${X11BASE} XMAKE_ENV+= QTDIR=${QT_PREFIX} XINSTALLS_SHLIB= yes XMAN1= soqt-config.1 X X.include END-of-SoQt/Makefile echo x - SoQt/distinfo sed 's/^X//' >SoQt/distinfo << 'END-of-SoQt/distinfo' XMD5 (KDE/SoQt-1.0.1.tar.gz) = 859ba430136c87904d8b68d3da47b5f9 END-of-SoQt/distinfo echo x - SoQt/pkg-comment sed 's/^X//' >SoQt/pkg-comment << 'END-of-SoQt/pkg-comment' XQt toolkit library for Coin END-of-SoQt/pkg-comment echo x - SoQt/pkg-descr sed 's/^X//' >SoQt/pkg-descr << 'END-of-SoQt/pkg-descr' XFrom the README: X XSoQt is a Qt GUI component toolkit library for Coin. It is also compatible Xwith SGI and TGS Open Inventor, and the API is based on the API of the XInventorXt GUI component toolkit. X XWWW: http://www.coin3d.org/ END-of-SoQt/pkg-descr echo x - SoQt/pkg-plist sed 's/^X//' >SoQt/pkg-plist << 'END-of-SoQt/pkg-plist' Xbin/soqt-config Xinclude/Inventor/Qt/devices/SoQtDevice.h Xinclude/Inventor/Qt/devices/SoQtKeyboard.h Xinclude/Inventor/Qt/devices/SoQtMouse.h Xinclude/Inventor/Qt/devices/SoQtSpaceball.h Xinclude/Inventor/Qt/viewers/SoQtViewer.h Xinclude/Inventor/Qt/viewers/SoQtConstrainedViewer.h Xinclude/Inventor/Qt/viewers/SoQtFullViewer.h Xinclude/Inventor/Qt/viewers/SoQtExaminerViewer.h Xinclude/Inventor/Qt/viewers/SoQtFlyViewer.h Xinclude/Inventor/Qt/viewers/SoQtPlaneViewer.h Xinclude/Inventor/Qt/widgets/SoQtPopupMenu.h Xinclude/Inventor/Qt/SoQt.h Xinclude/Inventor/Qt/SoQtBasic.h Xinclude/Inventor/Qt/SoQtObject.h Xinclude/Inventor/Qt/SoQtCursor.h Xinclude/Inventor/Qt/SoQtComponent.h Xinclude/Inventor/Qt/SoQtGLWidget.h Xinclude/Inventor/Qt/SoQtRenderArea.h Xlib/libSoQt.so.20 Xlib/libSoQt.so Xlib/libSoQt.la Xshare/aclocal/soqt.m4 Xshare/Coin/conf/soqt-default.cfg X@dirrm include/Inventor/Qt/devices X@dirrm include/Inventor/Qt/viewers X@dirrm include/Inventor/Qt/widgets X@dirrm include/Inventor/Qt X@dirrm include/Inventor X@dirrm include X@dirrm share/Coin/conf X@dirrm share/Coin X@dirrm share END-of-SoQt/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message