| 1 | # $Id: Portfile 28793 2007-09-09 00:33:21Z yves@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name gramps |
|---|
| 6 | version 3.0.1 |
|---|
| 7 | categories gnome science python genealogy |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers rjt-gramps@thegrindstone.me.uk |
|---|
| 10 | |
|---|
| 11 | description GRAMPS is a genealogy program |
|---|
| 12 | |
|---|
| 13 | long_description GRAMPS is a genealogy program to store, edit, \ |
|---|
| 14 | and research genealogical data. It provides \ |
|---|
| 15 | advanced capabilities for research, analysis, and \ |
|---|
| 16 | correlation to potentially fill relationship gaps. \ |
|---|
| 17 | NOTE1: Some users have experienced problems importing \ |
|---|
| 18 | databases from Gramp version 2. It is adviced that \ |
|---|
| 19 | databases are exported from Gramps version 2 in \ |
|---|
| 20 | Gramps XML format before updating to Gramps version 3. \ |
|---|
| 21 | The Gramps XML export from version 2 can then be imported \ |
|---|
| 22 | into gramps 3 if the automatic database upgrade does not \ |
|---|
| 23 | work.\ |
|---|
| 24 | NOTE2: The WriteCD plugin is unavailable. This relies on \ |
|---|
| 25 | GNOME and has not been made to work on OS X. |
|---|
| 26 | |
|---|
| 27 | homepage http://www.gramps-project.org/ |
|---|
| 28 | master_sites sourceforge:gramps |
|---|
| 29 | checksums md5 95109ffa408bd16870885b4627f357ae |
|---|
| 30 | |
|---|
| 31 | patchfiles patch-configure |
|---|
| 32 | |
|---|
| 33 | configure.args --disable-mime-install \ |
|---|
| 34 | --disable-scrollkeeper |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | configure.env PYTHON=${prefix}/bin/python2.5 \ |
|---|
| 38 | GMSGFMT=${prefix}/bin/msgfmt |
|---|
| 39 | |
|---|
| 40 | depends_lib bin:update-mime-database:shared-mime-info \ |
|---|
| 41 | port:py25-gtk \ |
|---|
| 42 | port:py25-gnome \ |
|---|
| 43 | port:py25-bsddb \ |
|---|
| 44 | port:py25-hashlib \ |
|---|
| 45 | port:py25-zlib \ |
|---|
| 46 | port:gtkspell2 \ |
|---|
| 47 | port:aspell-dict-en \ |
|---|
| 48 | port:gnome-python-extras |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | post-activate { |
|---|
| 52 | system "update-mime-database ${prefix}/share/mime" |
|---|
| 53 | system "scrollkeeper-update" |
|---|
| 54 | } |
|---|
| 55 | |
|---|