mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This is DataSource driver for Structures_DataGrid which uses PEAR::DB.
Please note that this driver is deprecated. Consider using DBQuery or MDB2 DataSource drivers instead. WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DB/ Submitted by: Nick Hilliard <nick at foobar.org>
This commit is contained in:
parent
6bb3f7b978
commit
7d007bcd73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223270
4 changed files with 34 additions and 0 deletions
|
@ -386,6 +386,7 @@
|
|||
SUBDIR += pear-MDB_QueryTool
|
||||
SUBDIR += pear-Structures_DataGrid_DataSource_Array
|
||||
SUBDIR += pear-Structures_DataGrid_DataSource_CSV
|
||||
SUBDIR += pear-Structures_DataGrid_DataSource_DB
|
||||
SUBDIR += pear-Structures_DataGrid_DataSource_DBQuery
|
||||
SUBDIR += pear-Structures_DataGrid_DataSource_DBTable
|
||||
SUBDIR += pear-Structures_DataGrid_DataSource_DataObject
|
||||
|
|
25
databases/pear-Structures_DataGrid_DataSource_DB/Makefile
Normal file
25
databases/pear-Structures_DataGrid_DataSource_DB/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Ports collection makefile for: pear-Structures_DataGrid_DataSource_DB
|
||||
# Date created: 26 Jun 2008
|
||||
# Whom: Nick Hilliard <nick@foobar.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Structures_DataGrid_DataSource_DB
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= databases www pear
|
||||
|
||||
MAINTAINER= nick@foobar.org
|
||||
COMMENT= DB datasource driver for pear-Structures_DataGrid
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
|
||||
${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
|
||||
${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
|
||||
|
||||
CATEGORY= Structures
|
||||
FILES= DataGrid/DataSource/DB.php
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
|
@ -0,0 +1,3 @@
|
|||
MD5 (PEAR/Structures_DataGrid_DataSource_DB-0.1.1.tgz) = c0d2c0b1dd4a027adffd98aa82747890
|
||||
SHA256 (PEAR/Structures_DataGrid_DataSource_DB-0.1.1.tgz) = 070040b0a713790c0cc18e2e0e5ccdeb34ec06d721bd1fb1e5f2e28789e795f9
|
||||
SIZE (PEAR/Structures_DataGrid_DataSource_DB-0.1.1.tgz) = 2433
|
|
@ -0,0 +1,5 @@
|
|||
This is DataSource driver for Structures_DataGrid which uses PEAR::DB.
|
||||
Please note that this driver is deprecated. Consider using DBQuery or MDB2
|
||||
DataSource drivers instead.
|
||||
|
||||
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DB/
|
Loading…
Add table
Reference in a new issue