View | Details | Raw Unified | Return to bug 180529
Collapse All | Expand All

(-)instead-1.9.1/Makefile (-5 / +5 lines)
Lines 1-10 Link Here
1
# Created by: neuroworker@gmail.com
1
# Created by: neuroworker@gmail.com
2
# $FreeBSD: games/instead/Makefile 316654 2013-04-27 08:50:46Z mva $
2
# $FreeBSD: ports/games/instead/Makefile,v 1.12 2013/01/29 00:46:53 svnexp Exp $
3
3
4
PORTNAME=	instead
4
PORTNAME=	instead
5
PORTVERSION=	1.9.0
5
PORTVERSION=	1.9.1
6
CATEGORIES=	games
6
CATEGORIES=	games
7
MASTER_SITES=	GOOGLE_CODE \
7
MASTER_SITES=	SF/instead/instead/${PORTVERSION}/ \
8
		http://mirror.amdmi3.ru/distfiles/
8
		http://mirror.amdmi3.ru/distfiles/
9
DISTNAME=	instead_${PORTVERSION}
9
DISTNAME=	instead_${PORTVERSION}
10
10
Lines 13-22 Link Here
13
13
14
HAS_CONFIGURE=	yes
14
HAS_CONFIGURE=	yes
15
USE_GMAKE=	yes
15
USE_GMAKE=	yes
16
USE_GNOME=	gtk20
16
USE_GNOME=	pkgconfig gtk20
17
USE_LUA=	5.1
17
USE_LUA=	5.1
18
USE_SDL=	sdl image ttf mixer
18
USE_SDL=	sdl image ttf mixer
19
USES=		pkgconfig iconv
19
USE_ICONV=	yes
20
20
21
CONFIGURE_SCRIPT=	configure.sh
21
CONFIGURE_SCRIPT=	configure.sh
22
CONFIGURE_ENV=	PREFIX="${PREFIX}"
22
CONFIGURE_ENV=	PREFIX="${PREFIX}"
(-)instead-1.9.1/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (instead_1.9.0.tar.gz) = 1f472b5a5e710c780960b7711ab0c77bc80e6e4133327f7527a25f93fb18d340
1
SHA256 (instead_1.9.1.tar.gz) = 85c39ed67f150198e8c23f087735e939b283460ae580fa41234f8af7b3ba9e03
2
SIZE (instead_1.9.0.tar.gz) = 5546134
2
SIZE (instead_1.9.1.tar.gz) = 5551174
(-)instead-1.9.1/pkg-descr (-1 / +1 lines)
Lines 1-5 Link Here
1
INSTEAD was designed to interpret the games that are the mix of visual novels, 
1
INSTEAD was designed to interpret the games that are the mix of visual novels, 
2
text quests and classical 90'ss quests.
2
text quests and classical 90'ss quests.
3
3
4
WWW:	http://code.google.com/p/instead/
4
WWW:	http://instead.sourceforge.net
5
	http://instead.syscall.ru/ (in Russian)
5
	http://instead.syscall.ru/ (in Russian)
(-)instead-1.9.1/pkg-plist (+3 lines)
Lines 10-24 Link Here
10
%%DATADIR%%/games/tutorial3/main-it.lua
10
%%DATADIR%%/games/tutorial3/main-it.lua
11
%%DATADIR%%/games/tutorial3/main-ru.lua
11
%%DATADIR%%/games/tutorial3/main-ru.lua
12
%%DATADIR%%/games/tutorial3/main-ua.lua
12
%%DATADIR%%/games/tutorial3/main-ua.lua
13
%%DATADIR%%/games/tutorial3/main-pt.lua
13
%%DATADIR%%/games/tutorial3/main.lua
14
%%DATADIR%%/games/tutorial3/main.lua
14
%%DATADIR%%/games/tutorial3/ru.png
15
%%DATADIR%%/games/tutorial3/ru.png
15
%%DATADIR%%/games/tutorial3/instead.ogg
16
%%DATADIR%%/games/tutorial3/instead.ogg
16
%%DATADIR%%/games/tutorial3/ua.png
17
%%DATADIR%%/games/tutorial3/ua.png
18
%%DATADIR%%/games/tutorial3/br.png
17
%%DATADIR%%/lang/en.ini
19
%%DATADIR%%/lang/en.ini
18
%%DATADIR%%/lang/es.ini
20
%%DATADIR%%/lang/es.ini
19
%%DATADIR%%/lang/it.ini
21
%%DATADIR%%/lang/it.ini
20
%%DATADIR%%/lang/ru.ini
22
%%DATADIR%%/lang/ru.ini
21
%%DATADIR%%/lang/ua.ini
23
%%DATADIR%%/lang/ua.ini
24
%%DATADIR%%/lang/pt.ini
22
%%DATADIR%%/stead/click.lua
25
%%DATADIR%%/stead/click.lua
23
%%DATADIR%%/stead/counters.lua
26
%%DATADIR%%/stead/counters.lua
24
%%DATADIR%%/stead/dash.lua
27
%%DATADIR%%/stead/dash.lua

Return to bug 180529