Update ports/games/ggz-gtk-games to 0.0.13 Updated file(s): - Makefile - distinfo - pkg-descr - pkg-plist Please commit it, thanks! Generated with my own hand 1.0
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-games/Makefile ggz-gtk-games/Makefile --- /usr/ports/games/ggz-gtk-games/Makefile Wed Mar 1 21:03:06 2006 +++ ggz-gtk-games/Makefile Mon Apr 24 00:29:55 2006 @@ -7,12 +7,12 @@ # PORTNAME= ggz-gtk-games -PORTVERSION= 0.0.12 -PORTREVISION= 1 +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+ Games @@ -30,5 +30,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-games/distinfo ggz-gtk-games/distinfo --- /usr/ports/games/ggz-gtk-games/distinfo Wed Feb 22 09:31:22 2006 +++ ggz-gtk-games/distinfo Mon Apr 10 14:46:08 2006 @@ -1,3 +1,3 @@ -MD5 (ggz-gtk-games-0.0.12.tar.gz) = df97025c43e92fd2bfe3cef0c77dc1ca -SHA256 (ggz-gtk-games-0.0.12.tar.gz) = 57456c0a172ad561f2ec0537dc5c866c7c4228d3556620350d6eae3a77be1126 -SIZE (ggz-gtk-games-0.0.12.tar.gz) = 1610452 +MD5 (ggz/ggz-gtk-games-0.0.13.tar.gz) = 7c055af049f523f0956b012e4b54b7c5 +SHA256 (ggz/ggz-gtk-games-0.0.13.tar.gz) = 08ec15eb3c9ebd7dd71da33c20ef419992da777799bf485d95ad6e0c22f63562 +SIZE (ggz/ggz-gtk-games-0.0.13.tar.gz) = 1615436 diff -ruN /usr/ports/games/ggz-gtk-games/pkg-descr ggz-gtk-games/pkg-descr --- /usr/ports/games/ggz-gtk-games/pkg-descr Wed Feb 22 09:31:22 2006 +++ ggz-gtk-games/pkg-descr Mon Apr 17 01:12:32 2006 @@ -1,6 +1,22 @@ +======================================= +The GGZ Gaming Zone - GTK+ Game Modules +======================================= + GGZ Gaming Zone GTK+ Game Modules provide the game executables, graphics, and data for a number of popular (and unique) network games. These games are coded for version 2.X of GTK+, but many of them are also available using different graphical interfaces. + +This version of the GTK+ Game Modules (0.0.13) requires version 0.0.13 +of the ggz-client-libs. + +The GTK+ Game Modules are only one part of the GGZ Gaming Zone +client setup. The following additional modules 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-client/kde-client - one or more of the GGZ clients will be + required in order to login to a server, chat and launch games WWW: http://www.ggzgamingzone.org/ diff -ruN /usr/ports/games/ggz-gtk-games/pkg-plist ggz-gtk-games/pkg-plist --- /usr/ports/games/ggz-gtk-games/pkg-plist Wed Mar 1 21:03:06 2006 +++ ggz-gtk-games/pkg-plist Mon Apr 24 00:30:24 2006 @@ -99,17 +99,16 @@ share/ggz/reversi/pixmaps/white.svg share/ggz/tictactoe/pixmaps/o.svg share/ggz/tictactoe/pixmaps/x.svg -share/locale/de/LC_MESSAGES/chess.mo -share/locale/de/LC_MESSAGES/chinese-checkers.mo -share/locale/de/LC_MESSAGES/combat.mo -share/locale/de/LC_MESSAGES/common.mo -share/locale/de/LC_MESSAGES/dots.mo -share/locale/de/LC_MESSAGES/ggzcards.mo -share/locale/de/LC_MESSAGES/hastings.mo -share/locale/de/LC_MESSAGES/reversi.mo -share/locale/de/LC_MESSAGES/spades.mo -share/locale/de/LC_MESSAGES/tictactoe.mo -@dirrm lib/ggz +%%NLS%%share/locale/de/LC_MESSAGES/chess.mo +%%NLS%%share/locale/de/LC_MESSAGES/chinese-checkers.mo +%%NLS%%share/locale/de/LC_MESSAGES/combat.mo +%%NLS%%share/locale/de/LC_MESSAGES/common.mo +%%NLS%%share/locale/de/LC_MESSAGES/dots.mo +%%NLS%%share/locale/de/LC_MESSAGES/ggzcards.mo +%%NLS%%share/locale/de/LC_MESSAGES/hastings.mo +%%NLS%%share/locale/de/LC_MESSAGES/reversi.mo +%%NLS%%share/locale/de/LC_MESSAGES/spades.mo +%%NLS%%share/locale/de/LC_MESSAGES/tictactoe.mo @dirrm share/ggz/tictactoe/pixmaps @dirrm share/ggz/tictactoe @dirrm share/ggz/reversi/pixmaps @@ -129,3 +128,4 @@ @dirrm share/ggz/ccheckers/pixmaps/Dragon @dirrm share/ggz/ccheckers/pixmaps @dirrm share/ggz/ccheckers +@dirrmtry lib/ggz
State Changed From-To: open->closed Committed, thanks!