Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 03:24:26 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159487: Update port: misc/terraform to 0.9.5
Message-ID:  <20110804032426.e4639d78.tkato432@yahoo.com>
Resent-Message-ID: <201108031840.p73IeZd1077875@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159487
>Category:       ports
>Synopsis:       Update port: misc/terraform to 0.9.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 03 18:40:35 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.5

Remove file:
files/patch-desktop-links::Makefile.in
files/patch-docs::Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/terraform/Makefile misc/terraform/Makefile
--- /usr/ports/misc/terraform/Makefile	2010-03-28 17:41:50.000000000 +0900
+++ misc/terraform/Makefile	2011-08-04 01:22:18.000000000 +0900
@@ -7,32 +7,46 @@
 #
 
 PORTNAME=	terraform
-PORTVERSION=	0.9.0
-PORTREVISION=	11
+PORTVERSION=	0.9.5
 CATEGORIES=	misc gnome
-MASTER_SITES=	SF
+MASTER_SITES=	GOOGLE_CODE
+DISTFILES=	${PORTNAME}-src-${PORTVERSION}.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Interactive height field generation and manipulation program
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio
 
-USE_XORG=	x11
-USE_BISON=	build
-USE_GNOME=	gnomeprefix gnomehack gnomeprint
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
+USE_GNOME=	gnomehack gnomehier libgnomeprintui
+USE_GETTEXT=	yes
 USE_GMAKE=	yes
+USE_AUTOTOOLS=	automake:env
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
+MAKE_JOBS_SAFE=	yes
+
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 post-patch:
-	@${REINPLACE_CMD} -e "s|Bison |Bison|g ; \
-		 s|-ltrio  $$LIBS|-ltrio -lm $$LIBS|g ; \
-		 s|#define  1|#define HAVE_LIB_TRIO 1|g ; \
-		 s|(HAVE_LIB_TRIO)||g" ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/src/xmlsupport.c
+	@${REINPLACE_CMD} -e '/^SUBDIRS/s| desktop-links docs | |' \
+		 ${WRKSRC}/Makefile.in
+
+pre-configure:
+	@${LN} -sf ${AUTOMAKE_DIR}/depcomp ${WRKSRC}
 
 post-install:
+	@${MKDIR} ${PREFIX}/share/applications
+	${INSTALL_DATA} ${WRKSRC}/desktop-links/Terraform.desktop \
+		${PREFIX}/share/applications
+	@${MKDIR} ${PREFIX}/share/pixmaps
+	${INSTALL_DATA} ${WRKSRC}/desktop-links/terraform.png \
+		${PREFIX}/share/pixmaps
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for file in FAQ.sgml README.sgml UsersGuide.sgml i18n.txt
diff -urN /usr/ports/misc/terraform/distinfo misc/terraform/distinfo
--- /usr/ports/misc/terraform/distinfo	2011-03-20 02:44:23.000000000 +0900
+++ misc/terraform/distinfo	2011-08-04 00:53:52.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (terraform-0.9.0.tar.gz) = 58063abd2885bfeff671e7697dd0685288c24f7ff790c925691017546fd8ac7d
-SIZE (terraform-0.9.0.tar.gz) = 915714
+SHA256 (terraform-src-0.9.5.tgz) = 0d39a70c57fc4da27aa93a5746382b4fbcee823ae998a7ff6d46c9011bc42324
+SIZE (terraform-src-0.9.5.tgz) = 2917136
diff -urN /usr/ports/misc/terraform/files/patch-desktop-links::Makefile.in misc/terraform/files/patch-desktop-links::Makefile.in
--- /usr/ports/misc/terraform/files/patch-desktop-links::Makefile.in	2007-10-25 13:49:50.000000000 +0900
+++ misc/terraform/files/patch-desktop-links::Makefile.in	1970-01-01 09:00:00.000000000 +0900
@@ -1,15 +0,0 @@
---- desktop-links/Makefile.in.orig	Thu Apr 25 01:16:49 2002
-+++ desktop-links/Makefile.in	Tue May  6 00:23:34 2003
-@@ -232,10 +232,8 @@
- install-data-local:
- 	@$(NORMAL_INSTALL)
- 	if test -n "@datadir@"; then \
--		$(mkinstalldirs) $(GNOME_DATADIR)/gnome/apps/Graphics; \
--		$(INSTALL_DATA) Terraform.desktop $(GNOME_DATADIR)/gnome/apps/Graphics; \
--		$(mkinstalldirs) $(GNOME_DATADIR)/gnome/ximian/Programs/Graphics; \
--		$(INSTALL_DATA) Terraform.desktop $(GNOME_DATADIR)/gnome/ximian/Programs/Graphics; \
-+		$(mkinstalldirs) $(GNOME_DATADIR)/gnome/apps/Graphics; \
-+		$(INSTALL_DATA) Terraform.desktop $(GNOME_DATADIR)/gnome/apps/Graphics; \
- 		$(mkinstalldirs) $(GNOME_DATADIR)/pixmaps; \
- 		$(INSTALL_DATA) terraform.png $(GNOME_DATADIR)/pixmaps; \
- 	fi
diff -urN /usr/ports/misc/terraform/files/patch-docs::Makefile.in misc/terraform/files/patch-docs::Makefile.in
--- /usr/ports/misc/terraform/files/patch-docs::Makefile.in	2003-05-09 15:39:37.000000000 +0900
+++ misc/terraform/files/patch-docs::Makefile.in	1970-01-01 09:00:00.000000000 +0900
@@ -1,11 +0,0 @@
---- docs/Makefile.in.orig	Thu Apr 25 01:16:48 2002
-+++ docs/Makefile.in	Tue May  6 00:06:13 2003
-@@ -205,7 +205,7 @@
- install-exec-am:
- install-exec: install-exec-am
- 
--install-data-am: install-dataDATA
-+install-data-am:
- install-data: install-data-am
- 
- install-am: all-am
diff -urN /usr/ports/misc/terraform/pkg-descr misc/terraform/pkg-descr
--- /usr/ports/misc/terraform/pkg-descr	2011-08-03 15:40:14.000000000 +0900
+++ misc/terraform/pkg-descr	2011-08-04 00:38:08.000000000 +0900
@@ -8,3 +8,5 @@
 and then selectiveley change the terrain using a variety of transformations.
 Where possible, the transformations provide a real-time preview, giving you
 instant feedback on the effect of any parameter changes.
