Sun Feb 9 17:39:44 2020 UTC ()
Update gramps3 from 3.4.4 to 3.4.9 (maintenance, latest in 3.x series)

Depend on py-gtk2 >= 2.24.0nb30, needs the fix to pango binding

Changes since 3.4.4:

2014-04-30
Version 3.4.9 of Gramps! "I am no longer infected", a maintenance release.
* Error converting python2 utf-8 strings to python3 str when loading data from database
* Gedcom input: SUBN and SUBM record handling
* [Gedcom] import/export round trip causes lost information
* [Gedcom] Gramps can't import estim. date period exported by itself
* [Gedcom] import deletes first char of notes
* [Gedcom] import of embedded notes attached to media does not work
* [Gedcom] NameError in importer
* [Gedcom] export does not export media attached to citations
* [Gedcom] Errors handling owner/submitter information
* [Gedcom] Event address is lost on import, i.e. disconnected from event
* [Gedcom] Entering a witness to an event such as marriage might be ignored
* [Gedcom] Importing file containing multibyte UTF-8 characters fails
* Event list in editors does not display content into 'Main Participants' column
* Fix 'Last Change' column into Person Selector
* Support creating directories in various scenarios
* tag_map is not initialized
* Fix bad handle in explanation note for unknown event
* Narrative website: Missing webpage for media with missing thumbnail on person page
* Enable the "default" CSS choice for the narrated web report
* Crash while scrolling in person view
* Crash when attempting to create Places Report
* Error in Session Log gramplet with no active person
* In Ahnentafel Report, Use Christening Date if no Birth Date Present
* Family with children but no parents is lost on filtered export
* Some labels now fit better on citations sidebar filter
* Can't disable box shadow in SVG descendant tree
* Descendant tree graphical report, syntax error in svg output
* Various problems with docgen.TextDoc.add_media_object
* Spurious spaces in CLI List Family Trees, tab delimited output. Print statements changed to assemble the whole line before output.
* GuiColorOption missing avail-changed event handler
* Regression: running gramps from crontab fails
* Better support for handling custom media attributes on edition
* DB lock not checked when opening database from the recent opened trees menu item
* List index out of range" on [initial CLI "gramps -t"]
* HTML View fails to load on Debian unstable
* Fix unknown gender relationships hander for the french locale
* Can't fill in calculated and estimated dates in czech locale
* Enhance Serbian date handler to handle Cyrillic dates
* Updated translations: cs, de, fr, hu, it
* Fix mac menubar setting
* Fix mac OsmGpsMaps setting
* Enable PIL with Freetype2 support on mac

2014-05-29
Version 3.4.8 of Gramps! "Forget about your sin, give the audience a grin", a maintenance release.
* Database corrupted - TypeError: unhashable type: 'list'
* Fix bug in abandon changes and quit
* Fix error when importing database from the CLI
* 'Display as' field in Name Editor reverts to Preferences default
* Geography does not communicate over proxy server with autorisation
* Event gramplet filter does not have field for primary role
* New HasDayOfWeek filter rule
* Error when leaving a Gramps type field blank in an editor
* Fix creation of events with same Gramps-ID
* Enhancements and consitency on events gramplet, selector and view
* Enhanced Citation Editor
* Fix update of active object after merge
* Do not drag and drop more than one data into editor tabs
* Media Editor error if Path value was changed to a non existing file
* Register history objects at startup
* Users should not be allowed to edit and delete 'default' style into Style Editor
* Missing closing bracket in Web_Basic-Spruce.css
* Some temporary files remains in /tmp with NarrativeWeb report
* Some fixes and enhancements
* No narrative.css File After Running Narrated Website Report
* Paper names and Styles values are now translated
* Translate some punctuation marks
* Fix Relationships handler for Portuguese
* Updated translations: ar, cs, de, es, fr, he, it, ru, sk, sv

2014-01-27
Version 3.4.7 of Gramps! "Ask me tomorrow, but not today", a maintenance release.
* Gramps project web hosting now has an HTTPS interface; the old HTTP URLs redirect to it.
* Development switched from SVN to git.
* Add new filter rule matching citations having a source with a <text> on a note
* Add primary role option to event filter
* Add Groups support and reduce number of lines in Event types selector
* Add 'Last Change' column on selectors, when missing
* Fix a filter rule on citation sidebar (Source:Note)
* Fix url in Welcome gramplet when detached
* Fix bug in associations filter
* Better support for objects having citations as subobjects
* Check Tag handling on people views
* Keep at least one column on views
* Reorder tool now updates citation IDs
* Performance improvement in ancestor filter
* Reduce number of columns in LDS temple selector
* Fix menu action for last recently opened family trees
* Fix minor visual issue on Merge Person dialog
* Use 'Bat Mitzvah' (en_US event name)
* "Add citation" missing in pop-up menu
* Fix HTML spacing on GraphViz output
* Enhancement on date validation into Date Editor
* Invalid dates (like 2013-02-30) no longer crash the date editor or file import.
* Fixed image handling in ODF docgen, thanks to Matthias Basler for the initial patch.
* Fixed GEDCOM export for family _UID, added support for _FSFTID, by Enno Borgsteede.
* Fixed bookmark handling in navigation views.
* Multiple maintainability and usability improvements.
* Translation updates and translation-related fixes.

2013-10-28
Version 3.4.6 of Gramps! "The Answer to the Ultimate Question", a maintenance release.
* Citation merge works better for all objects with citations
* Fixed citations attached to family events
* Fixed several crashes, hangs, and data corruption scenarios
* Fixed bugs in determining whether a person is alive, potentially resolving private data leak via export or report
* VCF export/import now support gender information
* Several bugs with filtering fixed, most filters now support regular expressions
* Fixed bug in Hebrew calendar date calculations
* Support space in Gramps ID with GEDCOM file format export/import
* Multiple fixes in gramplets
* Multiple fixes in the narrated website report
* Some fixes and improvements of the webapp
* Enhancements of the citation tree view (Sources category)
* Polish and consistency on Gramps XML export
* Bump XML schema to 1.5.1
* Fixed several long-standing problems with report generation
* Better support of RTL locales (Arabic, Hebrew, etc.) in GUI
* Platform-specific fixes for Mac and Windows
* New date handler for Arabic
* Translation updates and translation-related fixes
* Repaired and enhanced tests broken since 3.3.x, resulting in overall reliability improvements

2013-05-22
Version 3.4.5 of Gramps! "We have also developed a tomato which can eject itself when an accident is imminent", a maintenance release.
* problem after upgrading to 3.4.4 from 3.3.1
* ability to keep custom filename on output
* book report: sub reports forget/overwrite their settings when trying to re-configure them
* end of line report options window - changing output format cause change active tab to "Report Options"
* various updated translations: de, es, fr, nb, nl, pl, sk


(jdolecek)
diff -r1.75 -r1.76 pkgsrc/databases/gramps3/Makefile
diff -r1.10 -r1.11 pkgsrc/databases/gramps3/PLIST
diff -r1.16 -r1.17 pkgsrc/databases/gramps3/distinfo

