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

(-)ggz-gtk-client/Makefile (-1 / +2 lines)
Lines 7-17 Link Here
7
#
7
#
8
8
9
PORTNAME=	ggz-gtk-client
9
PORTNAME=	ggz-gtk-client
10
PORTVERSION=	0.0.12
10
PORTVERSION=	0.0.13
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
12
MASTER_SITES=	http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
13
		http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
13
		http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
14
MASTER_SITE_SUBDIR=	${PORTVERSION}
14
MASTER_SITE_SUBDIR=	${PORTVERSION}
15
DIST_SUBDIR=	ggz
15
16
16
MAINTAINER=	yinjieh@csie.nctu.edu.tw
17
MAINTAINER=	yinjieh@csie.nctu.edu.tw
17
COMMENT=	The GGZ Gaming Zone - GTK+ Frontend
18
COMMENT=	The GGZ Gaming Zone - GTK+ Frontend
(-)ggz-gtk-client/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ggz-gtk-client-0.0.12.tar.gz) = 2f185fd3e1520b2a1fb185ed30be3292
1
MD5 (ggz/ggz-gtk-client-0.0.13.tar.gz) = 5607b66d6a75e3de9706342a0aebff03
2
SHA256 (ggz-gtk-client-0.0.12.tar.gz) = e8c38c66ffce0f3a0399b7049c76c022686aac2a1a987ceda6140635053d984b
2
SHA256 (ggz/ggz-gtk-client-0.0.13.tar.gz) = c947392a28ce3011c7b9e3de883ee7c4fdfbfb42569c141a04246275a05c9413
3
SIZE (ggz-gtk-client-0.0.12.tar.gz) = 719923
3
SIZE (ggz/ggz-gtk-client-0.0.13.tar.gz) = 724743
(-)ggz-gtk-client/pkg-descr (-3 / +19 lines)
Lines 1-5 Link Here
1
This core client is not only useful for environments where no
1
=================================
2
graphical desktop is available, but does also serve as a reference
2
The GGZ Gaming Zone - GTK+ Client
3
implementation of the ggzcore functionality.
3
=================================
4
5
The GGZ Gaming Zone GTK+ Client provides a GTK+ 1.2 or GTK+ 2.x user
6
interface for logging into a GGZ server, chatting with other players,
7
and locating and launching game tables.
8
9
This version of the GTK+ Client (0.0.13) requires version 0.0.13 of the
10
ggz-client-libs.
11
12
The GTK+ Client module is only one part of the GGZ Gaming Zone client
13
setup.  The following additional packages are required:
14
  * libggz - provides commonly used functions and low-level
15
    communications between client modules and the GGZ servers
16
  * ggz-client-libs -  provides common procedures and utilites required
17
    to run the GGZ client and games
18
  * gtk-games/kde-games/sdl-games - one or more games or game packs are
19
    required in order to launch and play games
4
20
5
WWW: http://www.ggzgamingzone.org/
21
WWW: http://www.ggzgamingzone.org/
(-)ggz-gtk-client/pkg-plist (-1 / +7 lines)
Lines 1-4 Link Here
1
bin/ggz-gtk
1
bin/ggz-gtk
2
include/ggz-embed.h
3
include/ggz-gtk.h
4
lib/libggz-gtk.so.0
5
lib/libggz-gtk.so
6
lib/libggz-gtk.la
7
lib/libggz-gtk.a
2
share/applications/ggz-gtk.desktop
8
share/applications/ggz-gtk.desktop
3
share/ggz/ggz-gtk/about_bg.png
9
share/ggz/ggz-gtk/about_bg.png
4
share/ggz/ggz-gtk/ggz_gtk_admin.svg
10
share/ggz/ggz-gtk/ggz_gtk_admin.svg
Lines 19-25 Link Here
19
share/locale/es/LC_MESSAGES/ggz-gtk.mo
25
share/locale/es/LC_MESSAGES/ggz-gtk.mo
20
share/locale/pt_BR/LC_MESSAGES/ggz-gtk.mo
26
share/locale/pt_BR/LC_MESSAGES/ggz-gtk.mo
21
share/locale/sv/LC_MESSAGES/ggz-gtk.mo
27
share/locale/sv/LC_MESSAGES/ggz-gtk.mo
22
@dirrmtry share/applications
23
@dirrm share/ggz/ggz-gtk/help
28
@dirrm share/ggz/ggz-gtk/help
24
@dirrm share/ggz/ggz-gtk
29
@dirrm share/ggz/ggz-gtk
30
@dirrmtry share/applications
25
@dirrmtry share/ggz
31
@dirrmtry share/ggz

Return to bug 96195