diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-30 15:18:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-30 15:18:31 +0000 |
commit | 820dae9487ac3782bd9a118ddb77d07f1ec9eabc (patch) | |
tree | 36caea5c50d10112a0b9d617fc22ee989230e01c /graphics | |
parent | 48ed906ca77ff0f5e4ae36cbe06ec08b094c2dd4 (diff) | |
download | freebsd-ports-820dae9487ac3782bd9a118ddb77d07f1ec9eabc.zip |
- Update to 0.9.0
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/structuresynth/Makefile | 13 | ||||
-rw-r--r-- | graphics/structuresynth/distinfo | 6 | ||||
-rw-r--r-- | graphics/structuresynth/pkg-plist | 3 |
3 files changed, 13 insertions, 9 deletions
diff --git a/graphics/structuresynth/Makefile b/graphics/structuresynth/Makefile index 05c52eca9bef..a3240338b87f 100644 --- a/graphics/structuresynth/Makefile +++ b/graphics/structuresynth/Makefile @@ -6,7 +6,7 @@ # PORTNAME= structuresynth -PORTVERSION= 0.8.5 +PORTVERSION= 0.9.0 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= StructureSynth-Source-v${PORTVERSION} @@ -16,20 +16,21 @@ COMMENT= Rule-based 3D structure generator USE_ZIP= yes USE_QT_VER= 4 -QT_COMPONENTS= qmake_build corelib gui opengl moc_build rcc_build xml +QT_COMPONENTS= qmake_build corelib gui opengl moc_build rcc_build xml script WRKSRC= ${WRKDIR}/structuresynth post-extract: - ${MV} ${WRKDIR}/"Structure Synth Source" ${WRKDIR}/structuresynth + @${MV} ${WRKDIR}/"Structure Synth Source" ${WRKDIR}/structuresynth post-patch: - @${REINPLACE_CMD} -e 's|"Examples"|"${DATADIR}/Examples"|; \ - s|"Misc"|"${DATADIR}/Misc"|' ${WRKSRC}/MainWindow.cpp + @${REINPLACE_CMD} -e '/examplesDir/ s|"Examples"|"${DATADIR}/Examples"|; \ + /miscDir/ s|"Misc"|"${DATADIR}/Misc"|' \ + ${WRKSRC}/StructureSynth/GUI/MainWindow.cpp do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -project - @${ECHO_CMD} "QT+=opengl xml" >> ${WRKSRC}/structuresynth.pro + @${ECHO_CMD} "QT+=opengl xml script" >> ${WRKSRC}/structuresynth.pro @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \ -spec ${QMAKESPEC} structuresynth.pro diff --git a/graphics/structuresynth/distinfo b/graphics/structuresynth/distinfo index 40ebed8ee114..295005dae5bc 100644 --- a/graphics/structuresynth/distinfo +++ b/graphics/structuresynth/distinfo @@ -1,3 +1,3 @@ -MD5 (StructureSynth-Source-v0.8.5.zip) = 26391db808216714cbf34564a94843e3 -SHA256 (StructureSynth-Source-v0.8.5.zip) = 2924d03b722c425863ea11b8c869f90aed8114664fbbeec123f32c27e8038203 -SIZE (StructureSynth-Source-v0.8.5.zip) = 1308064 +MD5 (StructureSynth-Source-v0.9.0.zip) = f8bcbbaf8d8f2a53ac4aa088205bd7a1 +SHA256 (StructureSynth-Source-v0.9.0.zip) = 63a3d331a69ad619493407a43902cd4ff8e1dfdf50e6bff99995d2683ceef4b2 +SIZE (StructureSynth-Source-v0.9.0.zip) = 1321829 diff --git a/graphics/structuresynth/pkg-plist b/graphics/structuresynth/pkg-plist index 84955e27ad78..2888824f298a 100644 --- a/graphics/structuresynth/pkg-plist +++ b/graphics/structuresynth/pkg-plist @@ -10,7 +10,9 @@ bin/structuresynth %%DATADIR%%/Examples/Invader.es %%DATADIR%%/Examples/Jugend2D.es %%DATADIR%%/Examples/Menger.es +%%DATADIR%%/Examples/MeshTest.es %%DATADIR%%/Examples/Mondrian.es +%%DATADIR%%/Examples/Nabla.es %%DATADIR%%/Examples/Octopod II.es %%DATADIR%%/Examples/RoundTree.es %%DATADIR%%/Examples/SpiralTree2D.es @@ -21,6 +23,7 @@ bin/structuresynth %%DATADIR%%/Misc/about.html %%DATADIR%%/Misc/icon.jpg %%DATADIR%%/Misc/povray.rendertemplate +%%DATADIR%%/Misc/renderman.rendertemplate %%DATADIR%%/Misc/splash.png %%DATADIR%%/Misc/sunflow.rendertemplate %%DATADIR%%/Misc/sunflowcolored.rendertemplate |