Fri Aug 28 20:46:19 2009 UTC ()
Update to 2.49a. Upstream changelog is of course too massive, you can look
at http://www.blender.org/development/release-logs/ for info about new
features and fixes. While here, sort PLIST correctly.


(hasso)
diff -r1.66 -r1.67 pkgsrc/graphics/blender/Makefile
diff -r1.7 -r1.8 pkgsrc/graphics/blender/PLIST
diff -r1.26 -r1.27 pkgsrc/graphics/blender/distinfo
diff -r1.6 -r1.7 pkgsrc/graphics/blender/patches/patch-ab
diff -r1.4 -r1.5 pkgsrc/graphics/blender/patches/patch-ad
diff -r1.7 -r0 pkgsrc/graphics/blender/patches/patch-ae
diff -r1.6 -r0 pkgsrc/graphics/blender/patches/patch-af
diff -r1.6 -r0 pkgsrc/graphics/blender/patches/patch-ag
diff -r1.1 -r1.2 pkgsrc/graphics/blender/patches/patch-ai

cvs diff -r1.66 -r1.67 pkgsrc/graphics/blender/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/blender/Makefile 2009/08/26 19:57:36 1.66
+++ pkgsrc/graphics/blender/Makefile 2009/08/28 20:46:18 1.67
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.66 2009/08/26 19:57:36 sno Exp $ 1# $NetBSD: Makefile,v 1.67 2009/08/28 20:46:18 hasso Exp $
2 2
3DISTNAME= blender-2.45 3DISTNAME= blender-2.49a
4PKGREVISION= 5 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= http://download.blender.org/source/ 5MASTER_SITES= http://download.blender.org/source/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.blender.org/ 8HOMEPAGE= http://www.blender.org/
10COMMENT= Fully integrated 3D graphics creation suite 9COMMENT= Fully integrated 3D graphics creation suite
11 10
12USE_TOOLS+= gmake 11USE_TOOLS+= gmake
13USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
14USE_CMAKE= yes 13USE_CMAKE= yes
15CMAKE_ARG_PATH= .. 14CMAKE_ARG_PATH= ..
16CONFIGURE_DIRS= _build 15CONFIGURE_DIRS= _build
17PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
@@ -41,26 +40,27 @@ post-build: @@ -41,26 +40,27 @@ post-build:
41 40
42do-install: 41do-install:
43 ${INSTALL_PROGRAM} ${WRKSRCBIN}/blender-bin ${DESTDIR}${PREFIX}/bin 42 ${INSTALL_PROGRAM} ${WRKSRCBIN}/blender-bin ${DESTDIR}${PREFIX}/bin
44 ${INSTALL_SCRIPT} ${WRKSRCBIN}/blender ${DESTDIR}${PREFIX}/bin 43 ${INSTALL_SCRIPT} ${WRKSRCBIN}/blender ${DESTDIR}${PREFIX}/bin
45 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/blender 44 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/blender
46 ${CP} -R ${WRKSRCBIN}/.blender/scripts \ 45 ${CP} -R ${WRKSRCBIN}/.blender/scripts \
47 ${DESTDIR}${PREFIX}/share/blender/ 46 ${DESTDIR}${PREFIX}/share/blender/
48 ${CP} -R ${WRKSRCBIN}/.blender/locale \ 47 ${CP} -R ${WRKSRCBIN}/.blender/locale \
49 ${DESTDIR}${PREFIX}/share/blender/ 48 ${DESTDIR}${PREFIX}/share/blender/
50 ${INSTALL_DATA} ${WRKSRCBIN}/.blender/.Blanguages \ 49 ${INSTALL_DATA} ${WRKSRCBIN}/.blender/.Blanguages \
51 ${DESTDIR}${PREFIX}/share/blender 50 ${DESTDIR}${PREFIX}/share/blender
52 ${INSTALL_DATA} ${WRKSRCBIN}/.blender/.bfont.ttf \ 51 ${INSTALL_DATA} ${WRKSRCBIN}/.blender/.bfont.ttf \
53 ${DESTDIR}${PREFIX}/share/blender 52 ${DESTDIR}${PREFIX}/share/blender
54 ${INSTALL_DATA} ${WRKSRCBIN}/BlenderQuickStart.pdf \ 53 ${INSTALL_DATA} ${WRKSRC}/release/text/BlenderQuickStart.pdf \
55 ${DESTDIR}${PREFIX}/share/blender 54 ${DESTDIR}${PREFIX}/share/blender
56 55
57.include "../../devel/SDL/buildlink3.mk" 56.include "../../devel/SDL/buildlink3.mk"
58.include "../../graphics/Mesa/buildlink3.mk" 57.include "../../graphics/Mesa/buildlink3.mk"
59.include "../../graphics/freetype2/buildlink3.mk" 58.include "../../graphics/freetype2/buildlink3.mk"
 59.include "../../graphics/openexr/buildlink3.mk"