+
+WWW: http://code.google.com/p/terraform/
diff -urN /usr/ports/misc/terraform/pkg-plist misc/terraform/pkg-plist
--- /usr/ports/misc/terraform/pkg-plist	2007-10-25 13:49:50.000000000 +0900
+++ misc/terraform/pkg-plist	2011-08-04 01:20:57.000000000 +0900
@@ -1,25 +1,67 @@
 bin/terraform
+share/applications/Terraform.desktop
 %%PORTDOCS%%%%DOCSDIR%%/FAQ.sgml
 %%PORTDOCS%%%%DOCSDIR%%/README.sgml
 %%PORTDOCS%%%%DOCSDIR%%/UsersGuide.sgml
 %%PORTDOCS%%%%DOCSDIR%%/i18n.txt
-share/gnome/apps/Graphics/Terraform.desktop
+share/gnome/help/terraform/C/TRACE_bee.png
+share/gnome/help/terraform/C/TRACE_boat.png
+share/gnome/help/terraform/C/TRACE_butterfly.png
+share/gnome/help/terraform/C/TRACE_needlebranch.png
+share/gnome/help/terraform/C/bushOne.png
+share/gnome/help/terraform/C/bushes.png
 share/gnome/help/terraform/C/faq.html
+share/gnome/help/terraform/C/fern.png
+share/gnome/help/terraform/C/flowerPatch.png
+share/gnome/help/terraform/C/grass_flowers.png
+share/gnome/help/terraform/C/grass_multiflowers.png
+share/gnome/help/terraform/C/grass_patch_big.png
+share/gnome/help/terraform/C/grass_patch_small.png
+share/gnome/help/terraform/C/grass_prairie.png
 share/gnome/help/terraform/C/hacking.html
 share/gnome/help/terraform/C/index.html
 share/gnome/help/terraform/C/mainwindow.png
+share/gnome/help/terraform/C/monolith.png
 share/gnome/help/terraform/C/povray.png
-share/gnome/help/terraform/C/templates.html
+share/gnome/help/terraform/C/render.html
+share/gnome/help/terraform/C/sevenBushes.png
+share/gnome/help/terraform/C/show_objects.html
+share/gnome/help/terraform/C/stone_agate.png
+share/gnome/help/terraform/C/stone_dents.png
+share/gnome/help/terraform/C/stone_peeble.png
+share/gnome/help/terraform/C/stone_wrinkles.png
 share/gnome/help/terraform/C/terrainwindow.png
