add libsdb
Simple database library
This commit is contained in:
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
|
@ -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
21
databases/libsdb/Makefile
Normal 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>
|
1
databases/libsdb/distinfo
Normal file
1
databases/libsdb/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (sdb-0.2.1.tar.gz) = 2baa7d6c79c1545b46c4c610b429cd19
|
1
databases/libsdb/pkg-comment
Normal file
1
databases/libsdb/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Simple database library
|
14
databases/libsdb/pkg-descr
Normal file
14
databases/libsdb/pkg-descr
Normal 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/
|
9
databases/libsdb/pkg-plist
Normal file
9
databases/libsdb/pkg-plist
Normal 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
|
Loading…
Reference in a new issue