60.include "../../graphics/png/buildlink3.mk" 60.include "../../graphics/png/buildlink3.mk"
61.include "../../graphics/tiff/buildlink3.mk" 61.include "../../graphics/tiff/buildlink3.mk"
62.include "../../security/openssl/buildlink3.mk" 62.include "../../security/openssl/buildlink3.mk"
63 63
64.include "../../lang/python/pyversion.mk" 64.include "../../lang/python/pyversion.mk"
65 65
66.include "../../mk/bsd.pkg.mk" 66.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/graphics/blender/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/blender/PLIST 2009/06/14 17:59:06 1.7
+++ pkgsrc/graphics/blender/PLIST 2009/08/28 20:46:18 1.8
@@ -1,175 +1,218 @@ @@ -1,175 +1,218 @@
1@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:59:06 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.8 2009/08/28 20:46:18 hasso Exp $
2bin/blender 2bin/blender
3bin/blender-bin 3bin/blender-bin
4share/blender/.bfont.ttf 
5share/blender/.Blanguages 4share/blender/.Blanguages
 5share/blender/.bfont.ttf
6share/blender/BlenderQuickStart.pdf 6share/blender/BlenderQuickStart.pdf
7share/blender/locale/nl/LC_MESSAGES/blender.mo 
8share/blender/locale/pt_br/LC_MESSAGES/blender.mo 
9share/blender/locale/ja/LC_MESSAGES/blender.mo 
10share/blender/locale/cs/LC_MESSAGES/blender.mo 
11share/blender/locale/fr/LC_MESSAGES/blender.mo 
12share/blender/locale/pl/LC_MESSAGES/blender.mo 
13share/blender/locale/zh_cn/LC_MESSAGES/blender.mo 
14share/blender/locale/sr@Latn/LC_MESSAGES/blender.mo 
15share/blender/locale/ar/LC_MESSAGES/blender.mo 7share/blender/locale/ar/LC_MESSAGES/blender.mo
16share/blender/locale/bg/LC_MESSAGES/blender.mo 8share/blender/locale/bg/LC_MESSAGES/blender.mo
17share/blender/locale/ru/LC_MESSAGES/blender.mo 9share/blender/locale/ca/LC_MESSAGES/blender.mo
 10share/blender/locale/cs/LC_MESSAGES/blender.mo
18share/blender/locale/de/LC_MESSAGES/blender.mo 11share/blender/locale/de/LC_MESSAGES/blender.mo
 12share/blender/locale/el/LC_MESSAGES/blender.mo
19share/blender/locale/es/LC_MESSAGES/blender.mo 13share/blender/locale/es/LC_MESSAGES/blender.mo
20share/blender/locale/it/LC_MESSAGES/blender.mo 
21share/blender/locale/hr/LC_MESSAGES/blender.mo 
22share/blender/locale/sr/LC_MESSAGES/blender.mo 
23share/blender/locale/uk/LC_MESSAGES/blender.mo 
24share/blender/locale/fi/LC_MESSAGES/blender.mo 14share/blender/locale/fi/LC_MESSAGES/blender.mo
25share/blender/locale/ro/LC_MESSAGES/blender.mo 15share/blender/locale/fr/LC_MESSAGES/blender.mo
 16share/blender/locale/hr/LC_MESSAGES/blender.mo
26share/blender/locale/hr_HR/LC_MESSAGES/blender.mo 17share/blender/locale/hr_HR/LC_MESSAGES/blender.mo
27share/blender/locale/ca/LC_MESSAGES/blender.mo 18share/blender/locale/it/LC_MESSAGES/blender.mo
 19share/blender/locale/ja/LC_MESSAGES/blender.mo
 20share/blender/locale/ko/LC_MESSAGES/blender.mo
 21share/blender/locale/nl/LC_MESSAGES/blender.mo
 22share/blender/locale/pl/LC_MESSAGES/blender.mo
 23share/blender/locale/pt_BR/LC_MESSAGES/blender.mo
 24share/blender/locale/ro/LC_MESSAGES/blender.mo
 25share/blender/locale/ru/LC_MESSAGES/blender.mo
 26share/blender/locale/sr/LC_MESSAGES/blender.mo
 27share/blender/locale/sr@Latn/LC_MESSAGES/blender.mo
28share/blender/locale/sv/LC_MESSAGES/blender.mo 28share/blender/locale/sv/LC_MESSAGES/blender.mo
 29share/blender/locale/uk/LC_MESSAGES/blender.mo
 30share/blender/locale/zh_CN/LC_MESSAGES/blender.mo
 31share/blender/scripts/3ds_export.py
 32share/blender/scripts/3ds_import.py
 33share/blender/scripts/Axiscopy.py
 34share/blender/scripts/DirectX8Exporter.py
 35share/blender/scripts/DirectX8Importer.py
 36share/blender/scripts/IDPropBrowser.py
 37share/blender/scripts/ac3d_export.py
 38share/blender/scripts/ac3d_import.py
 39share/blender/scripts/add_mesh_empty.py
 40share/blender/scripts/add_mesh_torus.py
 41share/blender/scripts/animation_bake_constraints.py
 42share/blender/scripts/animation_clean.py
 43share/blender/scripts/animation_trajectory.py
 44share/blender/scripts/armature_symmetry.py
 45share/blender/scripts/bevel_center.py
 46share/blender/scripts/blenderLipSynchro.py
 47share/blender/scripts/bpydata/KUlang.txt
