2018-11-14 23:20:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.69 2018/11/14 22:21:11 kleink Exp $
|
2008-06-19 00:21:12 +02:00
|
|
|
|
Update to 3.4.4:
2013-05-15
Version 3.4.4 of Gramps! "The Ministry of Silly Names", a maintenance release.
* infinite recursion bug in narrative web generation
* protection on family trees when using version 3.4 and 4.0 on the same PC (road to 4.0)
* merging notes of media with citations now works
* crash during Calculate Preview of a filtered XML export
* fix annoying errors on navigation related to citations gramplet and tag object.
* listing the Family Trees can corrupt them.
* various fix around handling Gedcom file format
* fix citations and sources import on ProGen format
* better date handling and better alternate translation support on some textual reports according to locale under windows
* avoid Errors when setting wrong value as markup for invalid dates (Preferences)
* fix paragraph layout on PDF format or print output
* New: New-Zealand holidays
* Polish and backport code on XML import (road to 4.0)
* Regular expression rules now use search rather than match, fix design issues on regex filter rules
* Disable/Enable indent spouse on descendants tree
* fix regular expressions on Place filter rule
* consistency on cli arguments (road to 4.0)
* fix call of non-existant process on references proxy, enhanced tests on proxy filter
* fix NarWeb creation via cli for some non-english locales
* Various updated translations: ca, de, fr, it, nl, pt_BR, ru, sv, uk
2014-01-02 20:01:54 +01:00
|
|
|
DISTNAME= gramps-3.4.4
|
2018-11-14 23:20:58 +01:00
|
|
|
PKGREVISION= 13
|
2008-06-19 00:21:12 +02:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
|
|
|
|
|
2018-08-19 22:16:39 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-09-30 09:42:09 +02:00
|
|
|
HOMEPAGE= https://gramps-project.org/
|
2008-06-19 00:21:12 +02:00
|
|
|
COMMENT= Genealogical Research and Analysis Management Programming System V3
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
Version 3.1.2 -- the "Skip the impersonations" release.
* Contains translation updates and small bug fixes. No new features.
* ca, cs, de, fr, he, it, nb, nl, pl, pt_br, ru, sk, sv,
* fixes a failure in 'Check & Repair Database'
* fixes to Gramplets
* fixes to CLI regressions
* fixes to Latin1 characterset in Graphviz reports
* fixes to many reports
* fixes to the clipboard
* fixes to NarrativeWeb
* fixes to importing from older XML files
* fixes to ensure GRAMPS continues to run on newver versions of Python
2009-09-13 16:43:01 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2008-06-19 00:21:12 +02:00
|
|
|
|
2012-11-06 19:49:17 +01:00
|
|
|
#DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
|
2008-06-19 00:21:12 +02:00
|
|
|
|
|
|
|
USE_TOOLS+= msgfmt pkg-config intltool msgconv
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2018-07-03 07:03:01 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-ORBit via py-gnome2, py-gtk2
|
2014-01-25 11:29:56 +01:00
|
|
|
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
Version 3.1.2 -- the "Skip the impersonations" release.
* Contains translation updates and small bug fixes. No new features.
* ca, cs, de, fr, he, it, nb, nl, pl, pt_br, ru, sk, sv,
* fixes a failure in 'Check & Repair Database'
* fixes to Gramplets
* fixes to CLI regressions
* fixes to Latin1 characterset in Graphviz reports
* fixes to many reports
* fixes to the clipboard
* fixes to NarrativeWeb
* fixes to importing from older XML files
* fixes to ensure GRAMPS continues to run on newver versions of Python
2009-09-13 16:43:01 +02:00
|
|
|
REPLACE_PYTHON= src/DateHandler/_Date_fr.py
|
|
|
|
REPLACE_PYTHON+= src/plugins/quickview/Reporef.py
|
|
|
|
REPLACE_PYTHON+= src/plugins/rel/rel_fr.py
|
Update to 3.4.1:
2012-08-23
Version 3.4.1 -- The "A tiger? In Africa?!" bug fix release.
Mention in the release that upgrading is advised for two critical issues:
-> error in export to xml of family order in 3.4.0, now fixed
-> crash in windows after some use due to too much terminal output in 3.4.0, now fixed
* Some platform-specific fixes (Windows, OSX)
* Bug fixes
* Translation updates
* Changelog: http://www.gramps-project.org/bugs/changelog_page.php?version_id=31
2012-05-21
Version 3.4.0 -- The "always look on the bright side of life" feature release.
* Lots of changes and bug fixes to every part of Gramps, including XML
import/export, image handling, gedom handling, Gramplets, date handling,
citations, reports, more!
* Some platform-specific fixes (Windows, OSX, Linux)
* What's new (and what to do before you upgrade): http://goo.gl/K3RDV
* Roadmap: http://goo.gl/GJhjH
* Many translation updates
2012-09-13 21:56:54 +02:00
|
|
|
REPLACE_PYTHON+= src/PlaceUtils.py
|
|
|
|
REPLACE_PYTHON+= src/plugins/gramplet/MetadataViewer.py
|
|
|
|
REPLACE_PYTHON+= src/plugins/lib/libhtml.py
|
|
|
|
REPLACE_PYTHON+= src/plugins/lib/libmetadata.py
|
|
|
|
REPLACE_PYTHON+= src/plugins/webreport/WebCal.py
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
Version 3.1.2 -- the "Skip the impersonations" release.
* Contains translation updates and small bug fixes. No new features.
* ca, cs, de, fr, he, it, nb, nl, pl, pt_br, ru, sk, sv,
* fixes a failure in 'Check & Repair Database'
* fixes to Gramplets
* fixes to CLI regressions
* fixes to Latin1 characterset in Graphviz reports
* fixes to many reports
* fixes to the clipboard
* fixes to NarrativeWeb
* fixes to importing from older XML files
* fixes to ensure GRAMPS continues to run on newver versions of Python
2009-09-13 16:43:01 +02:00
|
|
|
|
|
|
|
# pkgsrc registers mime files using mimedb.mk (see below)
|
|
|
|
CONFIGURE_ARGS+= --enable-packager-mode
|
2008-06-19 00:21:12 +02:00
|
|
|
|
2012-08-14 20:12:44 +02:00
|
|
|
# needs svg pixbuf loader at runtime
|
|
|
|
DEPENDS+= librsvg-[0-9]*:../../graphics/librsvg
|
|
|
|
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
Version 3.1.2 -- the "Skip the impersonations" release.
* Contains translation updates and small bug fixes. No new features.
* ca, cs, de, fr, he, it, nb, nl, pl, pt_br, ru, sk, sv,
* fixes a failure in 'Check & Repair Database'
* fixes to Gramplets
* fixes to CLI regressions
* fixes to Latin1 characterset in Graphviz reports
* fixes to many reports
* fixes to the clipboard
* fixes to NarrativeWeb
* fixes to importing from older XML files
* fixes to ensure GRAMPS continues to run on newver versions of Python
2009-09-13 16:43:01 +02:00
|
|
|
.include "options.mk"
|
2008-06-19 00:21:12 +02:00
|
|
|
|
|
|
|
.include "../../databases/py-bsddb3/buildlink3.mk"
|
2010-10-20 22:26:29 +02:00
|
|
|
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
|
2008-06-19 00:21:12 +02:00
|
|
|
.include "../../lang/python/application.mk"
|
Update to 3.1.2. Set LICENSE. Clean up. Make optional parts options.
Version 3.1.2 -- the "Skip the impersonations" release.
* Contains translation updates and small bug fixes. No new features.
* ca, cs, de, fr, he, it, nb, nl, pl, pt_br, ru, sk, sv,
* fixes a failure in 'Check & Repair Database'
* fixes to Gramplets
* fixes to CLI regressions
* fixes to Latin1 characterset in Graphviz reports
* fixes to many reports
* fixes to the clipboard
* fixes to NarrativeWeb
* fixes to importing from older XML files
* fixes to ensure GRAMPS continues to run on newver versions of Python
2009-09-13 16:43:01 +02:00
|
|
|
BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.10
|
2008-06-19 00:21:12 +02:00
|
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
|
|
.include "../../x11/py-gnome2/buildlink3.mk"
|
|
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
|
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
2008-06-23 17:44:14 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2008-06-19 00:21:12 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|