---
name: gadfly
version: 1.0.0_4
origin: databases/gadfly
comment: An SQL database written in Python
arch: freebsd:9:x86:64
www: http://gadfly.sourceforge.net/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 1541779
desc: |
  Gadfly is a relational database management system which uses a
  large subset of very standard SQL as its query language and Python
  modules and optional Python/C extension modules as its underlying
  engine. Gadfly stores the active database in memory, with recovery
  logging to a file system. It supports an optional TCP/IP based
  client server mode and log based failure recovery for system or
  software failures (but not for disk failures).

  WWW: http://gadfly.sourceforge.net/
deps:
  python27: {origin: lang/python27, version: 2.7.5_2}
  python2: {origin: lang/python2, version: 2}
  python: {origin: lang/python, version: '2.7,2'}
  py27-kjbuckets: {origin: devel/py-kjbuckets, version: '1.0.0,1'}
  gettext: {origin: devel/gettext, version: 0.18.3}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- databases