29share/blender/scripts/bpydata/config/readme.txt 48share/blender/scripts/bpydata/config/readme.txt
30share/blender/scripts/bpydata/readme.txt 49share/blender/scripts/bpydata/readme.txt
31share/blender/scripts/bpydata/KUlang.txt 50share/blender/scripts/bpymodules/BPyAddMesh.py
32share/blender/scripts/bpymodules/colladaImEx/cutils.py 51share/blender/scripts/bpymodules/BPyArmature.py
 52share/blender/scripts/bpymodules/BPyBlender.py
 53share/blender/scripts/bpymodules/BPyBlender.pyc
 54share/blender/scripts/bpymodules/BPyCurve.py
 55share/blender/scripts/bpymodules/BPyImage.py
 56share/blender/scripts/bpymodules/BPyMathutils.py
 57share/blender/scripts/bpymodules/BPyMesh.py
 58share/blender/scripts/bpymodules/BPyMesh_redux.py
 59share/blender/scripts/bpymodules/BPyMessages.py
 60share/blender/scripts/bpymodules/BPyNMesh.py
 61share/blender/scripts/bpymodules/BPyObject.py
 62share/blender/scripts/bpymodules/BPyRegistry.py
 63share/blender/scripts/bpymodules/BPyRegistry.pyc
 64share/blender/scripts/bpymodules/BPyRender.py
 65share/blender/scripts/bpymodules/BPySys.py
 66share/blender/scripts/bpymodules/BPyTextPlugin.py
 67share/blender/scripts/bpymodules/BPyWindow.py
 68share/blender/scripts/bpymodules/blend2renderinfo.py
33share/blender/scripts/bpymodules/colladaImEx/__init__.py 69share/blender/scripts/bpymodules/colladaImEx/__init__.py
34share/blender/scripts/bpymodules/colladaImEx/xmlUtils.py 
35share/blender/scripts/bpymodules/colladaImEx/collada.py 70share/blender/scripts/bpymodules/colladaImEx/collada.py
36share/blender/scripts/bpymodules/colladaImEx/logo.png 
37share/blender/scripts/bpymodules/colladaImEx/cstartup.py 71share/blender/scripts/bpymodules/colladaImEx/cstartup.py
 72share/blender/scripts/bpymodules/colladaImEx/cutils.py
38share/blender/scripts/bpymodules/colladaImEx/helperObjects.py 73share/blender/scripts/bpymodules/colladaImEx/helperObjects.py
 74share/blender/scripts/bpymodules/colladaImEx/logo.png
39share/blender/scripts/bpymodules/colladaImEx/translator.py 75share/blender/scripts/bpymodules/colladaImEx/translator.py
40share/blender/scripts/bpymodules/BPyCurve.py 76share/blender/scripts/bpymodules/colladaImEx/xmlUtils.py
41share/blender/scripts/bpymodules/defaultdoodads.py 77share/blender/scripts/bpymodules/defaultdoodads.py
42share/blender/scripts/bpymodules/meshtools.py 
43share/blender/scripts/bpymodules/BPyWindow.py 
44share/blender/scripts/bpymodules/BPyMesh_redux.py 
45share/blender/scripts/bpymodules/BPyRender.py 
46share/blender/scripts/bpymodules/dxfReader.py 
47share/blender/scripts/bpymodules/BPyMessages.py 
48share/blender/scripts/bpymodules/BPyObject.py 
49share/blender/scripts/bpymodules/dxfColorMap.py 78share/blender/scripts/bpymodules/dxfColorMap.py
50share/blender/scripts/bpymodules/eps2obj.py 79share/blender/scripts/bpymodules/dxfLibrary.py
51share/blender/scripts/bpymodules/gimp2obj.py 80share/blender/scripts/bpymodules/dxfReader.py
52share/blender/scripts/bpymodules/BPyBlender.py 
53share/blender/scripts/bpymodules/BPyMesh.py 
54share/blender/scripts/bpymodules/BPyMesh_octree.py 
55share/blender/scripts/bpymodules/BPySys.py 
56share/blender/scripts/bpymodules/mesh_gradient.py 81share/blender/scripts/bpymodules/mesh_gradient.py
57share/blender/scripts/bpymodules/BPyAddMesh.py 82share/blender/scripts/bpymodules/meshtools.py
58share/blender/scripts/bpymodules/BPyNMesh.py 83share/blender/scripts/bpymodules/paths_ai2obj.py
59share/blender/scripts/bpymodules/ai2obj.py 84share/blender/scripts/bpymodules/paths_eps2obj.py
60share/blender/scripts/bpymodules/BPyRegistry.py 85share/blender/scripts/bpymodules/paths_gimp2obj.py
61share/blender/scripts/bpymodules/BPyImage.py 86share/blender/scripts/bpymodules/paths_svg2obj.py
62share/blender/scripts/bpymodules/BPyArmature.py 
63share/blender/scripts/bpymodules/BPyMathutils.py 
64share/blender/scripts/bpymodules/svg2obj.py 
65share/blender/scripts/blenderLipSynchro.py 
66share/blender/scripts/slp_import.py 
67share/blender/scripts/bvh_import.py 87share/blender/scripts/bvh_import.py
68share/blender/scripts/3ds_import.py 88share/blender/scripts/c3d_import.py
69share/blender/scripts/uv_from_adjacent.py 89share/blender/scripts/camera_changer.py
70share/blender/scripts/object_batch_name_edit.py 90share/blender/scripts/colladaExport14.py
71share/blender/scripts/vertexpaint_gradient.py 91share/blender/scripts/colladaImport14.py
72share/blender/scripts/mesh_solidify.py 92share/blender/scripts/collada_export.py
73share/blender/scripts/widgetwizard.py 
74share/blender/scripts/vertexpaint_selfshadow_ao.py 
75share/blender/scripts/uv_seams_from_islands.py 
76share/blender/scripts/vrml97_export.py 
77share/blender/scripts/sysinfo.py 
78share/blender/scripts/weightpaint_envelope_assign.py 
79share/blender/scripts/ac3d_import.py 
80share/blender/scripts/help_manual.py 
81share/blender/scripts/uvcalc_follow_active_coords.py 
82share/blender/scripts/faceselect_same_weights.py 
83share/blender/scripts/mesh_poly_reduce.py 
84share/blender/scripts/collada_import.py 93share/blender/scripts/collada_import.py
85share/blender/scripts/mesh_skin.py 94share/blender/scripts/config.py
86share/blender/scripts/weightpaint_copy.py 95share/blender/scripts/console.py
87share/blender/scripts/help_getting_started.py 96share/blender/scripts/discombobulator.py
88share/blender/scripts/image_billboard.py 97share/blender/scripts/envelope_symmetry.py
89share/blender/scripts/3ds_export.py 98share/blender/scripts/export-iv-0.1.py
 99share/blender/scripts/export_dxf.py
 100share/blender/scripts/export_fbx.py
 101share/blender/scripts/export_lightwave_motion.py
 102share/blender/scripts/export_m3g.py
