Readd sqlite3 Tcl bindings.

This commit is contained in:
sthen 2016-09-23 09:14:53 +00:00
parent 546cb53b4c
commit a425fde028
5 changed files with 52 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.317 2016/09/06 11:16:20 jasper Exp $
# $OpenBSD: Makefile,v 1.318 2016/09/23 09:14:53 sthen Exp $
SUBDIR =
SUBDIR += apache-couchdb
@ -250,6 +250,7 @@
SUBDIR += soprano
SUBDIR += sqlite
SUBDIR += sqlite3
SUBDIR += sqlite3-tcl
SUBDIR += sqlitebrowser
SUBDIR += sqliteman
SUBDIR += sqlports

View File

@ -0,0 +1,41 @@
# $OpenBSD: Makefile,v 1.1 2016/09/23 09:14:53 sthen Exp $
COMMENT= Tcl bindings for sqlite3 (embedded SQL implementation)
DISTNAME= sqlite-autoconf-3140200
PKGNAME= sqlite3-tcl-3.14.2
WRKSRC= ${WRKDIST}/tea
SHARED_LIBS += sqlite3142 0.0 # 1.0
CATEGORIES= databases
HOMEPAGE= http://www.sqlite.org/
# PD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += pthread sqlite3
MASTER_SITES= ${HOMEPAGE}2016/
CONFIGURE_STYLE= gnu
MODULES+= lang/tcl
BUILD_DEPENDS= ${MODTCL_BUILD_DEPENDS}
RUN_DEPENDS= ${MODTCL_RUN_DEPENDS}
LIB_DEPENDS= databases/sqlite3
FAKE_FLAGS= PKG_DIR=sqlite3
CONFIGURE_ARGS= --with-tcl=${MODTCL_LIBDIR} \
--libdir=${MODTCL_TCLDIR} \
SHLIB_VERSION=${LIBsqlite3142_VERSION}
# for mozilla
CFLAGS+= -DSQLITE_ENABLE_UNLOCK_NOTIFY
NO_TEST= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (sqlite-autoconf-3140200.tar.gz) = ZE8MEn99DL6HZbm7357QnWovK537pI3f2MoKQv21s/w=
SIZE (sqlite-autoconf-3140200.tar.gz) = 2472940

View File

@ -0,0 +1 @@
This package contains Tcl bindings for Sqlite3.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1 2016/09/23 09:14:53 sthen Exp $
@pkgpath databases/sqlite3,-tcl
lib/tcl/sqlite3/
@lib lib/tcl/sqlite3/libsqlite3142.so.${LIBsqlite3142_VERSION}
lib/tcl/sqlite3/pkgIndex.tcl
@man man/mann/sqlite3.n