ports/96195: [MAINTAINER-UPDATE] Update ports/games/ggz-gtk-client to 0.0.13

Ying-Chieh Chen yinjieh at alumni.csie.nctu.edu.tw
Mon Apr 24 17:03:48 UTC 2006


Include the new patch.

Changes in this patch:

        - Respect WITHOUT_NLS knob.

Please commit this patch instead of the previous patch.
Thanks!

diff -ruN /usr/ports/games/ggz-gtk-client/Makefile ggz-gtk-client/Makefile
--- /usr/ports/games/ggz-gtk-client/Makefile	Thu Dec  1 21:14:41 2005
+++ ggz-gtk-client/Makefile	Mon Apr 24 00:24:40 2006
@@ -7,11 +7,12 @@
 #
 
 PORTNAME=	ggz-gtk-client
-PORTVERSION=	0.0.12
+PORTVERSION=	0.0.13
 CATEGORIES=	games
 MASTER_SITES=	http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
 		http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}
+DIST_SUBDIR=	ggz
 
 MAINTAINER=	yinjieh at csie.nctu.edu.tw
 COMMENT=	The GGZ Gaming Zone - GTK+ Frontend
@@ -30,5 +31,13 @@
 
 CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=	--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.else
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
+.endif
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/games/ggz-gtk-client/distinfo ggz-gtk-client/distinfo
--- /usr/ports/games/ggz-gtk-client/distinfo	Mon Jan 23 20:22:47 2006
+++ ggz-gtk-client/distinfo	Mon Apr 10 19:24:13 2006
@@ -1,3 +1,3 @@
-MD5 (ggz-gtk-client-0.0.12.tar.gz) = 2f185fd3e1520b2a1fb185ed30be3292
-SHA256 (ggz-gtk-client-0.0.12.tar.gz) = e8c38c66ffce0f3a0399b7049c76c022686aac2a1a987ceda6140635053d984b
-SIZE (ggz-gtk-client-0.0.12.tar.gz) = 719923
+MD5 (ggz/ggz-gtk-client-0.0.13.tar.gz) = 5607b66d6a75e3de9706342a0aebff03
+SHA256 (ggz/ggz-gtk-client-0.0.13.tar.gz) = c947392a28ce3011c7b9e3de883ee7c4fdfbfb42569c141a04246275a05c9413
+SIZE (ggz/ggz-gtk-client-0.0.13.tar.gz) = 724743
diff -ruN /usr/ports/games/ggz-gtk-client/pkg-descr ggz-gtk-client/pkg-descr
--- /usr/ports/games/ggz-gtk-client/pkg-descr	Fri Nov  4 22:42:40 2005
+++ ggz-gtk-client/pkg-descr	Mon Apr 17 01:03:20 2006
@@ -1,5 +1,21 @@
-This core client is not only useful for environments where no
-graphical desktop is available, but does also serve as a reference
-implementation of the ggzcore functionality.
+=================================
+The GGZ Gaming Zone - GTK+ Client
+=================================
+
+The GGZ Gaming Zone GTK+ Client provides a GTK+ 1.2 or GTK+ 2.x user
+interface for logging into a GGZ server, chatting with other players,
+and locating and launching game tables.
+
+This version of the GTK+ Client (0.0.13) requires version 0.0.13 of the
+ggz-client-libs.
+
+The GTK+ Client module is only one part of the GGZ Gaming Zone client
+setup.  The following additional packages are required:
+  * libggz - provides commonly used functions and low-level
+    communications between client modules and the GGZ servers
+  * ggz-client-libs -  provides common procedures and utilites required
+    to run the GGZ client and games
+  * gtk-games/kde-games/sdl-games - one or more games or game packs are
+    required in order to launch and play games
 
 WWW: http://www.ggzgamingzone.org/
diff -ruN /usr/ports/games/ggz-gtk-client/pkg-plist ggz-gtk-client/pkg-plist
--- /usr/ports/games/ggz-gtk-client/pkg-plist	Mon Jan 23 20:22:47 2006
+++ ggz-gtk-client/pkg-plist	Mon Apr 24 00:25:06 2006
@@ -1,4 +1,10 @@
 bin/ggz-gtk
+include/ggz-embed.h
+include/ggz-gtk.h
+lib/libggz-gtk.so.0
+lib/libggz-gtk.so
+lib/libggz-gtk.la
+lib/libggz-gtk.a
 share/applications/ggz-gtk.desktop
 share/ggz/ggz-gtk/about_bg.png
 share/ggz/ggz-gtk/ggz_gtk_admin.svg
@@ -15,11 +21,11 @@
 share/ggz/ggz-gtk/help/ggz-gtk-login.png
 share/ggz/ggz-gtk/help/ggz-gtk-chat.png
 share/ggz/ggz-gtk/help/ggz-gtk-launch.png
-share/locale/de/LC_MESSAGES/ggz-gtk.mo
-share/locale/es/LC_MESSAGES/ggz-gtk.mo
-share/locale/pt_BR/LC_MESSAGES/ggz-gtk.mo
-share/locale/sv/LC_MESSAGES/ggz-gtk.mo
- at dirrmtry share/applications
+%%NLS%%share/locale/de/LC_MESSAGES/ggz-gtk.mo
+%%NLS%%share/locale/es/LC_MESSAGES/ggz-gtk.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/ggz-gtk.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/ggz-gtk.mo
 @dirrm share/ggz/ggz-gtk/help
 @dirrm share/ggz/ggz-gtk
+ at dirrmtry share/applications
 @dirrmtry share/ggz



More information about the freebsd-ports-bugs mailing list