90share/blender/scripts/export_map.py 103share/blender/scripts/export_map.py
 104share/blender/scripts/export_mdd.py
 105share/blender/scripts/export_obj.py
 106share/blender/scripts/faceselect_same_weights.py
 107share/blender/scripts/flt_defaultp.py
 108share/blender/scripts/flt_dofedit.py
 109share/blender/scripts/flt_export.py
 110share/blender/scripts/flt_filewalker.py
 111share/blender/scripts/flt_import.py
 112share/blender/scripts/flt_lodedit.py
 113share/blender/scripts/flt_palettemanager.py
 114share/blender/scripts/flt_properties.py
 115share/blender/scripts/flt_toolbar.py
 116share/blender/scripts/help_bpy_api.py
 117share/blender/scripts/help_browser.py
 118share/blender/scripts/help_getting_started.py
 119share/blender/scripts/help_manual.py
91share/blender/scripts/help_release_notes.py 120share/blender/scripts/help_release_notes.py
92share/blender/scripts/collada_export.py 121share/blender/scripts/help_tutorials.py
93share/blender/scripts/export-iv-0.1.py 
94share/blender/scripts/object_random_loc_sz_rot.py 
95share/blender/scripts/mesh_cleanup.py 
96share/blender/scripts/ac3d_export.py 
97share/blender/scripts/save_theme.py 
98share/blender/scripts/object_sel2dupgroup.py 
99share/blender/scripts/help_web_blender.py 122share/blender/scripts/help_web_blender.py
100share/blender/scripts/lightwave_import.py 123share/blender/scripts/help_web_devcomm.py
101share/blender/scripts/image_find_paths.py 
102share/blender/scripts/mesh_wire.py 
103share/blender/scripts/mesh_boneweight_copy.py 
104share/blender/scripts/object_drop.py 
105share/blender/scripts/weightpaint_gradient.py 
106share/blender/scripts/DirectX8Exporter.py 
107share/blender/scripts/ply_import.py 
108share/blender/scripts/object_apply_def.py 
109share/blender/scripts/vertexpaint_from_material.py 
110share/blender/scripts/import_mdd.py 
111share/blender/scripts/export_obj.py 
112share/blender/scripts/scripttemplate_mesh_edit.py 
113share/blender/scripts/help_web_eshop.py 124share/blender/scripts/help_web_eshop.py
114share/blender/scripts/export_mdd.py 
115share/blender/scripts/DirectX8Importer.py 
116share/blender/scripts/object_cookie_cutter.py 
117share/blender/scripts/IDPropBrowser.py 
118share/blender/scripts/uvcalc_smart_project.py 
119share/blender/scripts/lightwave_export.py 
120share/blender/scripts/envelope_symmetry.py 
121share/blender/scripts/bevel_center.py 
122share/blender/scripts/weightpaint_clean.py 
123share/blender/scripts/xsi_export.py 
124share/blender/scripts/help_web_usercomm.py 125share/blender/scripts/help_web_usercomm.py
 126share/blender/scripts/hotkeys.py
 127share/blender/scripts/image_2d_cutout.py
 128share/blender/scripts/image_auto_layout.py
 129share/blender/scripts/image_billboard.py
 130share/blender/scripts/image_edit.py
 131share/blender/scripts/import_dxf.py
 132share/blender/scripts/import_lightwave_motion.py
 133share/blender/scripts/import_mdd.py