+share/gnome/help/terraform/C/theme.html
 share/gnome/help/terraform/C/topic.dat
+share/gnome/help/terraform/C/tree_1.png
+share/gnome/help/terraform/C/tree_2.png
+share/gnome/help/terraform/C/tree_3.png
+share/gnome/help/terraform/C/tree_4.png
+share/gnome/help/terraform/C/tree_5.png
+share/gnome/help/terraform/C/tree_6.png
+share/gnome/help/terraform/C/tree_7.png
+share/gnome/help/terraform/C/tree_8.png
+share/gnome/help/terraform/C/tree_palm_1.png
+share/gnome/help/terraform/C/tree_palm_patch.png
+share/gnome/help/terraform/C/tree_parametric_1.png
+share/gnome/help/terraform/C/tree_parametric_2.png
+share/gnome/help/terraform/C/tree_parametric_3.png
+share/gnome/help/terraform/C/tree_parametric_4.png
+share/gnome/help/terraform/C/tree_parametric_5.png
+share/gnome/help/terraform/C/tree_parametric_6.png
+share/gnome/help/terraform/C/tree_parametric_7.png
 share/gnome/help/terraform/C/tutorial.html
 share/gnome/help/terraform/C/wire.png
 share/gnome/help/terraform/fr/faq.html
 share/gnome/help/terraform/fr/hacking.html
 share/gnome/help/terraform/fr/index.html
-share/gnome/help/terraform/fr/templates.html
+share/gnome/help/terraform/fr/render.html
+share/gnome/help/terraform/fr/show_objects.html
+share/gnome/help/terraform/fr/theme.html
 share/gnome/help/terraform/fr/topic.dat
 share/gnome/help/terraform/fr/tutorial.html
+share/locale/fr/LC_MESSAGES/terraform.mo
+share/locale/nl/LC_MESSAGES/terraform.mo
 share/pixmaps/terraform.png
 share/pixmaps/terraform/add.xpm
 share/pixmaps/terraform/arrow.xpm
@@ -33,66 +75,207 @@
 share/pixmaps/terraform/subtract.xpm
 share/pixmaps/terraform/terraform_logo.xpm
 share/pixmaps/terraform/zoom.xpm
