Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2018 14:47:16 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487050 - in head/databases: . gom
Message-ID:  <201812091447.wB9ElGj6013100@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun Dec  9 14:47:15 2018
New Revision: 487050
URL: https://svnweb.freebsd.org/changeset/ports/487050

Log:
  Add gom.
  
  Gom provides an object mapper from GObjects to SQLite.

Added:
  head/databases/gom/
  head/databases/gom/Makefile   (contents, props changed)
  head/databases/gom/distinfo   (contents, props changed)
  head/databases/gom/pkg-descr   (contents, props changed)
  head/databases/gom/pkg-plist   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sun Dec  9 14:21:17 2018	(r487049)
+++ head/databases/Makefile	Sun Dec  9 14:47:15 2018	(r487050)
@@ -98,6 +98,7 @@
     SUBDIR += gnats4
     SUBDIR += gnatsweb4
     SUBDIR += go-carbon
+    SUBDIR += gom
     SUBDIR += gomdb
     SUBDIR += gosqlite3
     SUBDIR += gqlplus

Added: head/databases/gom/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/gom/Makefile	Sun Dec  9 14:47:15 2018	(r487050)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	gom
+PORTVERSION=	0.3.3
+CATEGORIES=	databases gnome
+MASTER_SITES=	GNOME
+
+MAINTAINER=	gnome@FreeBSD.org
+COMMENT=	GObject Data Mapper
+
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		gnome meson pkgconfig python:3.4+ sqlite tar:xz
+USE_GNOME=	gdkpixbuf2 glib20 introspection pygobject3
+
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/databases/gom/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/gom/distinfo	Sun Dec  9 14:47:15 2018	(r487050)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1544364106
+SHA256 (gom-0.3.3.tar.xz) = ac57e34b5fe273ed306efaeabb346712c264e341502913044a782cdf8c1036d8
+SIZE (gom-0.3.3.tar.xz) = 101580

Added: head/databases/gom/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/gom/pkg-descr	Sun Dec  9 14:47:15 2018	(r487050)
@@ -0,0 +1,5 @@
+This is an attempt to make a DataMapper for GObject. Mostly because I'm
+sick of doing this by hand in C. It would be cool if it would work across
+language boundries using GObject Introspection too.
+
+WWW: https://wiki.gnome.org/Projects/Gom

Added: head/databases/gom/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/gom/pkg-plist	Sun Dec  9 14:47:15 2018	(r487050)
@@ -0,0 +1,19 @@
+include/gom-1.0/gom/gom-adapter.h
+include/gom-1.0/gom/gom-autocleanups.h
+include/gom-1.0/gom/gom-command-builder.h
+include/gom-1.0/gom/gom-command.h
+include/gom-1.0/gom/gom-cursor.h
+include/gom-1.0/gom/gom-error.h
+include/gom-1.0/gom/gom-filter.h
+include/gom-1.0/gom/gom-repository.h
+include/gom-1.0/gom/gom-resource-group.h
+include/gom-1.0/gom/gom-resource.h
+include/gom-1.0/gom/gom-sorting.h
+include/gom-1.0/gom/gom.h
+lib/girepository-1.0/Gom-1.0.typelib
+lib/libgom-1.0.so
+lib/libgom-1.0.so.0
+lib/libgom-1.0.so.0.1.0
+lib/python3.6/site-packages/gi/overrides/Gom.py
+libdata/pkgconfig/gom-1.0.pc
+share/gir-1.0/Gom-1.0.gir



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812091447.wB9ElGj6013100>