125share/blender/scripts/import_obj.py 134share/blender/scripts/import_obj.py
126share/blender/scripts/uvcopy.py 135share/blender/scripts/import_web3d.py
127share/blender/scripts/rvk1_torvk2.py 136share/blender/scripts/lightwave_export.py
 137share/blender/scripts/lightwave_import.py
 138share/blender/scripts/md2_export.py
128share/blender/scripts/md2_import.py 139share/blender/scripts/md2_import.py
129share/blender/scripts/image_auto_layout.py 140share/blender/scripts/mesh_boneweight_copy.py
130share/blender/scripts/camera_changer.py 141share/blender/scripts/mesh_cleanup.py
131share/blender/scripts/flt_export.py 142share/blender/scripts/mesh_edges2curves.py
132share/blender/scripts/export_lightwave_motion.py 143share/blender/scripts/mesh_mirror_tool.py
133share/blender/scripts/export_fbx.py 144share/blender/scripts/mesh_poly_reduce.py
134share/blender/scripts/uvcalc_quad_clickproj.py 145share/blender/scripts/mesh_poly_reduce_grid.py
135share/blender/scripts/ply_export.py 146share/blender/scripts/mesh_skin.py
136share/blender/scripts/Axiscopy.py 147share/blender/scripts/mesh_solidify.py
137share/blender/scripts/raw_import.py 148share/blender/scripts/mesh_unfolder.py
138share/blender/scripts/off_export.py 149share/blender/scripts/mesh_wire.py
139share/blender/scripts/xfig_export.py 150share/blender/scripts/ms3d_import.py
 151share/blender/scripts/ms3d_import_ascii.py
 152share/blender/scripts/obdatacopier.py
 153share/blender/scripts/object_active_to_other.py
 154share/blender/scripts/object_apply_def.py
 155share/blender/scripts/object_batch_name_edit.py
 156share/blender/scripts/object_cookie_cutter.py
 157share/blender/scripts/object_drop.py
140share/blender/scripts/object_find.py 158share/blender/scripts/object_find.py
141share/blender/scripts/weightpaint_grow_shrink.py 159share/blender/scripts/object_random_loc_sz_rot.py
142share/blender/scripts/console.py 160share/blender/scripts/object_sel2dupgroup.py
143share/blender/scripts/uvcalc_lightmap.py 161share/blender/scripts/object_timeofs_follow_act.py
144share/blender/scripts/animation_trajectory.py 162share/blender/scripts/off_export.py
145share/blender/scripts/discombobulator.py 163share/blender/scripts/off_import.py
146share/blender/scripts/armature_symmetry.py 164share/blender/scripts/paths_import.py
 165share/blender/scripts/ply_export.py
 166share/blender/scripts/ply_import.py
147share/blender/scripts/raw_export.py 167share/blender/scripts/raw_export.py
148share/blender/scripts/obdatacopier.py 168share/blender/scripts/raw_import.py
149share/blender/scripts/config.py 
150share/blender/scripts/renameobjectbyblock.py 169share/blender/scripts/renameobjectbyblock.py
151share/blender/scripts/help_web_devcomm.py 170share/blender/scripts/render_save_layers.py
152share/blender/scripts/export_cal3d.py 171share/blender/scripts/rvk1_torvk2.py
153share/blender/scripts/help_browser.py 172share/blender/scripts/save_theme.py
154share/blender/scripts/colladaExport14.py 173share/blender/scripts/scripttemplate_background_job.py
155share/blender/scripts/uvcalc_from_adjacent.py 174share/blender/scripts/scripttemplate_camera_object.py
156share/blender/scripts/paths_import.py 175share/blender/scripts/scripttemplate_gamelogic.py
157share/blender/scripts/off_import.py 176share/blender/scripts/scripttemplate_gamelogic_basic.py
158share/blender/scripts/import_dxf.py 177share/blender/scripts/scripttemplate_gamelogic_module.py
159share/blender/scripts/mesh_unfolder.py 178share/blender/scripts/scripttemplate_ipo_gen.py
160share/blender/scripts/image_edit.py 179share/blender/scripts/scripttemplate_mesh_edit.py
161share/blender/scripts/help_bpy_api.py 180share/blender/scripts/scripttemplate_metaball_create.py
162share/blender/scripts/flt_import.py 181share/blender/scripts/scripttemplate_object_edit.py
163share/blender/scripts/weightpaint_normalize.py 182share/blender/scripts/scripttemplate_pyconstraint.py
164share/blender/scripts/md2_export.py 183share/blender/scripts/scripttemplate_text_plugin.py
 184share/blender/scripts/slp_import.py
 185share/blender/scripts/sysinfo.py
 186share/blender/scripts/textplugin_convert_ge.py
 187share/blender/scripts/textplugin_functiondocs.py
 188share/blender/scripts/textplugin_imports.py
 189share/blender/scripts/textplugin_membersuggest.py
 190share/blender/scripts/textplugin_outliner.py
 191share/blender/scripts/textplugin_suggest.py
 192share/blender/scripts/textplugin_templates.py
