Index: head/games/freedoko/files/patch-ui-gtkmm-icongroup.cpp =================================================================== --- head/games/freedoko/files/patch-ui-gtkmm-icongroup.cpp (revision 155893) +++ head/games/freedoko/files/patch-ui-gtkmm-icongroup.cpp (nonexistent) @@ -1,18 +0,0 @@ ---- ui/gtkmm/icongroup.cpp.orig Sun Aug 21 15:51:54 2005 -+++ ui/gtkmm/icongroup.cpp Fri Sep 16 07:37:05 2005 -@@ -218,6 +218,7 @@ - << endl; - } - #endif -+#if 0 - if (icon.is_null() - && ::setting(Setting::SHOW_AI_INFORMATION_TEAMS) - && (game.humanno() == 1) -@@ -228,6 +229,7 @@ - icon->saturate_and_pixelate(copy, 5, true); - icon = copy; - } // if (icon.is_null()) -+#endif - - if (icon) - possible_icons.push_back(icon); Property changes on: head/games/freedoko/files/patch-ui-gtkmm-icongroup.cpp ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/games/freedoko/files/patch-ui-help.cpp =================================================================== --- head/games/freedoko/files/patch-ui-help.cpp (revision 155893) +++ head/games/freedoko/files/patch-ui-help.cpp (nonexistent) @@ -1,171 +0,0 @@ ---- ui/help.cpp.orig Sun Aug 7 15:59:22 2005 -+++ ui/help.cpp Wed Sep 14 18:56:54 2005 -@@ -49,7 +49,7 @@ - ** - **/ - string -- Help::manual_directory() -+ manual_directory() - { - vector directory; - -@@ -132,7 +132,7 @@ - return ("http://free-doko.sourceforge.net/" - + ::setting(Setting::HELP_DIRECTORY) + "/" - + ::setting(Setting::LANGUAGE) + "/"); -- } // string Help::manual_directory() -+ } // string manual_directory() - - /** - ** -> result -@@ -147,10 +147,10 @@ - ** - **/ - string -- Help::operation_directory() -+ operation_directory() - { - return (manual_directory() + "operation/"); -- } // string Help::operation_directory() -+ } // string operation_directory() - - /** - ** show the help page of the given location -@@ -165,7 +165,7 @@ - ** - **/ - void -- Help::show(string const location) -+ show(string const location) - { - #ifndef WINDOWS - ::system((::setting(Setting::BROWSER) + " " + location + " &").c_str()); -@@ -174,7 +174,7 @@ - #endif - - return ; -- } // void Help::show(string const location) -+ } // void show(string const location) - - /** - ** show the manual help page of the given location -@@ -189,12 +189,12 @@ - ** - **/ - void -- Help::show_manual(string const page) -+ show_manual(string const page) - { - show(manual_directory() + page + ".html"); - - return ; -- } // void Help::show_manual(string const page) -+ } // void show_manual(string const page) - - /** - ** show the operation help page of the given location -@@ -209,12 +209,12 @@ - ** - **/ - void -- Help::show_operation(string const page) -+ show_operation(string const page) - { - show(operation_directory() + page + ".html"); - - return ; -- } // void Help::show_operation(string const page) -+ } // void show_operation(string const page) - - /** - ** shows the help for 'game_status' -@@ -231,10 +231,10 @@ - ** - **/ - void -- Help::show(GameStatus const game_status) -+ show(GameStatus const game_status) - { - return ; -- } // void Help::show(GameStatus const game_status) -+ } // void show(GameStatus const game_status) - - /** - ** shows the help for the rule 'type' -@@ -251,10 +251,10 @@ - ** - **/ - void -- Help::show(Rule::TypeBool const type) -+ show(Rule::TypeBool const type) - { - return ; -- } // void Help::show(Rule::TypeBool const type) -+ } // void show(Rule::TypeBool const type) - - /** - ** shows the help for the rule 'type' -@@ -271,10 +271,10 @@ - ** - **/ - void -- Help::show(Rule::TypeUnsigned const type) -+ show(Rule::TypeUnsigned const type) - { - return ; -- } // void Help::show(Rule::TypeUnsigned const type) -+ } // void show(Rule::TypeUnsigned const type) - - /** - ** shows the help for the setting 'type' -@@ -291,10 +291,10 @@ - ** - **/ - void -- Help::show(Setting::TypeBool const type) -+ show(Setting::TypeBool const type) - { - return ; -- } // void Help::show(Setting::TypeBool const type) -+ } // void show(Setting::TypeBool const type) - - /** - ** shows the help for the setting 'type' -@@ -311,10 +311,10 @@ - ** - **/ - void -- Help::show(Setting::TypeUnsigned const type) -+ show(Setting::TypeUnsigned const type) - { - return ; -- } // void Help::show(Setting::TypeUnsigned const type) -+ } // void show(Setting::TypeUnsigned const type) - - /** - ** shows the help for the setting 'type' -@@ -331,10 +331,10 @@ - ** - **/ - void -- Help::show(Setting::TypeString const type) -+ show(Setting::TypeString const type) - { - return ; -- } // void Help::show(Setting::TypeString const type) -+ } // void show(Setting::TypeString const type) - - /** - ** shows the help for the setting 'type' -@@ -351,9 +351,9 @@ - ** - **/ - void -- Help::show(Setting::TypeCardsOrder const type) -+ show(Setting::TypeCardsOrder const type) - { - return ; -- } // void Help::show(Setting::TypeCardsOrder const type) -+ } // void show(Setting::TypeCardsOrder const type) - - } // namespace Help Property changes on: head/games/freedoko/files/patch-ui-help.cpp ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/games/freedoko/Makefile =================================================================== --- head/games/freedoko/Makefile (revision 155893) +++ head/games/freedoko/Makefile (revision 155894) @@ -1,63 +1,49 @@ # New ports collection makefile for: FreeDoko # Date created: 02 Jun 2004 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= freedoko -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.7.2b CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= free-doko DISTNAME= FreeDoko_${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= Play the card game Doppelkopf -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gnet-2.0.0:${PORTSDIR}/net/gnet2 +LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2 \ + gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USE_ZIP= yes USE_GCC= 3.4+ -USE_REINPLACE= yes USE_GMAKE= yes -MAKE_ENV= OSTYPE=linux-gnu DATADIR=${DATADIR} +MAKE_ENV= OS="${OPSYS}" DATADIR="${DATADIR}" -BROKEN= "Requires update for gtkmm 2.8" - post-patch: @${FIND} ${WRKSRC} -name "*Makefile*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|\.\./data|$$(DATADIR)|g ; \ - s|gtkmm-2.0|gtkmm-2.4|g ; \ s|@echo $$(CXX)|@true $$(CXX)|g ; \ s|@$$(CXX)|$$(CXX)|g ; \ s|make -C|$$(MAKE) -C|g' - @${REINPLACE_CMD} -e \ - 's|SigC::slot|sigc::ptr_fun|g' ${WRKSRC}/ui/gtkmm/utils.cpp - @${FIND} ${WRKSRC}/ui/gtkmm -name "*.cpp" -or -name "*.h" | \ - ${XARGS} ${REINPLACE_CMD} -e \ - 's|SigC::Object|sigc::trackable|g ; \ - s|SigC::slot|sigc::mem_fun|g ; \ - s|SigC::Connection|sigc::connection|g ; \ - s|SigC::Slot|sigc::slot|g ; \ - s|SigC|sigc|g' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/FreeDoko ${PREFIX}/bin ${LN} -sf FreeDoko ${PREFIX}/bin/freedoko @${MKDIR} ${DATADIR} -.for dir in ai backgrounds cardsets rules translations +.for dir in backgrounds cardsets rules translations @cd ${WRKSRC}/../data && ${FIND} ${dir} ! -name "*Makefile*" | \ ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/../doc && ${FIND} . ! -name "*Makefile*" | \ ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .include Property changes on: head/games/freedoko/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/freedoko/distinfo =================================================================== --- head/games/freedoko/distinfo (revision 155893) +++ head/games/freedoko/distinfo (revision 155894) @@ -1,3 +1,3 @@ -MD5 (FreeDoko_0.7.0.src.zip) = e285266ef30c02e0f82dae79a938ade6 -SHA256 (FreeDoko_0.7.0.src.zip) = 7fa02dac00a370ba4f763b9328291ffe634d4637c65626919002fef5e2ed58af -SIZE (FreeDoko_0.7.0.src.zip) = 7668449 +MD5 (FreeDoko_0.7.2b.src.zip) = 500f713d455bd171e439c9118f63e865 +SHA256 (FreeDoko_0.7.2b.src.zip) = 86d466f578af4252e01a946abca50215acb6c57093587e159b13e935aad1cc34 +SIZE (FreeDoko_0.7.2b.src.zip) = 7756056 Property changes on: head/games/freedoko/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/games/freedoko/pkg-plist =================================================================== --- head/games/freedoko/pkg-plist (revision 155893) +++ head/games/freedoko/pkg-plist (revision 155894) @@ -1,359 +1,357 @@ bin/FreeDoko bin/freedoko %%PORTDOCS%%%%DOCSDIR%%/Bugs %%PORTDOCS%%%%DOCSDIR%%/GPL %%PORTDOCS%%%%DOCSDIR%%/Implementation/HIG.txt %%PORTDOCS%%%%DOCSDIR%%/Implementation/Schweine.txt %%PORTDOCS%%%%DOCSDIR%%/Implementation/Zugriff.html %%PORTDOCS%%%%DOCSDIR%%/Roadmap %%PORTDOCS%%%%DOCSDIR%%/de/DDV_Kurzregeln.pdf +%%PORTDOCS%%%%DOCSDIR%%/de/DDV_Kurzregeln.tex %%PORTDOCS%%%%DOCSDIR%%/de/DDV_Turnierregeln.pdf -%%PORTDOCS%%%%DOCSDIR%%/de/Dateien.pdf -%%PORTDOCS%%%%DOCSDIR%%/de/Dateien.txt -%%PORTDOCS%%%%DOCSDIR%%/de/Einfuehrung.pdf -%%PORTDOCS%%%%DOCSDIR%%/de/Einfuehrung.txt -%%PORTDOCS%%%%DOCSDIR%%/de/FAQ.pdf -%%PORTDOCS%%%%DOCSDIR%%/de/FAQ.txt -%%PORTDOCS%%%%DOCSDIR%%/de/Fehler.pdf -%%PORTDOCS%%%%DOCSDIR%%/de/Fehler.txt +%%PORTDOCS%%%%DOCSDIR%%/de/DDV_Turnierregeln.tex +%%PORTDOCS%%%%DOCSDIR%%/de/FreeDoko_Konzept.pdf +%%PORTDOCS%%%%DOCSDIR%%/de/FreeDoko_Konzept.tex +%%PORTDOCS%%%%DOCSDIR%%/de/FreeDoko_Regeln.pdf +%%PORTDOCS%%%%DOCSDIR%%/de/FreeDoko_Regeln.tex %%PORTDOCS%%%%DOCSDIR%%/de/GPL.de -%%PORTDOCS%%%%DOCSDIR%%/de/Konfiguration.pdf -%%PORTDOCS%%%%DOCSDIR%%/de/Konfiguration.txt %%PORTDOCS%%%%DOCSDIR%%/de/Kurzregeln.pdf %%PORTDOCS%%%%DOCSDIR%%/de/Kurzregeln.tex -%%PORTDOCS%%%%DOCSDIR%%/de/Kurzregeln.txt -%%PORTDOCS%%%%DOCSDIR%%/de/LIESMICH.SuSE -%%PORTDOCS%%%%DOCSDIR%%/de/LIESMICH.Windows -%%PORTDOCS%%%%DOCSDIR%%/de/LIESMICH.gtkmm_2.4 %%PORTDOCS%%%%DOCSDIR%%/de/LIESMICH.html %%PORTDOCS%%%%DOCSDIR%%/de/LIESMICH.txt -%%PORTDOCS%%%%DOCSDIR%%/de/MinGW32.txt -%%PORTDOCS%%%%DOCSDIR%%/de/Planung.pdf -%%PORTDOCS%%%%DOCSDIR%%/de/Planung.txt -%%PORTDOCS%%%%DOCSDIR%%/de/Regeln.pdf -%%PORTDOCS%%%%DOCSDIR%%/de/Regeln.txt -%%PORTDOCS%%%%DOCSDIR%%/en/FAQ.pdf -%%PORTDOCS%%%%DOCSDIR%%/en/FAQ.txt -%%PORTDOCS%%%%DOCSDIR%%/en/README.Windows +%%PORTDOCS%%%%DOCSDIR%%/de/SuSE +%%PORTDOCS%%%%DOCSDIR%%/de/Windows +%%PORTDOCS%%%%DOCSDIR%%/de/compiling.Windows +%%PORTDOCS%%%%DOCSDIR%%/de/subversion +%%PORTDOCS%%%%DOCSDIR%%/en/FreeDoko_concept.pdf +%%PORTDOCS%%%%DOCSDIR%%/en/FreeDoko_concept.tex +%%PORTDOCS%%%%DOCSDIR%%/en/FreeDoko_rules.pdf +%%PORTDOCS%%%%DOCSDIR%%/en/FreeDoko_rules.tex %%PORTDOCS%%%%DOCSDIR%%/en/README.html %%PORTDOCS%%%%DOCSDIR%%/en/README.txt -%%PORTDOCS%%%%DOCSDIR%%/en/configuration.pdf -%%PORTDOCS%%%%DOCSDIR%%/en/configuration.txt -%%PORTDOCS%%%%DOCSDIR%%/en/introduction.pdf -%%PORTDOCS%%%%DOCSDIR%%/en/introduction.txt -%%PORTDOCS%%%%DOCSDIR%%/en/rules.pdf -%%PORTDOCS%%%%DOCSDIR%%/en/rules.txt +%%PORTDOCS%%%%DOCSDIR%%/en/Windows %%PORTDOCS%%%%DOCSDIR%%/en/shortrules.pdf %%PORTDOCS%%%%DOCSDIR%%/en/shortrules.tex -%%PORTDOCS%%%%DOCSDIR%%/en/shortrules.txt %%PORTDOCS%%%%DOCSDIR%%/hpux.required_libs.txt %%PORTDOCS%%%%DOCSDIR%%/manual/de/bugs.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/configuration.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/credits.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/faq.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/files.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/installation.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/manual/de/network_protocol.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/_template.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/ai_config.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/bug_report.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/game_finished.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/game_review.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/interface.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/keys.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/last_trick.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/menu.html +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/network_config.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/overview.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/party_finished.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/party_points.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/party_settings.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/about.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/about.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/bug_report.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/cardset_license.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/cardset_license.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/changelog.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/changelog.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/current_trick.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/current_trick.small.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/full_trick.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/generate_error.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/generate_error.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/last_trick.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/last_trick.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/license.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/license.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/main_window.game.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/main_window.game.small.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/main_window.start.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/main_window.start.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/party_points.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/party_points.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/party_settings.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/party_settings.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/player_config.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/player_config.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/reservation.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/reservation.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/reservation.solo.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/reservation.solo.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/announcements.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/announcements.small.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/announcements.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/dollen.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/dollen.small.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/dollen.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/informations.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/informations.small.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/informations.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/marriage.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/marriage.small.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/marriage.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/poverty.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/poverty.small.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/poverty.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/solo.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/solo.small.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/solo.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/specialpoints.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/specialpoints.small.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/specialpoints.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/swines.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/swines.small.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/swines.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/tournament.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/tournament.small.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/rules/tournament.small.jpg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/splash.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/contra.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/five_nines.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/fox_highest_trump.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/genscher.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/hyperswines.club.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/hyperswines.diamond.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/hyperswines.heart.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/hyperswines.king.club.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/hyperswines.king.diamond.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/hyperswines.king.heart.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/hyperswines.king.spade.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/hyperswines.spade.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/marriage.club.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/marriage.color.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/marriage.foreign.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/marriage.heart.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/marriage.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/marriage.spade.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/marriage.trump.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/no_0.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/no_0_reply.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/no_120.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/no_120_reply.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/no_30.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/no_30_reply.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/no_60.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/no_60_reply.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/no_90.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/no_90_reply.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/poverty.0.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/poverty.1.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/poverty.2.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/poverty.3.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/poverty.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/re.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/six_kings.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.club.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.diamond.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.heart.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.jack.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.king-jack.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.king-queen.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.king.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.koehler.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.meatless.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.queen-jack.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.queen.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/solo.spade.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines-hyperswines.club.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines-hyperswines.diamond.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines-hyperswines.heart.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines-hyperswines.king.club.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines-hyperswines.king.diamond.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines-hyperswines.king.heart.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines-hyperswines.king.spade.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines-hyperswines.spade.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines.club.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines.diamond.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines.heart.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/symbols/swines.spade.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/player_config.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/problems.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/reservation.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/rules_config.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/settings.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/start.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/symbols.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/toc.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/overview.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/rules.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/shortrules.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/shortrules.ps %%PORTDOCS%%%%DOCSDIR%%/manual/de/toc.html +%%PORTDOCS%%%%DOCSDIR%%/manual/de/toc.short.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/todo.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/configuration.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/credits.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/faq.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/introduction.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/operation/ai_config.html +%%PORTDOCS%%%%DOCSDIR%%/manual/en/operation/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/operation/overview.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/overview.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/rules.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/shortrules.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/toc.html %%PORTDOCS%%%%DOCSDIR%%/manual/en/toc.short.html %%PORTDOCS%%%%DOCSDIR%%/manual/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/manual.css %%PORTDOCS%%%%DOCSDIR%%/manual/pictures/FreeDoko.ico %%PORTDOCS%%%%DOCSDIR%%/manual/pictures/FreeDoko.icon.png %%PORTDOCS%%%%DOCSDIR%%/manual/pictures/flags/de.gif %%PORTDOCS%%%%DOCSDIR%%/manual/pictures/flags/gb.gif -%%DATADIR%%/ai/normal -%%DATADIR%%/ai/normal.pro -%%DATADIR%%/ai/novice -%%DATADIR%%/ai/novice.pro -%%DATADIR%%/ai/profi -%%DATADIR%%/ai/profi.pro -%%DATADIR%%/ai/standard %%DATADIR%%/backgrounds/table.png %%DATADIR%%/cardsets/Altenburg/License %%DATADIR%%/cardsets/Altenburg/french/backs/penguin.png %%DATADIR%%/cardsets/Altenburg/french/backs/xaos.png %%DATADIR%%/cardsets/Altenburg/french/cards/club/ace.png %%DATADIR%%/cardsets/Altenburg/french/cards/club/jack.png %%DATADIR%%/cardsets/Altenburg/french/cards/club/king.png %%DATADIR%%/cardsets/Altenburg/french/cards/club/nine.png %%DATADIR%%/cardsets/Altenburg/french/cards/club/queen.png %%DATADIR%%/cardsets/Altenburg/french/cards/club/ten.png %%DATADIR%%/cardsets/Altenburg/french/cards/diamond/ace.png %%DATADIR%%/cardsets/Altenburg/french/cards/diamond/jack.png %%DATADIR%%/cardsets/Altenburg/french/cards/diamond/king.png %%DATADIR%%/cardsets/Altenburg/french/cards/diamond/nine.png %%DATADIR%%/cardsets/Altenburg/french/cards/diamond/queen.png %%DATADIR%%/cardsets/Altenburg/french/cards/diamond/ten.png %%DATADIR%%/cardsets/Altenburg/french/cards/heart/ace.png %%DATADIR%%/cardsets/Altenburg/french/cards/heart/jack.png %%DATADIR%%/cardsets/Altenburg/french/cards/heart/king.png %%DATADIR%%/cardsets/Altenburg/french/cards/heart/nine.png %%DATADIR%%/cardsets/Altenburg/french/cards/heart/queen.png %%DATADIR%%/cardsets/Altenburg/french/cards/heart/ten.png %%DATADIR%%/cardsets/Altenburg/french/cards/spade/ace.png %%DATADIR%%/cardsets/Altenburg/french/cards/spade/jack.png %%DATADIR%%/cardsets/Altenburg/french/cards/spade/king.png %%DATADIR%%/cardsets/Altenburg/french/cards/spade/nine.png %%DATADIR%%/cardsets/Altenburg/french/cards/spade/queen.png %%DATADIR%%/cardsets/Altenburg/french/cards/spade/ten.png %%DATADIR%%/cardsets/Altenburg/french/icons/contra.png %%DATADIR%%/cardsets/Altenburg/french/icons/dollen.png %%DATADIR%%/cardsets/Altenburg/french/icons/doppelkopf.png %%DATADIR%%/cardsets/Altenburg/french/icons/five_nines.png %%DATADIR%%/cardsets/Altenburg/french/icons/fox_highest_trump.png %%DATADIR%%/cardsets/Altenburg/french/icons/genscher.png %%DATADIR%%/cardsets/Altenburg/french/icons/hyperswines.club.png %%DATADIR%%/cardsets/Altenburg/french/icons/hyperswines.diamond.png %%DATADIR%%/cardsets/Altenburg/french/icons/hyperswines.heart.png %%DATADIR%%/cardsets/Altenburg/french/icons/hyperswines.king.club.png %%DATADIR%%/cardsets/Altenburg/french/icons/hyperswines.king.diamond.png %%DATADIR%%/cardsets/Altenburg/french/icons/hyperswines.king.heart.png %%DATADIR%%/cardsets/Altenburg/french/icons/hyperswines.king.spade.png %%DATADIR%%/cardsets/Altenburg/french/icons/hyperswines.spade.png %%DATADIR%%/cardsets/Altenburg/french/icons/marriage.club.png %%DATADIR%%/cardsets/Altenburg/french/icons/marriage.color.png %%DATADIR%%/cardsets/Altenburg/french/icons/marriage.foreign.png %%DATADIR%%/cardsets/Altenburg/french/icons/marriage.heart.png %%DATADIR%%/cardsets/Altenburg/french/icons/marriage.png %%DATADIR%%/cardsets/Altenburg/french/icons/marriage.spade.png %%DATADIR%%/cardsets/Altenburg/french/icons/marriage.trump.png %%DATADIR%%/cardsets/Altenburg/french/icons/no_0.png %%DATADIR%%/cardsets/Altenburg/french/icons/no_0_reply.png %%DATADIR%%/cardsets/Altenburg/french/icons/no_120.png %%DATADIR%%/cardsets/Altenburg/french/icons/no_120_reply.png %%DATADIR%%/cardsets/Altenburg/french/icons/no_30.png %%DATADIR%%/cardsets/Altenburg/french/icons/no_30_reply.png %%DATADIR%%/cardsets/Altenburg/french/icons/no_60.png %%DATADIR%%/cardsets/Altenburg/french/icons/no_60_reply.png %%DATADIR%%/cardsets/Altenburg/french/icons/no_90.png %%DATADIR%%/cardsets/Altenburg/french/icons/no_90_reply.png %%DATADIR%%/cardsets/Altenburg/french/icons/poverty.0.png %%DATADIR%%/cardsets/Altenburg/french/icons/poverty.1.png %%DATADIR%%/cardsets/Altenburg/french/icons/poverty.2.png %%DATADIR%%/cardsets/Altenburg/french/icons/poverty.3.png %%DATADIR%%/cardsets/Altenburg/french/icons/poverty.png %%DATADIR%%/cardsets/Altenburg/french/icons/re.png %%DATADIR%%/cardsets/Altenburg/french/icons/six_kings.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.club.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.diamond.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.heart.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.jack.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.king-jack.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.king-queen.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.king.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.koehler.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.meatless.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.queen-jack.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.queen.png %%DATADIR%%/cardsets/Altenburg/french/icons/solo.spade.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines-hyperswines.club.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines-hyperswines.diamond.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines-hyperswines.heart.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines-hyperswines.king.club.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines-hyperswines.king.diamond.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines-hyperswines.king.heart.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines-hyperswines.king.spade.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines-hyperswines.spade.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines.club.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines.diamond.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines.heart.png %%DATADIR%%/cardsets/Altenburg/french/icons/swines.spade.png %%DATADIR%%/rules/beginner %%DATADIR%%/rules/standard %%DATADIR%%/rules/tournament %%DATADIR%%/translations/de/text %%DATADIR%%/translations/de/text.aiconfig %%DATADIR%%/translations/de/text.basistypes %%DATADIR%%/translations/de/text.bug_report %%DATADIR%%/translations/de/text.cards %%DATADIR%%/translations/de/text.chat +%%DATADIR%%/translations/de/text.gtkmm.menu %%DATADIR%%/translations/de/text.gui %%DATADIR%%/translations/de/text.help %%DATADIR%%/translations/de/text.menu %%DATADIR%%/translations/de/text.messages %%DATADIR%%/translations/de/text.network %%DATADIR%%/translations/de/text.rules %%DATADIR%%/translations/de/text.settings %%DATADIR%%/translations/de/text.versions +%%DATADIR%%/translations/de-alt/text %%DATADIR%%/translations/en/text %%DATADIR%%/translations/en/text.aiconfig %%DATADIR%%/translations/en/text.basistypes %%DATADIR%%/translations/en/text.bug_report %%DATADIR%%/translations/en/text.cards %%DATADIR%%/translations/en/text.chat +%%DATADIR%%/translations/en/text.gtkmm.menu %%DATADIR%%/translations/en/text.gui %%DATADIR%%/translations/en/text.help %%DATADIR%%/translations/en/text.menu %%DATADIR%%/translations/en/text.messages %%DATADIR%%/translations/en/text.network %%DATADIR%%/translations/en/text.rules %%DATADIR%%/translations/en/text.settings %%DATADIR%%/translations/en/text.versions @dirrm %%DATADIR%%/translations/en +@dirrm %%DATADIR%%/translations/de-alt @dirrm %%DATADIR%%/translations/de @dirrm %%DATADIR%%/translations @dirrm %%DATADIR%%/rules @dirrm %%DATADIR%%/cardsets/Altenburg/french/icons @dirrm %%DATADIR%%/cardsets/Altenburg/french/cards/spade @dirrm %%DATADIR%%/cardsets/Altenburg/french/cards/heart @dirrm %%DATADIR%%/cardsets/Altenburg/french/cards/diamond @dirrm %%DATADIR%%/cardsets/Altenburg/french/cards/club @dirrm %%DATADIR%%/cardsets/Altenburg/french/cards @dirrm %%DATADIR%%/cardsets/Altenburg/french/backs @dirrm %%DATADIR%%/cardsets/Altenburg/french @dirrm %%DATADIR%%/cardsets/Altenburg @dirrm %%DATADIR%%/cardsets @dirrm %%DATADIR%%/backgrounds -@dirrm %%DATADIR%%/ai @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/pictures/flags %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/pictures %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en/operation %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/de/operation/pictures/symbols %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/de/operation/pictures/rules %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/de/operation/pictures %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/de/operation %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/de %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual %%PORTDOCS%%@dirrm %%DOCSDIR%%/en %%PORTDOCS%%@dirrm %%DOCSDIR%%/de %%PORTDOCS%%@dirrm %%DOCSDIR%%/Implementation %%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/games/freedoko/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property