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

(-)games/lgeneral/Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/games/lgeneral/Makefile 396083 2015-09-04 12:19:35Z madpilot $
2
# $FreeBSD: head/games/lgeneral/Makefile 396083 2015-09-04 12:19:35Z madpilot $
3
3
4
PORTNAME=	lgeneral
4
PORTNAME=	lgeneral
5
PORTVERSION=	1.3.0
5
PORTVERSION=	1.3.1
6
CATEGORIES=	games
6
CATEGORIES=	games
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME} \
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME} \
8
		SF/${PORTNAME}/${PORTNAME}-data:data
8
		SF/${PORTNAME}/${PORTNAME}-data:data
Lines 13-18 Link Here
13
COMMENT=	Turn-based strategy engine inspired by Panzer General
13
COMMENT=	Turn-based strategy engine inspired by Panzer General
14
14
15
LICENSE=	GPLv2
15
LICENSE=	GPLv2
16
LICENSE_FILE=	${WRKSRC}/COPYING
16
17
17
USES=		gmake
18
USES=		gmake
18
USE_CSTD=	gnu89
19
USE_CSTD=	gnu89
(-)games/lgeneral/distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (lgeneral-1.3.0.tar.gz) = bd23962a8a98c1a3d3c176213c0b1845fd872ca68c141e2beff8d1a3792784ea
1
SHA256 (lgeneral-1.3.1.tar.gz) = 6e95a84d7772f0bd2d64edac8c2aa45c6f750ae47bfb9dc203fe53a089e5562c
2
SIZE (lgeneral-1.3.0.tar.gz) = 1679182
2
SIZE (lgeneral-1.3.1.tar.gz) = 1678892
3
SHA256 (pg-data.tar.gz) = cc6fa5d263d1d5824d706517958b1bb09b405ba0ed21e63e4a4d38e2727d7a04
3
SHA256 (pg-data.tar.gz) = cc6fa5d263d1d5824d706517958b1bb09b405ba0ed21e63e4a4d38e2727d7a04
4
SIZE (pg-data.tar.gz) = 410476
4
SIZE (pg-data.tar.gz) = 410476
(-)games/lgeneral/pkg-descr (-5 / +6 lines)
Lines 1-7 Link Here
1
LGeneral is a turn-based strategy engine heavily inspired by Panzer General.
1
LGeneral is a turn-based strategy engine heavily inspired by Panzer
2
You play single scenarios or whole campaigns turn by turn against a human 
2
General. You play single scenarios or whole campaigns turn by turn
3
player or the AI. Entrenchment, rugged defense, defensive fire, surprise 
3
against a human player or the AI. Entrenchment, rugged defense,
4
contacts, surrender, unit supply, weather influence, reinforcements and other 
4
defensive fire, surprise contacts, surrender, unit supply, weather
5
implementations contribute to the tactical and strategic depth of the game.
5
influence, reinforcements and other implementations contribute to the
6
tactical and strategic depth of the game.
6
7
7
WWW: http://lgames.sourceforge.net/index.php?project=LGeneral
8
WWW: http://lgames.sourceforge.net/index.php?project=LGeneral
(-)games/lgeneral/pkg-plist (-3 lines)
Lines 35-43 Link Here
35
%%DATADIR%%/gfx/terrain/pg/airfield.bmp
35
%%DATADIR%%/gfx/terrain/pg/airfield.bmp
36
%%DATADIR%%/gfx/terrain/pg/airfield_rain.bmp
36
%%DATADIR%%/gfx/terrain/pg/airfield_rain.bmp
37
%%DATADIR%%/gfx/terrain/pg/airfield_snow.bmp
37
%%DATADIR%%/gfx/terrain/pg/airfield_snow.bmp
38
%%DATADIR%%/gfx/terrain/pg/bridge.bmp
39
%%DATADIR%%/gfx/terrain/pg/bridge_rain.bmp
40
%%DATADIR%%/gfx/terrain/pg/bridge_snow.bmp
41
%%DATADIR%%/gfx/terrain/pg/clear.bmp
38
%%DATADIR%%/gfx/terrain/pg/clear.bmp
42
%%DATADIR%%/gfx/terrain/pg/clear_rain.bmp
39
%%DATADIR%%/gfx/terrain/pg/clear_rain.bmp
43
%%DATADIR%%/gfx/terrain/pg/clear_snow.bmp
40
%%DATADIR%%/gfx/terrain/pg/clear_snow.bmp

Return to bug 206247