1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

This is a DataSource driver for Structures_DataGrid using PEAR::DB_Table.

WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DBTable/
This commit is contained in:
Martin Wilke 2007-12-19 13:43:26 +00:00
parent e8903afda3
commit 4f90132741
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204106
4 changed files with 34 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_DBTable
SUBDIR += pecl-memcache
SUBDIR += pecl-sqlite
SUBDIR += pgaccess

View File

@ -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>

View File

@ -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

View File

@ -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/