cvs diff -r1.75 -r1.76 pkgsrc/databases/gramps3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/gramps3/Attic/Makefile 2020/01/18 21:48:55 1.75
+++ pkgsrc/databases/gramps3/Attic/Makefile 2020/02/09 17:39:44 1.76
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.75 2020/01/18 21:48:55 jperkin Exp $ 1# $NetBSD: Makefile,v 1.76 2020/02/09 17:39:44 jdolecek Exp $
2 2
3DISTNAME= gramps-3.4.4 3DISTNAME= gramps-3.4.9
4PKGREVISION= 16 
5CATEGORIES= databases 4CATEGORIES= databases
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://gramps-project.org/ 8HOMEPAGE= https://gramps-project.org/
10COMMENT= Genealogical Research and Analysis Management Programming System V3 9COMMENT= Genealogical Research and Analysis Management Programming System V3
11LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
12 11
13#DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils 12#DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
14 13
15USE_TOOLS+= msgfmt pkg-config intltool msgconv 14USE_TOOLS+= msgfmt pkg-config intltool msgconv
16USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
@@ -28,20 +27,20 @@ REPLACE_PYTHON+= src/plugins/lib/libmeta @@ -28,20 +27,20 @@ REPLACE_PYTHON+= src/plugins/lib/libmeta
28REPLACE_PYTHON+= src/plugins/webreport/WebCal.py 27REPLACE_PYTHON+= src/plugins/webreport/WebCal.py
29 28
30# pkgsrc registers mime files using mimedb.mk (see below) 29# pkgsrc registers mime files using mimedb.mk (see below)
31CONFIGURE_ARGS+= --enable-packager-mode 30CONFIGURE_ARGS+= --enable-packager-mode
32 31
33# needs svg pixbuf loader at runtime 32# needs svg pixbuf loader at runtime
34DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg 33DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
35 34
36.include "options.mk" 35.include "options.mk"
37 36
38.include "../../databases/py-bsddb3/buildlink3.mk" 37.include "../../databases/py-bsddb3/buildlink3.mk"
39.include "../../graphics/gnome-icon-theme/buildlink3.mk" 38.include "../../graphics/gnome-icon-theme/buildlink3.mk"
40.include "../../lang/python/application.mk" 39.include "../../lang/python/application.mk"
41BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.10 40BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.24.0nb30
42.include "../../x11/py-gtk2/buildlink3.mk" 41.include "../../x11/py-gtk2/buildlink3.mk"
43.include "../../x11/py-gnome2/buildlink3.mk" 42.include "../../x11/py-gnome2/buildlink3.mk"
44.include "../../databases/shared-mime-info/mimedb.mk" 43.include "../../databases/shared-mime-info/mimedb.mk"
45.include "../../textproc/gnome-doc-utils/buildlink3.mk" 44.include "../../textproc/gnome-doc-utils/buildlink3.mk"
46.include "../../sysutils/desktop-file-utils/desktopdb.mk" 45.include "../../sysutils/desktop-file-utils/desktopdb.mk"
47.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/databases/gramps3/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/gramps3/Attic/PLIST 2012/11/06 18:49:17 1.10
+++ pkgsrc/databases/gramps3/Attic/PLIST 2020/02/09 17:39:44 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2012/11/06 18:49:17 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.11 2020/02/09 17:39:44 jdolecek Exp $
2bin/gramps 2bin/gramps
3man/cs/man1/gramps.1 3man/cs/man1/gramps.1
4man/fr/man1/gramps.1 4man/fr/man1/gramps.1
5man/man1/gramps.1 5man/man1/gramps.1
6man/nl/man1/gramps.1 6man/nl/man1/gramps.1
7man/pl/man1/gramps.1 7man/pl/man1/gramps.1
8man/pt_BR/man1/gramps.1 8man/pt_BR/man1/gramps.1
9man/sv/man1/gramps.1 9man/sv/man1/gramps.1
10share/application-registry/gramps.applications 10share/application-registry/gramps.applications
11share/applications/gramps.desktop 11share/applications/gramps.desktop
12share/gramps/Assistant.py 12share/gramps/Assistant.py
13share/gramps/Assistant.pyc 13share/gramps/Assistant.pyc
14share/gramps/Assistant.pyo 14share/gramps/Assistant.pyo
@@ -27,41 +27,47 @@ share/gramps/DateEdit.pyc @@ -27,41 +27,47 @@ share/gramps/DateEdit.pyc
27share/gramps/DateEdit.pyo 27share/gramps/DateEdit.pyo
28share/gramps/DateHandler/_DateDisplay.py 28share/gramps/DateHandler/_DateDisplay.py
29share/gramps/DateHandler/_DateDisplay.pyc 29share/gramps/DateHandler/_DateDisplay.pyc
30share/gramps/DateHandler/_DateDisplay.pyo 30share/gramps/DateHandler/_DateDisplay.pyo
31share/gramps/DateHandler/_DateHandler.py 31share/gramps/DateHandler/_DateHandler.py
32share/gramps/DateHandler/_DateHandler.pyc 32share/gramps/DateHandler/_DateHandler.pyc
33share/gramps/DateHandler/_DateHandler.pyo 33share/gramps/DateHandler/_DateHandler.pyo
34share/gramps/DateHandler/_DateParser.py 34share/gramps/DateHandler/_DateParser.py
35share/gramps/DateHandler/_DateParser.pyc 35share/gramps/DateHandler/_DateParser.pyc
36share/gramps/DateHandler/_DateParser.pyo 36share/gramps/DateHandler/_DateParser.pyo
37share/gramps/DateHandler/_DateUtils.py 37share/gramps/DateHandler/_DateUtils.py
38share/gramps/DateHandler/_DateUtils.pyc 38share/gramps/DateHandler/_DateUtils.pyc
39share/gramps/DateHandler/_DateUtils.pyo 39share/gramps/DateHandler/_DateUtils.pyo
 40share/gramps/DateHandler/_Date_ar.py
 41share/gramps/DateHandler/_Date_ar.pyc
 42share/gramps/DateHandler/_Date_ar.pyo
40share/gramps/DateHandler/_Date_bg.py 43share/gramps/DateHandler/_Date_bg.py
41share/gramps/DateHandler/_Date_bg.pyc 44share/gramps/DateHandler/_Date_bg.pyc
42share/gramps/DateHandler/_Date_bg.pyo 45share/gramps/DateHandler/_Date_bg.pyo
43share/gramps/DateHandler/_Date_ca.py 46share/gramps/DateHandler/_Date_ca.py
44share/gramps/DateHandler/_Date_ca.pyc 47share/gramps/DateHandler/_Date_ca.pyc
45share/gramps/DateHandler/_Date_ca.pyo 48share/gramps/DateHandler/_Date_ca.pyo
46share/gramps/DateHandler/_Date_cs.py 49share/gramps/DateHandler/_Date_cs.py
47share/gramps/DateHandler/_Date_cs.pyc 50share/gramps/DateHandler/_Date_cs.pyc
48share/gramps/DateHandler/_Date_cs.pyo 51share/gramps/DateHandler/_Date_cs.pyo
49share/gramps/DateHandler/_Date_da.py 52share/gramps/DateHandler/_Date_da.py
50share/gramps/DateHandler/_Date_da.pyc 53share/gramps/DateHandler/_Date_da.pyc
51share/gramps/DateHandler/_Date_da.pyo 54share/gramps/DateHandler/_Date_da.pyo
52share/gramps/DateHandler/_Date_de.py 55share/gramps/DateHandler/_Date_de.py
53share/gramps/DateHandler/_Date_de.pyc 56share/gramps/DateHandler/_Date_de.pyc
54share/gramps/DateHandler/_Date_de.pyo 57share/gramps/DateHandler/_Date_de.pyo
 58share/gramps/DateHandler/_Date_el.py
 59share/gramps/DateHandler/_Date_el.pyc
 60share/gramps/DateHandler/_Date_el.pyo
