The FreeBSD Ports Archive
FreeBSD databases : metakit4>
C++ embedded database engine, supports Python and Tcl
METAKIT is a curious mix of flatfile, relational and OODBMS features with a
small footprint and a big following. For those who don't need a heavy-duty SQL
solution, it's tight and fast for <100,000 items, with a snazzy ability to
dynamically change data structures on the fly. Interfaces are available for
Tcl and Python, with Perl promised soon.
http://www.equi4.com/metakit/
|
metakit history
v. 1.52
date: 2007/05/28 09:13:47; author: dinoex; state: Exp; lines: +1 -0
- fix objformat
v. 1.51
date: 2006/08/14 22:55:04; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.50
date: 2006/05/04 21:39:59; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with D
v. 1.49
date: 2006/02/23 10:35:07; author: ade; state: Exp; lines: +1 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.48
date: 2005/11/24 01:13:30; author: pav; state: Exp; lines: +1 -1
- Fix fetching. This could use an update.
v. 1.47
date: 2005/11/15 06:48:21; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.46
date: 2005/11/05 07:28:11; author: mezz; state: Exp; lines: +5 -3
Change the poing of compileall.py to check on directory from
${PYTHON_SITELIBDIR} to ${WRKSRC}/../python to avoid compileall.py to touch
other apps' *.py files or there will be many leftover of *.pyc files. Bump
the PORTREVISION.
v. 1.45
date: 2005/11/04 19:11:51; author: adamw; state: Exp; lines: +3 -1
Force generation of byte-compiled metakit python library so that kris
doesn't cry when he reads his email ;;)
v. 1.44
date: 2005/09/10 19:07:29; author: dougb; state: Exp; lines: +4 -0
In private mail adamw agreed that supporting the more generic
WITHOUT_PYTHON was a useful idea, and asked me to commit it for
him as he was not going to be able to get to it for a while.
v. 1.43
date: 2005/09/09 05:58:19; author: adamw; state: Exp; lines: +1 -1
Python-dependent apps may cause metakit.py to be byte-compiled into
metakit.pyc. Remove this file if it exists.
Also, utilize %%PYTHON_SITELIBDIR%%.
v. 1.42
date: 2005/09/07 15:28:37; author: adamw; state: Exp; lines: +2 -3
Actually convert *all* defined(METAKIT_WITH_PYTHON) instanced to
!defined(METAKIT_WITHOUT_PYTHON).
Previous commit obviously totally untested by: me
v. 1.41
date: 2005/09/07 15:18:30; author: adamw; state: Exp; lines: +2 -1
Default python support to ON. This means that if you DON'T want python
support, you must specify METAKIT_WITHOUT_PYTHON.
Reviewed by: krion
v. 1.40
date: 2004/12/08 06:03:16; author: dinoex; state: Exp; lines: +1 -1
- fix python build
PR: 74832
v. 1.39
date: 2004/07/19 05:14:10; author: dinoex; state: Exp; lines: +1 -1
- drop maintainership
v. 1.38
date: 2004/07/09 17:42:03; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.37
date: 2004/03/24 20:59:15; author: ade; state: Exp; lines: +1 -1
Convert all but one port that uses libtool14 to use libtool15, in readiness
for the destruction of devel/libtool14
v. 1.36
date: 2004/03/14 08:24:48; author: dinoex; state: Exp; lines: +20 -22
- update to 2.4.9.3
- fix a bunch of libtool problems after build and during installation.
v. 1.35
date: 2004/03/14 06:16:09; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.34
date: 2004/02/22 08:33:37; author: dinoex; state: Exp; lines: +0 -2
- remove BROKEN
v. 1.33
date: 2004/02/22 08:32:22; author: dinoex; state: Exp; lines: +1 -1
- Fix MASTER_SITES
- newer version does not build yet.
v. 1.32
date: 2004/02/21 21:17:03; author: kris; state: Exp; lines: +2 -0
BROKEN: Checksum mismatch
v. 1.31
date: 2003/12/13 13:02:00; author: dinoex; state: Exp; lines: +1 -1
- Fix the symbolic link created by pkg_add
this fixed the build of e4graph an other ports
- bump PORTVERSION for the new package
Pointed out by: kris
v. 1.30
date: 2003/12/11 04:39:56; author: dinoex; state: Exp; lines: +3 -4
- rename shared lib and create a symbolic link
Submitted by: osa
v. 1.29
date: 2003/08/04 07:27:34; author: dinoex; state: Exp; lines: +11 -2
- Fix support for python2.3
defaults to python2.2, python2.3 support is broken.
v. 1.28
date: 2003/07/23 14:05:55; author: dinoex; state: Exp; lines: +1 -0
- update CATEGORIES
v. 1.27
date: 2003/03/28 20:54:10; author: dinoex; state: Exp; lines: +1 -1
- Update to 2.4.9.2
v. 1.26
date: 2003/03/05 04:03:23; author: dinoex; state: Exp; lines: +1 -1
- Update to 2.4.9.1
v. 1.25
date: 2003/02/23 12:24:01; author: dinoex; state: Exp; lines: +4 -4
- Update to 2.4.9
v. 1.24
date: 2003/02/20 18:26:33; author: dinoex; state: Exp; lines: +1 -0
- add COMMENT
v. 1.23
date: 2002/12/12 05:42:55; author: dinoex; state: Exp; lines: +1 -0
add ONLY_FOR_ARCHS, sparc64 has conflicting types
v. 1.22
date: 2002/11/05 21:04:39; author: dinoex; state: Exp; lines: +11 -5
- Update to 2.4.8
v. 1.21
date: 2002/06/16 15:03:07; author: dinoex; state: Exp; lines: +13 -5
- Get rid of PERL and use SED
v. 1.20
date: 2002/06/02 11:23:41; author: dinoex; state: Exp; lines: +2 -2
- Update to metakit-2.4.7-37
- Fix another libtoll problem
v. 1.19
date: 2002/06/02 08:20:52; author: dinoex; state: Exp; lines: +2 -2
- Update to metakit-2.4.6
v. 1.18
date: 2002/05/01 09:04:56; author: dinoex; state: Exp; lines: +4 -4
- Update to 2.4.5-35
- phyton-extensions now "libmk4py.so" instead of "Mk4py.so"
- static libs are not build
- shared libs now without any version.
v. 1.17
date: 2002/02/03 09:16:54; author: dinoex; state: Exp; lines: +3 -3
There is a new release of MetaKit
Some details about this 2.4.3 release:
- various bug fixes, see http://www.equi4.com/metakit/CHANGES
- a cross-platform byte-order serialization bug has been fixed
- the Python builds are for Python 2.2 (several improvements by GM)
- the Tcl builds should run on any Tcl installation >= 8.1
See the home page for all further details and downloads:
http://www.equi4.com/metakit/
v. 1.16
date: 2002/01/17 05:16:50; author: dinoex; state: Exp; lines: +2 -3
- Upgrade for python 2.2, breakage is undone in python 2.2)
v. 1.15
date: 2002/01/12 15:33:18; author: dinoex; state: Exp; lines: +7 -1
- Fix include patch for Python != 2.1
- still boken for python2.2
v. 1.14
date: 2002/01/10 21:57:00; author: dinoex; state: Exp; lines: +15 -15
- rename OPTIONS:
METAKIT_WITH_TCL -> METAKIT_WITH_TCL83
METAKIT_WITH_TCLKIT -> METAKIT_WITH_TCL84
- BROKEN for python 2.2
- obsolete OPTIONS:
METAKIT_WITHOUT_PYTHON
- new OPTIONS:
METAKIT_WITH_PYTHON
v. 1.13
date: 2002/01/05 23:43:11; author: dinoex; state: Exp; lines: +4 -5
- make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
v. 1.12
date: 2001/12/19 14:18:08; author: dinoex; state: Exp; lines: +2 -6
- Use standard USE_PYTHON=yes instead of hardcoded path.
- Fix an problem installion on a clean system.
v. 1.11
date: 2001/12/17 11:48:17; author: dinoex; state: Exp; lines: +2 -2
- Update to build with python 2.1
- fix extra files in package
v. 1.10
date: 2001/12/13 11:54:45; author: dinoex; state: Exp; lines: +6 -31
Update to: metakit-2.4.2-32
TCLKIT is no longer part of the distribution.
METAKIT_WITH_TCL Option build metakit for tcl8.3
METAKIT_WITH_TCLKIT Option build metakit for tcl8.4
v. 1.9
date: 2001/11/24 04:53:24; author: dinoex; state: Exp; lines: +38 -6
Add new option METAKIT_WITH_TCLKIT
that can only build under tcl84/tk84
v. 1.8
date: 2001/10/26 21:14:06; author: dinoex; state: Exp; lines: +57 -11
Update to 2.4.1
- Add Support for tcl interface
- Support to build without python
- Add target for regression test
- make HTML documentation work
- Fix install bug for FreeBSD >= 4.4
- Take Maintainership
Approved by: rcarter@pinyon.org (Russell L. Carter)
v. 1.7
date: 2000/09/08 12:23:49; 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.6
date: 2000/07/31 08:38:53; author: sobomax; state: Exp; lines: +21 -10
Update to 2.01.
Other improvements:
- make USE_LIBTOOL actually working;
- enable building of python module and make python the secondary category;
- install api documentation;
- reshape PLIST to fully use screen estate;
- replace ugly ${FILESDIR}/patch.Makefile with normal patch.
v. 1.5
date: 2000/06/16 21:50:35; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.4
date: 2000/06/16 08:48:07; author: sobomax; state: Exp; lines: +2 -1
Fourth round of INSTALLS_SHLIBS conversion.
v. 1.3
date: 2000/06/14 13:21:08; author: sobomax; state: Exp; lines: +3 -2
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
v. 1.2
date: 2000/04/08 22:48:33; author: mharo; state: Exp; lines: +3 -3
update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 2000/01/05 03:41:18; author: jedgar; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 2000/01/05 03:41:18; author: jedgar; state: Exp; lines: +0 -0
METAKIT is a curious mix of flatfile, relational and OODBMS
features with a small footprint and a big following.
PR: 15705
Submitted by: Russell L. Carter
=============================================================================
|
| |

|