-share/terraform/image_maps/moon_moon.png
-share/terraform/image_maps/sky_test_320x180.tga
-share/terraform/include/atmospheres/earth_fog.inc
-share/terraform/include/atmospheres/earth_haze_fast.inc
-share/terraform/include/atmospheres/earth_haze_slow.inc
-share/terraform/include/atmospheres/fog_ground.inc
-share/terraform/include/atmospheres/rainbow.inc
-share/terraform/include/defaults.inc
-share/terraform/include/earth_textures/earth_canyon_landscape.inc
-share/terraform/include/earth_textures/earth_desert_landscape.inc
-share/terraform/include/earth_textures/earth_green_landscape.inc
-share/terraform/include/earth_textures/earth_mountain_landscape.inc
-share/terraform/include/generic_land.inc
-share/terraform/include/generic_river.inc
-share/terraform/include/river_texture.inc
-share/terraform/include/skies/earth_regular_sky.inc
-share/terraform/include/skies/earth_static_sky.inc
-share/terraform/include/skies/include/clouds_01.inc
-share/terraform/include/skies/include/clouds_02.inc
-share/terraform/include/skies/include/clouds_03.inc
-share/terraform/include/skies/include/clouds_04.inc
-share/terraform/include/skies/include/clouds_05.inc
-share/terraform/include/skies/include/clouds_06.inc
-share/terraform/include/skies/include/clouds_07.inc
-share/terraform/include/skies/include/lights_standard.inc
-share/terraform/include/skies/include/lights_toymodel.inc
-share/terraform/include/skies/include/skycolor_earth.inc
-share/terraform/include/skies/include/stars_01.inc
-share/terraform/include/skies/include/stars_02.inc
-share/terraform/include/skies/include/stars_03.inc
-share/terraform/include/skies/include/stars_04.inc
-share/terraform/include/skies/include/stars_05.inc
-share/terraform/include/skies/include/stars_06.inc
-share/terraform/include/skies/mapped_sky.inc
-share/terraform/include/water/earth_water.inc
-share/terraform/objects/fern.gif
-share/terraform/objects/fern.inc
-share/terraform/objects/monolith.inc
-share/terraform/objects/tree_1.inc
-share/terraform/objects/tree_2.inc
-share/terraform/objects/tree_3.inc
-share/terraform/objects/tree_4.gif
-share/terraform/objects/tree_4.inc
-share/terraform/objects/tree_5.gif
-share/terraform/objects/tree_5.inc
-share/terraform/objects/tree_6.gif
-share/terraform/objects/tree_6.inc
-share/locale/fr/LC_MESSAGES/terraform.mo
-share/locale/nl/LC_MESSAGES/terraform.mo
-@dirrm share/terraform/objects
-@dirrm share/terraform/include/water
-@dirrm share/terraform/include/skies/include
-@dirrm share/terraform/include/skies
-@dirrm share/terraform/include/earth_textures
-@dirrm share/terraform/include/atmospheres
-@dirrm share/terraform/include
-@dirrm share/terraform/image_maps
-@dirrm share/terraform
+%%DATADIR%%/glade/about_window.glade
+%%DATADIR%%/glade/add.xpm
+%%DATADIR%%/glade/arrow.xpm
+%%DATADIR%%/glade/basins_window.glade
+%%DATADIR%%/glade/camera.xpm
+%%DATADIR%%/glade/chooser_window.glade
+%%DATADIR%%/glade/circle.xpm
+%%DATADIR%%/glade/close_terraform_dialog.glade
+%%DATADIR%%/glade/close_terrain_dialog.glade
+%%DATADIR%%/glade/craters_window.glade
+%%DATADIR%%/glade/crop.xpm
+%%DATADIR%%/glade/die.xpm
+%%DATADIR%%/glade/digital_filter_window.glade
+%%DATADIR%%/glade/erode_flowmap_window.glade
+%%DATADIR%%/glade/erode_window.glade
+%%DATADIR%%/glade/error_log_filesel.glade
+%%DATADIR%%/glade/execution_error_window.glade
+%%DATADIR%%/glade/export_view_window.glade
+%%DATADIR%%/glade/eye.xpm
+%%DATADIR%%/glade/faulting_window.glade
+%%DATADIR%%/glade/feather_window.glade
+%%DATADIR%%/glade/file_options_window.glade
+%%DATADIR%%/glade/fill_window.glade
+%%DATADIR%%/glade/find_povray_window.glade
+%%DATADIR%%/glade/flowmap_window.glade
+%%DATADIR%%/glade/fold_window.glade
+%%DATADIR%%/glade/gaussian_hill_window.glade
+%%DATADIR%%/glade/gnome-question.png
+%%DATADIR%%/glade/gnome-warning.png
+%%DATADIR%%/glade/info_window.glade
+%%DATADIR%%/glade/installer_window.glade
+%%DATADIR%%/glade/join_window.glade
+%%DATADIR%%/glade/level_connector_window.glade
+%%DATADIR%%/glade/main_window.glade
+%%DATADIR%%/glade/merge_window.glade
+%%DATADIR%%/glade/mirror_window.glade
+%%DATADIR%%/glade/move_window.glade
+%%DATADIR%%/glade/native_render_window.glade
+%%DATADIR%%/glade/open_file.glade
+%%DATADIR%%/glade/options_window.glade
+%%DATADIR%%/glade/perlin_noise_window.glade
+%%DATADIR%%/glade/place_objects_window.glade
+%%DATADIR%%/glade/povray_render_options_window.glade
+%%DATADIR%%/glade/preview_popup.glade
+%%DATADIR%%/glade/print_preview_window.glade
+%%DATADIR%%/glade/prune_window.glade
+%%DATADIR%%/glade/radial_scale_window.glade
+%%DATADIR%%/glade/rasterize_window.glade
+%%DATADIR%%/glade/rectangle.xpm
+%%DATADIR%%/glade/replace.xpm
+%%DATADIR%%/glade/rescale_placed_objects_window.glade
+%%DATADIR%%/glade/river_all_window.glade
+%%DATADIR%%/glade/river_window.glade
+%%DATADIR%%/glade/rotate_window.glade
+%%DATADIR%%/glade/roughen_window.glade
+%%DATADIR%%/glade/save_as.glade
+%%DATADIR%%/glade/scale_window.glade
+%%DATADIR%%/glade/scene_options_window.glade
+%%DATADIR%%/glade/seed.xpm
+%%DATADIR%%/glade/select_by_height_window.glade
+%%DATADIR%%/glade/smooth_window.glade
+%%DATADIR%%/glade/spectral_window.glade
+%%DATADIR%%/glade/spherical_map_window.glade
+%%DATADIR%%/glade/subdivision_window.glade
+%%DATADIR%%/glade/subtract.xpm
+%%DATADIR%%/glade/terrace_window.glade
+%%DATADIR%%/glade/terraform.gladep
+%%DATADIR%%/glade/terraform_logo.xpm
+%%DATADIR%%/glade/terrain_options_window.glade
+%%DATADIR%%/glade/terrain_window.glade
+%%DATADIR%%/glade/tile_window.glade
+%%DATADIR%%/glade/trace_objects_window.glade
+%%DATADIR%%/glade/transform_window.glade
+%%DATADIR%%/glade/undo_tree_window.glade
+%%DATADIR%%/glade/warp_window.glade
+%%DATADIR%%/glade/zoom.xpm
+%%DATADIR%%/image_maps/moon_moon.png
+%%DATADIR%%/image_maps/sky_test_320x180.tga
+%%DATADIR%%/include/atmospheres/earth_fog.inc
+%%DATADIR%%/include/atmospheres/earth_haze_fast.inc
+%%DATADIR%%/include/atmospheres/earth_haze_slow.inc
+%%DATADIR%%/include/atmospheres/fog_ground.inc
+%%DATADIR%%/include/atmospheres/rainbow.inc
+%%DATADIR%%/include/basic_textures.inc
+%%DATADIR%%/include/defaults.inc
+%%DATADIR%%/include/earth_textures/earth_atoll.inc
+%%DATADIR%%/include/earth_textures/earth_canyon_landscape.inc
+%%DATADIR%%/include/earth_textures/earth_desert_landscape.inc
+%%DATADIR%%/include/earth_textures/earth_grass.inc
+%%DATADIR%%/include/earth_textures/earth_green_landscape.inc
+%%DATADIR%%/include/earth_textures/earth_mountain_landscape.inc
+%%DATADIR%%/include/earth_textures/earth_sand.inc
+%%DATADIR%%/include/generic_land.inc
+%%DATADIR%%/include/generic_river.inc
+%%DATADIR%%/include/grasstex.inc
+%%DATADIR%%/include/river_texture.inc
+%%DATADIR%%/include/skies/earth_regular_sky.inc
+%%DATADIR%%/include/skies/include/clouds_01.inc
+%%DATADIR%%/include/skies/include/clouds_02.inc
+%%DATADIR%%/include/skies/include/clouds_03.inc
+%%DATADIR%%/include/skies/include/clouds_04.inc
+%%DATADIR%%/include/skies/include/clouds_05.inc
+%%DATADIR%%/include/skies/include/clouds_06.inc
+%%DATADIR%%/include/skies/include/clouds_07.inc
+%%DATADIR%%/include/skies/include/lights_standard.inc
+%%DATADIR%%/include/skies/include/lights_studio.inc
+%%DATADIR%%/include/skies/include/macro_skies.inc
+%%DATADIR%%/include/skies/include/skycolor_earth.inc
+%%DATADIR%%/include/skies/include/stars_01.inc
+%%DATADIR%%/include/skies/include/stars_02.inc
+%%DATADIR%%/include/skies/include/stars_03.inc
+%%DATADIR%%/include/skies/include/stars_04.inc
+%%DATADIR%%/include/skies/include/stars_05.inc
+%%DATADIR%%/include/skies/include/stars_06.inc
+%%DATADIR%%/include/skies/mapped_sky.inc
+%%DATADIR%%/include/skies/sky_system.inc
+%%DATADIR%%/include/texture_constructor.inc
+%%DATADIR%%/include/texture_constructor2.inc
+%%DATADIR%%/include/trace_objects.inc
+%%DATADIR%%/include/water/earth_artic_water.inc
+%%DATADIR%%/include/water/earth_mediawater.inc
+%%DATADIR%%/include/water/earth_seawater.inc
+%%DATADIR%%/include/water/earth_seawater2.inc
+%%DATADIR%%/include/water/earth_water.inc
+%%DATADIR%%/include/water/earth_water_noise.inc
+%%DATADIR%%/include/water/earth_water_ridged.inc
+%%DATADIR%%/include/water/earth_water_waves.inc
+%%DATADIR%%/objects/_bee.inc
+%%DATADIR%%/objects/_boat.inc
+%%DATADIR%%/objects/_butterfly.inc
+%%DATADIR%%/objects/_butterfly_wing.gif
+%%DATADIR%%/objects/_example.inc
+%%DATADIR%%/objects/_grass_multiflowers.inc
+%%DATADIR%%/objects/_grass_prairie.inc
+%%DATADIR%%/objects/_needlebranch.inc
+%%DATADIR%%/objects/_tree_8.inc
+%%DATADIR%%/objects/_tree_parametric_1.inc
+%%DATADIR%%/objects/_tree_parametric_2.inc
+%%DATADIR%%/objects/_tree_parametric_3.inc
+%%DATADIR%%/objects/_tree_parametric_4.inc
+%%DATADIR%%/objects/_tree_parametric_5.inc
+%%DATADIR%%/objects/_tree_parametric_6.inc
+%%DATADIR%%/objects/_tree_parametric_7.inc
+%%DATADIR%%/objects/bushOne.inc
+%%DATADIR%%/objects/bushes.inc
+%%DATADIR%%/objects/fern.gif
+%%DATADIR%%/objects/fern.inc
+%%DATADIR%%/objects/flowerPatch.inc
+%%DATADIR%%/objects/foliage_inc.txt
+%%DATADIR%%/objects/grass_flowers.inc
+%%DATADIR%%/objects/grass_flowers_inc1.txt
+%%DATADIR%%/objects/grass_flowers_inc2.txt
+%%DATADIR%%/objects/grass_multiflowers.inc
+%%DATADIR%%/objects/grass_patch_big.inc
+%%DATADIR%%/objects/grass_patch_small.inc
+%%DATADIR%%/objects/grass_prairie.inc
+%%DATADIR%%/objects/grass_prairie_inc.txt
+%%DATADIR%%/objects/monolith.inc
+%%DATADIR%%/objects/sevenBushes.inc
+%%DATADIR%%/objects/stone_agate.inc
+%%DATADIR%%/objects/stone_dents.inc
+%%DATADIR%%/objects/stone_peeble.inc
+%%DATADIR%%/objects/stone_wrinkles.inc
+%%DATADIR%%/objects/tree7_inc.txt
+%%DATADIR%%/objects/tree_1.inc
+%%DATADIR%%/objects/tree_2.inc
+%%DATADIR%%/objects/tree_3.inc
+%%DATADIR%%/objects/tree_4.gif
+%%DATADIR%%/objects/tree_4.inc
+%%DATADIR%%/objects/tree_5.gif
+%%DATADIR%%/objects/tree_5.inc
+%%DATADIR%%/objects/tree_6.gif
+%%DATADIR%%/objects/tree_6.inc
+%%DATADIR%%/objects/tree_7.inc
+%%DATADIR%%/objects/tree_8.inc
+%%DATADIR%%/objects/tree_8_inc.txt
+%%DATADIR%%/objects/tree_palm_1.inc
+%%DATADIR%%/objects/tree_palm_1_inc.txt
+%%DATADIR%%/objects/tree_palm_patch.inc
+%%DATADIR%%/objects/tree_parametric_1.inc
+%%DATADIR%%/objects/tree_parametric_2.inc
+%%DATADIR%%/objects/tree_parametric_3.inc
+%%DATADIR%%/objects/tree_parametric_4.inc
+%%DATADIR%%/objects/tree_parametric_5.inc
+%%DATADIR%%/objects/tree_parametric_6.inc
+%%DATADIR%%/objects/tree_parametric_7.inc
+%%DATADIR%%/objects/tree_parametric_macro_inc.txt
+%%DATADIR%%/objects/tree_parametric_texture_inc.txt
+@dirrm %%DATADIR%%/objects
+@dirrm %%DATADIR%%/include/water
+@dirrm %%DATADIR%%/include/skies/include
+@dirrm %%DATADIR%%/include/skies
+@dirrm %%DATADIR%%/include/earth_textures
+@dirrm %%DATADIR%%/include/atmospheres
+@dirrm %%DATADIR%%/include
+@dirrm %%DATADIR%%/image_maps
+@dirrm %%DATADIR%%/glade
+@dirrm %%DATADIR%%
 @dirrm share/pixmaps/terraform
 @dirrm share/gnome/help/terraform/fr
 @dirrm share/gnome/help/terraform/C
 @dirrm share/gnome/help/terraform
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrmtry share/applications
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110804032426.e4639d78.tkato432>