aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-19 13:40:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-19 13:40:10 +0000
commit05857ab7b45461c1d4246df0da9e6565d5223b5e (patch)
treee45bcd3d27c6187f2cda1f0db515e9df33efb072
parent94b8dda64465b6db3bd89cda5126097e9abb47f4 (diff)
downloadports-05857ab7b45461c1d4246df0da9e6565d5223b5e.tar.gz
ports-05857ab7b45461c1d4246df0da9e6565d5223b5e.zip
This is a DataSource driver for Structures_DataGrid using arrays. It is a
base package for some other DataSource drivers like CSV or XML. WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_Array/
Notes
Notes: svn path=/head/; revision=204100
-rw-r--r--databases/Makefile1
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_Array/Makefile24
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_Array/distinfo3
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_Array/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index d1ebda0de294..a0935b398e76 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -337,6 +337,7 @@
SUBDIR += pear-MDB2_Driver_sqlite
SUBDIR += pear-MDB2_Schema
SUBDIR += pear-MDB_QueryTool
+ SUBDIR += pear-Structures_DataGrid_DataSource_Array
SUBDIR += pecl-memcache
SUBDIR += pecl-sqlite
SUBDIR += pgaccess
diff --git a/databases/pear-Structures_DataGrid_DataSource_Array/Makefile b/databases/pear-Structures_DataGrid_DataSource_Array/Makefile
new file mode 100644
index 000000000000..ca1d50a72ca3
--- /dev/null
+++ b/databases/pear-Structures_DataGrid_DataSource_Array/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: Structures_DataGrid_DataSource_DBQuery
+# Date created: 19 Dec 2007
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Structures_DataGrid_DataSource_Array
+PORTVERSION= 0.1.3
+CATEGORIES= databases www pear
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= DataSource driver using arrays
+
+BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid
+RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid
+
+CATEGORY= Structures
+
+FILES= DataGrid/DataSource/Array.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_Array/distinfo b/databases/pear-Structures_DataGrid_DataSource_Array/distinfo
new file mode 100644
index 000000000000..037cd6c2c638
--- /dev/null
+++ b/databases/pear-Structures_DataGrid_DataSource_Array/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Structures_DataGrid_DataSource_Array-0.1.3.tgz) = 9b40be0dcd901f947cd61488de871bdf
+SHA256 (PEAR/Structures_DataGrid_DataSource_Array-0.1.3.tgz) = dc694282d63fd797844f7c45fa30bc910d8093328afb4aecbad4e65860552c73
+SIZE (PEAR/Structures_DataGrid_DataSource_Array-0.1.3.tgz) = 3622
diff --git a/databases/pear-Structures_DataGrid_DataSource_Array/pkg-descr b/databases/pear-Structures_DataGrid_DataSource_Array/pkg-descr
new file mode 100644
index 000000000000..00c47c953df6
--- /dev/null
+++ b/databases/pear-Structures_DataGrid_DataSource_Array/pkg-descr
@@ -0,0 +1,4 @@
+This is a DataSource driver for Structures_DataGrid using arrays. It is a
+base package for some other DataSource drivers like CSV or XML.
+
+WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_Array/