Index: head/games/ggz-client-libs/Makefile =================================================================== --- head/games/ggz-client-libs/Makefile (revision 189436) +++ head/games/ggz-client-libs/Makefile (revision 189437) @@ -1,59 +1,51 @@ # ex:ts=8 # Ports collection makefile for: ggz-client-libs # Date created: Oct 8, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= ggz-client-libs -PORTVERSION= 0.0.13 +PORTVERSION= ${GGZ_VERSION} 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 - Core Client Libraries -LIB_DEPENDS= ggz.4:${PORTSDIR}/games/libggz \ - expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget USE_GETOPT_LONG= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --disable-debug -INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --disable-debug --with-libggz-dir="${LOCALBASE}" \ + --mandir="${MANPREFIX}/man" +USE_LDCONFIG= yes +USE_GGZ= core MAN1= ggzwrap.1 MAN3= ggzcore_h.3 ggzmod_h.3 MAN5= ggz.modules.5 -MAN6= ggz-config.6 ggz-wrapper.6 +MAN6= ggz.6 ggz-config.6 ggz-wrapper.6 +MAN7= ggz.7 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 post-patch: - @${REINPLACE_CMD} -e 's|LIBGGZ_INCLUDES=.*$$|LIBGGZ_INCLUDES=|g ; \ - s|LIBGGZ_LDFLAGS=.*$$|LIBGGZ_LDFLAGS=|g ; \ - s|libggz.la|libggz.so|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|libggz.la|libggz.so|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|' ${WRKSRC}/ggz-wrapper/ggz .include - -.if ${OSVERSION} < 500000 -IGNORE= depends on libggz which does not build on 4.x -.endif - +.include "${PORTSDIR}/games/libggz/bsd.ggz.mk" .include Property changes on: head/games/ggz-client-libs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/games/ggz-client-libs/distinfo =================================================================== --- head/games/ggz-client-libs/distinfo (revision 189436) +++ head/games/ggz-client-libs/distinfo (revision 189437) @@ -1,3 +1,3 @@ -MD5 (ggz/ggz-client-libs-0.0.13.tar.gz) = 9e8e5734ac73fa687cdf2ae8ce716767 -SHA256 (ggz/ggz-client-libs-0.0.13.tar.gz) = 7b6572aa5c64951d5d850f73debf1bb60cf59a92ef743aa19977c307c79d35fd -SIZE (ggz/ggz-client-libs-0.0.13.tar.gz) = 586977 +MD5 (ggz/ggz-client-libs-0.0.14.tar.gz) = efe325665fc745efe34d59dd9dea4284 +SHA256 (ggz/ggz-client-libs-0.0.14.tar.gz) = a2ad93d5158bbe687275cc3ded1379bd2ae6f0463e4fe785cda0fdcf01af8a04 +SIZE (ggz/ggz-client-libs-0.0.14.tar.gz) = 578903 Property changes on: head/games/ggz-client-libs/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/games/ggz-client-libs/pkg-plist =================================================================== --- head/games/ggz-client-libs/pkg-plist (revision 189436) +++ head/games/ggz-client-libs/pkg-plist (revision 189437) @@ -1,24 +1,25 @@ +bin/ggz bin/ggz-config bin/ggz-wrapper etc/xdg/menus/applications-merged/ggz.merge.menu etc/xdg/menus/ggz.menu include/ggzcore.h include/ggzmod.h lib/ggz/ggzwrap lib/libggzcore.a lib/libggzcore.la lib/libggzcore.so -lib/libggzcore.so.8 +lib/libggzcore.so.9 lib/libggzmod.a lib/libggzmod.la lib/libggzmod.so -lib/libggzmod.so.4 +lib/libggzmod.so.5 share/desktop-directories/ggz-games.directory share/desktop-directories/ggz.directory %%NLS%%share/locale/de/LC_MESSAGES/ggz-config.mo %%NLS%%share/locale/de/LC_MESSAGES/ggzcore.mo @dirrm lib/ggz @dirrmtry share/desktop-directories @dirrmtry etc/xdg/menus/applications-merged @dirrmtry etc/xdg/menus @dirrmtry etc/xdg Property changes on: head/games/ggz-client-libs/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/games/ggz-gtk-client/Makefile =================================================================== --- head/games/ggz-gtk-client/Makefile (revision 189436) +++ head/games/ggz-gtk-client/Makefile (revision 189437) @@ -1,51 +1,39 @@ # 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.13 +PORTVERSION= ${GGZ_VERSION} 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_AUTOTOOLS= libtool:15 -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 +CONFIGURE_ARGS= --disable-debug --mandir="${MANPREFIX}/man" +USE_GGZ= client MAN6= ggz-gtk.6 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 - -.if ${OSVERSION} < 500000 -IGNORE= depends on libggz which does not build on 4.x -.endif - +.include "${PORTSDIR}/games/libggz/bsd.ggz.mk" .include - Property changes on: head/games/ggz-gtk-client/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/games/ggz-gtk-client/distinfo =================================================================== --- head/games/ggz-gtk-client/distinfo (revision 189436) +++ head/games/ggz-gtk-client/distinfo (revision 189437) @@ -1,3 +1,3 @@ -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 +MD5 (ggz/ggz-gtk-client-0.0.14.tar.gz) = 7b8992f4eaf96c41923c31a946bc73fb +SHA256 (ggz/ggz-gtk-client-0.0.14.tar.gz) = 790f7db17e252e02c07f68cbdda3de071945e284582edd1c5b21891e568c6cff +SIZE (ggz/ggz-gtk-client-0.0.14.tar.gz) = 778470 Property changes on: head/games/ggz-gtk-client/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/games/ggz-gtk-client/pkg-plist =================================================================== --- head/games/ggz-gtk-client/pkg-plist (revision 189436) +++ head/games/ggz-gtk-client/pkg-plist (revision 189437) @@ -1,31 +1,33 @@ bin/ggz-gtk include/ggz-embed.h include/ggz-gtk.h -lib/libggz-gtk.so.0 +lib/libggz-gtk.so.1 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/ggz/ggz-gtk-client/about_bg.png +share/ggz/ggz-gtk-client/ggz_gtk_admin.svg +share/ggz/ggz-gtk-client/ggz_gtk_bot.svg +share/ggz/ggz-gtk-client/ggz_gtk_guest.svg +share/ggz/ggz-gtk-client/ggz_gtk_lag0.svg +share/ggz/ggz-gtk-client/ggz_gtk_lag1.svg +share/ggz/ggz-gtk-client/ggz_gtk_lag2.svg +share/ggz/ggz-gtk-client/ggz_gtk_lag3.svg +share/ggz/ggz-gtk-client/ggz_gtk_lag4.svg +share/ggz/ggz-gtk-client/ggz_gtk_lag5.svg +share/ggz/ggz-gtk-client/ggz_gtk_registered.svg +share/ggz/help/ggz-gtk-chat.png +share/ggz/help/ggz-gtk-handbook.html +share/ggz/help/ggz-gtk-launch.png +share/ggz/help/ggz-gtk-login.png %%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/help @dirrm share/ggz/ggz-gtk/help +@dirrm share/ggz/ggz-gtk-client @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.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/games/ggz-gtk-games/Makefile =================================================================== --- head/games/ggz-gtk-games/Makefile (revision 189436) +++ head/games/ggz-gtk-games/Makefile (revision 189437) @@ -1,48 +1,38 @@ # ex:ts=8 # Ports collection makefile for: ggz-gtk-games # Date created: Feb. 19, 2006 # Whom: yinjieh # # $FreeBSD$ # PORTNAME= ggz-gtk-games -PORTVERSION= 0.0.13 +PORTVERSION= ${GGZ_VERSION} 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 -LIB_DEPENDS= ggzcore.8:${PORTSDIR}/games/ggz-client-libs RUN_DEPENDS= ${LOCALBASE}/bin/ggz-gtk:${PORTSDIR}/games/ggz-gtk-client -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 +USE_GGZ= client 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 - -.if ${OSVERSION} < 500000 -IGNORE= depends on libggz which does not build on 4.x -.endif - +.include "${PORTSDIR}/games/libggz/bsd.ggz.mk" .include Property changes on: head/games/ggz-gtk-games/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/games/ggz-gtk-games/distinfo =================================================================== --- head/games/ggz-gtk-games/distinfo (revision 189436) +++ head/games/ggz-gtk-games/distinfo (revision 189437) @@ -1,3 +1,3 @@ -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 +MD5 (ggz/ggz-gtk-games-0.0.14.tar.gz) = a819d569b69c592ce44500af6b133790 +SHA256 (ggz/ggz-gtk-games-0.0.14.tar.gz) = f12bee6d99b726fed095910dfa8043c4dc36814720c0ff9ac8aed0c4905ac5df +SIZE (ggz/ggz-gtk-games-0.0.14.tar.gz) = 1693534 Property changes on: head/games/ggz-gtk-games/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-kde-client/Makefile =================================================================== --- head/games/ggz-kde-client/Makefile (revision 189436) +++ head/games/ggz-kde-client/Makefile (revision 189437) @@ -1,32 +1,29 @@ # New ports collection makefile for: ggz-kde-client # Date created: Feb. 19, 2006 # Whom: yinjieh # # $FreeBSD$ # PORTNAME= ggz-kde-client -PORTVERSION= 0.0.13 +PORTVERSION= ${GGZ_VERSION} 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 - KDE Client -LIB_DEPENDS= ggzcore.8:${PORTSDIR}/games/ggz-client-libs - GNU_CONFIGURE= yes -USE_GCC= 3.3+ +CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" USE_GMAKE= yes USE_KDELIBS_VER= 3 +USE_GGZ= client MAN6= compcal.6 ggzap.6 keepalivecontrol.6 \ kggz.6 kgrubby.6 shadowbridge.6 post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}| ; s|echo aout|echo elf|' ${WRKSRC}/configure -.include +.include +.include "${PORTSDIR}/games/libggz/bsd.ggz.mk" +.include Property changes on: head/games/ggz-kde-client/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/games/ggz-kde-client/distinfo =================================================================== --- head/games/ggz-kde-client/distinfo (revision 189436) +++ head/games/ggz-kde-client/distinfo (revision 189437) @@ -1,3 +1,3 @@ -MD5 (ggz/ggz-kde-client-0.0.13.tar.gz) = ea112d9773be8d0025de6c7c18ceee66 -SHA256 (ggz/ggz-kde-client-0.0.13.tar.gz) = c8da2b970825dc9474c49a03a09d83499f1f38cfb56e2e9614c20d30160d381e -SIZE (ggz/ggz-kde-client-0.0.13.tar.gz) = 1746272 +MD5 (ggz/ggz-kde-client-0.0.14.tar.gz) = de2da96a92cd3a1467760fa2dcdde079 +SHA256 (ggz/ggz-kde-client-0.0.14.tar.gz) = ae8d2c3e49109c910765bbe74121dfb6854acd25c9d27ab7463b479c106d1be7 +SIZE (ggz/ggz-kde-client-0.0.14.tar.gz) = 1757688 Property changes on: head/games/ggz-kde-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-kde-client/pkg-plist =================================================================== --- head/games/ggz-kde-client/pkg-plist (revision 189436) +++ head/games/ggz-kde-client/pkg-plist (revision 189437) @@ -1,242 +1,243 @@ bin/compcal bin/ggzap bin/keepalivecontrol bin/kggz bin/kgrubby bin/shadowbridge lib/kde3/libkcm_ggz.la lib/kde3/libkcm_ggz.so lib/kde3/libkcm_ggz.so.0 lib/kde3/libkcm_ggz_default.la lib/kde3/libkcm_ggz_default.so lib/kde3/libkcm_ggz_default.so.0 lib/kde3/libkcm_ggz_games.la lib/kde3/libkcm_ggz_games.so lib/kde3/libkcm_ggz_games.so.0 lib/kde3/libkcm_ggz_ggzd.la lib/kde3/libkcm_ggz_ggzd.so lib/kde3/libkcm_ggz_ggzd.so.0 lib/kde3/libkcm_ggz_metaserver.la lib/kde3/libkcm_ggz_metaserver.so lib/kde3/libkcm_ggz_metaserver.so.0 lib/kde3/libkio_ggz.la lib/kde3/libkio_ggz.so lib/kde3/libkio_ggz.so.0 lib/kde3/libkio_ggzmeta.la lib/kde3/libkio_ggzmeta.so lib/kde3/libkio_ggzmeta.so.0 share/applications/compcal.desktop share/applications/ggzap.desktop share/applications/kcmggz.desktop share/applications/keepalivecontrol.desktop share/applications/kggz.desktop share/applications/kgrubby.desktop share/applications/shadowbridge.desktop share/apps/compcal/event.png share/apps/keepalivecontrol/avatars.png share/apps/keepalivecontrol/frozenworld.png share/apps/keepalivecontrol/normalworld.png share/apps/keepalivecontrol/worlds.png share/apps/kggz/ggzap/redgear.png share/apps/kggz/ggzap/redgearmask.png share/apps/kggz/ggzap/tray.png share/apps/kggz/ggzap/trayradar.mng share/apps/kggz/help/ggz.png share/apps/kggz/help/goto.png share/apps/kggz/help/help.html share/apps/kggz/help/index.html share/apps/kggz/images/grubbybig.png share/apps/kggz/images/icons/browser.png share/apps/kggz/images/icons/cancel.png share/apps/kggz/images/icons/chat.png share/apps/kggz/images/icons/connect.png share/apps/kggz/images/icons/disconnect.png share/apps/kggz/images/icons/games/CCheckers.png share/apps/kggz/images/icons/games/CChess.png share/apps/kggz/images/icons/games/Checkers.png share/apps/kggz/images/icons/games/Chess.png share/apps/kggz/images/icons/games/Combat.png share/apps/kggz/images/icons/games/Copenhagen.png share/apps/kggz/images/icons/games/Dots.png share/apps/kggz/images/icons/games/Escape.png share/apps/kggz/images/icons/games/Freelords.png share/apps/kggz/images/icons/games/GGZCards.png share/apps/kggz/images/icons/games/Geekgame.png share/apps/kggz/images/icons/games/Hastings.png share/apps/kggz/images/icons/games/Hnefatafl.png share/apps/kggz/images/icons/games/Kamikaze.png share/apps/kggz/images/icons/games/Keepalive.png share/apps/kggz/images/icons/games/Krosswater.png share/apps/kggz/images/icons/games/LaPocha.png share/apps/kggz/images/icons/games/Muehle.png share/apps/kggz/images/icons/games/NetSpades.png share/apps/kggz/images/icons/games/Reversi.png share/apps/kggz/images/icons/games/TEG.png share/apps/kggz/images/icons/games/TicTacToe.png share/apps/kggz/images/icons/games/Widelands.png share/apps/kggz/images/icons/games/lounge.png share/apps/kggz/images/icons/games/notinstalled.png share/apps/kggz/images/icons/grubby.png share/apps/kggz/images/icons/info.png share/apps/kggz/images/icons/join.png share/apps/kggz/images/icons/langame.png share/apps/kggz/images/icons/launch.png share/apps/kggz/images/icons/metaserver.png share/apps/kggz/images/icons/module.png share/apps/kggz/images/icons/players.png share/apps/kggz/images/icons/players/admin.png share/apps/kggz/images/icons/players/banned.png share/apps/kggz/images/icons/players/bot.png share/apps/kggz/images/icons/players/botgrubby.png share/apps/kggz/images/icons/players/buddy.png share/apps/kggz/images/icons/players/guest.png +share/apps/kggz/images/icons/players/host.png share/apps/kggz/images/icons/players/lag0.png share/apps/kggz/images/icons/players/lag1.png share/apps/kggz/images/icons/players/lag2.png share/apps/kggz/images/icons/players/lag3.png share/apps/kggz/images/icons/players/lag4.png share/apps/kggz/images/icons/players/lag5.png share/apps/kggz/images/icons/players/player.png share/apps/kggz/images/icons/players/team-founder.png share/apps/kggz/images/icons/players/team-member.png share/apps/kggz/images/icons/players/you.png share/apps/kggz/images/icons/pref.png share/apps/kggz/images/icons/preferences.png share/apps/kggz/images/icons/quit.png share/apps/kggz/images/icons/server.png share/apps/kggz/images/icons/serverred.png share/apps/kggz/images/icons/startserver.png share/apps/kggz/images/icons/startup.png share/apps/kggz/images/icons/stopserver.png share/apps/kggz/images/icons/tables.png share/apps/kggz/images/icons/update.png share/apps/kggz/images/icons/watcher_off.png share/apps/kggz/images/icons/watcher_on.png share/apps/kggz/images/icons/watcher_room.png share/apps/kggz/images/splash/kggzsplash.png share/apps/kggz/images/splash/kggzsplash.svg share/apps/kggz/kcmggz/icons/game.png share/apps/kggz/kcmggz/icons/game_console.png share/apps/kggz/kcmggz/icons/game_gnome.png share/apps/kggz/kcmggz/icons/game_grubby.png share/apps/kggz/kcmggz/icons/game_java.png share/apps/kggz/kcmggz/icons/game_kde.png share/apps/kggz/kcmggz/icons/game_sdl.png share/apps/kggz/kcmggz/icons/game_x11.png share/apps/kggz/kcmggz/icons/gear.png share/apps/kggz/shadowbridge/admin.png share/apps/kggz/shadowbridge/incoming.png share/apps/kggz/shadowbridge/outgoing.png share/apps/kgrubby/kgrubby.png share/config/compcalrc share/config/kggzrc share/doc/HTML/de/kggz/chatview.png share/doc/HTML/de/kggz/common share/doc/HTML/de/kggz/connection.png share/doc/HTML/de/kggz/grubby.png share/doc/HTML/de/kggz/index.cache.bz2 share/doc/HTML/de/kggz/index.docbook share/doc/HTML/de/kggz/launch.png share/doc/HTML/de/kggz/motd.png share/doc/HTML/de/kggz/panel.png share/doc/HTML/de/kggz/profiles.png share/doc/HTML/en/kggz/chatview.png share/doc/HTML/en/kggz/common share/doc/HTML/en/kggz/connection.png share/doc/HTML/en/kggz/grubby.png share/doc/HTML/en/kggz/index.cache.bz2 share/doc/HTML/en/kggz/index.docbook share/doc/HTML/en/kggz/launch.png share/doc/HTML/en/kggz/motd.png share/doc/HTML/en/kggz/panel.png share/doc/HTML/en/kggz/profiles.png share/doc/HTML/en/kioslave/ggz.docbook share/doc/HTML/en/kioslave/ggz.html share/doc/HTML/en/kioslave/ggzmeta.docbook share/doc/HTML/en/kioslave/ggzmeta.html share/doc/ggzcore++/README.ggzcore++ share/doc/ggzcore++/html/GGZCore.html share/doc/ggzcore++/html/GGZCoreCommon_h.html share/doc/ggzcore++/html/GGZCoreConf.html share/doc/ggzcore++/html/GGZCoreConf_h.html share/doc/ggzcore++/html/GGZCoreConfio.html share/doc/ggzcore++/html/GGZCoreConfio_h.html share/doc/ggzcore++/html/GGZCoreGame.html share/doc/ggzcore++/html/GGZCoreGame_h.html share/doc/ggzcore++/html/GGZCoreGametype.html share/doc/ggzcore++/html/GGZCoreGametype_h.html share/doc/ggzcore++/html/GGZCoreModule.html share/doc/ggzcore++/html/GGZCoreModule_h.html share/doc/ggzcore++/html/GGZCorePlayer.html share/doc/ggzcore++/html/GGZCorePlayer_h.html share/doc/ggzcore++/html/GGZCoreRoom.html share/doc/ggzcore++/html/GGZCoreRoom_h.html share/doc/ggzcore++/html/GGZCoreServer.html share/doc/ggzcore++/html/GGZCoreServer_h.html share/doc/ggzcore++/html/GGZCoreTable.html share/doc/ggzcore++/html/GGZCoreTable_h.html share/doc/ggzcore++/html/GGZCore_h.html share/doc/ggzcore++/html/all-globals.html share/doc/ggzcore++/html/full-list-GGZCore.html share/doc/ggzcore++/html/full-list-GGZCoreConf.html share/doc/ggzcore++/html/full-list-GGZCoreConfio.html share/doc/ggzcore++/html/full-list-GGZCoreGame.html share/doc/ggzcore++/html/full-list-GGZCoreGametype.html share/doc/ggzcore++/html/full-list-GGZCoreModule.html share/doc/ggzcore++/html/full-list-GGZCorePlayer.html share/doc/ggzcore++/html/full-list-GGZCoreRoom.html share/doc/ggzcore++/html/full-list-GGZCoreServer.html share/doc/ggzcore++/html/full-list-GGZCoreTable.html share/doc/ggzcore++/html/header-list.html share/doc/ggzcore++/html/hier.html share/doc/ggzcore++/html/index-long.html share/doc/ggzcore++/html/index.html share/doc/ggzcore++/kdoc-generated.html share/icons/hicolor/16x16/apps/compcal.png share/icons/hicolor/16x16/apps/ggz.png share/icons/hicolor/16x16/apps/ggzap.png share/icons/hicolor/16x16/apps/keepalivecontrol.png share/icons/hicolor/16x16/apps/kggz.png share/icons/hicolor/16x16/apps/shadowbridge.png share/icons/hicolor/32x32/apps/compcal.png share/icons/hicolor/32x32/apps/ggz.png share/icons/hicolor/32x32/apps/ggzap.png share/icons/hicolor/32x32/apps/keepalivecontrol.png share/icons/hicolor/32x32/apps/kggz.png share/icons/hicolor/32x32/apps/shadowbridge.png share/icons/hicolor/48x48/apps/compcal.png share/icons/hicolor/48x48/apps/keepalivecontrol.png share/icons/hicolor/48x48/apps/shadowbridge.png share/icons/hicolor/64x64/apps/ggz.png share/icons/hicolor/64x64/apps/kgrubby.png share/locale/de/LC_MESSAGES/compcal.mo share/locale/de/LC_MESSAGES/ggzap.mo share/locale/de/LC_MESSAGES/kcmggz.mo share/locale/de/LC_MESSAGES/kggz.mo share/locale/de/LC_MESSAGES/kgrubby.mo share/locale/de/LC_MESSAGES/shadowbridge.mo share/locale/es/LC_MESSAGES/kggz.mo share/locale/fr/LC_MESSAGES/compcal.mo share/locale/fr/LC_MESSAGES/ggzap.mo share/locale/pt_BR/LC_MESSAGES/kggz.mo share/services/ggz.protocol share/services/ggzmeta.protocol @dirrm share/doc/ggzcore++/html @dirrm share/doc/ggzcore++ @dirrm share/doc/HTML/en/kioslave @dirrm share/doc/HTML/en/kggz @dirrm share/doc/HTML/de/kggz @dirrm share/apps/kgrubby @dirrm share/apps/kggz/shadowbridge @dirrm share/apps/kggz/kcmggz/icons @dirrm share/apps/kggz/kcmggz @dirrm share/apps/kggz/images/splash @dirrm share/apps/kggz/images/icons/players @dirrm share/apps/kggz/images/icons/games @dirrm share/apps/kggz/images/icons @dirrm share/apps/kggz/images @dirrm share/apps/kggz/help @dirrm share/apps/kggz/ggzap @dirrm share/apps/kggz @dirrm share/apps/keepalivecontrol @dirrm share/apps/compcal Property changes on: head/games/ggz-kde-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 Index: head/games/ggz-sdl-games/Makefile =================================================================== --- head/games/ggz-sdl-games/Makefile (revision 189436) +++ head/games/ggz-sdl-games/Makefile (revision 189437) @@ -1,32 +1,28 @@ # ex:ts=8 # Ports collection makefile for: ggz-sdl-games # Date created: Nov 7, 2005 # Whom: yinjieh # # $FreeBSD$ # PORTNAME= ggz-sdl-games -PORTVERSION= 0.0.13 -PORTREVISION= 1 +PORTVERSION= ${GGZ_VERSION} 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 - SDL-based games -LIB_DEPENDS= ggzcore.8:${PORTSDIR}/games/ggz-client-libs - USE_GETOPT_LONG= yes USE_SDL= image mixer sdl ttf GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-debug +USE_GGZ= client CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -.include +.include +.include "${PORTSDIR}/games/libggz/bsd.ggz.mk" +.include Property changes on: head/games/ggz-sdl-games/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/games/ggz-sdl-games/distinfo =================================================================== --- head/games/ggz-sdl-games/distinfo (revision 189436) +++ head/games/ggz-sdl-games/distinfo (revision 189437) @@ -1,3 +1,3 @@ -MD5 (ggz/ggz-sdl-games-0.0.13.tar.gz) = 051b7455e14c765445e5cf4e196eea48 -SHA256 (ggz/ggz-sdl-games-0.0.13.tar.gz) = f6d7ca48b4926931f1d9f8fec6f9f542a6e079e1e701d678bacb75f0468ba86d -SIZE (ggz/ggz-sdl-games-0.0.13.tar.gz) = 240778 +MD5 (ggz/ggz-sdl-games-0.0.14.tar.gz) = a53f7b3609fb8a2312fa758440e2fed8 +SHA256 (ggz/ggz-sdl-games-0.0.14.tar.gz) = f6c94ad7fc81d21ddda93324cd3658de38f9197c79807574835135f8ef8ca321 +SIZE (ggz/ggz-sdl-games-0.0.14.tar.gz) = 249568 Property changes on: head/games/ggz-sdl-games/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-txt-client/Makefile =================================================================== --- head/games/ggz-txt-client/Makefile (revision 189436) +++ head/games/ggz-txt-client/Makefile (revision 189437) @@ -1,48 +1,38 @@ # ex:ts=8 # Ports collection makefile for: ggz-txt-client # Date created: Oct 8, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= ggz-txt-client -PORTVERSION= 0.0.13 +PORTVERSION= ${GGZ_VERSION} 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 - Console (Text) Frontend -LIB_DEPENDS= ggzcore.8:${PORTSDIR}/games/ggz-client-libs - USE_GNOME= gnometarget USE_GETOPT_LONG= yes -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --disable-debug +CONFIGURE_ARGS= --disable-debug --mandir="${MANPREFIX}/man" +USE_GGZ= client MAN6= ggz-txt.6 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 - -.if ${OSVERSION} < 500000 -IGNORE= depends on libggz which does not build on 4.x -.endif - +.include "${PORTSDIR}/games/libggz/bsd.ggz.mk" .include Property changes on: head/games/ggz-txt-client/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/games/ggz-txt-client/distinfo =================================================================== --- head/games/ggz-txt-client/distinfo (revision 189436) +++ head/games/ggz-txt-client/distinfo (revision 189437) @@ -1,3 +1,3 @@ -MD5 (ggz/ggz-txt-client-0.0.13.tar.gz) = 7eb25d2612c06f5324d1b1bfda631fc2 -SHA256 (ggz/ggz-txt-client-0.0.13.tar.gz) = c8db34bbe64bf46cf23428629554d2f867efaa61b6f1eafc0c5f146462368470 -SIZE (ggz/ggz-txt-client-0.0.13.tar.gz) = 145746 +MD5 (ggz/ggz-txt-client-0.0.14.tar.gz) = b11a7f52f9ef054ad72af5df8f0a171d +SHA256 (ggz/ggz-txt-client-0.0.14.tar.gz) = 4e96214448fea4edfa91a3cd70f57f9ae9b09b99696c1873427802311d7046e0 +SIZE (ggz/ggz-txt-client-0.0.14.tar.gz) = 156380 Property changes on: head/games/ggz-txt-client/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/games/libggz/Makefile =================================================================== --- head/games/libggz/Makefile (revision 189436) +++ head/games/libggz/Makefile (revision 189437) @@ -1,47 +1,38 @@ # ex:ts=8 # Ports collection makefile for: libggz # Date created: Oct 8, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= libggz -PORTVERSION= 0.0.13 -PORTREVISION= 2 +PORTVERSION= ${GGZ_VERSION} 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 - Base Library USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --disable-debug +CONFIGURE_ARGS= --disable-debug --mandir="${MANPREFIX}/man" USE_LDCONFIG= yes MAN3= ggz.h.3 CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-tls=GnuTLS .else USE_OPENSSL= yes CONFIGURE_ARGS+= --with-tls=OpenSSL .endif .include - -.if ${OSVERSION} < 500000 -BROKEN= does not compile -.endif - +.include "${PORTSDIR}/games/libggz/bsd.ggz.mk" .include Property changes on: head/games/libggz/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/games/libggz/bsd.ggz.mk =================================================================== --- head/games/libggz/bsd.ggz.mk (nonexistent) +++ head/games/libggz/bsd.ggz.mk (revision 189437) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +# common settings + +GGZ_VERSION= 0.0.14 + +MASTER_SITES= \ + http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \ + http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTVERSION} +DIST_SUBDIR= ggz + +# components section + +_USE_GGZ_ALL= core client + +core_LIB_DEPENDS= ggz.5:${PORTSDIR}/games/libggz + +client_LIB_DEPENDS= ggzcore.9:${PORTSDIR}/games/ggz-client-libs + +.for component in ${USE_GGZ} +LIB_DEPENDS+= ${${component}_LIB_DEPENDS} +. endfor + +.for component in ${USE_GGZ} +. if ${_USE_GGZ_ALL:M${component}}=="" +IGNORE= cannot install: Unknown component ${component} +. endif +.endfor Property changes on: head/games/libggz/bsd.ggz.mk ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/games/libggz/distinfo =================================================================== --- head/games/libggz/distinfo (revision 189436) +++ head/games/libggz/distinfo (revision 189437) @@ -1,3 +1,3 @@ -MD5 (ggz/libggz-0.0.13.tar.gz) = 911ca2b19273f5b7516e5b737bbc884c -SHA256 (ggz/libggz-0.0.13.tar.gz) = 3b57c20681893521c648b411c8d95d09f19b24059c40daac441abbbcf98b6758 -SIZE (ggz/libggz-0.0.13.tar.gz) = 441386 +MD5 (ggz/libggz-0.0.14.tar.gz) = dfd0039042e1bc6c899faaa63d56dad1 +SHA256 (ggz/libggz-0.0.14.tar.gz) = d66834894dbc6b55c1da18b10fe8f9a6248bb5d3410b9dc1af955c6befdd0a43 +SIZE (ggz/libggz-0.0.14.tar.gz) = 469811 Property changes on: head/games/libggz/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/games/libggz/pkg-plist =================================================================== --- head/games/libggz/pkg-plist (revision 189436) +++ head/games/libggz/pkg-plist (revision 189437) @@ -1,6 +1,7 @@ include/ggz.h include/ggz_common.h +include/ggz_dio.h lib/libggz.a lib/libggz.la lib/libggz.so -lib/libggz.so.4 +lib/libggz.so.5 Property changes on: head/games/libggz/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property