mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This is a DataSource driver for Structures_DataGrid using CSV files.
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/
This commit is contained in:
parent
8f7a6a2599
commit
899b2ac77a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204110
4 changed files with 31 additions and 0 deletions
|
@ -338,6 +338,7 @@
|
|||
SUBDIR += pear-MDB2_Schema
|
||||
SUBDIR += pear-MDB_QueryTool
|
||||
SUBDIR += pear-Structures_DataGrid_DataSource_Array
|
||||
SUBDIR += pear-Structures_DataGrid_DataSource_CSV
|
||||
SUBDIR += pear-Structures_DataGrid_DataSource_DBQuery
|
||||
SUBDIR += pear-Structures_DataGrid_DataSource_DBTable
|
||||
SUBDIR += pecl-memcache
|
||||
|
|
24
databases/pear-Structures_DataGrid_DataSource_CSV/Makefile
Normal file
24
databases/pear-Structures_DataGrid_DataSource_CSV/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: Structures_DataGrid_DataSource_CSV
|
||||
# Date created: 19 Dec 2007
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Structures_DataGrid_DataSource_CSV
|
||||
PORTVERSION= 0.1.6
|
||||
CATEGORIES= databases www pear
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= DataSource driver using CSV files
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
|
||||
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
|
||||
|
||||
CATEGORY= Structures
|
||||
|
||||
FILES= DataGrid/DataSource/CSV.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_CSV-0.1.6.tgz) = 10bbee186ed1be7f0d7615446d80bd71
|
||||
SHA256 (PEAR/Structures_DataGrid_DataSource_CSV-0.1.6.tgz) = 80efb59327a3f26cd3916e684aa7262f34bd3274d00906949ff0da9fa72ea7d5
|
||||
SIZE (PEAR/Structures_DataGrid_DataSource_CSV-0.1.6.tgz) = 4177
|
|
@ -0,0 +1,3 @@
|
|||
This is a DataSource driver for Structures_DataGrid using CSV files.
|
||||
|
||||
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/
|
Loading…
Add table
Reference in a new issue