diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-02 12:28:13 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-02 12:28:13 +0000 |
commit | 52aaf8e911355683b2fb4303f245619ab38e98e1 (patch) | |
tree | e518ad00c33ffd427a315dca9e561e3369986c45 /x11-toolkits | |
parent | ef37072536909d6b06ca978dc582a5ae8145fda6 (diff) | |
download | ports-52aaf8e911355683b2fb4303f245619ab38e98e1.tar.gz ports-52aaf8e911355683b2fb4303f245619ab38e98e1.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/SoXt/pkg-descr | 19 | ||||
-rw-r--r-- | x11-toolkits/SoXt/pkg-plist | 42 |
2 files changed, 30 insertions, 31 deletions
diff --git a/x11-toolkits/SoXt/pkg-descr b/x11-toolkits/SoXt/pkg-descr index d9d7ad098f9e..14e12ef684bf 100644 --- a/x11-toolkits/SoXt/pkg-descr +++ b/x11-toolkits/SoXt/pkg-descr @@ -1,13 +1,12 @@ -From the README: +SoXt is an open source implementation of the SGI InventorXt library, +which is a GUI binding for using Open Inventor with Xt/Motif. While +SoXt has been developed for use with Coin, it is also possible to +compile it against Open Inventor from SGI or TGS. A goal is to +eventually become 100% source code compatible with the InventorXt +library, which is still way off, especially when it comes to creating +derived classes. -SoXt is an open source implementation of the SGI InventorXt library, which -is a GUI binding for using Open Inventor with Xt/Motif. While SoXt has -been developed for use with Coin, it is also possible to compile it against -Open Inventor from SGI or TGS. A goal is to eventually become 100% source -code compatible with the InventorXt library, which is still way off, -especially when it comes to creating derived classes. - -When using SoXt, bear in mind that SoXt is in its alpha release phase, -so expect the worst... +When using SoXt, bear in mind that SoXt is in its alpha release +phase, so expect the worst... WWW: http://www.coin3d.org/ diff --git a/x11-toolkits/SoXt/pkg-plist b/x11-toolkits/SoXt/pkg-plist index 09463b87c416..6364b4ee3aff 100644 --- a/x11-toolkits/SoXt/pkg-plist +++ b/x11-toolkits/SoXt/pkg-plist @@ -1,38 +1,38 @@ bin/soxt-config +include/Inventor/Xt/SoXt.h +include/Inventor/Xt/SoXtBasic.h +include/Inventor/Xt/SoXtColorEditor.h +include/Inventor/Xt/SoXtComponent.h +include/Inventor/Xt/SoXtCursor.h +include/Inventor/Xt/SoXtGLWidget.h +include/Inventor/Xt/SoXtMaterialEditor.h +include/Inventor/Xt/SoXtObject.h +include/Inventor/Xt/SoXtRenderArea.h +include/Inventor/Xt/SoXtResource.h include/Inventor/Xt/devices/SoXtDevice.h include/Inventor/Xt/devices/SoXtKeyboard.h +include/Inventor/Xt/devices/SoXtLinuxJoystick.h include/Inventor/Xt/devices/SoXtMouse.h include/Inventor/Xt/devices/SoXtSpaceball.h -include/Inventor/Xt/devices/SoXtLinuxJoystick.h include/Inventor/Xt/editors/SoXtColorEditor.h include/Inventor/Xt/editors/SoXtMaterialEditor.h include/Inventor/Xt/nodes/SoGuiColorEditor.h include/Inventor/Xt/nodes/SoGuiMaterialEditor.h -include/Inventor/Xt/widgets/SoXtPopupMenu.h -include/Inventor/Xt/viewers/SoXtViewer.h include/Inventor/Xt/viewers/SoXtConstrainedViewer.h -include/Inventor/Xt/viewers/SoXtFullViewer.h include/Inventor/Xt/viewers/SoXtExaminerViewer.h include/Inventor/Xt/viewers/SoXtFlyViewer.h +include/Inventor/Xt/viewers/SoXtFullViewer.h include/Inventor/Xt/viewers/SoXtPlaneViewer.h -include/Inventor/Xt/SoXtColorEditor.h -include/Inventor/Xt/SoXtMaterialEditor.h -include/Inventor/Xt/SoXtResource.h -include/Inventor/Xt/SoXt.h -include/Inventor/Xt/SoXtBasic.h -include/Inventor/Xt/SoXtObject.h -include/Inventor/Xt/SoXtCursor.h -include/Inventor/Xt/SoXtComponent.h -include/Inventor/Xt/SoXtGLWidget.h -include/Inventor/Xt/SoXtRenderArea.h -@dirrm include/Inventor/Xt/devices -@dirrm include/Inventor/Xt/editors -@dirrm include/Inventor/Xt/nodes -@dirrm include/Inventor/Xt/viewers -@dirrm include/Inventor/Xt/widgets -@dirrm include/Inventor/Xt +include/Inventor/Xt/viewers/SoXtViewer.h +include/Inventor/Xt/widgets/SoXtPopupMenu.h lib/libSoXt.la lib/libSoXt.so lib/libSoXt.so.2 -share/aclocal/soxt.m4 share/Coin/conf/soxt-default.cfg +share/aclocal/soxt.m4 +@dirrm include/Inventor/Xt/widgets +@dirrm include/Inventor/Xt/viewers +@dirrm include/Inventor/Xt/nodes +@dirrm include/Inventor/Xt/editors +@dirrm include/Inventor/Xt/devices +@dirrm include/Inventor/Xt |