From owner-svn-ports-head@freebsd.org Fri Dec 18 12:13:29 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A2144B7662; Fri, 18 Dec 2020 12:13:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cy77D66wfz4bvP; Fri, 18 Dec 2020 12:13:28 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C4816236E; Fri, 18 Dec 2020 12:13:28 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BICDS31098261; Fri, 18 Dec 2020 12:13:28 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BICDR2A098253; Fri, 18 Dec 2020 12:13:27 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202012181213.0BICDR2A098253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 18 Dec 2020 12:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558368 - in head/misc: . gedkeeper gedkeeper/files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/misc: . gedkeeper gedkeeper/files X-SVN-Commit-Revision: 558368 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2020 12:13:29 -0000 Author: danfe Date: Fri Dec 18 12:13:27 2020 New Revision: 558368 URL: https://svnweb.freebsd.org/changeset/ports/558368 Log: GEDKeeper is a program for working with personal genealogical databases. WWW: https://gedkeeper.github.io/ Added: head/misc/gedkeeper/ head/misc/gedkeeper/Makefile (contents, props changed) head/misc/gedkeeper/distinfo (contents, props changed) head/misc/gedkeeper/files/ head/misc/gedkeeper/files/patch-projects_GKTests_TestUtils.cs (contents, props changed) head/misc/gedkeeper/pkg-descr (contents, props changed) head/misc/gedkeeper/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Fri Dec 18 12:11:25 2020 (r558367) +++ head/misc/Makefile Fri Dec 18 12:13:27 2020 (r558368) @@ -136,6 +136,7 @@ SUBDIR += ftdi-eeprom SUBDIR += fxload SUBDIR += gcstar + SUBDIR += gedkeeper SUBDIR += geekcode SUBDIR += getopt SUBDIR += gimp-help-en Added: head/misc/gedkeeper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/gedkeeper/Makefile Fri Dec 18 12:13:27 2020 (r558368) @@ -0,0 +1,55 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= gedkeeper +PORTVERSION= 2.16.2 +DISTVERSIONPREFIX= v +CATEGORIES= misc + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Personal genealogical database editor + +LICENSE= GPLv3+ + +BUILD_DEPENDS= msbuild:devel/msbuild +LIB_DEPENDS= libgdiplus.so:x11-toolkits/libgdiplus + +USES= desktop-file-utils mono shared-mime-info +USE_GITHUB= yes +GH_ACCOUNT= Serg-Norseman +GH_PROJECT= GEDKeeper + +_BUILD_TYPE= Release +DATADIR= ${PREFIX}/lib/${PORTNAME} + +do-build: + cd ${BUILD_WRKSRC} && msbuild projects/GEDKeeper2.linux.sln \ + /p:Configuration=${_BUILD_TYPE} /p:Platform="x86" \ + /p:MonoCS=true # /p:TargetFrameworkVersion=v4.5 + +do-install: + ${PRINTF} '#!/bin/sh\n\nexec mono ${DATADIR}/GEDKeeper2.exe\ + "$$@"\n' > ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${MKDIR} ${STAGEDIR}${DATADIR} + cd ${INSTALL_WRKSRC} && ${CP} -a *.dll GEDKeeper2.exe \ + locales plugins samples scripts ${STAGEDIR}${DATADIR} + @${RM} ${STAGEDIR}${DATADIR}/scripts/readme.txt + ${INSTALL_DATA} ${INSTALL_WRKSRC}/deploy/gedkeeper.desktop \ + ${STAGEDIR}${PREFIX}/share/applications/ + ${INSTALL_DATA} ${INSTALL_WRKSRC}/deploy/gedkeeper.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps + @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages + ${INSTALL_DATA} ${INSTALL_WRKSRC}/deploy/application-x-gedkeeper.xml \ + ${STAGEDIR}${PREFIX}/share/mime/packages + @${MKDIR} ${STAGEDIR}${PREFIX}/share/metainfo + ${INSTALL_DATA} ${INSTALL_WRKSRC}/deploy/gedkeeper.appdata.xml \ + ${STAGEDIR}${PREFIX}/share/metainfo + +do-test: + cd ${TEST_WRKSRC} && TEMP=/tmp nunit-console \ + projects/GKTests/bin/${_BUILD_TYPE}/GKTests.dll + +.include + +PATCH_ARGS+= -l Added: head/misc/gedkeeper/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/gedkeeper/distinfo Fri Dec 18 12:13:27 2020 (r558368) @@ -0,0 +1,3 @@ +TIMESTAMP = 1568719032 +SHA256 (Serg-Norseman-GEDKeeper-v2.16.2_GH0.tar.gz) = 2c903daec4922906bf36b535ac95325c5eef1cd9cc48fe605466ad22ba9c899b +SIZE (Serg-Norseman-GEDKeeper-v2.16.2_GH0.tar.gz) = 32639049 Added: head/misc/gedkeeper/files/patch-projects_GKTests_TestUtils.cs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/gedkeeper/files/patch-projects_GKTests_TestUtils.cs Fri Dec 18 12:13:27 2020 (r558368) @@ -0,0 +1,14 @@ +--- projects/GKTests/TestUtils.cs.orig 2019-09-17 11:17:12 UTC ++++ projects/GKTests/TestUtils.cs +@@ -205,11 +205,7 @@ namespace GKTests + + public static string GetTempFilePath(string fileName) + { +- #if !__MonoCS__ + fileName = GKUtils.GetTempDir() + fileName; +- #else +- fileName = GKUtils.GetHomePath() + fileName; +- #endif + + if (File.Exists(fileName)) File.Delete(fileName); // for local tests! + Added: head/misc/gedkeeper/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/gedkeeper/pkg-descr Fri Dec 18 12:13:27 2020 (r558368) @@ -0,0 +1,14 @@ +GEDKeeper is a program for working with personal genealogical databases. + +The program is designed with an extremely simple, intuitive interface, +and provides many features including, but not limited to, the following: + + * Full support of the GEDCOM 5.5.1 standard + * No restrictions on the number of persons and generations + * Allows pedigree generation + * Can build several tree species, as well as print and save their images + * Provides fast navigation, filtering, and searching + * Able to add multimedia materials + * An output of geographic data using Google maps + +WWW: https://gedkeeper.github.io/ Added: head/misc/gedkeeper/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/gedkeeper/pkg-plist Fri Dec 18 12:13:27 2020 (r558368) @@ -0,0 +1,460 @@ +bin/gedkeeper +%%DATADIR%%/ArborGVT.dll +%%DATADIR%%/BSLib.Linguistics.dll +%%DATADIR%%/BSLib.SmartGraph.dll +%%DATADIR%%/BSLib.dll +%%DATADIR%%/DotNetRtfWriter.dll +%%DATADIR%%/ExcelLibrary.dll +%%DATADIR%%/GEDKeeper2.exe +%%DATADIR%%/GKComponents.dll +%%DATADIR%%/GKCore.dll +%%DATADIR%%/GMap.NET.Core.dll +%%DATADIR%%/GMap.NET.WindowsForms.dll +%%DATADIR%%/KopiLua.dll +%%DATADIR%%/NLog.dll +%%DATADIR%%/NLua.dll +%%DATADIR%%/Ude.dll +%%DATADIR%%/YamlSerializer.dll +%%DATADIR%%/ZedGraph.dll +%%DATADIR%%/itextsharp.dll +%%DATADIR%%/locales/Chinese Simplified.lng +%%DATADIR%%/locales/English.lng +%%DATADIR%%/locales/czech.lng +%%DATADIR%%/locales/french.lng +%%DATADIR%%/locales/german.lng +%%DATADIR%%/locales/help_enu/GEDKeeper2.html +%%DATADIR%%/locales/help_enu/gkhAbout.html +%%DATADIR%%/locales/help_enu/gkhAncestorsCircle.html +%%DATADIR%%/locales/help_enu/gkhAuthors.html +%%DATADIR%%/locales/help_enu/gkhCAIndex.html +%%DATADIR%%/locales/help_enu/gkhContents.html +%%DATADIR%%/locales/help_enu/gkhDateSpecials.html +%%DATADIR%%/locales/help_enu/gkhFAQ.html +%%DATADIR%%/locales/help_enu/gkhFeatures.html +%%DATADIR%%/locales/help_enu/gkhGenRes.html +%%DATADIR%%/locales/help_enu/gkhHistory.html +%%DATADIR%%/locales/help_enu/gkhHotKeys.html +%%DATADIR%%/locales/help_enu/gkhIntro.html +%%DATADIR%%/locales/help_enu/gkhLangs.html +%%DATADIR%%/locales/help_enu/gkhLaw.html +%%DATADIR%%/locales/help_enu/gkhMaps.html +%%DATADIR%%/locales/help_enu/gkhMasks.html +%%DATADIR%%/locales/help_enu/gkhMediaStore.html +%%DATADIR%%/locales/help_enu/gkhNav_Filters.html +%%DATADIR%%/locales/help_enu/gkhNav_Labels.html +%%DATADIR%%/locales/help_enu/gkhNav_QuickSearch.html +%%DATADIR%%/locales/help_enu/gkhOptions.html +%%DATADIR%%/locales/help_enu/gkhPedigrees.html +%%DATADIR%%/locales/help_enu/gkhPluginStd.html +%%DATADIR%%/locales/help_enu/gkhPlugins.html +%%DATADIR%%/locales/help_enu/gkhPortable.html +%%DATADIR%%/locales/help_enu/gkhQuotes.html +%%DATADIR%%/locales/help_enu/gkhRec_Address.html +%%DATADIR%%/locales/help_enu/gkhRec_Asso.html +%%DATADIR%%/locales/help_enu/gkhRec_Comm.html +%%DATADIR%%/locales/help_enu/gkhRec_Event.html +%%DATADIR%%/locales/help_enu/gkhRec_Family.html +%%DATADIR%%/locales/help_enu/gkhRec_Group.html +%%DATADIR%%/locales/help_enu/gkhRec_Individual.html +%%DATADIR%%/locales/help_enu/gkhRec_Media.html +%%DATADIR%%/locales/help_enu/gkhRec_Note.html +%%DATADIR%%/locales/help_enu/gkhRec_Place.html +%%DATADIR%%/locales/help_enu/gkhRec_Repo.html +%%DATADIR%%/locales/help_enu/gkhRec_Research.html +%%DATADIR%%/locales/help_enu/gkhRec_Source.html +%%DATADIR%%/locales/help_enu/gkhRec_SrcLink.html +%%DATADIR%%/locales/help_enu/gkhRec_Task.html +%%DATADIR%%/locales/help_enu/gkhRec_UserRefs.html +%%DATADIR%%/locales/help_enu/gkhRecordSelect.html +%%DATADIR%%/locales/help_enu/gkhRecordTypes.html +%%DATADIR%%/locales/help_enu/gkhRelations.html +%%DATADIR%%/locales/help_enu/gkhRestrictions.html +%%DATADIR%%/locales/help_enu/gkhScripts.html +%%DATADIR%%/locales/help_enu/gkhSecure.html +%%DATADIR%%/locales/help_enu/gkhStats.html +%%DATADIR%%/locales/help_enu/gkhSvc_Calc.html +%%DATADIR%%/locales/help_enu/gkhSvc_Calendar.html +%%DATADIR%%/locales/help_enu/gkhSvc_NamesBook.html +%%DATADIR%%/locales/help_enu/gkhSvc_Organizer.html +%%DATADIR%%/locales/help_enu/gkhSvc_TimeLine.html +%%DATADIR%%/locales/help_enu/gkhTools_DubsMerge.html +%%DATADIR%%/locales/help_enu/gkhTools_FamiliesConnectivity.html +%%DATADIR%%/locales/help_enu/gkhTools_PatSearch.html +%%DATADIR%%/locales/help_enu/gkhTools_PlacesManage.html +%%DATADIR%%/locales/help_enu/gkhTools_TreeCheck.html +%%DATADIR%%/locales/help_enu/gkhTools_TreeCompare.html +%%DATADIR%%/locales/help_enu/gkhTools_TreeImport.html +%%DATADIR%%/locales/help_enu/gkhTools_TreeMerge.html +%%DATADIR%%/locales/help_enu/gkhTools_TreeSplit.html +%%DATADIR%%/locales/help_enu/gkhTreeChart.html +%%DATADIR%%/locales/help_enu/gkhWorkAdv.html +%%DATADIR%%/locales/help_enu/gkhWorkBeginning.html +%%DATADIR%%/locales/help_enu/gkhWorkNavigation.html +%%DATADIR%%/locales/help_enu/gkhWorkOperations.html +%%DATADIR%%/locales/help_enu/gkhWorkToolbar.html +%%DATADIR%%/locales/help_enu/images/GEDKeeper2.png +%%DATADIR%%/locales/help_enu/images/dlgAddrEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgAssoEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgCommEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgEventEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgFamilyEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgFilterPersonRec.gif +%%DATADIR%%/locales/help_enu/images/dlgGroupEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgMediaEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgNoteEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgOptions_Charts_AncestorsCircle.gif +%%DATADIR%%/locales/help_enu/images/dlgOptions_Charts_Trees.gif +%%DATADIR%%/locales/help_enu/images/dlgOptions_Common.gif +%%DATADIR%%/locales/help_enu/images/dlgOptions_Interface_AllLists.gif +%%DATADIR%%/locales/help_enu/images/dlgOptions_Interface_ListOfIndividuals.gif +%%DATADIR%%/locales/help_enu/images/dlgOptions_Multimedia.gif +%%DATADIR%%/locales/help_enu/images/dlgOptions_Pedigrees.gif +%%DATADIR%%/locales/help_enu/images/dlgOptions_Plugins.gif +%%DATADIR%%/locales/help_enu/images/dlgPersonEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgPlaceEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgQuickSearch.gif +%%DATADIR%%/locales/help_enu/images/dlgRecordSelect.gif +%%DATADIR%%/locales/help_enu/images/dlgRepoEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgResearchEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgSourceEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgSrcLinkEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgTaskEdit.gif +%%DATADIR%%/locales/help_enu/images/dlgURefEdit.gif +%%DATADIR%%/locales/help_enu/images/iCopy.gif +%%DATADIR%%/locales/help_enu/images/iCreateNew.gif +%%DATADIR%%/locales/help_enu/images/iExcel.gif +%%DATADIR%%/locales/help_enu/images/iExpand.gif +%%DATADIR%%/locales/help_enu/images/iFilter.gif +%%DATADIR%%/locales/help_enu/images/iLeft1.gif +%%DATADIR%%/locales/help_enu/images/iLoad.gif +%%DATADIR%%/locales/help_enu/images/iPreview.gif +%%DATADIR%%/locales/help_enu/images/iPrint.gif +%%DATADIR%%/locales/help_enu/images/iRecDelete.gif +%%DATADIR%%/locales/help_enu/images/iRecEdit.gif +%%DATADIR%%/locales/help_enu/images/iRecNew.gif +%%DATADIR%%/locales/help_enu/images/iRight1.gif +%%DATADIR%%/locales/help_enu/images/iSave.gif +%%DATADIR%%/locales/help_enu/images/iSaveImage.gif +%%DATADIR%%/locales/help_enu/images/iScroll.gif +%%DATADIR%%/locales/help_enu/images/iStart.gif +%%DATADIR%%/locales/help_enu/images/iStop.gif +%%DATADIR%%/locales/help_enu/images/iTable.gif +%%DATADIR%%/locales/help_enu/images/iToMan.gif +%%DATADIR%%/locales/help_enu/images/iTools.gif +%%DATADIR%%/locales/help_enu/images/iTreeAncestry.gif +%%DATADIR%%/locales/help_enu/images/iTreeBoth.gif +%%DATADIR%%/locales/help_enu/images/iTreeDescendants.gif +%%DATADIR%%/locales/help_enu/images/rel_scheme.gif +%%DATADIR%%/locales/help_enu/images/rg_shield_max.gif +%%DATADIR%%/locales/help_enu/images/rg_shield_mid.gif +%%DATADIR%%/locales/help_enu/images/rg_shield_none.gif +%%DATADIR%%/locales/help_enu/images/tg_barbed_wire.gif +%%DATADIR%%/locales/help_enu/images/tg_george_cross.gif +%%DATADIR%%/locales/help_enu/images/tg_islam_sym.gif +%%DATADIR%%/locales/help_enu/images/tg_latin_cross.gif +%%DATADIR%%/locales/help_enu/images/tg_old_ritual_cross.gif +%%DATADIR%%/locales/help_enu/images/tg_orthodox_cross.gif +%%DATADIR%%/locales/help_enu/images/tg_soldier.gif +%%DATADIR%%/locales/help_enu/images/tg_soldier_fall.gif +%%DATADIR%%/locales/help_enu/images/tg_veteran_rear.gif +%%DATADIR%%/locales/help_enu/images/winMain_Tabs.gif +%%DATADIR%%/locales/help_enu/images/winMain_Toolbar.gif +%%DATADIR%%/locales/help_enu/styles.css +%%DATADIR%%/locales/help_rus/GEDKeeper2.html +%%DATADIR%%/locales/help_rus/gkhAbout.html +%%DATADIR%%/locales/help_rus/gkhAncestorsCircle.html +%%DATADIR%%/locales/help_rus/gkhAuthors.html +%%DATADIR%%/locales/help_rus/gkhCAIndex.html +%%DATADIR%%/locales/help_rus/gkhContents.html +%%DATADIR%%/locales/help_rus/gkhDateSpecials.html +%%DATADIR%%/locales/help_rus/gkhFAQ.html +%%DATADIR%%/locales/help_rus/gkhFeatures.html +%%DATADIR%%/locales/help_rus/gkhGenRes.html +%%DATADIR%%/locales/help_rus/gkhHistory.html +%%DATADIR%%/locales/help_rus/gkhHotKeys.html +%%DATADIR%%/locales/help_rus/gkhIntro.html +%%DATADIR%%/locales/help_rus/gkhLangs.html +%%DATADIR%%/locales/help_rus/gkhLaw.html +%%DATADIR%%/locales/help_rus/gkhMaps.html +%%DATADIR%%/locales/help_rus/gkhMasks.html +%%DATADIR%%/locales/help_rus/gkhMediaStore.html +%%DATADIR%%/locales/help_rus/gkhNav_Filters.html +%%DATADIR%%/locales/help_rus/gkhNav_Labels.html +%%DATADIR%%/locales/help_rus/gkhNav_QuickSearch.html +%%DATADIR%%/locales/help_rus/gkhOptions.html +%%DATADIR%%/locales/help_rus/gkhPedigrees.html +%%DATADIR%%/locales/help_rus/gkhPluginStd.html +%%DATADIR%%/locales/help_rus/gkhPlugins.html +%%DATADIR%%/locales/help_rus/gkhPortable.html +%%DATADIR%%/locales/help_rus/gkhQuotes.html +%%DATADIR%%/locales/help_rus/gkhRec_Address.html +%%DATADIR%%/locales/help_rus/gkhRec_Asso.html +%%DATADIR%%/locales/help_rus/gkhRec_Comm.html +%%DATADIR%%/locales/help_rus/gkhRec_Event.html +%%DATADIR%%/locales/help_rus/gkhRec_Family.html +%%DATADIR%%/locales/help_rus/gkhRec_Group.html +%%DATADIR%%/locales/help_rus/gkhRec_Individual.html +%%DATADIR%%/locales/help_rus/gkhRec_Media.html +%%DATADIR%%/locales/help_rus/gkhRec_Note.html +%%DATADIR%%/locales/help_rus/gkhRec_Place.html +%%DATADIR%%/locales/help_rus/gkhRec_Repo.html +%%DATADIR%%/locales/help_rus/gkhRec_Research.html +%%DATADIR%%/locales/help_rus/gkhRec_Source.html +%%DATADIR%%/locales/help_rus/gkhRec_SrcLink.html +%%DATADIR%%/locales/help_rus/gkhRec_Task.html +%%DATADIR%%/locales/help_rus/gkhRec_UserRefs.html +%%DATADIR%%/locales/help_rus/gkhRecordSelect.html +%%DATADIR%%/locales/help_rus/gkhRecordTypes.html +%%DATADIR%%/locales/help_rus/gkhRelations.html +%%DATADIR%%/locales/help_rus/gkhRestrictions.html +%%DATADIR%%/locales/help_rus/gkhScripts.html +%%DATADIR%%/locales/help_rus/gkhSecure.html +%%DATADIR%%/locales/help_rus/gkhStats.html +%%DATADIR%%/locales/help_rus/gkhSvc_Calc.html +%%DATADIR%%/locales/help_rus/gkhSvc_Calendar.html +%%DATADIR%%/locales/help_rus/gkhSvc_NamesBook.html +%%DATADIR%%/locales/help_rus/gkhSvc_Organizer.html +%%DATADIR%%/locales/help_rus/gkhSvc_TimeLine.html +%%DATADIR%%/locales/help_rus/gkhTools_DubsMerge.html +%%DATADIR%%/locales/help_rus/gkhTools_FamiliesConnectivity.html +%%DATADIR%%/locales/help_rus/gkhTools_PatSearch.html +%%DATADIR%%/locales/help_rus/gkhTools_PlacesManage.html +%%DATADIR%%/locales/help_rus/gkhTools_TreeCheck.html +%%DATADIR%%/locales/help_rus/gkhTools_TreeCompare.html +%%DATADIR%%/locales/help_rus/gkhTools_TreeImport.html +%%DATADIR%%/locales/help_rus/gkhTools_TreeMerge.html +%%DATADIR%%/locales/help_rus/gkhTools_TreeSplit.html +%%DATADIR%%/locales/help_rus/gkhTreeChart.html +%%DATADIR%%/locales/help_rus/gkhWorkAdv.html +%%DATADIR%%/locales/help_rus/gkhWorkBeginning.html +%%DATADIR%%/locales/help_rus/gkhWorkNavigation.html +%%DATADIR%%/locales/help_rus/gkhWorkOperations.html +%%DATADIR%%/locales/help_rus/gkhWorkToolbar.html +%%DATADIR%%/locales/help_rus/images/GEDKeeper2.png +%%DATADIR%%/locales/help_rus/images/dlgAddrEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgAssoEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgCommEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgEventEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgFamilyEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgGroupEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgMediaEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgNoteEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgPersonEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgPlaceEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgRecordSelect.gif +%%DATADIR%%/locales/help_rus/images/dlgRepoEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgResearchEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgSourceEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgSrcLinkEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgTaskEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgURefEdit.gif +%%DATADIR%%/locales/help_rus/images/iCopy.gif +%%DATADIR%%/locales/help_rus/images/iCreateNew.gif +%%DATADIR%%/locales/help_rus/images/iExcel.gif +%%DATADIR%%/locales/help_rus/images/iExpand.gif +%%DATADIR%%/locales/help_rus/images/iFilter.gif +%%DATADIR%%/locales/help_rus/images/iLeft1.gif +%%DATADIR%%/locales/help_rus/images/iLoad.gif +%%DATADIR%%/locales/help_rus/images/iPreview.gif +%%DATADIR%%/locales/help_rus/images/iPrint.gif +%%DATADIR%%/locales/help_rus/images/iRecDelete.gif +%%DATADIR%%/locales/help_rus/images/iRecEdit.gif +%%DATADIR%%/locales/help_rus/images/iRecNew.gif +%%DATADIR%%/locales/help_rus/images/iRight1.gif +%%DATADIR%%/locales/help_rus/images/iSave.gif +%%DATADIR%%/locales/help_rus/images/iSaveImage.gif +%%DATADIR%%/locales/help_rus/images/iScroll.gif +%%DATADIR%%/locales/help_rus/images/iStart.gif +%%DATADIR%%/locales/help_rus/images/iStop.gif +%%DATADIR%%/locales/help_rus/images/iTable.gif +%%DATADIR%%/locales/help_rus/images/iToMan.gif +%%DATADIR%%/locales/help_rus/images/iTools.gif +%%DATADIR%%/locales/help_rus/images/iTreeAncestry.gif +%%DATADIR%%/locales/help_rus/images/iTreeBoth.gif +%%DATADIR%%/locales/help_rus/images/iTreeDescendants.gif +%%DATADIR%%/locales/help_rus/images/rel_scheme.gif +%%DATADIR%%/locales/help_rus/images/rg_shield_max.gif +%%DATADIR%%/locales/help_rus/images/rg_shield_mid.gif +%%DATADIR%%/locales/help_rus/images/rg_shield_none.gif +%%DATADIR%%/locales/help_rus/images/tg_barbed_wire.gif +%%DATADIR%%/locales/help_rus/images/tg_george_cross.gif +%%DATADIR%%/locales/help_rus/images/tg_islam_sym.gif +%%DATADIR%%/locales/help_rus/images/tg_latin_cross.gif +%%DATADIR%%/locales/help_rus/images/tg_old_ritual_cross.gif +%%DATADIR%%/locales/help_rus/images/tg_orthodox_cross.gif +%%DATADIR%%/locales/help_rus/images/tg_soldier.gif +%%DATADIR%%/locales/help_rus/images/tg_soldier_fall.gif +%%DATADIR%%/locales/help_rus/images/tg_veteran_rear.gif +%%DATADIR%%/locales/help_rus/images/winMain.gif +%%DATADIR%%/locales/help_rus/images/winMain_Tabs.gif +%%DATADIR%%/locales/help_rus/images/winMain_Toolbar.gif +%%DATADIR%%/locales/help_rus/styles.css +%%DATADIR%%/locales/holidays_rus.yaml +%%DATADIR%%/locales/italian.lng +%%DATADIR%%/locales/polish.lng +%%DATADIR%%/locales/readme_eng.html +%%DATADIR%%/locales/readme_rus.html +%%DATADIR%%/locales/russian.lng +%%DATADIR%%/locales/special/GKFlowInputPlugin_manual_ru.docx +%%DATADIR%%/locales/special/GKPedigreeImporterPlugin_manual_ru.docx +%%DATADIR%%/locales/ukrainian.lng +%%DATADIR%%/nVLC.dll +%%DATADIR%%/plugins/ArborGVT.dll +%%DATADIR%%/plugins/BSLib.DataViz.Model.dll +%%DATADIR%%/plugins/BSLib.DataViz.WFControls.dll +%%DATADIR%%/plugins/BSLib.Linguistics.dll +%%DATADIR%%/plugins/BSLib.SmartGraph.dll +%%DATADIR%%/plugins/BSLib.dll +%%DATADIR%%/plugins/DotNetRtfWriter.dll +%%DATADIR%%/plugins/ExcelLibrary.dll +%%DATADIR%%/plugins/GKCalculatorPlugin.dll +%%DATADIR%%/plugins/GKCalculatorPlugin.enu +%%DATADIR%%/plugins/GKCalculatorPlugin.pdb +%%DATADIR%%/plugins/GKCalculatorPlugin.pol +%%DATADIR%%/plugins/GKCalculatorPlugin.rus +%%DATADIR%%/plugins/GKCalculatorPlugin.ukr +%%DATADIR%%/plugins/GKCalendarPlugin.dll +%%DATADIR%%/plugins/GKCalendarPlugin.enu +%%DATADIR%%/plugins/GKCalendarPlugin.pdb +%%DATADIR%%/plugins/GKCalendarPlugin.pol +%%DATADIR%%/plugins/GKCalendarPlugin.rus +%%DATADIR%%/plugins/GKCalendarPlugin.ukr +%%DATADIR%%/plugins/GKChroniclePlugin.dll +%%DATADIR%%/plugins/GKChroniclePlugin.enu +%%DATADIR%%/plugins/GKChroniclePlugin.pdb +%%DATADIR%%/plugins/GKChroniclePlugin.pol +%%DATADIR%%/plugins/GKChroniclePlugin.rus +%%DATADIR%%/plugins/GKChroniclePlugin.ukr +%%DATADIR%%/plugins/GKComponents.dll +%%DATADIR%%/plugins/GKCore.dll +%%DATADIR%%/plugins/GKDataQualityPlugin.dll +%%DATADIR%%/plugins/GKDataQualityPlugin.enu +%%DATADIR%%/plugins/GKDataQualityPlugin.pdb +%%DATADIR%%/plugins/GKDataQualityPlugin.rus +%%DATADIR%%/plugins/GKFlowInputPlugin.dll +%%DATADIR%%/plugins/GKFlowInputPlugin.enu +%%DATADIR%%/plugins/GKFlowInputPlugin.pdb +%%DATADIR%%/plugins/GKFlowInputPlugin.pol +%%DATADIR%%/plugins/GKFlowInputPlugin.rus +%%DATADIR%%/plugins/GKFlowInputPlugin.ukr +%%DATADIR%%/plugins/GKHistoryDataPlugin.dll +%%DATADIR%%/plugins/GKHistoryDataPlugin.enu +%%DATADIR%%/plugins/GKHistoryDataPlugin.pdb +%%DATADIR%%/plugins/GKHistoryDataPlugin.rus +%%DATADIR%%/plugins/GKImageViewerPlugin.dll +%%DATADIR%%/plugins/GKImageViewerPlugin.enu +%%DATADIR%%/plugins/GKImageViewerPlugin.pdb +%%DATADIR%%/plugins/GKImageViewerPlugin.pol +%%DATADIR%%/plugins/GKImageViewerPlugin.rus +%%DATADIR%%/plugins/GKImageViewerPlugin.ukr +%%DATADIR%%/plugins/GKLifePlugin.dll +%%DATADIR%%/plugins/GKLifePlugin.enu +%%DATADIR%%/plugins/GKLifePlugin.pdb +%%DATADIR%%/plugins/GKLifePlugin.pol +%%DATADIR%%/plugins/GKLifePlugin.rus +%%DATADIR%%/plugins/GKLifePlugin.ukr +%%DATADIR%%/plugins/GKNamesBookPlugin.dll +%%DATADIR%%/plugins/GKNamesBookPlugin.enu +%%DATADIR%%/plugins/GKNamesBookPlugin.pdb +%%DATADIR%%/plugins/GKNamesBookPlugin.pol +%%DATADIR%%/plugins/GKNamesBookPlugin.rus +%%DATADIR%%/plugins/GKNamesBookPlugin.ukr +%%DATADIR%%/plugins/GKNavigatorPlugin.dll +%%DATADIR%%/plugins/GKNavigatorPlugin.enu +%%DATADIR%%/plugins/GKNavigatorPlugin.pdb +%%DATADIR%%/plugins/GKNavigatorPlugin.rus +%%DATADIR%%/plugins/GKNavigatorPlugin.ukr +%%DATADIR%%/plugins/GKPedigreeImporterPlugin.dll +%%DATADIR%%/plugins/GKPedigreeImporterPlugin.enu +%%DATADIR%%/plugins/GKPedigreeImporterPlugin.pdb +%%DATADIR%%/plugins/GKPedigreeImporterPlugin.pol +%%DATADIR%%/plugins/GKPedigreeImporterPlugin.rus +%%DATADIR%%/plugins/GKPedigreeImporterPlugin.ukr +%%DATADIR%%/plugins/GKSamplePlugin.dll +%%DATADIR%%/plugins/GKSamplePlugin.pdb +%%DATADIR%%/plugins/GKStdReports.deu +%%DATADIR%%/plugins/GKStdReports.dll +%%DATADIR%%/plugins/GKStdReports.enu +%%DATADIR%%/plugins/GKStdReports.fra +%%DATADIR%%/plugins/GKStdReports.pdb +%%DATADIR%%/plugins/GKStdReports.rus +%%DATADIR%%/plugins/GKTextSearchPlugin.dll +%%DATADIR%%/plugins/GKTextSearchPlugin.enu +%%DATADIR%%/plugins/GKTextSearchPlugin.pol +%%DATADIR%%/plugins/GKTextSearchPlugin.rus +%%DATADIR%%/plugins/GKTextSearchPlugin.ukr +%%DATADIR%%/plugins/GKTimeLinePlugin.dll +%%DATADIR%%/plugins/GKTimeLinePlugin.enu +%%DATADIR%%/plugins/GKTimeLinePlugin.pdb +%%DATADIR%%/plugins/GKTimeLinePlugin.pol +%%DATADIR%%/plugins/GKTimeLinePlugin.rus +%%DATADIR%%/plugins/GKTimeLinePlugin.ukr +%%DATADIR%%/plugins/GKTreeVizPlugin.dll +%%DATADIR%%/plugins/GKTreeVizPlugin.enu +%%DATADIR%%/plugins/GKTreeVizPlugin.pol +%%DATADIR%%/plugins/GKTreeVizPlugin.rus +%%DATADIR%%/plugins/GKTreeVizPlugin.ukr +%%DATADIR%%/plugins/GKWordsCloudPlugin.dll +%%DATADIR%%/plugins/GKWordsCloudPlugin.enu +%%DATADIR%%/plugins/GKWordsCloudPlugin.pdb +%%DATADIR%%/plugins/GKWordsCloudPlugin.pol +%%DATADIR%%/plugins/GKWordsCloudPlugin.rus +%%DATADIR%%/plugins/GKWordsCloudPlugin.ukr +%%DATADIR%%/plugins/GMap.NET.Core.dll +%%DATADIR%%/plugins/GMap.NET.WindowsForms.dll +%%DATADIR%%/plugins/KopiLua.dll +%%DATADIR%%/plugins/NLog.dll +%%DATADIR%%/plugins/NLua.dll +%%DATADIR%%/plugins/Ude.dll +%%DATADIR%%/plugins/XapianCSharp.dll +%%DATADIR%%/plugins/YamlSerializer.dll +%%DATADIR%%/plugins/ZedGraph.dll +%%DATADIR%%/plugins/_XapianSharp.dll +%%DATADIR%%/plugins/csgl.dll +%%DATADIR%%/plugins/csgl.native.dll +%%DATADIR%%/plugins/itextsharp.dll +%%DATADIR%%/plugins/nVLC.dll +%%DATADIR%%/plugins/zlib1.dll +%%DATADIR%%/samples/Ancient_Kingdoms.ged +%%DATADIR%%/samples/Bach_Family.ged +%%DATADIR%%/samples/Bach_Family.zip +%%DATADIR%%/samples/Human_Mitochondria_DNA_Haplogroups.ged +%%DATADIR%%/samples/Human_Origins.ged +%%DATADIR%%/samples/Human_Origins.zip +%%DATADIR%%/samples/Human_Y-chromosome_DNA_Haplogroups.ged +%%DATADIR%%/samples/Nehru-Ghandi_Family.ged +%%DATADIR%%/samples/Nehru-Ghandi_Family.zip +%%DATADIR%%/samples/Sample_PresidentsUSA.ged +%%DATADIR%%/samples/Sample_Russia.ged +%%DATADIR%%/samples/Sample_Russia.zip +%%DATADIR%%/scripts/add_places.lua +%%DATADIR%%/scripts/add_places2.lua +%%DATADIR%%/scripts/bind_group.lua +%%DATADIR%%/scripts/bind_group2.lua +%%DATADIR%%/scripts/bind_sex.lua +%%DATADIR%%/scripts/bind_source.lua +%%DATADIR%%/scripts/birthes.lua +%%DATADIR%%/scripts/clean_families.lua +%%DATADIR%%/scripts/clean_locations.lua +%%DATADIR%%/scripts/clear_events.lua +%%DATADIR%%/scripts/clear_events2.lua +%%DATADIR%%/scripts/csv_import.lua +%%DATADIR%%/scripts/csv_import1.lua +%%DATADIR%%/scripts/csv_import2.lua +%%DATADIR%%/scripts/delete_filtered.lua +%%DATADIR%%/scripts/groups2places.lua +%%DATADIR%%/scripts/sofonov_import.lua +%%DATADIR%%/scripts/test.lua +%%DATADIR%%/scripts/tree_add.lua +%%DATADIR%%/scripts/tree_add2.lua +%%DATADIR%%/scripts/tree_simple.lua +%%DATADIR%%/scripts/tree_simple2.lua +%%DATADIR%%/scripts/tree_simple3.lua +%%DATADIR%%/scripts/uln.lua +%%DATADIR%%/scripts/view_ancestors.lua +%%DATADIR%%/scripts/view_brothers.lua +%%DATADIR%%/scripts/view_descendants.lua +share/applications/gedkeeper.desktop +share/metainfo/gedkeeper.appdata.xml +share/mime/packages/application-x-gedkeeper.xml +share/pixmaps/gedkeeper.png