165share/blender/scripts/unweld.py 193share/blender/scripts/unweld.py
166share/blender/scripts/uv_export.py 194share/blender/scripts/uv_export.py
167share/blender/scripts/colladaImport14.py 195share/blender/scripts/uv_seams_from_islands.py
168share/blender/scripts/mesh_mirror_tool.py 196share/blender/scripts/uvcalc_follow_active_coords.py
169share/blender/scripts/mesh_edges2curves.py 197share/blender/scripts/uvcalc_lightmap.py
170share/blender/scripts/add_mesh_torus.py 198share/blender/scripts/uvcalc_quad_clickproj.py
171share/blender/scripts/hotkeys.py 199share/blender/scripts/uvcalc_smart_project.py
172share/blender/scripts/scripttemplate_object_edit.py 200share/blender/scripts/uvcopy.py
173share/blender/scripts/flt_filewalker.py 201share/blender/scripts/vertexpaint_from_material.py
174share/blender/scripts/help_tutorials.py 202share/blender/scripts/vertexpaint_gradient.py
 203share/blender/scripts/vertexpaint_selfshadow_ao.py
 204share/blender/scripts/vrml97_export.py
 205share/blender/scripts/weightpaint_average.py
 206share/blender/scripts/weightpaint_clean.py
 207share/blender/scripts/weightpaint_copy.py
 208share/blender/scripts/weightpaint_envelope_assign.py
 209share/blender/scripts/weightpaint_gradient.py
 210share/blender/scripts/weightpaint_grow_shrink.py
 211share/blender/scripts/weightpaint_invert.py
 212share/blender/scripts/weightpaint_normalize.py
 213share/blender/scripts/widgetwizard.py
 214share/blender/scripts/wizard_bolt_factory.py
 215share/blender/scripts/wizard_curve2tree.py
 216share/blender/scripts/wizard_landscape_ant.py
175share/blender/scripts/x3d_export.py 217share/blender/scripts/x3d_export.py
 218share/blender/scripts/xsi_export.py

cvs diff -r1.26 -r1.27 pkgsrc/graphics/blender/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/blender/distinfo 2008/06/23 21:22:58 1.26
+++ pkgsrc/graphics/blender/distinfo 2009/08/28 20:46:18 1.27
@@ -1,14 +1,11 @@ @@ -1,14 +1,11 @@
1$NetBSD: distinfo,v 1.26 2008/06/23 21:22:58 markd Exp $ 1$NetBSD: distinfo,v 1.27 2009/08/28 20:46:18 hasso Exp $
2 2
3SHA1 (blender-2.45.tar.gz) = ff66ec5f0129fd04a2ba5c063627ef13033c0598 3SHA1 (blender-2.49a.tar.gz) = 59f5be96eda874bb901390f55a70d58cf8e0b979
4RMD160 (blender-2.45.tar.gz) = fd39b59de0f4d770fe26ce39d51356e98b1ec8ea 4RMD160 (blender-2.49a.tar.gz) = f37100c7a02c75b622b8e055f32f06e064a62de2
5Size (blender-2.45.tar.gz) = 14226829 bytes 5Size (blender-2.49a.tar.gz) = 23039535 bytes
6SHA1 (patch-ab) = 7f5b4966bd08333f5d726cf9b6d7c2300e62d711 6SHA1 (patch-ab) = afc00773b4e00f1f63fce2bd2203dbab0b0bfc9f
7SHA1 (patch-ac) = dcfa14519404915a69bd626c8a5a6029d2535ca2 7SHA1 (patch-ac) = dcfa14519404915a69bd626c8a5a6029d2535ca2
8SHA1 (patch-ad) = 0f05a5151f0ba5fee1583f86019967beba52eadd 8SHA1 (patch-ad) = ee070c6e61585c5ee657f8aa0cd210c15f73bcc9
9SHA1 (patch-ae) = 45ea375bc405948d4eadc786379f8a8b700c8d91 
10SHA1 (patch-af) = ce57bcf10e9291ed156e54b66d154950b0079eb9 
11SHA1 (patch-ag) = bd3fae7b10349dd2c1ef45a18346d980530e01a4 
12SHA1 (patch-ah) = b45f534b4c5850da13e9b421f73e33c8d079696f 9SHA1 (patch-ah) = b45f534b4c5850da13e9b421f73e33c8d079696f
13SHA1 (patch-ai) = 8909e9d698b9370bb756b81c41812a05790da419 10SHA1 (patch-ai) = 31f94e8dcdabbe043d94a7fd53bfbdaa9d35fc99
14SHA1 (patch-aj) = 59c935bc84101e3a57af5231d6f1153897bbbb03 11SHA1 (patch-aj) = 59c935bc84101e3a57af5231d6f1153897bbbb03

