Ticket #24258: gramps-3.2.0.diff
File gramps-3.2.0.diff, 2.1 KB (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
1 # -*- 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 3 4 4 5 name gramps 5 version 3. 0.46 version 3.2.0 6 7 categories gnome science python genealogy 7 8 platforms darwin … … 15 16 advanced capabilities for research, analysis, and \ 16 17 correlation to potentially fill relationship gaps. \ 17 18 NOTE 1: Some users have experienced problems importing \ 18 databases from Gramp version 2. It is advised that \19 databases from Gramps version 2 or from 3.1.x. It is advised that \ 19 20 databases are exported from Gramps version 2 in \ 20 21 Gramps XML format before updating to Gramps version 3. \ 21 22 The Gramps XML export from version 2 can then be imported \ 22 23 into gramps 3 if the automatic database upgrade does not \ 23 24 work.\ 24 25 NOTE 2: The WriteCD plugin is unavailable. This relies on \ 25 GNOME and has not been made to work on OS X. 26 GNOME and has not been made to work on OS X. \ 27 NOTE 3: The spelling checker is not installed because \ 28 there is no port of the python bindings to gtkspell. \ 29 NOTE 4: The Geographic View is not available because \ 30 webkit-gtk does not build under MacPorts (ticket #23464) 26 31 27 32 homepage http://www.gramps-project.org/ 28 33 master_sites sourceforge:gramps 29 checksums md5 7d27020f391ba333b8a9bd490e5bf56e\30 sha1 42501cb29b7b6b60006db0ded4a732e838becd45\31 rmd160 2b5da63a67b814ef43ceb555351dd0930dfc32a7 34 checksums md5 38f905162c9f3064e46397d9907492f7 \ 35 sha1 f9e334bba254072a86c55cf8e153e3f10bb8cbfb \ 36 rmd160 3d2bc442942e6d7e92589d84a86e9f06745d1a49 32 37 33 patchfiles patch-configure34 35 38 configure.args --disable-mime-install \ 36 39 --disable-scrollkeeper 37 40