Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2018 19:42:26 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477591 - in head/games: . adonthell-wastesedge adonthell-wastesedge/files
Message-ID:  <201808191942.w7JJgQ6q019767@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Aug 19 19:42:26 2018
New Revision: 477591
URL: https://svnweb.freebsd.org/changeset/ports/477591

Log:
  New port: games/adonthell-wastesedge
  
  Waste's Edge game for the Adonthell engine
  
  As a loyal servant of the elven Lady Silverhair, you arrive at the
  remote trading post of Waste's Edge, where she is engaged in
  negotiations with the dwarish merchant Bjarn Fingolson.  But not
  all is well at Waste's Edge, and soon you are confronted with
  circumstances that are about to destroy your mistress' high reputation.
  And you are the only one to avert this ...
  
  WWW: http://adonthell.nongnu.org/

Added:
  head/games/adonthell-wastesedge/
     - copied from r477499, head/games/adonthell/
  head/games/adonthell-wastesedge/pkg-plist   (contents, props changed)
Deleted:
  head/games/adonthell-wastesedge/files/
Modified:
  head/games/Makefile
  head/games/adonthell-wastesedge/Makefile
  head/games/adonthell-wastesedge/distinfo
  head/games/adonthell-wastesedge/pkg-descr

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Sun Aug 19 19:27:52 2018	(r477590)
+++ head/games/Makefile	Sun Aug 19 19:42:26 2018	(r477591)
@@ -25,6 +25,7 @@
     SUBDIR += acm
     SUBDIR += adom
     SUBDIR += adonthell
+    SUBDIR += adonthell-wastesedge
     SUBDIR += aestats
     SUBDIR += affenspiel
     SUBDIR += afternoonstalker

Modified: head/games/adonthell-wastesedge/Makefile
==============================================================================
--- head/games/adonthell/Makefile	Sat Aug 18 12:10:12 2018	(r477499)
+++ head/games/adonthell-wastesedge/Makefile	Sun Aug 19 19:42:26 2018	(r477591)
@@ -2,65 +2,32 @@
 # $FreeBSD$
 #    $MCom: ports/games/adonthell/Makefile,v 1.1 2006/10/04 20:13:33 ahze Exp $
 
-PORTNAME=	adonthell
-PORTVERSION=	0.3.5
-PORTREVISION=	18
+PORTNAME=	wastesedge
+PORTVERSION=	0.3.7
 CATEGORIES=	games