cvs diff -r1.6 -r1.7 pkgsrc/graphics/blender/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/graphics/blender/patches/Attic/patch-ab 2006/02/23 20:15:21 1.6
+++ pkgsrc/graphics/blender/patches/Attic/patch-ab 2009/08/28 20:46:19 1.7
@@ -1,50 +1,45 @@ @@ -1,50 +1,45 @@
1$NetBSD: patch-ab,v 1.6 2006/02/23 20:15:21 joerg Exp $ 1$NetBSD: patch-ab,v 1.7 2009/08/28 20:46:19 hasso Exp $
2 2
3--- source/blender/blenlib/intern/storage.c.orig 2005-04-30 09:57:35.000000000 +0000 3--- source/blender/blenlib/intern/storage.c.orig 2009-05-25 19:46:22 +0300
4+++ source/blender/blenlib/intern/storage.c 4+++ source/blender/blenlib/intern/storage.c 2009-08-28 21:32:31 +0300
5@@ -50,6 +50,10 @@ 5@@ -47,7 +47,7 @@
6 #include <time.h> 6 #include <time.h>
7 #include <sys/stat.h> 7 #include <sys/stat.h>
8  8
9+#if defined(__DragonFly__) 9-#if defined (__sun__) || defined (__sun) || defined (__sgi)
10+#include <sys/statvfs.h> 10+#if defined (__sun__) || defined (__sun) || defined (__sgi) || defined(__DragonFly__)
11+#endif 11 #include <sys/statvfs.h> /* Other modern unix os's should probably use this also */
12+ 12 #elif !defined(__FreeBSD__) && !defined(linux) && (defined(__sparc) || defined(__sparc__))
13 #if !defined(linux) && (defined(__sgi) || defined(__sun__) || defined(__sun) || defined(__sparc) || defined(__sparc__)) 
14 #include <sys/statfs.h> 13 #include <sys/statfs.h>
15 #endif 14@@ -88,10 +88,6 @@ struct statfs {
16@@ -89,10 +93,6 @@ struct statfs { 
17 #include <pwd.h> 15 #include <pwd.h>
18 #endif 16 #endif
19  17
20-#if !defined(__FreeBSD__) && !defined(__APPLE__) 18-#if !defined(__FreeBSD__) && !defined(__APPLE__)
21-#include <malloc.h> 19-#include <malloc.h>
22-#endif 20-#endif
23- 21-
24 /* lib includes */ 22 /* lib includes */
25 #include "MEM_guardedalloc.h" 23 #include "MEM_guardedalloc.h"
26  24
27@@ -177,7 +177,11 @@ double BLI_diskfree(char *dir) 25@@ -179,7 +175,7 @@ double BLI_diskfree(char *dir)
28  
29 return (double) (freec*bytesps*sectorspc); 26 return (double) (freec*bytesps*sectorspc);
30 #else 27 #else
31+#if defined(__DragonFly__) || (defined (__NetBSD__) && __NetBSD_Version__ >= 299000900) /* 2.99.9 */ 
32+ struct statvfs disk; 
33+#else 
34 struct statfs disk; 
35+#endif 
36 char name[100],*slash; 
37  
38  28
39@@ -188,7 +192,10 @@ double BLI_diskfree(char *dir) 29-#if defined (__sun__) || defined (__sun) || defined (__sgi)
40 if (slash) slash[1] = 0; 30+#if defined (__sun__) || defined (__sun) || defined (__sgi) || defined(__DragonFly__)
41 } else strcpy(name,"/"); 31 struct statvfs disk;
 32 #else
 33 struct statfs disk;
 34@@ -204,9 +200,9 @@ double BLI_diskfree(char *dir)
 35 return -1;
 36 #endif
42  37
43-#if defined (__FreeBSD__) || defined (linux) || defined (__OpenBSD__) || defined (__APPLE__)  38-#if defined (__sun__) || defined (__sun) || defined (__sgi)
44+#if defined(__DragonFly__) || (defined (__NetBSD__) && __NetBSD_Version__ >= 299000900) /* 2.99.9 */ 39+#if defined (__sun__) || defined (__sun) || defined (__sgi) || defined(__DragonFly__) || defined (__NetBSD__)
45+ if (statvfs(name, &disk)) return(-1); 40 if (statvfs(name, &disk)) return(-1);
46+#elif defined (__FreeBSD__) || defined (linux) || defined (__OpenBSD__) || \ 41-#elif !defined(__FreeBSD__) && !defined(linux) && (defined(__sparc) || defined(__sparc__))
47+ defined (__APPLE__) || defined (__NetBSD__) 42+#elif !defined(__FreeBSD__) && !defined(linux) && !defined (__OpenBSD__) && !defined (__NetBSD__) && (defined(__sparc) || defined(__sparc__))
48 if (statfs(name, &disk)) return(-1); 43 /* WARNING - This may not be supported by geeneric unix os's - Campbell */
 44 if (statfs(name, &disk, sizeof(struct statfs), 0)) return(-1);
49 #endif 45 #endif
50 #ifdef __BeOS 

cvs diff -r1.4 -r1.5 pkgsrc/graphics/blender/patches/Attic/patch-ad (expand / switch to unified diff)