55share/gramps/DateHandler/_Date_es.py 61share/gramps/DateHandler/_Date_es.py
56share/gramps/DateHandler/_Date_es.pyc 62share/gramps/DateHandler/_Date_es.pyc
57share/gramps/DateHandler/_Date_es.pyo 63share/gramps/DateHandler/_Date_es.pyo
58share/gramps/DateHandler/_Date_fi.py 64share/gramps/DateHandler/_Date_fi.py
59share/gramps/DateHandler/_Date_fi.pyc 65share/gramps/DateHandler/_Date_fi.pyc
60share/gramps/DateHandler/_Date_fi.pyo 66share/gramps/DateHandler/_Date_fi.pyo
61share/gramps/DateHandler/_Date_fr.py 67share/gramps/DateHandler/_Date_fr.py
62share/gramps/DateHandler/_Date_fr.pyc 68share/gramps/DateHandler/_Date_fr.pyc
63share/gramps/DateHandler/_Date_fr.pyo 69share/gramps/DateHandler/_Date_fr.pyo
64share/gramps/DateHandler/_Date_hr.py 70share/gramps/DateHandler/_Date_hr.py
65share/gramps/DateHandler/_Date_hr.pyc 71share/gramps/DateHandler/_Date_hr.pyc
66share/gramps/DateHandler/_Date_hr.pyo 72share/gramps/DateHandler/_Date_hr.pyo
67share/gramps/DateHandler/_Date_it.py 73share/gramps/DateHandler/_Date_it.py
@@ -87,26 +93,29 @@ share/gramps/DateHandler/_Date_ru.pyc @@ -87,26 +93,29 @@ share/gramps/DateHandler/_Date_ru.pyc
87share/gramps/DateHandler/_Date_ru.pyo 93share/gramps/DateHandler/_Date_ru.pyo
88share/gramps/DateHandler/_Date_sk.py 94share/gramps/DateHandler/_Date_sk.py
89share/gramps/DateHandler/_Date_sk.pyc 95share/gramps/DateHandler/_Date_sk.pyc
90share/gramps/DateHandler/_Date_sk.pyo 96share/gramps/DateHandler/_Date_sk.pyo
91share/gramps/DateHandler/_Date_sl.py 97share/gramps/DateHandler/_Date_sl.py
92share/gramps/DateHandler/_Date_sl.pyc 98share/gramps/DateHandler/_Date_sl.pyc
93share/gramps/DateHandler/_Date_sl.pyo 99share/gramps/DateHandler/_Date_sl.pyo
94share/gramps/DateHandler/_Date_sr.py 100share/gramps/DateHandler/_Date_sr.py
95share/gramps/DateHandler/_Date_sr.pyc 101share/gramps/DateHandler/_Date_sr.pyc
96share/gramps/DateHandler/_Date_sr.pyo 102share/gramps/DateHandler/_Date_sr.pyo
97share/gramps/DateHandler/_Date_sv.py 103share/gramps/DateHandler/_Date_sv.py
98share/gramps/DateHandler/_Date_sv.pyc 104share/gramps/DateHandler/_Date_sv.pyc
99share/gramps/DateHandler/_Date_sv.pyo 105share/gramps/DateHandler/_Date_sv.pyo
 106share/gramps/DateHandler/_Date_uk.py
 107share/gramps/DateHandler/_Date_uk.pyc
 108share/gramps/DateHandler/_Date_uk.pyo
100share/gramps/DateHandler/__init__.py 109share/gramps/DateHandler/__init__.py
101share/gramps/DateHandler/__init__.pyc 110share/gramps/DateHandler/__init__.pyc
102share/gramps/DateHandler/__init__.pyo 111share/gramps/DateHandler/__init__.pyo
103share/gramps/DbState.py 112share/gramps/DbState.py
104share/gramps/DbState.pyc 113share/gramps/DbState.pyc
105share/gramps/DbState.pyo 114share/gramps/DbState.pyo
106share/gramps/DdTargets.py 115share/gramps/DdTargets.py
107share/gramps/DdTargets.pyc 116share/gramps/DdTargets.pyc
108share/gramps/DdTargets.pyo 117share/gramps/DdTargets.pyo
109share/gramps/DisplayState.py 118share/gramps/DisplayState.py
110share/gramps/DisplayState.pyc 119share/gramps/DisplayState.pyc
111share/gramps/DisplayState.pyo 120share/gramps/DisplayState.pyo
112share/gramps/Errors.py 121share/gramps/Errors.py
@@ -141,62 +150,74 @@ share/gramps/Filters/Rules/Citation/_Has @@ -141,62 +150,74 @@ share/gramps/Filters/Rules/Citation/_Has
141share/gramps/Filters/Rules/Citation/_HasNote.pyo 150share/gramps/Filters/Rules/Citation/_HasNote.pyo
142share/gramps/Filters/Rules/Citation/_HasNoteMatchingSubstringOf.py 151share/gramps/Filters/Rules/Citation/_HasNoteMatchingSubstringOf.py
143share/gramps/Filters/Rules/Citation/_HasNoteMatchingSubstringOf.pyc 152share/gramps/Filters/Rules/Citation/_HasNoteMatchingSubstringOf.pyc
144share/gramps/Filters/Rules/Citation/_HasNoteMatchingSubstringOf.pyo 153share/gramps/Filters/Rules/Citation/_HasNoteMatchingSubstringOf.pyo
145share/gramps/Filters/Rules/Citation/_HasNoteRegexp.py 154share/gramps/Filters/Rules/Citation/_HasNoteRegexp.py
146share/gramps/Filters/Rules/Citation/_HasNoteRegexp.pyc 155share/gramps/Filters/Rules/Citation/_HasNoteRegexp.pyc
147share/gramps/Filters/Rules/Citation/_HasNoteRegexp.pyo 156share/gramps/Filters/Rules/Citation/_HasNoteRegexp.pyo
148share/gramps/Filters/Rules/Citation/_HasReferenceCountOf.py 157share/gramps/Filters/Rules/Citation/_HasReferenceCountOf.py
149share/gramps/Filters/Rules/Citation/_HasReferenceCountOf.pyc 158share/gramps/Filters/Rules/Citation/_HasReferenceCountOf.pyc
150share/gramps/Filters/Rules/Citation/_HasReferenceCountOf.pyo 159share/gramps/Filters/Rules/Citation/_HasReferenceCountOf.pyo
151share/gramps/Filters/Rules/Citation/_HasSource.py 160share/gramps/Filters/Rules/Citation/_HasSource.py
152share/gramps/Filters/Rules/Citation/_HasSource.pyc 161share/gramps/Filters/Rules/Citation/_HasSource.pyc
153share/gramps/Filters/Rules/Citation/_HasSource.pyo 162share/gramps/Filters/Rules/Citation/_HasSource.pyo
 163share/gramps/Filters/Rules/Citation/_HasSourceIdOf.py
 164share/gramps/Filters/Rules/Citation/_HasSourceIdOf.pyc
 165share/gramps/Filters/Rules/Citation/_HasSourceIdOf.pyo
 166share/gramps/Filters/Rules/Citation/_HasSourceNoteRegexp.py
 167share/gramps/Filters/Rules/Citation/_HasSourceNoteRegexp.pyc
 168share/gramps/Filters/Rules/Citation/_HasSourceNoteRegexp.pyo
