Source
For detailed backup instructions, see the online Gramps documentation at https://www.gramps-project.org/wiki/index.php?title=How_to_make_a_backup
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
github.setup gramps-project gramps 5.0.2 v
PortGroup python 1.0
license GPL-2
categories genealogy python
platforms darwin
supported_archs noarch
maintainers {devans @dbevans} openmaintainer
description Gramps is a genealogy program
long_description Gramps is a genealogy program to store, edit, \
and research genealogical data. It provides \
advanced capabilities for research, analysis, and \
correlation to potentially fill relationship gaps.
homepage https://www.gramps-project.org/
checksums rmd160 e1ad5955a7e1e98cf94de5d31a5a4cfebdd23880 \
sha256 76c821b262c2f947a7c3796f744cf23b36c98233fe9e1c001128d8db0741aaf5 \
size 16707934
depends_build-append port:intltool
depends_lib-append path:bin/dot:graphviz \
port:desktop-file-utils \
port:gexiv2 \
port:ghostscript \
port:goocanvas2 \
port:gtk3 \
port:gtkspell3 \
port:osm-gps-map \
port:shared-mime-info \
port:xdg-utils
depends_run port:adwaita-icon-theme
patchfiles patch-gramps-gen-utils-resourcepath.py.diff
# versions 4.2.0+ only support python 3
variant python35 conflicts python36 python37 description {Use Python 3.5} {
python.default_version 35
depends_lib-append port:py35-bsddb3 \
port:py35-gobject3 \
port:py35-Pillow \
port:py35-pyicu
}
variant python36 conflicts python35 python37 description {Use Python 3.6} {
python.default_version 36
depends_lib-append port:py36-bsddb3 \
port:py36-gobject3 \
port:py36-Pillow \
port:py36-pyicu
}