diff --git a/databases/pear-MDB2-sqlite/Makefile b/databases/pear-MDB2-sqlite/Makefile new file mode 100644 index 00000000000..9f1c7b4abb7 --- /dev/null +++ b/databases/pear-MDB2-sqlite/Makefile @@ -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 +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 diff --git a/databases/pear-MDB2-sqlite/distinfo b/databases/pear-MDB2-sqlite/distinfo new file mode 100644 index 00000000000..14b86dfc6af --- /dev/null +++ b/databases/pear-MDB2-sqlite/distinfo @@ -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 diff --git a/databases/pear-MDB2-sqlite/pkg/DESCR b/databases/pear-MDB2-sqlite/pkg/DESCR new file mode 100644 index 00000000000..bb52327f62c --- /dev/null +++ b/databases/pear-MDB2-sqlite/pkg/DESCR @@ -0,0 +1 @@ +This is the SQLite MDB2 driver. diff --git a/databases/pear-MDB2-sqlite/pkg/PLIST b/databases/pear-MDB2-sqlite/pkg/PLIST new file mode 100644 index 00000000000..3f31343eddd --- /dev/null +++ b/databases/pear-MDB2-sqlite/pkg/PLIST @@ -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