-MASTER_SITES=	SAVANNAH
-DISTFILES=	${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \
-		wastesedge-src-${WEDGE_VERSION}${EXTRACT_SUFX}
+MASTER_SITES=	SAVANNAH/adonthell
+PKGNAMEPREFIX=	adonthell-
+DISTFILES=	${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Free role playing game
+MAINTAINER=	tobik@FreeBSD.org
+COMMENT=	Role playing game for the Adonthell engine
 
 LICENSE=	GPLv2
-LICENSE_DISTFILES=	${DISTFILES}
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
-		libfreetype.so:print/freetype2
+BUILD_DEPENDS=	adonthell:games/adonthell
+RUN_DEPENDS=	adonthell:games/adonthell
 
-USES=		gettext gmake python:2.7
-USE_SDL=	mixer ttf sdl
-USE_GCC=	any
+USES=		gettext-tools
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	PYPACKAGE="${PYTHON_CMD}" ac_cv_path_P_SWIG=no
-CONFIGURE_ARGS=	--disable-py-debug
+CONFIGURE_ARGS=	--disable-pyc \
+		--with-adonthell-binary=${LOCALBASE}/bin/adonthell
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+DATADIR=	${PREFIX}/share/adonthell/games/wastesedge
+NO_ARCH=	yes
 
-PLIST_FILES=	bin/adonthell \
-		bin/adonthell-${PORTVERSION:R} \
-		bin/adonthell-wastesedge \
-		share/pixmaps/wastesedge_16x16.xpm \
-		share/pixmaps/wastesedge_32x32.xpm
-PORTDATA=	*
-
-BROKEN_sparc64=	Does not build on sparc64
-
-DESKTOP_ENTRIES="Adonthell" "" "" "adonthell" "" ""
-
-WEDGE_VERSION=	0.3.5
-
 post-patch:
-	@cd ${WRKSRC} && ${REINPLACE_CMD} -e \
-		's|-g -Wall|$$CFLAGS -Wall|g ; \
-		 s|-lpthread|-pthread|g' configure
-	@cd ${WRKDIR}/wastesedge-${WEDGE_VERSION} && ${REINPLACE_CMD} -e \
-		's|@adonthell_binary@|${PREFIX}/bin/adonthell|' Makefile.in
-	@cd ${WRKDIR}/wastesedge-${WEDGE_VERSION} && ${REINPLACE_CMD} -e \
-		's|test $$adonthell_major_ver -eq 0 .*|true ;|' configure
-	@cd ${WRKDIR}/wastesedge-${WEDGE_VERSION} && ${REINPLACE_CMD} -e \
-		's|^[[:space:]]*_||' scripts/modules/player_text.py
-
-post-install:
-	cd ${WRKDIR}/wastesedge-${WEDGE_VERSION} \
-		&& ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} \
-			--with-adonthell-binary=${STAGEDIR}${PREFIX}/bin/adonthell \
-			${CONFIGURE_TARGET}
-	cd ${WRKDIR}/wastesedge-${WEDGE_VERSION} && ${SETENV} HOME=${WRKDIR} \
-		${MAKE_CMD}
-	cd ${WRKDIR}/wastesedge-${WEDGE_VERSION} && ${SETENV} HOME=${WRKDIR} \
-		${MAKE_CMD} ${MAKE_ARGS} ${INSTALL_TARGET}
+	@${REINPLACE_CMD} -e \
+		's|test $$adonthell_major_ver -eq 0 .*|true ;|' ${WRKSRC}/configure
 
 .include <bsd.port.mk>

Modified: head/games/adonthell-wastesedge/distinfo
==============================================================================
--- head/games/adonthell/distinfo	Sat Aug 18 12:10:12 2018	(r477499)
+++ head/games/adonthell-wastesedge/distinfo	Sun Aug 19 19:42:26 2018	(r477591)
@@ -1,4 +1,3 @@
-SHA256 (adonthell-src-0.3.5.tar.gz) = b1b24f26b9f32782793b222c687943442be83fc0d7f5dbb4928a61074be36dd7
-SIZE (adonthell-src-0.3.5.tar.gz) = 877439
-SHA256 (wastesedge-src-0.3.5.tar.gz) = f872a2dc89ca454523f5b55c7fc8b29986dae8bc72f52647a6e1dab3f2a30674
-SIZE (wastesedge-src-0.3.5.tar.gz) = 10749912
+TIMESTAMP = 1534704237
+SHA256 (wastesedge-src-0.3.7.tar.gz) = 37f2122c1ae63c544923b43e27169383d87781103952934d4bc4a5058d22f761
+SIZE (wastesedge-src-0.3.7.tar.gz) = 20409668

Modified: head/games/adonthell-wastesedge/pkg-descr
==============================================================================
--- head/games/adonthell/pkg-descr	Sat Aug 18 12:10:12 2018	(r477499)
+++ head/games/adonthell-wastesedge/pkg-descr	Sun Aug 19 19:42:26 2018	(r477591)
@@ -1,8 +1,10 @@
-Adonthell is the combined effort of like-minded people to create a free
-role playing game for various operating systems.
+Waste's Edge game for the Adonthell engine
 
-The project's goals are the creation of an engine (currently going by
-the codename adonthell), a set of tools and an actual, playable game
-driven by that engine and built with those tools.
+As a loyal servant of the elven Lady Silverhair, you arrive at the
+remote trading post of Waste's Edge, where she is engaged in
+negotiations with the dwarish merchant Bjarn Fingolson.  But not
+all is well at Waste's Edge, and soon you are confronted with
+circumstances that are about to destroy your mistress' high reputation.
+And you are the only one to avert this ...
 
 WWW: http://adonthell.nongnu.org/