154share/gramps/Filters/Rules/Citation/_MatchesFilter.py 169share/gramps/Filters/Rules/Citation/_MatchesFilter.py
155share/gramps/Filters/Rules/Citation/_MatchesFilter.pyc 170share/gramps/Filters/Rules/Citation/_MatchesFilter.pyc
156share/gramps/Filters/Rules/Citation/_MatchesFilter.pyo 171share/gramps/Filters/Rules/Citation/_MatchesFilter.pyo
157share/gramps/Filters/Rules/Citation/_MatchesPageSubstringOf.py 172share/gramps/Filters/Rules/Citation/_MatchesPageSubstringOf.py
158share/gramps/Filters/Rules/Citation/_MatchesPageSubstringOf.pyc 173share/gramps/Filters/Rules/Citation/_MatchesPageSubstringOf.pyc
159share/gramps/Filters/Rules/Citation/_MatchesPageSubstringOf.pyo 174share/gramps/Filters/Rules/Citation/_MatchesPageSubstringOf.pyo
160share/gramps/Filters/Rules/Citation/_MatchesRepositoryFilter.py 175share/gramps/Filters/Rules/Citation/_MatchesRepositoryFilter.py
161share/gramps/Filters/Rules/Citation/_MatchesRepositoryFilter.pyc 176share/gramps/Filters/Rules/Citation/_MatchesRepositoryFilter.pyc
162share/gramps/Filters/Rules/Citation/_MatchesRepositoryFilter.pyo 177share/gramps/Filters/Rules/Citation/_MatchesRepositoryFilter.pyo
163share/gramps/Filters/Rules/Citation/_MatchesSourceFilter.py 178share/gramps/Filters/Rules/Citation/_MatchesSourceFilter.py
164share/gramps/Filters/Rules/Citation/_MatchesSourceFilter.pyc 179share/gramps/Filters/Rules/Citation/_MatchesSourceFilter.pyc
165share/gramps/Filters/Rules/Citation/_MatchesSourceFilter.pyo 180share/gramps/Filters/Rules/Citation/_MatchesSourceFilter.pyo
166share/gramps/Filters/Rules/Citation/_RegExpIdOf.py 181share/gramps/Filters/Rules/Citation/_RegExpIdOf.py
167share/gramps/Filters/Rules/Citation/_RegExpIdOf.pyc 182share/gramps/Filters/Rules/Citation/_RegExpIdOf.pyc
168share/gramps/Filters/Rules/Citation/_RegExpIdOf.pyo 183share/gramps/Filters/Rules/Citation/_RegExpIdOf.pyo
 184share/gramps/Filters/Rules/Citation/_RegExpSourceIdOf.py
 185share/gramps/Filters/Rules/Citation/_RegExpSourceIdOf.pyc
 186share/gramps/Filters/Rules/Citation/_RegExpSourceIdOf.pyo
169share/gramps/Filters/Rules/Citation/__init__.py 187share/gramps/Filters/Rules/Citation/__init__.py
170share/gramps/Filters/Rules/Citation/__init__.pyc 188share/gramps/Filters/Rules/Citation/__init__.pyc
171share/gramps/Filters/Rules/Citation/__init__.pyo 189share/gramps/Filters/Rules/Citation/__init__.pyo
172share/gramps/Filters/Rules/Event/_AllEvents.py 190share/gramps/Filters/Rules/Event/_AllEvents.py
173share/gramps/Filters/Rules/Event/_AllEvents.pyc 191share/gramps/Filters/Rules/Event/_AllEvents.pyc
174share/gramps/Filters/Rules/Event/_AllEvents.pyo 192share/gramps/Filters/Rules/Event/_AllEvents.pyo
175share/gramps/Filters/Rules/Event/_ChangedSince.py 193share/gramps/Filters/Rules/Event/_ChangedSince.py
176share/gramps/Filters/Rules/Event/_ChangedSince.pyc 194share/gramps/Filters/Rules/Event/_ChangedSince.pyc
177share/gramps/Filters/Rules/Event/_ChangedSince.pyo 195share/gramps/Filters/Rules/Event/_ChangedSince.pyo
178share/gramps/Filters/Rules/Event/_EventPrivate.py 196share/gramps/Filters/Rules/Event/_EventPrivate.py
179share/gramps/Filters/Rules/Event/_EventPrivate.pyc 197share/gramps/Filters/Rules/Event/_EventPrivate.pyc
180share/gramps/Filters/Rules/Event/_EventPrivate.pyo 198share/gramps/Filters/Rules/Event/_EventPrivate.pyo
181share/gramps/Filters/Rules/Event/_HasAttribute.py 199share/gramps/Filters/Rules/Event/_HasAttribute.py
182share/gramps/Filters/Rules/Event/_HasAttribute.pyc 200share/gramps/Filters/Rules/Event/_HasAttribute.pyc
183share/gramps/Filters/Rules/Event/_HasAttribute.pyo 201share/gramps/Filters/Rules/Event/_HasAttribute.pyo
184share/gramps/Filters/Rules/Event/_HasCitation.py 202share/gramps/Filters/Rules/Event/_HasCitation.py
185share/gramps/Filters/Rules/Event/_HasCitation.pyc 203share/gramps/Filters/Rules/Event/_HasCitation.pyc
186share/gramps/Filters/Rules/Event/_HasCitation.pyo 204share/gramps/Filters/Rules/Event/_HasCitation.pyo
187share/gramps/Filters/Rules/Event/_HasData.py 205share/gramps/Filters/Rules/Event/_HasData.py
188share/gramps/Filters/Rules/Event/_HasData.pyc 206share/gramps/Filters/Rules/Event/_HasData.pyc
189share/gramps/Filters/Rules/Event/_HasData.pyo 207share/gramps/Filters/Rules/Event/_HasData.pyo
 208share/gramps/Filters/Rules/Event/_HasDayOfWeek.py
 209share/gramps/Filters/Rules/Event/_HasDayOfWeek.pyc
 210share/gramps/Filters/Rules/Event/_HasDayOfWeek.pyo
