summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/Makefile1
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile27
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_DBTable/distinfo3
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_DBTable/pkg-descr3
4 files changed, 34 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index a0935b398e76..efe05e706f7a 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -338,6 +338,7 @@
SUBDIR += pear-MDB2_Schema
SUBDIR += pear-MDB_QueryTool
SUBDIR += pear-Structures_DataGrid_DataSource_Array
+ SUBDIR += pear-Structures_DataGrid_DataSource_DBTable
SUBDIR += pecl-memcache
SUBDIR += pecl-sqlite
SUBDIR += pgaccess
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
new file mode 100644
index 000000000000..a473be1c07d7
--- /dev/null
+++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: Structures_DataGrid_DataSource_DBTable
+# Date created: 19 Dec 2007
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Structures_DataGrid_DataSource_DBTable
+PORTVERSION= 0.1.7
+CATEGORIES= databases www pear
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= DataSource driver using PEAR::DB_Table.
+
+BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
+ ${PEARDIR}/DB/Table.php:${PORTSDIR}/databases/pear-DB_Table
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_PHP= mysql
+
+CATEGORY= Structures
+
+FILES= DataGrid/DataSource/DBTable.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/distinfo b/databases/pear-Structures_DataGrid_DataSource_DBTable/distinfo
new file mode 100644
index 000000000000..6f86cdb90f76
--- /dev/null
+++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Structures_DataGrid_DataSource_DBTable-0.1.7.tgz) = 19e85a02de9bed4cbf0c9949636aa503
+SHA256 (PEAR/Structures_DataGrid_DataSource_DBTable-0.1.7.tgz) = 05a35aba31a03b2f8b1a8b9360dc8fb5ddbd8b72fb20ab33e6a1e63da8326a81
+SIZE (PEAR/Structures_DataGrid_DataSource_DBTable-0.1.7.tgz) = 4391
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/pkg-descr b/databases/pear-Structures_DataGrid_DataSource_DBTable/pkg-descr
new file mode 100644
index 000000000000..2a8c21feb629
--- /dev/null
+++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/pkg-descr
@@ -0,0 +1,3 @@
+This is a DataSource driver for Structures_DataGrid using PEAR::DB_Table.
+
+WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DBTable/