Added: head/games/adonthell-wastesedge/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/adonthell-wastesedge/pkg-plist	Sun Aug 19 19:42:26 2018	(r477591)
@@ -0,0 +1,432 @@
+bin/adonthell-wastesedge
+man/man6/adonthell-wastesedge.6.gz
+%%DATADIR%%/achievements.data
+%%DATADIR%%/audio.data
+%%DATADIR%%/audio/at-demo-1.ogg
+%%DATADIR%%/audio/at-demo-2.ogg
+%%DATADIR%%/audio/at-demo-3.ogg
+%%DATADIR%%/audio/at-demo-4.ogg
+%%DATADIR%%/audio/at-demo-5.ogg
+%%DATADIR%%/audio/at-demo-6.ogg
+%%DATADIR%%/audio/at-demo-7.ogg
+%%DATADIR%%/audio/at-demo-8.ogg
+%%DATADIR%%/audio/at-demo-9.ogg
+%%DATADIR%%/audio/at-demo-a.ogg
+%%DATADIR%%/audio/select.wav
+%%DATADIR%%/audio/switch.wav
+%%DATADIR%%/character.data
+%%DATADIR%%/gamename.txt
+%%DATADIR%%/gfx/achievements/0.pnm
+%%DATADIR%%/gfx/achievements/1.pnm
+%%DATADIR%%/gfx/achievements/2.pnm
+%%DATADIR%%/gfx/achievements/255.pnm
+%%DATADIR%%/gfx/achievements/3.pnm
+%%DATADIR%%/gfx/achievements/4.pnm
+%%DATADIR%%/gfx/achievements/5.pnm
+%%DATADIR%%/gfx/achievements/6.pnm
+%%DATADIR%%/gfx/achievements/7.pnm
+%%DATADIR%%/gfx/achievements/8.pnm
+%%DATADIR%%/gfx/achievements/9.pnm
+%%DATADIR%%/gfx/cutscene/adonthell_03.img
+%%DATADIR%%/gfx/cutscene/adonthell_green.img
+%%DATADIR%%/gfx/cutscene/extro_bjarn.img
+%%DATADIR%%/gfx/cutscene/extro_chest.img
+%%DATADIR%%/gfx/cutscene/extro_closed_bag.img
+%%DATADIR%%/gfx/cutscene/extro_open_bag.img
+%%DATADIR%%/gfx/cutscene/extro_wall.img
+%%DATADIR%%/gfx/cutscene/forest1.img
+%%DATADIR%%/gfx/cutscene/forest2.img
+%%DATADIR%%/gfx/cutscene/forest3.img
+%%DATADIR%%/gfx/cutscene/gem.pnm
+%%DATADIR%%/gfx/cutscene/intro_bg.img
+%%DATADIR%%/gfx/cutscene/intro_guard.img
+%%DATADIR%%/gfx/cutscene/intro_inn.img
+%%DATADIR%%/gfx/cutscene/intro_player.img
+%%DATADIR%%/gfx/cutscene/intro_talan.img
+%%DATADIR%%/gfx/cutscene/jewelbag_closed.img
+%%DATADIR%%/gfx/cutscene/jewelbag_open.img
+%%DATADIR%%/gfx/cutscene/player.img
+%%DATADIR%%/gfx/cutscene/running_alek.anim
+%%DATADIR%%/gfx/empty_slot.pnm
+%%DATADIR%%/gfx/mapcharacters/alek.mchar
+%%DATADIR%%/gfx/mapcharacters/bjarn.mchar
+%%DATADIR%%/gfx/mapcharacters/bjarn_crying.mchar
+%%DATADIR%%/gfx/mapcharacters/erek.mchar
+%%DATADIR%%/gfx/mapcharacters/fellnir.mchar
+%%DATADIR%%/gfx/mapcharacters/frostbloom.mchar
+%%DATADIR%%/gfx/mapcharacters/illig.mchar
+%%DATADIR%%/gfx/mapcharacters/jelom.mchar
+%%DATADIR%%/gfx/mapcharacters/lucia.mchar
+%%DATADIR%%/gfx/mapcharacters/oliver.mchar
+%%DATADIR%%/gfx/mapcharacters/orloth.mchar
+%%DATADIR%%/gfx/mapcharacters/player.mchar
+%%DATADIR%%/gfx/mapcharacters/servant1.mchar
+%%DATADIR%%/gfx/mapcharacters/servant2.mchar
+%%DATADIR%%/gfx/mapcharacters/silverhair.mchar
+%%DATADIR%%/gfx/mapcharacters/talan.mchar
+%%DATADIR%%/gfx/mapcharacters/talan_beaten.mchar
+%%DATADIR%%/gfx/mapobjects/exteriors/gate-back.mobj
+%%DATADIR%%/gfx/mapobjects/exteriors/gate-fore.mobj
+%%DATADIR%%/gfx/mapobjects/exteriors/hay-cart.mobj
+%%DATADIR%%/gfx/mapobjects/exteriors/low-bushes-left.mobj
+%%DATADIR%%/gfx/mapobjects/exteriors/low-bushes-mid.mobj
+%%DATADIR%%/gfx/mapobjects/exteriors/low-bushes-right.mobj
+%%DATADIR%%/gfx/mapobjects/exteriors/tree.mobj
+%%DATADIR%%/gfx/mapobjects/exteriors/treeleaves.mobj
+%%DATADIR%%/gfx/mapobjects/exteriors/vine.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/barn_ground_inside.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/barn_loft_front.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/barn_loft_main.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/bath-floor1a.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/bath-floor1b.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/bath-floor2a.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/bath-floor2b.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/behind-window.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/terracotta-tiles-1.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/terracotta-tiles-2.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/terracotta-tiles-3.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/terracotta-trans.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/woodenplanks.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/woodenplanks_2_1.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/woodenplanks_2_2.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/woodenplanks_2_trans_1.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/woodenplanks_2_trans_2.mobj
+%%DATADIR%%/gfx/mapobjects/floorings/woodenplanks_trans.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/bar.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/barn_loft_clutter.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/barrel_wooden.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/barrel_wooden2.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/barrel_wooden_with-tap.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/bathtub.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/bed.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/bed_wooden_h.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/bed_wooden_v.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/chest-wooden.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/clock.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/crate.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/crate2.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/cupboard.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/draws_wooden.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/dwarf_chest.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/kitchen_smoke.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/kitchen_smoke_top.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/mug_on_table-1.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/mug_on_table-2.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/noble_bed.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/normal-cupboard.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/oven.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/oven_flame.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/round-table.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/shelf_bottles1.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/shelf_bottles2.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/shelves_wooden_books.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/shelves_wooden_filled.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/silverhair_basin.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/silverhair_chest.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/silverhair_cupboard.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/silverhair_rug-1.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/silverhair_rug-2.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/silverhair_rug-3.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/silverhair_rug-4.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/stone_bed.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/stone_v.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/stool.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/stove.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/table_alchemy_h.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/table_wooden_v_bot.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/table_wooden_v_mid.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/table_wooden_v_top.mobj
+%%DATADIR%%/gfx/mapobjects/furnitures/water-bucket.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/barn_backpart.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/barn_frontpart.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/barn_frontpart_entrance.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/barnroof.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/entrance-top-fore.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/entrance-top.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/entrance.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/gatepost.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/guardhouse_entrance.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/guardhouse_main.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/inn_door.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/inn_leftwing.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_left_bot.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_left_top.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_mid_bot.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_mid_top.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_right_bot.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_right_top.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/inn_mainwing_roof.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/main-ltop.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/main-rtop.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/mainleft-top.mobj
+%%DATADIR%%/gfx/mapobjects/houses/redwyne-inn/mainright-top.mobj
+%%DATADIR%%/gfx/mapobjects/icons/arrows/green-down.mobj
+%%DATADIR%%/gfx/mapobjects/icons/arrows/green-left.mobj
+%%DATADIR%%/gfx/mapobjects/icons/arrows/green-right.mobj
+%%DATADIR%%/gfx/mapobjects/icons/arrows/green-up.mobj
+%%DATADIR%%/gfx/mapobjects/icons/arrows/red-down.mobj
+%%DATADIR%%/gfx/mapobjects/icons/arrows/red-left.mobj
+%%DATADIR%%/gfx/mapobjects/icons/arrows/red-right.mobj
+%%DATADIR%%/gfx/mapobjects/icons/arrows/red-up.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/barn_ground-cellar.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/barn_ground-loft.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/barn_loft-ground.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/red-carpet-front_back.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/red-carpet-front_bl-tr.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/red-carpet-front_br-tl.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/red-carpet-front_tl-br.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/red-carpet-front_tr-bl.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/red-carpet_bl-tr.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/red-carpet_br-tl.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/red-carpet_tl-br.mobj
+%%DATADIR%%/gfx/mapobjects/stairs/red-carpet_tr-bl.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/forest_bot.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/forest_bot_leaves.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/forest_br.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/forest_br_leaves.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/forest_left.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/forest_left_leaves.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/forest_mid.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/forest_mid_leaves.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/forest_top.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/forest_top_leaves.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/grass1.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/grass2.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/grass_medium-height.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/grass_medium-height_front.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/grass_to_stone.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/ground-stone-1.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/ground-stone2.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/hay-bot.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/hay.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/road_sandy.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/road_sandy_to_grass_bot.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/road_sandy_to_grass_left.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/road_sandy_to_grass_right.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/road_sandy_to_grass_top.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/road_to_stone_bot-left.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/road_to_stone_left.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/stone_ground.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/stone_to_grass.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/stoneflower.mobj
+%%DATADIR%%/gfx/mapobjects/terrains/tree_ground.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_ground_back_top.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_left.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_left_back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_left_front.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_loft_main.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_loft_main_front.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_loft_main_top.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_right.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_right_back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/barn_right_front.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-bl-lb.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-bl-rf.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-br-ib.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-br-if.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-br-lf.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-br-rb.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-column-b.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-column-f.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-doorframe-b-top.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-doorframe-b.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-doorframe-f.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-h-b.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-h-f.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-tl-lf.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-tl-rb.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-tr-ib.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-tr-if.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-tr-lb.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-tr-rf.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-v-l.mobj
+%%DATADIR%%/gfx/mapobjects/walls/cellar/cellar-v-r.mobj
+%%DATADIR%%/gfx/mapobjects/walls/gate_back_wall.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/doorframe-back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/doorframe.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-bl1.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-bl2-back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-bl2.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-br1.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-br2-back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-br2.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-face-back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-face-front.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-tl1-back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-tl2.back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-tl2.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-tr1-back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-tr2.back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-tr2.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-v-l.mobj
+%%DATADIR%%/gfx/mapobjects/walls/inside/wall-v-r.mobj
+%%DATADIR%%/gfx/mapobjects/walls/painting1.mobj
+%%DATADIR%%/gfx/mapobjects/walls/painting2.mobj
+%%DATADIR%%/gfx/mapobjects/walls/painting3.mobj
+%%DATADIR%%/gfx/mapobjects/walls/stone/stone-wall-bl.mobj
+%%DATADIR%%/gfx/mapobjects/walls/stone/stone-wall-br.mobj
+%%DATADIR%%/gfx/mapobjects/walls/stone/stone-wall-h.mobj
+%%DATADIR%%/gfx/mapobjects/walls/stone/stone-wall-tl.mobj
+%%DATADIR%%/gfx/mapobjects/walls/stone/stone-wall-tr.mobj
+%%DATADIR%%/gfx/mapobjects/walls/stone/stone-wall-v.mobj
+%%DATADIR%%/gfx/mapobjects/walls/window_back.mobj
+%%DATADIR%%/gfx/mapobjects/walls/window_front.mobj
+%%DATADIR%%/gfx/mapobjects/walls/window_left.mobj
+%%DATADIR%%/gfx/mapobjects/walls/window_right.mobj
+%%DATADIR%%/gfx/mapobjects/walls/window_round_front.mobj
+%%DATADIR%%/gfx/portraits/alek.pnm
+%%DATADIR%%/gfx/portraits/bjarn.pnm
+%%DATADIR%%/gfx/portraits/erek.pnm
+%%DATADIR%%/gfx/portraits/fellnir.pnm
+%%DATADIR%%/gfx/portraits/frostbloom.pnm
+%%DATADIR%%/gfx/portraits/illig.pnm
+%%DATADIR%%/gfx/portraits/janesta.pnm
+%%DATADIR%%/gfx/portraits/jelom.pnm
+%%DATADIR%%/gfx/portraits/lucia.pnm
+%%DATADIR%%/gfx/portraits/oliver.pnm
+%%DATADIR%%/gfx/portraits/orloth.pnm
+%%DATADIR%%/gfx/portraits/player.pnm
+%%DATADIR%%/gfx/portraits/sarin.pnm
+%%DATADIR%%/gfx/portraits/silverhair.pnm
+%%DATADIR%%/gfx/portraits/talan.pnm
+%%DATADIR%%/gfx/window/background/original/background.pnm
+%%DATADIR%%/gfx/window/background/silverleaf/background.pnm
+%%DATADIR%%/gfx/window/border/original/mini/corner.pnm
+%%DATADIR%%/gfx/window/border/original/mini/corner_bottom_left.pnm
+%%DATADIR%%/gfx/window/border/original/mini/corner_bottom_right.pnm
+%%DATADIR%%/gfx/window/border/original/mini/corner_top_left.pnm
+%%DATADIR%%/gfx/window/border/original/mini/corner_top_right.pnm
+%%DATADIR%%/gfx/window/border/original/mini/h_border.pnm
+%%DATADIR%%/gfx/window/border/original/mini/v_border.pnm
+%%DATADIR%%/gfx/window/border/original/normal/corner.pnm
+%%DATADIR%%/gfx/window/border/original/normal/corner_bottom_left.pnm
+%%DATADIR%%/gfx/window/border/original/normal/corner_bottom_right.pnm
+%%DATADIR%%/gfx/window/border/original/normal/corner_top_left.pnm
+%%DATADIR%%/gfx/window/border/original/normal/corner_top_right.pnm
+%%DATADIR%%/gfx/window/border/original/normal/h_border.pnm
+%%DATADIR%%/gfx/window/border/original/normal/v_border.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/mini/corner.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/mini/corner_bottom_left.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/mini/corner_bottom_right.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/mini/corner_top_left.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/mini/corner_top_right.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/mini/h_border.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/mini/v_border.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/normal/corner.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/normal/corner_bottom_left.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/normal/corner_bottom_right.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/normal/corner_top_left.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/normal/corner_top_right.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/normal/h_border.pnm
+%%DATADIR%%/gfx/window/border/silverleaf/normal/v_border.pnm
+%%DATADIR%%/gfx/window/cursor/original/cursor.pnm
+%%DATADIR%%/gfx/window/cursor/silverleaf/cursor.pnm
+%%DATADIR%%/gfx/window/font/Aclonica.ttf
+%%DATADIR%%/gfx/window/font/blue/font.font
+%%DATADIR%%/gfx/window/font/green/font.font
+%%DATADIR%%/gfx/window/font/original/font.font
+%%DATADIR%%/gfx/window/font/red/font.font
+%%DATADIR%%/gfx/window/font/silverleaf/font.font
+%%DATADIR%%/gfx/window/font/violet/font.font
+%%DATADIR%%/gfx/window/font/white/font.font
+%%DATADIR%%/gfx/window/font/yellow/font.font
+%%DATADIR%%/gfx/window/scrollbar/original/scroll_back_bot.pnm
+%%DATADIR%%/gfx/window/scrollbar/original/scroll_back_mid.pnm
+%%DATADIR%%/gfx/window/scrollbar/original/scroll_back_top.pnm
+%%DATADIR%%/gfx/window/scrollbar/original/scroll_bar_bot.pnm
+%%DATADIR%%/gfx/window/scrollbar/original/scroll_bar_flex.pnm
+%%DATADIR%%/gfx/window/scrollbar/original/scroll_bar_mid.pnm
+%%DATADIR%%/gfx/window/scrollbar/original/scroll_bar_top.pnm
+%%DATADIR%%/gfx/window/scrollbar/silverleaf/scroll_back_bot.pnm
+%%DATADIR%%/gfx/window/scrollbar/silverleaf/scroll_back_mid.pnm
+%%DATADIR%%/gfx/window/scrollbar/silverleaf/scroll_back_top.pnm
+%%DATADIR%%/gfx/window/scrollbar/silverleaf/scroll_bar_bot.pnm
+%%DATADIR%%/gfx/window/scrollbar/silverleaf/scroll_bar_flex.pnm
+%%DATADIR%%/gfx/window/scrollbar/silverleaf/scroll_bar_mid.pnm
+%%DATADIR%%/gfx/window/scrollbar/silverleaf/scroll_bar_top.pnm
+%%DATADIR%%/locale/da/LC_MESSAGES/wastesedge.mo
+%%DATADIR%%/locale/es/LC_MESSAGES/wastesedge.mo
+%%DATADIR%%/locale/fr/LC_MESSAGES/wastesedge.mo
+%%DATADIR%%/locale/it/LC_MESSAGES/wastesedge.mo
+%%DATADIR%%/locale/nl/LC_MESSAGES/wastesedge.mo
+%%DATADIR%%/locale/pt_BR/LC_MESSAGES/wastesedge.mo
+%%DATADIR%%/locale/sv/LC_MESSAGES/wastesedge.mo
+%%DATADIR%%/locale/tr/LC_MESSAGES/wastesedge.mo
+%%DATADIR%%/mapengine.data
+%%DATADIR%%/maps/test.map
+%%DATADIR%%/quest.data
+%%DATADIR%%/scripts/actions/__init__.py
+%%DATADIR%%/scripts/actions/talk.py
+%%DATADIR%%/scripts/dialogues/__init__.py
+%%DATADIR%%/scripts/dialogues/alek_start.py
+%%DATADIR%%/scripts/dialogues/bjarn_start.py
+%%DATADIR%%/scripts/dialogues/demo_intro_1.py
+%%DATADIR%%/scripts/dialogues/erek_start.py
+%%DATADIR%%/scripts/dialogues/extro.py
+%%DATADIR%%/scripts/dialogues/fellnir_start.py
+%%DATADIR%%/scripts/dialogues/frostbloom_start.py
+%%DATADIR%%/scripts/dialogues/janesta_start.py
+%%DATADIR%%/scripts/dialogues/jelom_2nd.py
+%%DATADIR%%/scripts/dialogues/jelom_start.py
+%%DATADIR%%/scripts/dialogues/lucia_start.py
+%%DATADIR%%/scripts/dialogues/oliver_start.py
+%%DATADIR%%/scripts/dialogues/orloth_start.py
+%%DATADIR%%/scripts/dialogues/sarin_start.py
+%%DATADIR%%/scripts/dialogues/silverhair_start.py
+%%DATADIR%%/scripts/dialogues/talan_start.py
+%%DATADIR%%/scripts/dialogues/tristan_start.py
+%%DATADIR%%/scripts/game_events/__init__.py
+%%DATADIR%%/scripts/game_events/brn_to_silverhair.py
+%%DATADIR%%/scripts/game_events/cellar_to_bjarn.py
+%%DATADIR%%/scripts/game_events/character_speak.py
+%%DATADIR%%/scripts/game_events/fst_to_silverhair.py
+%%DATADIR%%/scripts/game_events/lft_to_vnd.py
+%%DATADIR%%/scripts/game_events/open_inn_door.py
+%%DATADIR%%/scripts/game_events/search_chest.py
+%%DATADIR%%/scripts/game_events/silverhair_to_brn.py
+%%DATADIR%%/scripts/game_events/silverhair_to_fst.py
+%%DATADIR%%/scripts/game_events/speak.py
+%%DATADIR%%/scripts/game_events/teleport.py
+%%DATADIR%%/scripts/game_events/to_storage.py
+%%DATADIR%%/scripts/game_events/vnd_to_lft.py
+%%DATADIR%%/scripts/init.py
+%%DATADIR%%/scripts/modules/__init__.py
+%%DATADIR%%/scripts/modules/achievement_screen.py
+%%DATADIR%%/scripts/modules/character_screen.py
+%%DATADIR%%/scripts/modules/console.py
+%%DATADIR%%/scripts/modules/events.py
+%%DATADIR%%/scripts/modules/intro.py
+%%DATADIR%%/scripts/modules/main_menu.py
+%%DATADIR%%/scripts/modules/option_screen.py
+%%DATADIR%%/scripts/modules/player_text.py
+%%DATADIR%%/scripts/schedules/__init__.py
+%%DATADIR%%/scripts/schedules/audio/__init__.py
+%%DATADIR%%/scripts/schedules/audio/in_game.py
+%%DATADIR%%/scripts/schedules/control.py
+%%DATADIR%%/scripts/schedules/mapcharacters/__init__.py
+%%DATADIR%%/scripts/schedules/mapcharacters/alek.py
+%%DATADIR%%/scripts/schedules/mapcharacters/bjarn.py
+%%DATADIR%%/scripts/schedules/mapcharacters/erek.py
+%%DATADIR%%/scripts/schedules/mapcharacters/extro.py
+%%DATADIR%%/scripts/schedules/mapcharacters/fellnir.py
+%%DATADIR%%/scripts/schedules/mapcharacters/frostbloom.py
+%%DATADIR%%/scripts/schedules/mapcharacters/intro.py
+%%DATADIR%%/scripts/schedules/mapcharacters/janesta.py
+%%DATADIR%%/scripts/schedules/mapcharacters/jelom.py
+%%DATADIR%%/scripts/schedules/mapcharacters/keyboard_control.py
+%%DATADIR%%/scripts/schedules/mapcharacters/lucia.py
+%%DATADIR%%/scripts/schedules/mapcharacters/oliver.py
+%%DATADIR%%/scripts/schedules/mapcharacters/orloth.py
+%%DATADIR%%/scripts/schedules/mapcharacters/sarin.py
+%%DATADIR%%/scripts/schedules/mapcharacters/schedule.py
+%%DATADIR%%/scripts/schedules/mapcharacters/silverhair.py
+%%DATADIR%%/scripts/schedules/mapcharacters/talan.py
+%%DATADIR%%/scripts/schedules/mapcharacters/to_cellar.py
+%%DATADIR%%/scripts/schedules/mapcharacters/tristan.py
+%%DATADIR%%/scripts/schedules/mapviews/__init__.py
+%%DATADIR%%/scripts/schedules/mapviews/center_character.py
+share/applications/org.nongnu.wastesedge.desktop
+share/icons/hicolor/128x128/apps/wastesedge.png
+share/icons/hicolor/48x48/apps/wastesedge.png
+share/metainfo/org.nongnu.wastesedge.appdata.xml



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