190share/gramps/Filters/Rules/Event/_HasGallery.py 211share/gramps/Filters/Rules/Event/_HasGallery.py
191share/gramps/Filters/Rules/Event/_HasGallery.pyc 212share/gramps/Filters/Rules/Event/_HasGallery.pyc
192share/gramps/Filters/Rules/Event/_HasGallery.pyo 213share/gramps/Filters/Rules/Event/_HasGallery.pyo
193share/gramps/Filters/Rules/Event/_HasIdOf.py 214share/gramps/Filters/Rules/Event/_HasIdOf.py
194share/gramps/Filters/Rules/Event/_HasIdOf.pyc 215share/gramps/Filters/Rules/Event/_HasIdOf.pyc
195share/gramps/Filters/Rules/Event/_HasIdOf.pyo 216share/gramps/Filters/Rules/Event/_HasIdOf.pyo
196share/gramps/Filters/Rules/Event/_HasNote.py 217share/gramps/Filters/Rules/Event/_HasNote.py
197share/gramps/Filters/Rules/Event/_HasNote.pyc 218share/gramps/Filters/Rules/Event/_HasNote.pyc
198share/gramps/Filters/Rules/Event/_HasNote.pyo 219share/gramps/Filters/Rules/Event/_HasNote.pyo
199share/gramps/Filters/Rules/Event/_HasNoteMatchingSubstringOf.py 220share/gramps/Filters/Rules/Event/_HasNoteMatchingSubstringOf.py
200share/gramps/Filters/Rules/Event/_HasNoteMatchingSubstringOf.pyc 221share/gramps/Filters/Rules/Event/_HasNoteMatchingSubstringOf.pyc
201share/gramps/Filters/Rules/Event/_HasNoteMatchingSubstringOf.pyo 222share/gramps/Filters/Rules/Event/_HasNoteMatchingSubstringOf.pyo
202share/gramps/Filters/Rules/Event/_HasNoteRegexp.py 223share/gramps/Filters/Rules/Event/_HasNoteRegexp.py
@@ -207,26 +228,29 @@ share/gramps/Filters/Rules/Event/_HasRef @@ -207,26 +228,29 @@ share/gramps/Filters/Rules/Event/_HasRef
207share/gramps/Filters/Rules/Event/_HasReferenceCountOf.pyo 228share/gramps/Filters/Rules/Event/_HasReferenceCountOf.pyo
208share/gramps/Filters/Rules/Event/_HasSourceCount.py 229share/gramps/Filters/Rules/Event/_HasSourceCount.py
209share/gramps/Filters/Rules/Event/_HasSourceCount.pyc 230share/gramps/Filters/Rules/Event/_HasSourceCount.pyc
210share/gramps/Filters/Rules/Event/_HasSourceCount.pyo 231share/gramps/Filters/Rules/Event/_HasSourceCount.pyo
211share/gramps/Filters/Rules/Event/_HasType.py 232share/gramps/Filters/Rules/Event/_HasType.py
212share/gramps/Filters/Rules/Event/_HasType.pyc 233share/gramps/Filters/Rules/Event/_HasType.pyc
213share/gramps/Filters/Rules/Event/_HasType.pyo 234share/gramps/Filters/Rules/Event/_HasType.pyo
214share/gramps/Filters/Rules/Event/_MatchesFilter.py 235share/gramps/Filters/Rules/Event/_MatchesFilter.py
215share/gramps/Filters/Rules/Event/_MatchesFilter.pyc 236share/gramps/Filters/Rules/Event/_MatchesFilter.pyc
216share/gramps/Filters/Rules/Event/_MatchesFilter.pyo 237share/gramps/Filters/Rules/Event/_MatchesFilter.pyo
217share/gramps/Filters/Rules/Event/_MatchesPersonFilter.py 238share/gramps/Filters/Rules/Event/_MatchesPersonFilter.py
218share/gramps/Filters/Rules/Event/_MatchesPersonFilter.pyc 239share/gramps/Filters/Rules/Event/_MatchesPersonFilter.pyc
219share/gramps/Filters/Rules/Event/_MatchesPersonFilter.pyo 240share/gramps/Filters/Rules/Event/_MatchesPersonFilter.pyo
 241share/gramps/Filters/Rules/Event/_MatchesPlaceFilter.py
 242share/gramps/Filters/Rules/Event/_MatchesPlaceFilter.pyc
 243share/gramps/Filters/Rules/Event/_MatchesPlaceFilter.pyo
220share/gramps/Filters/Rules/Event/_MatchesSourceConfidence.py 244share/gramps/Filters/Rules/Event/_MatchesSourceConfidence.py
221share/gramps/Filters/Rules/Event/_MatchesSourceConfidence.pyc 245share/gramps/Filters/Rules/Event/_MatchesSourceConfidence.pyc
222share/gramps/Filters/Rules/Event/_MatchesSourceConfidence.pyo 246share/gramps/Filters/Rules/Event/_MatchesSourceConfidence.pyo
223share/gramps/Filters/Rules/Event/_MatchesSourceFilter.py 247share/gramps/Filters/Rules/Event/_MatchesSourceFilter.py
224share/gramps/Filters/Rules/Event/_MatchesSourceFilter.pyc 248share/gramps/Filters/Rules/Event/_MatchesSourceFilter.pyc
225share/gramps/Filters/Rules/Event/_MatchesSourceFilter.pyo 249share/gramps/Filters/Rules/Event/_MatchesSourceFilter.pyo
226share/gramps/Filters/Rules/Event/_RegExpIdOf.py 250share/gramps/Filters/Rules/Event/_RegExpIdOf.py
227share/gramps/Filters/Rules/Event/_RegExpIdOf.pyc 251share/gramps/Filters/Rules/Event/_RegExpIdOf.pyc
228share/gramps/Filters/Rules/Event/_RegExpIdOf.pyo 252share/gramps/Filters/Rules/Event/_RegExpIdOf.pyo
229share/gramps/Filters/Rules/Event/__init__.py 253share/gramps/Filters/Rules/Event/__init__.py
230share/gramps/Filters/Rules/Event/__init__.pyc 254share/gramps/Filters/Rules/Event/__init__.pyc
231share/gramps/Filters/Rules/Event/__init__.pyo 255share/gramps/Filters/Rules/Event/__init__.pyo
232share/gramps/Filters/Rules/Family/_AllFamilies.py 256share/gramps/Filters/Rules/Family/_AllFamilies.py
@@ -1740,26 +1764,29 @@ share/gramps/gui/editors/displaytabs/gro @@ -1740,26 +1764,29 @@ share/gramps/gui/editors/displaytabs/gro
1740share/gramps/gui/editors/displaytabs/groupembeddedlist.pyo 1764share/gramps/gui/editors/displaytabs/groupembeddedlist.pyo
1741share/gramps/gui/editors/displaytabs/ldsembedlist.py 1765share/gramps/gui/editors/displaytabs/ldsembedlist.py
1742share/gramps/gui/editors/displaytabs/ldsembedlist.pyc 1766share/gramps/gui/editors/displaytabs/ldsembedlist.pyc
1743share/gramps/gui/editors/displaytabs/ldsembedlist.pyo 1767share/gramps/gui/editors/displaytabs/ldsembedlist.pyo
1744share/gramps/gui/editors/displaytabs/ldsmodel.py 1768share/gramps/gui/editors/displaytabs/ldsmodel.py
1745share/gramps/gui/editors/displaytabs/ldsmodel.pyc 1769share/gramps/gui/editors/displaytabs/ldsmodel.pyc
1746share/gramps/gui/editors/displaytabs/ldsmodel.pyo 1770share/gramps/gui/editors/displaytabs/ldsmodel.pyo
1747share/gramps/gui/editors/displaytabs/locationembedlist.py 1771share/gramps/gui/editors/displaytabs/locationembedlist.py
1748share/gramps/gui/editors/displaytabs/locationembedlist.pyc 1772share/gramps/gui/editors/displaytabs/locationembedlist.pyc
1749share/gramps/gui/editors/displaytabs/locationembedlist.pyo 1773share/gramps/gui/editors/displaytabs/locationembedlist.pyo
1750share/gramps/gui/editors/displaytabs/locationmodel.py 1774share/gramps/gui/editors/displaytabs/locationmodel.py
1751share/gramps/gui/editors/displaytabs/locationmodel.pyc 1775share/gramps/gui/editors/displaytabs/locationmodel.pyc
1752share/gramps/gui/editors/displaytabs/locationmodel.pyo 1776share/gramps/gui/editors/displaytabs/locationmodel.pyo
 1777share/gramps/gui/editors/displaytabs/mediaattrembedlist.py
 1778share/gramps/gui/editors/displaytabs/mediaattrembedlist.pyc
 1779share/gramps/gui/editors/displaytabs/mediaattrembedlist.pyo
