1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add port soqt, Qt GUI component toolkit library for Coin.

It is compatible with SGI and TGS Open Inventor, and the API is
based on the API of the InventorXt GUI component toolkit.

PR:		49072
Submitted by:	Roland Jesse <roland.jesse@gmx.net>
This commit is contained in:
Tilman Keskinoz 2003-06-26 14:29:11 +00:00
parent 9ef2d8ff84
commit 586e52491f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83663
5 changed files with 66 additions and 0 deletions

View File

@ -171,6 +171,7 @@
SUBDIR += scintilla
SUBDIR += sdl_gui
SUBDIR += slingshot
SUBDIR += soqt
SUBDIR += thinice
SUBDIR += tix
SUBDIR += tk80

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: SoQt
# Date created: 10 March 2003
# Whom: roland.jesse@gmx.net
#
# $FreeBSD$
#
PORTNAME= SoQt
PORTVERSION= 1.0.2
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.coin3d.org/pub/coin/src/
DIST_SUBDIR= KDE
MAINTAINER= roland.jesse@gmx.net
COMMENT= Qt toolkit library for Coin
LIB_DEPENDS= Coin.40:${PORTSDIR}/graphics/Coin
USE_QT_VER= 3
USE_LIBTOOL= yes
CONFIGURE_ENV+= QTDIR=${QT_PREFIX} CXXFLAGS="-pthread"
CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${X11BASE}
# avoid renaming of soqt-config and soqt-config.1
CONFIGURE_TARGET= --target=""
MAKE_ENV+= QTDIR=${QT_PREFIX}
INSTALLS_SHLIB= yes
MAN1= soqt-config.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (KDE/SoQt-1.0.2.tar.gz) = 19ad7e1c7b9dcc652c48642ea2599c6f

View File

@ -0,0 +1,7 @@
From the README:
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.
WWW: http://www.coin3d.org/

View File

@ -0,0 +1,28 @@
bin/soqt-config
include/Inventor/Qt/devices/SoQtDevice.h
include/Inventor/Qt/devices/SoQtKeyboard.h
include/Inventor/Qt/devices/SoQtMouse.h
include/Inventor/Qt/devices/SoQtSpaceball.h
include/Inventor/Qt/viewers/SoQtViewer.h
include/Inventor/Qt/viewers/SoQtConstrainedViewer.h
include/Inventor/Qt/viewers/SoQtFullViewer.h
include/Inventor/Qt/viewers/SoQtExaminerViewer.h
include/Inventor/Qt/viewers/SoQtFlyViewer.h
include/Inventor/Qt/viewers/SoQtPlaneViewer.h
include/Inventor/Qt/widgets/SoQtPopupMenu.h
include/Inventor/Qt/SoQt.h
include/Inventor/Qt/SoQtBasic.h
include/Inventor/Qt/SoQtObject.h
include/Inventor/Qt/SoQtCursor.h
include/Inventor/Qt/SoQtComponent.h
include/Inventor/Qt/SoQtGLWidget.h
include/Inventor/Qt/SoQtRenderArea.h
lib/libSoQt.so.20
lib/libSoQt.so
lib/libSoQt.la
share/aclocal/soqt.m4
share/Coin/conf/soqt-default.cfg
@dirrm include/Inventor/Qt/devices
@dirrm include/Inventor/Qt/viewers
@dirrm include/Inventor/Qt/widgets
@dirrm include/Inventor/Qt