--- pkgsrc/graphics/blender/patches/Attic/patch-ad 2008/06/23 21:22:58 1.4
+++ pkgsrc/graphics/blender/patches/Attic/patch-ad 2009/08/28 20:46:19 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ad,v 1.4 2008/06/23 21:22:58 markd Exp $ 1$NetBSD: patch-ad,v 1.5 2009/08/28 20:46:19 hasso Exp $
2 2
3--- extern/bFTGL/src/FTVectoriser.cpp.orig 2007-12-05 02:15:19.000000000 +1300 3--- extern/bFTGL/src/FTVectoriser.cpp.orig 2007-11-05 15:05:58 +0200
4+++ extern/bFTGL/src/FTVectoriser.cpp 4+++ extern/bFTGL/src/FTVectoriser.cpp 2009-08-28 21:34:45 +0300
5@@ -7,7 +7,7 @@ 5@@ -11,7 +11,7 @@
6  6 #else
7 #ifdef __APPLE_CC__  7 typedef GLvoid (*GLUTesselatorFunction)(...);
8 typedef GLvoid (*GLUTesselatorFunction)(...); 8 #endif
9-#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) 9-#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__)
10+#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined( __NetBSD__ ) || defined(__DragonFly__) 10+#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined( __NetBSD__ ) || defined(__DragonFly__)
11 typedef GLvoid (*GLUTesselatorFunction)(); 11 typedef GLvoid (*GLUTesselatorFunction)();
12 #elif defined ( WIN32) 12 #elif defined ( WIN32)
13 typedef GLvoid (CALLBACK *GLUTesselatorFunction)( ); 13 typedef GLvoid (CALLBACK *GLUTesselatorFunction)( );

File Deleted: pkgsrc/graphics/blender/patches/Attic/patch-ae

File Deleted: pkgsrc/graphics/blender/patches/Attic/patch-af

File Deleted: pkgsrc/graphics/blender/patches/Attic/patch-ag

cvs diff -r1.1 -r1.2 pkgsrc/graphics/blender/patches/Attic/patch-ai (expand / switch to unified diff)

--- pkgsrc/graphics/blender/patches/Attic/patch-ai 2008/01/04 19:56:46 1.1
+++ pkgsrc/graphics/blender/patches/Attic/patch-ai 2009/08/28 20:46:19 1.2
@@ -1,13 +1,43 @@ @@ -1,13 +1,43 @@
1$NetBSD: patch-ai,v 1.1 2008/01/04 19:56:46 markd Exp $ 1$NetBSD: patch-ai,v 1.2 2009/08/28 20:46:19 hasso Exp $
2 2
3--- CMakeLists.txt.orig 2007-12-07 15:07:16.000000000 +1300 3--- CMakeLists.txt.orig 2009-05-18 22:14:15 +0300
4+++ CMakeLists.txt 4+++ CMakeLists.txt 2009-08-28 22:04:18 +0300
5@@ -133,6 +133,8 @@ IF(UNIX) 5@@ -102,6 +102,7 @@ IF(UNIX)
 6 FIND_LIBRARY(INTL_LIBRARY
 7 NAMES intl
 8 PATHS
 9+ "${_CMAKE_INSTALL_DIR}/lib"
 10 /usr/local/lib
 11 /usr/lib
 12 /sw/lib
 13@@ -112,6 +113,7 @@ IF(UNIX)
 14 FIND_LIBRARY(ICONV_LIBRARY
 15 NAMES iconv
 16 PATHS
 17+ "${_CMAKE_INSTALL_DIR}/lib"
 18 /usr/local/lib
 19 /usr/lib
 20 /sw/lib
 21@@ -121,11 +123,14 @@ IF(UNIX)
6 ) 22 )
7 IF(INTL_LIBRARY AND ICONV_LIBRARY) 23 IF(INTL_LIBRARY AND ICONV_LIBRARY)
8 SET(GETTEXT_LIB ${INTL_LIBRARY} ${ICONV_LIBRARY}) 24 SET(GETTEXT_LIB ${INTL_LIBRARY} ${ICONV_LIBRARY})
9+ ELSEIF(INTL_LIBRARY) 25+ ELSEIF(INTL_LIBRARY)
10+ SET(GETTEXT_LIB ${INTL_LIBRARY}) 26+ SET(GETTEXT_LIB ${INTL_LIBRARY})
11 ENDIF(INTL_LIBRARY AND ICONV_LIBRARY) 27 ENDIF(INTL_LIBRARY AND ICONV_LIBRARY)
12  28
13 FIND_PATH(FREETYPE_INC 29 FIND_PATH(FREETYPE_INC
 30 freetype
 31 PATHS
 32+ "${_CMAKE_INSTALL_DIR}/include/freetype2"
 33 /usr/local/include/freetype2
 34 /usr/include/freetype2
 35 /sw/include/freetype2
 36@@ -150,6 +155,7 @@ IF(UNIX)
 37 FIND_PATH(OPENEXR_INC
 38 ImfXdr.h
 39 PATHS
 40+ "${_CMAKE_INSTALL_DIR}/include/OpenEXR"
 41 /usr/local/include/OpenEXR
 42 /usr/include/OpenEXR
 43 /sw/include/OpenEXR