Import gramps-2.2.8

GRAMPS is the Genealogical Research and Analysis Management Program
System. In other words, it is a personal genealogy program letting you
store, edit, and research genealogical data using the powers of your
computer.
GRAMPS makes every effort to maintain compatibility with GEDCOM, the
general standard of recording genealogical information. We have import
and export filters that enable GRAMPS to read and write GEDCOM files.


ok jasper@
This commit is contained in:
ajacoutot 2007-07-13 20:03:36 +00:00
parent df054a8807
commit 77e7385342
7 changed files with 1787 additions and 0 deletions

38
misc/gramps/Makefile Normal file
View File

@ -0,0 +1,38 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/13 20:03:36 ajacoutot Exp $
COMMENT= genealogical research and analysis management program system
DISTNAME= gramps-2.2.8
CATEGORIES= misc x11
HOMEPAGE= http://www.gramps-project.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
MODULES= lang/python
BUILD_DEPENDS= :py-gnome-*:x11/gnome/py-gnome \
:gnome-doc-utils-*:x11/gnome/doc-utils \
:p5-XML-Parser-*:textproc/p5-XML-Parser
RUN_DEPENDS= :py-gnome-*:x11/gnome/py-gnome \
:python-bsddb-${MODPY_VERSION}*:lang/python/${MODPY_VERSION},-bsddb \
:py-reportlab-*:print/py-reportlab/reportlab \
:graphviz-*:math/graphviz \
:shared-mime-info-*:misc/shared-mime-info \
:desktop-file-utils-*:devel/desktop-file-utils
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --prefix=${PREFIX} \
--localedir=${LOCALBASE}/share/locale \
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gramps \
--disable-scrollkeeper \
--disable-schemas-install
.include <bsd.port.mk>

5
misc/gramps/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (gramps-2.2.8.tar.gz) = l2nuQewJ17VagFlArCCJTQ==
RMD160 (gramps-2.2.8.tar.gz) = lSfidhKjKe2vlwbFgA3TJam+Lsg=
SHA1 (gramps-2.2.8.tar.gz) = ferAo/UYg6kb7E1nAg8uq/X07H4=
SHA256 (gramps-2.2.8.tar.gz) = foNWjgOgHtl76fLE7lWWuJ6WK1vLhfBRSHUUD3jv+cA=
SIZE (gramps-2.2.8.tar.gz) = 16942280

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/07/13 20:03:38 ajacoutot Exp $
--- Makefile.in.orig Thu Jul 12 14:27:34 2007
+++ Makefile.in Thu Jul 12 14:27:44 2007
@@ -259,7 +259,7 @@ EXTRA_DIST = \
config.sub config.guess gnome-doc-utils.make
bin_SCRIPTS = gramps
-dist_pkgdata_DATA = COPYING
+dist_pkgdata_DATA =
distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)'
DISTCLEANFILES = intltool-extract intltool-merge intltool-update \
gnome-doc-utils.make

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-data_Makefile_in,v 1.1.1.1 2007/07/13 20:03:38 ajacoutot Exp $
--- data/Makefile.in.orig Thu Jul 12 13:18:29 2007
+++ data/Makefile.in Thu Jul 12 13:19:10 2007
@@ -320,7 +320,7 @@ CLEANFILES = \
# or disable both in a packager mode
GCONF_SCHEMAS_INSTALLATION = $(am__append_1)
GCONF_SCHEMAS_UNINSTALLATION = $(am__append_2)
-SHARED_MIME_INSTALLATION = $(am__append_3)
+SHARED_MIME_INSTALLATION =
SHARED_MIME_UNINSTALLATION = $(am__append_4)
all: all-recursive

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-data_man_Makefile_in,v 1.1.1.1 2007/07/13 20:03:38 ajacoutot Exp $
--- data/man/Makefile.in.orig Thu Jul 12 13:20:22 2007
+++ data/man/Makefile.in Thu Jul 12 13:20:31 2007
@@ -226,7 +226,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-SUBDIRS = fr
+SUBDIRS =
man_IN_FILES = gramps.1.in
man_MANS = $(man_IN_FILES:.1.in=.1)
EXTRA_DIST = $(man_MANS) $(man_IN_FILES)

7
misc/gramps/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
GRAMPS is the Genealogical Research and Analysis Management Program
System. In other words, it is a personal genealogy program letting you
store, edit, and research genealogical data using the powers of your
computer.
GRAMPS makes every effort to maintain compatibility with GEDCOM, the
general standard of recording genealogical information. We have import
and export filters that enable GRAMPS to read and write GEDCOM files.

1701
misc/gramps/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff