1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

This is a DataSource driver for Structures_DataGrid using PEAR::DB and an

SQL query.

WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/
This commit is contained in:
Martin Wilke 2007-12-19 13:44:44 +00:00
parent 4f90132741
commit 8f7a6a2599
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204108
4 changed files with 36 additions and 0 deletions

View File

@ -338,6 +338,7 @@
SUBDIR += pear-MDB2_Schema
SUBDIR += pear-MDB_QueryTool
SUBDIR += pear-Structures_DataGrid_DataSource_Array
SUBDIR += pear-Structures_DataGrid_DataSource_DBQuery
SUBDIR += pear-Structures_DataGrid_DataSource_DBTable
SUBDIR += pecl-memcache
SUBDIR += pecl-sqlite

View File

@ -0,0 +1,28 @@
# 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_DBQuery
PORTVERSION= 0.1.11
CATEGORIES= databases www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= DataSource driver using PEAR::DB and an SQL query.
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
USE_PHP= mysql
CATEGORY= Structures
FILES= DataGrid/DataSource/DBQuery.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PEAR/Structures_DataGrid_DataSource_DBQuery-0.1.11.tgz) = 1840626818caac068e1bb4396c0743d0
SHA256 (PEAR/Structures_DataGrid_DataSource_DBQuery-0.1.11.tgz) = 6de438fd8a45dfab06f65a6870b560178618f6d73c0e8e70e4f860bf2f6d30d9
SIZE (PEAR/Structures_DataGrid_DataSource_DBQuery-0.1.11.tgz) = 3335

View File

@ -0,0 +1,4 @@
This is a DataSource driver for Structures_DataGrid using PEAR::DB and an
SQL query.
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/