1753share/gramps/gui/editors/displaytabs/mediabackreflist.py 1780share/gramps/gui/editors/displaytabs/mediabackreflist.py
1754share/gramps/gui/editors/displaytabs/mediabackreflist.pyc 1781share/gramps/gui/editors/displaytabs/mediabackreflist.pyc
1755share/gramps/gui/editors/displaytabs/mediabackreflist.pyo 1782share/gramps/gui/editors/displaytabs/mediabackreflist.pyo
1756share/gramps/gui/editors/displaytabs/nameembedlist.py 1783share/gramps/gui/editors/displaytabs/nameembedlist.py
1757share/gramps/gui/editors/displaytabs/nameembedlist.pyc 1784share/gramps/gui/editors/displaytabs/nameembedlist.pyc
1758share/gramps/gui/editors/displaytabs/nameembedlist.pyo 1785share/gramps/gui/editors/displaytabs/nameembedlist.pyo
1759share/gramps/gui/editors/displaytabs/namemodel.py 1786share/gramps/gui/editors/displaytabs/namemodel.py
1760share/gramps/gui/editors/displaytabs/namemodel.pyc 1787share/gramps/gui/editors/displaytabs/namemodel.pyc
1761share/gramps/gui/editors/displaytabs/namemodel.pyo 1788share/gramps/gui/editors/displaytabs/namemodel.pyo
1762share/gramps/gui/editors/displaytabs/notebackreflist.py 1789share/gramps/gui/editors/displaytabs/notebackreflist.py
1763share/gramps/gui/editors/displaytabs/notebackreflist.pyc 1790share/gramps/gui/editors/displaytabs/notebackreflist.pyc
1764share/gramps/gui/editors/displaytabs/notebackreflist.pyo 1791share/gramps/gui/editors/displaytabs/notebackreflist.pyo
1765share/gramps/gui/editors/displaytabs/notemodel.py 1792share/gramps/gui/editors/displaytabs/notemodel.py
@@ -2049,26 +2076,29 @@ share/gramps/gui/views/treemodels/source @@ -2049,26 +2076,29 @@ share/gramps/gui/views/treemodels/source
2049share/gramps/gui/views/treemodels/sourcemodel.pyo 2076share/gramps/gui/views/treemodels/sourcemodel.pyo
2050share/gramps/gui/views/treemodels/treebasemodel.py 2077share/gramps/gui/views/treemodels/treebasemodel.py
2051share/gramps/gui/views/treemodels/treebasemodel.pyc 2078share/gramps/gui/views/treemodels/treebasemodel.pyc
2052share/gramps/gui/views/treemodels/treebasemodel.pyo 2079share/gramps/gui/views/treemodels/treebasemodel.pyo
2053share/gramps/gui/widgets/__init__.py 2080share/gramps/gui/widgets/__init__.py
2054share/gramps/gui/widgets/__init__.pyc 2081share/gramps/gui/widgets/__init__.pyc
2055share/gramps/gui/widgets/__init__.pyo 2082share/gramps/gui/widgets/__init__.pyo
2056share/gramps/gui/widgets/basicentry.py 2083share/gramps/gui/widgets/basicentry.py
2057share/gramps/gui/widgets/basicentry.pyc 2084share/gramps/gui/widgets/basicentry.pyc
2058share/gramps/gui/widgets/basicentry.pyo 2085share/gramps/gui/widgets/basicentry.pyo
2059share/gramps/gui/widgets/buttons.py 2086share/gramps/gui/widgets/buttons.py
2060share/gramps/gui/widgets/buttons.pyc 2087share/gramps/gui/widgets/buttons.pyc
2061share/gramps/gui/widgets/buttons.pyo 2088share/gramps/gui/widgets/buttons.pyo
 2089share/gramps/gui/widgets/dateentry.py
 2090share/gramps/gui/widgets/dateentry.pyc
 2091share/gramps/gui/widgets/dateentry.pyo
