The FreeBSD Ports Archive
FreeBSD databases : gadfly4>
An SQL database written in Python
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).
http://gadfly.sourceforge.net/
|
gadfly history
v. 1.15
date: 2004/05/02 12:03:03; author: pav; state: Exp; lines: +1 -0
- Add patch for gfplus to fix startup because superclass init is not called
- Add patch for gfserver to fix runtime
PR: ports/66088
Submitted by: Radim Kolar
v. 1.14
date: 2003/02/20 17:00:14; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.13
date: 2002/11/10 16:45:23; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.12
date: 2002/11/06 22:44:15; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.11
date: 2002/07/12 11:20:54; author: tg; state: Exp; lines: +14 -19
Upgrade to 1.0.0.
v. 1.10
date: 2002/04/11 11:45:29; author: tg; state: Exp; lines: +1 -0
- Use re instead of obsolete regex module. This fixes some warnings
with newer versions of Python.
- Call socket.{connect,bind} with a tuple (ip, port).
Obtained from: Zope CVS tree
v. 1.9
date: 2002/01/29 09:45:00; author: knu; state: Exp; lines: +2 -2
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.8
date: 2001/08/30 05:26:46; author: lioux; state: Exp; lines: +6 -8
o add NO_BUILD instead of an empty do-build target
o unecho some commands in Makefile
o support NOPORTDOCS in PLIST
PR: 29797
Submitted by: Patrick Li , bento
v. 1.7
date: 2001/01/16 17:30:10; author: sobomax; state: Exp; lines: +2 -2
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.6
date: 2000/09/14 12:05:41; author: tg; state: Exp; lines: +7 -10
Use bsd.python.mk.
v. 1.5
date: 2000/09/08 12:23:48; author: tg; state: Exp; lines: +3 -3
Don't break package building on Satoshi's cluster. Explicitly depend
on python1.5:lang/python15.
v. 1.4
date: 2000/04/08 22:48:25; author: mharo; state: Exp; lines: +4 -4
update with the new PORTNAME/PORTVERSION variables
v. 1.3
date: 1999/08/31 06:41:10; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.2
date: 1999/08/25 05:21:09; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.1
date: 1998/11/03 10:00:04; author: tg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/11/03 10:00:04; author: tg; state: Exp; lines: +0 -0
New port gadfly, an SQL database written in Python.
=============================================================================
|
| |

|