Index: head/games/ggz-gtk-client/Makefile =================================================================== --- head/games/ggz-gtk-client/Makefile (revision 160742) +++ head/games/ggz-gtk-client/Makefile (revision 160743) @@ -1,34 +1,50 @@ # ex:ts=8 # Ports collection makefile for: ggz-gtk-client # Date created: Oct 22, 2005 # Whom: ijliao # # $FreeBSD$ # 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@csie.nctu.edu.tw COMMENT= The GGZ Gaming Zone - GTK+ Frontend LIB_DEPENDS= ggzcore.8:${PORTSDIR}/games/ggz-client-libs USE_GCC= 3.3+ USE_GNOME= gnometarget gtk20 USE_GETOPT_LONG= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-debug MAN6= ggz-gtk.6 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif + +.include + +.if ${OSVERSION} < 500000 +IGNORE= depends on libggz which does not build on 4.x +.endif + +.include + Property changes on: head/games/ggz-gtk-client/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/games/ggz-gtk-client/distinfo =================================================================== --- head/games/ggz-gtk-client/distinfo (revision 160742) +++ head/games/ggz-gtk-client/distinfo (revision 160743) @@ -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 Property changes on: head/games/ggz-gtk-client/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/games/ggz-gtk-client/pkg-descr =================================================================== --- head/games/ggz-gtk-client/pkg-descr (revision 160742) +++ head/games/ggz-gtk-client/pkg-descr (revision 160743) @@ -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/ Property changes on: head/games/ggz-gtk-client/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/games/ggz-gtk-client/pkg-plist =================================================================== --- head/games/ggz-gtk-client/pkg-plist (revision 160742) +++ head/games/ggz-gtk-client/pkg-plist (revision 160743) @@ -1,25 +1,31 @@ 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 share/ggz/ggz-gtk/ggz_gtk_guest.svg share/ggz/ggz-gtk/ggz_gtk_registered.svg share/ggz/ggz-gtk/ggz_gtk_bot.svg share/ggz/ggz-gtk/ggz_gtk_lag0.svg share/ggz/ggz-gtk/ggz_gtk_lag1.svg share/ggz/ggz-gtk/ggz_gtk_lag2.svg share/ggz/ggz-gtk/ggz_gtk_lag3.svg share/ggz/ggz-gtk/ggz_gtk_lag4.svg share/ggz/ggz-gtk/ggz_gtk_lag5.svg share/ggz/ggz-gtk/help/ggz-gtk-handbook.html 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 -@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 +@dirrmtry share/applications @dirrmtry share/ggz Property changes on: head/games/ggz-gtk-client/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property