2062share/gramps/gui/widgets/expandcollapsearrow.py 2092share/gramps/gui/widgets/expandcollapsearrow.py
2063share/gramps/gui/widgets/expandcollapsearrow.pyc 2093share/gramps/gui/widgets/expandcollapsearrow.pyc
2064share/gramps/gui/widgets/expandcollapsearrow.pyo 2094share/gramps/gui/widgets/expandcollapsearrow.pyo
2065share/gramps/gui/widgets/grampletpane.py 2095share/gramps/gui/widgets/grampletpane.py
2066share/gramps/gui/widgets/grampletpane.pyc 2096share/gramps/gui/widgets/grampletpane.pyc
2067share/gramps/gui/widgets/grampletpane.pyo 2097share/gramps/gui/widgets/grampletpane.pyo
2068share/gramps/gui/widgets/labels.py 2098share/gramps/gui/widgets/labels.py
2069share/gramps/gui/widgets/labels.pyc 2099share/gramps/gui/widgets/labels.pyc
2070share/gramps/gui/widgets/labels.pyo 2100share/gramps/gui/widgets/labels.pyo
2071share/gramps/gui/widgets/linkbox.py 2101share/gramps/gui/widgets/linkbox.py
2072share/gramps/gui/widgets/linkbox.pyc 2102share/gramps/gui/widgets/linkbox.pyc
2073share/gramps/gui/widgets/linkbox.pyo 2103share/gramps/gui/widgets/linkbox.pyo
2074share/gramps/gui/widgets/menutoolbuttonaction.py 2104share/gramps/gui/widgets/menutoolbuttonaction.py
@@ -2392,38 +2422,35 @@ share/gramps/plugins/docgen/AsciiDoc.pyc @@ -2392,38 +2422,35 @@ share/gramps/plugins/docgen/AsciiDoc.pyc
2392share/gramps/plugins/docgen/AsciiDoc.pyo 2422share/gramps/plugins/docgen/AsciiDoc.pyo
2393share/gramps/plugins/docgen/GtkPrint.py 2423share/gramps/plugins/docgen/GtkPrint.py
2394share/gramps/plugins/docgen/GtkPrint.pyc 2424share/gramps/plugins/docgen/GtkPrint.pyc
2395share/gramps/plugins/docgen/GtkPrint.pyo 2425share/gramps/plugins/docgen/GtkPrint.pyo
2396share/gramps/plugins/docgen/HtmlDoc.py 2426share/gramps/plugins/docgen/HtmlDoc.py
2397share/gramps/plugins/docgen/HtmlDoc.pyc 2427share/gramps/plugins/docgen/HtmlDoc.pyc
2398share/gramps/plugins/docgen/HtmlDoc.pyo 2428share/gramps/plugins/docgen/HtmlDoc.pyo
2399share/gramps/plugins/docgen/LaTeXDoc.py 2429share/gramps/plugins/docgen/LaTeXDoc.py
2400share/gramps/plugins/docgen/LaTeXDoc.pyc 2430share/gramps/plugins/docgen/LaTeXDoc.pyc
2401share/gramps/plugins/docgen/LaTeXDoc.pyo 2431share/gramps/plugins/docgen/LaTeXDoc.pyo
2402share/gramps/plugins/docgen/ODFDoc.py 2432share/gramps/plugins/docgen/ODFDoc.py
2403share/gramps/plugins/docgen/ODFDoc.pyc 2433share/gramps/plugins/docgen/ODFDoc.pyc
2404share/gramps/plugins/docgen/ODFDoc.pyo 2434share/gramps/plugins/docgen/ODFDoc.pyo
2405share/gramps/plugins/docgen/PSDrawDoc.py 
2406share/gramps/plugins/docgen/PSDrawDoc.pyc 
2407share/gramps/plugins/docgen/PSDrawDoc.pyo 
2408share/gramps/plugins/docgen/PdfDoc.py 
2409share/gramps/plugins/docgen/PdfDoc.pyc 
2410share/gramps/plugins/docgen/PdfDoc.pyo 
2411share/gramps/plugins/docgen/RTFDoc.py 2435share/gramps/plugins/docgen/RTFDoc.py
2412share/gramps/plugins/docgen/RTFDoc.pyc 2436share/gramps/plugins/docgen/RTFDoc.pyc
2413share/gramps/plugins/docgen/RTFDoc.pyo 2437share/gramps/plugins/docgen/RTFDoc.pyo
2414share/gramps/plugins/docgen/SvgDrawDoc.py 2438share/gramps/plugins/docgen/SvgDrawDoc.py
2415share/gramps/plugins/docgen/SvgDrawDoc.pyc 2439share/gramps/plugins/docgen/SvgDrawDoc.pyc
2416share/gramps/plugins/docgen/SvgDrawDoc.pyo 2440share/gramps/plugins/docgen/SvgDrawDoc.pyo
 2441share/gramps/plugins/docgen/cairodoc.py
 2442share/gramps/plugins/docgen/cairodoc.pyc
 2443share/gramps/plugins/docgen/cairodoc.pyo
2417share/gramps/plugins/docgen/docgen.gpr.py 2444share/gramps/plugins/docgen/docgen.gpr.py
2418share/gramps/plugins/docgen/docgen.gpr.pyc 2445share/gramps/plugins/docgen/docgen.gpr.pyc
2419share/gramps/plugins/docgen/docgen.gpr.pyo 2446share/gramps/plugins/docgen/docgen.gpr.pyo
2420share/gramps/plugins/docgen/gtkprint.glade 2447share/gramps/plugins/docgen/gtkprint.glade
2421share/gramps/plugins/drawreport/AncestorTree.py 2448share/gramps/plugins/drawreport/AncestorTree.py
2422share/gramps/plugins/drawreport/AncestorTree.pyc 2449share/gramps/plugins/drawreport/AncestorTree.pyc
2423share/gramps/plugins/drawreport/AncestorTree.pyo 2450share/gramps/plugins/drawreport/AncestorTree.pyo
2424share/gramps/plugins/drawreport/Calendar.py 2451share/gramps/plugins/drawreport/Calendar.py
2425share/gramps/plugins/drawreport/Calendar.pyc 2452share/gramps/plugins/drawreport/Calendar.pyc
2426share/gramps/plugins/drawreport/Calendar.pyo 2453share/gramps/plugins/drawreport/Calendar.pyo
2427share/gramps/plugins/drawreport/DescendTree.py 2454share/gramps/plugins/drawreport/DescendTree.py
2428share/gramps/plugins/drawreport/DescendTree.pyc 2455share/gramps/plugins/drawreport/DescendTree.pyc
2429share/gramps/plugins/drawreport/DescendTree.pyo 2456share/gramps/plugins/drawreport/DescendTree.pyo
@@ -2465,29 +2492,26 @@ share/gramps/plugins/export/ExportXml.py @@ -2465,29 +2492,26 @@ share/gramps/plugins/export/ExportXml.py
2465share/gramps/plugins/export/ExportXml.pyo 2492share/gramps/plugins/export/ExportXml.pyo
2466share/gramps/plugins/export/export.gpr.py 2493share/gramps/plugins/export/export.gpr.py
2467share/gramps/plugins/export/export.gpr.pyc 2494share/gramps/plugins/export/export.gpr.pyc
2468share/gramps/plugins/export/export.gpr.pyo 2495share/gramps/plugins/export/export.gpr.pyo
2469share/gramps/plugins/gramplet/AgeOnDateGramplet.py 2496share/gramps/plugins/gramplet/AgeOnDateGramplet.py
2470share/gramps/plugins/gramplet/AgeOnDateGramplet.pyc 2497share/gramps/plugins/gramplet/AgeOnDateGramplet.pyc
2471share/gramps/plugins/gramplet/AgeOnDateGramplet.pyo 2498share/gramps/plugins/gramplet/AgeOnDateGramplet.pyo
2472share/gramps/plugins/gramplet/AgeStats.py 2499share/gramps/plugins/gramplet/AgeStats.py
2473share/gramps/plugins/gramplet/AgeStats.pyc 2500share/gramps/plugins/gramplet/AgeStats.pyc
2474share/gramps/plugins/gramplet/AgeStats.pyo 2501share/gramps/plugins/gramplet/AgeStats.pyo
2475share/gramps/plugins/gramplet/Attributes.py 2502share/gramps/plugins/gramplet/Attributes.py
2476share/gramps/plugins/gramplet/Attributes.pyc 2503share/gramps/plugins/gramplet/Attributes.pyc
2477share/gramps/plugins/gramplet/Attributes.pyo 2504share/gramps/plugins/gramplet/Attributes.pyo
2478share/gramps/plugins/gramplet/AttributesGramplet.py 
2479share/gramps/plugins/gramplet/AttributesGramplet.pyc 
2480share/gramps/plugins/gramplet/AttributesGramplet.pyo 
2481share/gramps/plugins/gramplet/Backlinks.py 2505share/gramps/plugins/gramplet/Backlinks.py
2482share/gramps/plugins/gramplet/Backlinks.pyc 2506share/gramps/plugins/gramplet/Backlinks.pyc
2483share/gramps/plugins/gramplet/Backlinks.pyo 2507share/gramps/plugins/gramplet/Backlinks.pyo
2484share/gramps/plugins/gramplet/CalendarGramplet.py 2508share/gramps/plugins/gramplet/CalendarGramplet.py
2485share/gramps/plugins/gramplet/CalendarGramplet.pyc 2509share/gramps/plugins/gramplet/CalendarGramplet.pyc
2486share/gramps/plugins/gramplet/CalendarGramplet.pyo 2510share/gramps/plugins/gramplet/CalendarGramplet.pyo
2487share/gramps/plugins/gramplet/Children.py 2511share/gramps/plugins/gramplet/Children.py
2488share/gramps/plugins/gramplet/Children.pyc 2512share/gramps/plugins/gramplet/Children.pyc
2489share/gramps/plugins/gramplet/Children.pyo 2513share/gramps/plugins/gramplet/Children.pyo
2490share/gramps/plugins/gramplet/Citations.py 2514share/gramps/plugins/gramplet/Citations.py
2491share/gramps/plugins/gramplet/Citations.pyc 2515share/gramps/plugins/gramplet/Citations.pyc
2492share/gramps/plugins/gramplet/Citations.pyo 2516share/gramps/plugins/gramplet/Citations.pyo
2493share/gramps/plugins/gramplet/DescendGramplet.py 2517share/gramps/plugins/gramplet/DescendGramplet.py
@@ -2782,26 +2806,29 @@ share/gramps/plugins/rel/rel_pt.pyc @@ -2782,26 +2806,29 @@ share/gramps/plugins/rel/rel_pt.pyc
2782share/gramps/plugins/rel/rel_pt.pyo 2806share/gramps/plugins/rel/rel_pt.pyo
2783share/gramps/plugins/rel/rel_ru.py 2807share/gramps/plugins/rel/rel_ru.py
2784share/gramps/plugins/rel/rel_ru.pyc 2808share/gramps/plugins/rel/rel_ru.pyc
2785share/gramps/plugins/rel/rel_ru.pyo 2809share/gramps/plugins/rel/rel_ru.pyo
2786share/gramps/plugins/rel/rel_sk.py 2810share/gramps/plugins/rel/rel_sk.py
2787share/gramps/plugins/rel/rel_sk.pyc 2811share/gramps/plugins/rel/rel_sk.pyc
2788share/gramps/plugins/rel/rel_sk.pyo 2812share/gramps/plugins/rel/rel_sk.pyo
2789share/gramps/plugins/rel/rel_sl.py 2813share/gramps/plugins/rel/rel_sl.py
2790share/gramps/plugins/rel/rel_sl.pyc 2814share/gramps/plugins/rel/rel_sl.pyc
2791share/gramps/plugins/rel/rel_sl.pyo 2815share/gramps/plugins/rel/rel_sl.pyo
2792share/gramps/plugins/rel/rel_sv.py 2816share/gramps/plugins/rel/rel_sv.py
2793share/gramps/plugins/rel/rel_sv.pyc 2817share/gramps/plugins/rel/rel_sv.pyc
2794share/gramps/plugins/rel/rel_sv.pyo 2818share/gramps/plugins/rel/rel_sv.pyo
 2819share/gramps/plugins/rel/rel_uk.py
 2820share/gramps/plugins/rel/rel_uk.pyc
 2821share/gramps/plugins/rel/rel_uk.pyo
