Sqlite driver for pear-MDB2.
This commit is contained in:
parent
70bd6d0e6d
commit
dd34d278fd
25
databases/pear-MDB2-sqlite/Makefile
Normal file
25
databases/pear-MDB2-sqlite/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/22 15:47:52 giovanni Exp $
|
||||
|
||||
COMMENT = SQLite database abstraction layer for PHP
|
||||
|
||||
V = 1.4.1
|
||||
DISTNAME = MDB2_Driver_sqlite-${V}
|
||||
PKGNAME = pear-MDB2-sqlite-${V}
|
||||
CATEGORIES = net pear databases
|
||||
|
||||
MASTER_SITES = http://pear.php.net/get/
|
||||
EXTRACT_SUFX = .tgz
|
||||
|
||||
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
|
||||
MODULES = www/pear
|
||||
|
||||
# PHP License
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
RUN_DEPENDS = :pear-MDB2->=2.4.1:databases/pear-MDB2 \
|
||||
:php5-sqlite-*:www/php5/extensions,-sqlite
|
||||
|
||||
.include <bsd.port.mk>
|
5
databases/pear-MDB2-sqlite/distinfo
Normal file
5
databases/pear-MDB2-sqlite/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (MDB2_Driver_sqlite-1.4.1.tgz) = CYI0Gz8tGkvO1GyrCi35Hg==
|
||||
RMD160 (MDB2_Driver_sqlite-1.4.1.tgz) = 2RDfm+IGO6R76kI10l+wM8voeOU=
|
||||
SHA1 (MDB2_Driver_sqlite-1.4.1.tgz) = Ezzsfo0Pt4HD9ScsFGQY25aKKBc=
|
||||
SHA256 (MDB2_Driver_sqlite-1.4.1.tgz) = Oz9Nr5xcCGizFWLJx207/FKRr9Me+fcU2EKEpbA3n+w=
|
||||
SIZE (MDB2_Driver_sqlite-1.4.1.tgz) = 30921
|
1
databases/pear-MDB2-sqlite/pkg/DESCR
Normal file
1
databases/pear-MDB2-sqlite/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
This is the SQLite MDB2 driver.
|
14
databases/pear-MDB2-sqlite/pkg/PLIST
Normal file
14
databases/pear-MDB2-sqlite/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/22 15:47:52 giovanni Exp $
|
||||
@group daemon
|
||||
pear/data/MDB2_Driver_sqlite/
|
||||
pear/data/MDB2_Driver_sqlite/package_sqlite.xml
|
||||
pear/lib/.registry/mdb2_driver_sqlite.reg
|
||||
pear/lib/MDB2/Driver/Datatype/sqlite.php
|
||||
pear/lib/MDB2/Driver/Function/sqlite.php
|
||||
pear/lib/MDB2/Driver/Manager/sqlite.php
|
||||
pear/lib/MDB2/Driver/Native/sqlite.php
|
||||
pear/lib/MDB2/Driver/Reverse/sqlite.php
|
||||
pear/lib/MDB2/Driver/sqlite.php
|
||||
pear/tests/MDB2_Driver_sqlite/
|
||||
pear/tests/MDB2_Driver_sqlite/tests/
|
||||
pear/tests/MDB2_Driver_sqlite/tests/MDB2_nonstandard_sqlite.php
|
Loading…
Reference in New Issue
Block a user