mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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 <rcarter@pinyon.org>
This commit is contained in:
parent
6bca316376
commit
b6d7f3e65c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24428
6 changed files with 57 additions and 0 deletions
25
databases/metakit/Makefile
Normal file
25
databases/metakit/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: metakit
|
||||
# Version required: 2.0
|
||||
# Date created: 25 December 1999
|
||||
# Whom: Russell L. Carter <rcarter@pinyon.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= metakit-2.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.sourceforge.net/metakit/
|
||||
|
||||
MAINTAINER= rcarter@pinyon.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/builds
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOLFILES= ../unix/aclocal.m4
|
||||
CONFIGURE_SCRIPT= ../unix/configure
|
||||
MAKE_ARGS= CXXFLAGS="-Dq4_STD ${CFLAGS}"
|
||||
|
||||
post-configure:
|
||||
@cd ${WRKSRC} ; \
|
||||
${PATCH} < ${FILESDIR}/patch.Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/metakit/distinfo
Normal file
1
databases/metakit/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (metakit-2.0.tar.gz) = 14795a0f84d7c32fc4765a29624f9913
|
11
databases/metakit/files/patch-aa
Normal file
11
databases/metakit/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
diff -ur ./src/fileio.cpp ../metakit-2.0.new/src/fileio.cpp
|
||||
--- ../src/fileio.cpp Tue Dec 14 05:05:54 1999
|
||||
+++ ../metakit-2.0.new/src/fileio.cpp Sat Dec 25 20:19:15 1999
|
||||
@@ -14,6 +14,7 @@
|
||||
#endif
|
||||
|
||||
#if q4_UNIX && HAVE_MMAP
|
||||
+#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
1
databases/metakit/pkg-comment
Normal file
1
databases/metakit/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
C++ embedded database engine, supports Python and Tcl.
|
9
databases/metakit/pkg-descr
Normal file
9
databases/metakit/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
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.
|
||||
|
||||
WWW: http://www.equi4.com/metakit/
|
10
databases/metakit/pkg-plist
Normal file
10
databases/metakit/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
include/mk4.h
|
||||
include/mk4.inl
|
||||
include/mk4str.h
|
||||
include/mk4str.inl
|
||||
lib/libmk4.a
|
||||
lib/libmk4.so
|
||||
lib/libmk4.la
|
||||
lib/libmk4.so.0
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
@unexec /sbin/ldconfig -R
|
Loading…
Add table
Reference in a new issue