2795share/gramps/plugins/rel/relplugins.gpr.py 2822share/gramps/plugins/rel/relplugins.gpr.py
2796share/gramps/plugins/rel/relplugins.gpr.pyc 2823share/gramps/plugins/rel/relplugins.gpr.pyc
2797share/gramps/plugins/rel/relplugins.gpr.pyo 2824share/gramps/plugins/rel/relplugins.gpr.pyo
2798share/gramps/plugins/sidebar/categorysidebar.py 2825share/gramps/plugins/sidebar/categorysidebar.py
2799share/gramps/plugins/sidebar/categorysidebar.pyc 2826share/gramps/plugins/sidebar/categorysidebar.pyc
2800share/gramps/plugins/sidebar/categorysidebar.pyo 2827share/gramps/plugins/sidebar/categorysidebar.pyo
2801share/gramps/plugins/sidebar/sidebar.gpr.py 2828share/gramps/plugins/sidebar/sidebar.gpr.py
2802share/gramps/plugins/sidebar/sidebar.gpr.pyc 2829share/gramps/plugins/sidebar/sidebar.gpr.pyc
2803share/gramps/plugins/sidebar/sidebar.gpr.pyo 2830share/gramps/plugins/sidebar/sidebar.gpr.pyo
2804share/gramps/plugins/textreport/AlphabeticalIndex.py 2831share/gramps/plugins/textreport/AlphabeticalIndex.py
2805share/gramps/plugins/textreport/AlphabeticalIndex.pyc 2832share/gramps/plugins/textreport/AlphabeticalIndex.pyc
2806share/gramps/plugins/textreport/AlphabeticalIndex.pyo 2833share/gramps/plugins/textreport/AlphabeticalIndex.pyo
2807share/gramps/plugins/textreport/AncestorReport.py 2834share/gramps/plugins/textreport/AncestorReport.py

cvs diff -r1.16 -r1.17 pkgsrc/databases/gramps3/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/gramps3/Attic/distinfo 2015/11/03 01:56:12 1.16
+++ pkgsrc/databases/gramps3/Attic/distinfo 2020/02/09 17:39:44 1.17
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.16 2015/11/03 01:56:12 agc Exp $ 1$NetBSD: distinfo,v 1.17 2020/02/09 17:39:44 jdolecek Exp $
2 2
3SHA1 (gramps-3.4.4.tar.gz) = 6f03fdcd0754d674141821cddd3bd9bf42c24eb7 3SHA1 (gramps-3.4.9.tar.gz) = d391e3b48948b9fbee1d9bed0eff17febafa9a6a
4RMD160 (gramps-3.4.4.tar.gz) = fbca939dc4f60c72cb756d358fa2d39c6b99d164 4RMD160 (gramps-3.4.9.tar.gz) = fc6871ae0b0c6b2c0e6c7562c48c6f4652d5b66a
5SHA512 (gramps-3.4.4.tar.gz) = ab68fd56fc47fea4fef8f9e35e4ff2c4d6017fa6018d4a0cf581b066b89008e56bd7b46a67588ffab7894fb2a3a07a38584d4cdfb36d0d10450fd40fade67b73 5SHA512 (gramps-3.4.9.tar.gz) = f15481b3791a98568a0a7f734ef5eb9a1149cf76c5e83f1270eee41bcf3518713391cb271a54177e6e6bbaf78da098d7a7a2a807266c971c1331dbb9d29d5fbb
6Size (gramps-3.4.4.tar.gz) = 10613997 bytes 6Size (gramps-3.4.9.tar.gz) = 10190446 bytes
7SHA1 (patch-ba) = b4add24876919055750c62f29ef065c481cdd33c 7SHA1 (patch-ba) = b4add24876919055750c62f29ef065c481cdd33c