add libsdb

Simple database library
This commit is contained in:
Ying-Chieh Liao 2001-07-02 13:23:51 +00:00
parent 199ce8394b
commit 338f00d4a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44639
6 changed files with 47 additions and 0 deletions

View file

@ -25,6 +25,7 @@
SUBDIR += jdbc-oracle816 SUBDIR += jdbc-oracle816
SUBDIR += libgda SUBDIR += libgda
SUBDIR += libiodbc SUBDIR += libiodbc
SUBDIR += libsdb
SUBDIR += mdbtools SUBDIR += mdbtools
SUBDIR += metakit SUBDIR += metakit
SUBDIR += msql SUBDIR += msql

21
databases/libsdb/Makefile Normal file
View file

@ -0,0 +1,21 @@
# ex:ts=8
# New ports collection makefile for: libsdb
# Date created: Jul 2, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libsdb
PORTVERSION= 0.2.1
CATEGORIES= databases
MASTER_SITES= ftp://siag.nu/pub/libsdb/ \
http://siag.nu/pub/libsdb/
DISTNAME= sdb-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (sdb-0.2.1.tar.gz) = 2baa7d6c79c1545b46c4c610b429cd19

View file

@ -0,0 +1 @@
Simple database library

View file

@ -0,0 +1,14 @@
This is libsdb, the simple database library, which provides a way to support
multiple database management systems in an application with negligeable
overhead, in terms of code as well as system resources.
Supported databases:
- Lago
- Mysql
- Sqlite
- Mimer
- Postgresql
- Oracle
- Gdbm
WWW: http://siag.nu/libsdb/

View file

@ -0,0 +1,9 @@
bin/sdb-config
bin/sdb_client
bin/sdbd
bin/sdbd_client
include/sdb.h
lib/libsdb.a
lib/libsdb.la
lib/libsdb.so
lib/libsdb.so.0