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

(-)ggz-gtk-games/Makefile (-2 / +2 lines)
Lines 7-18 Link Here
7
#
7
#
8
8
9
PORTNAME=	ggz-gtk-games
9
PORTNAME=	ggz-gtk-games
10
PORTVERSION=	0.0.12
10
PORTVERSION=	0.0.13
11
PORTREVISION=	1
12
CATEGORIES=	games
11
CATEGORIES=	games
13
MASTER_SITES=	http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
12
MASTER_SITES=	http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
14
		http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
13
		http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
15
MASTER_SITE_SUBDIR=	${PORTVERSION}
14
MASTER_SITE_SUBDIR=	${PORTVERSION}
15
DIST_SUBDIR=	ggz
16
16
17
MAINTAINER=	yinjieh@csie.nctu.edu.tw
17
MAINTAINER=	yinjieh@csie.nctu.edu.tw
18
COMMENT=	The GGZ Gaming Zone - GTK+ Games
18
COMMENT=	The GGZ Gaming Zone - GTK+ Games
(-)ggz-gtk-games/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ggz-gtk-games-0.0.12.tar.gz) = df97025c43e92fd2bfe3cef0c77dc1ca
1
MD5 (ggz/ggz-gtk-games-0.0.13.tar.gz) = 7c055af049f523f0956b012e4b54b7c5
2
SHA256 (ggz-gtk-games-0.0.12.tar.gz) = 57456c0a172ad561f2ec0537dc5c866c7c4228d3556620350d6eae3a77be1126
2
SHA256 (ggz/ggz-gtk-games-0.0.13.tar.gz) = 08ec15eb3c9ebd7dd71da33c20ef419992da777799bf485d95ad6e0c22f63562
3
SIZE (ggz-gtk-games-0.0.12.tar.gz) = 1610452
3
SIZE (ggz/ggz-gtk-games-0.0.13.tar.gz) = 1615436
(-)ggz-gtk-games/pkg-descr (+16 lines)
Lines 1-6 Link Here
1
=======================================
2
The GGZ Gaming Zone - GTK+ Game Modules
3
=======================================
4
1
GGZ Gaming Zone GTK+ Game Modules provide the game executables,
5
GGZ Gaming Zone GTK+ Game Modules provide the game executables,
2
graphics, and data for a number of popular (and unique) network games.
6
graphics, and data for a number of popular (and unique) network games.
3
These games are coded for version 2.X of GTK+, but many of them are also
7
These games are coded for version 2.X of GTK+, but many of them are also
4
available using different graphical interfaces.
8
available using different graphical interfaces.
9
10
This version of the GTK+ Game Modules (0.0.13) requires version 0.0.13
11
of the ggz-client-libs.
12
13
The GTK+ Game Modules are only one part of the GGZ Gaming Zone
14
client setup.  The following additional modules are required:
15
  * libggz - provides commonly used functions and low-level
16
    communications between client modules and the GGZ servers
17
  * ggz-client-libs - provides common procedures and utilites required
18
    to run the GGZ client and games
19
  * gtk-client/kde-client - one or more of the GGZ clients will be
20
    required in order to login to a server, chat and launch games
5
21
6
WWW: http://www.ggzgamingzone.org/
22
WWW: http://www.ggzgamingzone.org/
(-)ggz-gtk-games/pkg-plist (-1 / +1 lines)
Lines 109-115 Link Here
109
share/locale/de/LC_MESSAGES/reversi.mo
109
share/locale/de/LC_MESSAGES/reversi.mo
110
share/locale/de/LC_MESSAGES/spades.mo
110
share/locale/de/LC_MESSAGES/spades.mo
111
share/locale/de/LC_MESSAGES/tictactoe.mo
111
share/locale/de/LC_MESSAGES/tictactoe.mo
112
@dirrm lib/ggz
113
@dirrm share/ggz/tictactoe/pixmaps
112
@dirrm share/ggz/tictactoe/pixmaps
114
@dirrm share/ggz/tictactoe
113
@dirrm share/ggz/tictactoe
115
@dirrm share/ggz/reversi/pixmaps
114
@dirrm share/ggz/reversi/pixmaps
Lines 129-131 Link Here
129
@dirrm share/ggz/ccheckers/pixmaps/Dragon
128
@dirrm share/ggz/ccheckers/pixmaps/Dragon
130
@dirrm share/ggz/ccheckers/pixmaps
129
@dirrm share/ggz/ccheckers/pixmaps
131
@dirrm share/ggz/ccheckers
130
@dirrm share/ggz/ccheckers
131
@dirrmtry lib/ggz

Return to bug 96196