Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2004 16:20:37 +0400 (MSD)
From:      Oleg Sharoiko <os@rsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67487: New port: databases/pear-MDB
Message-ID:  <200406021220.i52CKbQb034381@brain.cc.rsu.ru>
Resent-Message-ID: <200406021230.i52CUMZa029089@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67487
>Category:       ports
>Synopsis:       New port: databases/pear-MDB
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 02 05:30:22 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Sharoiko
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Computer Center of Rostov State University
>Environment:
System: FreeBSD brain.cc.rsu.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue May 18 18:15:48 MSD 2004 os@brain.cc.rsu.ru:/usr/obj/usr/src/sys/brain.athlon-xp.HEAD.2004-01-30 i386


	
>Description:

	PEAR MDB is a merge of the PEAR DB and Metabase php database
	abstraction layers. It provides a common API for all support
	RDBMS. The main difference to most other DB abstraction packages
	is that MDB goes much further to ensure portability.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pear-MDB
#	pear-MDB/Makefile
#	pear-MDB/distinfo
#	pear-MDB/pkg-descr
#
echo c - pear-MDB
mkdir -p pear-MDB > /dev/null 2>&1
echo x - pear-MDB/Makefile
sed 's/^X//' >pear-MDB/Makefile << 'END-of-pear-MDB/Makefile'
X# Ports collection makefile for:  pear-MDB
X# Date created:			  2004-05-29
X# Whom:				  Oleg Sharoiko <os@rsu.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	MDB
XPORTVERSION=	1.3.0
X#PORTEPOCH=	1
XCATEGORIES=	databases www pear
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	PEAR unified API for DB access, based on user meta data
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR		\
X		${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XFILES=		MDB.php MDB/Common.php MDB/querysim.php MDB/mssql.php	\
X		MDB/ibase.php MDB/oci8.php MDB/fbsql.php MDB/mysql.php	\
X		MDB/pgsql.php MDB/Date.php MDB/Manager.php 		\
X		MDB/Parser.php MDB/metabase_wrapper.php			\
X		MDB/peardb_wrapper.php					\
X		MDB/reverse_engineer_xml_schema.php MDB/Modules/LOB.php	\
X		MDB/Modules/Manager/Common.php				\
X		MDB/Modules/Manager/mssql.php				\
X		MDB/Modules/Manager/ibase.php				\
X		MDB/Modules/Manager/oci8.php				\
X		MDB/Modules/Manager/fbsql.php				\
X		MDB/Modules/Manager/mysql.php				\
X		MDB/Modules/Manager/pgsql.php
XDOCS=		README MAINTAINERS TODO doc/tutorial.html doc/datatypes.html \
X		doc/xml_schema_documentation.html doc/xml_schema.xsl \
X		doc/skeleton.php doc/Modules_Manager_skeleton.php
XTESTS=		README test.php clitest.php testchoose.php		\
X		MDB_api_testcase.php MDB_manager_testcase.php		\
X		MDB_usage_testcase.php MDB_bugs_testcase.php		\
X		HTML_TestListener.php Console_TestListener.php		\
X		tests.css testUtils.php test_setup.php.dist		\
X		test.schema MDB_test.php MDB_pear_wrapper_test.php	\
X		metapear_test_db.schema driver_test_config.php		\
X		driver_test.php setup_test.php driver_test.schema	\
X		lob_test.schema templates/results.tpl
X_DOCSDIR=	.
X_TESTDIR=	tests
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-MDB/Makefile
echo x - pear-MDB/distinfo
sed 's/^X//' >pear-MDB/distinfo << 'END-of-pear-MDB/distinfo'
XMD5 (PEAR/MDB-1.3.0.tgz) = a5601b6d45ffede24647cd69cf425b85
XSIZE (PEAR/MDB-1.3.0.tgz) = 218957
END-of-pear-MDB/distinfo
echo x - pear-MDB/pkg-descr
sed 's/^X//' >pear-MDB/pkg-descr << 'END-of-pear-MDB/pkg-descr'
XPEAR MDB is a merge of the PEAR DB and Metabase php database abstraction layers.
XIt provides a common API for all support RDBMS. The main difference to most
Xother DB abstraction packages is that MDB goes much further to ensure
Xportability. Among other things MDB features:
X* An OO-style query API
X* A DSN (data source name) or array format for specifying database servers
X* Datatype abstraction and on demand datatype conversion
X* Portable error codes
X* Sequential and non sequential row fetching as well as bulk fetching
X* Ordered array and associative array for the fetched rows
X* Prepare/execute (bind) emulation
X* Sequence emulation
X* Replace emulation
X* Limited Subselect emulation
X* Row limit support
X* Transactions support
X* Large Object support
X* Index/Unique support
X* Module Framework to load advanced functionality on demand
X* Table information interface
X* RDBMS management methods (creating, dropping, altering)
X* RDBMS independent xml based schema definition management
X* Altering of a DB from a changed xml schema
X* Reverse engineering of xml schemas from an existing DB (currently only MySQL)
X* Full integration into the PEAR Framework
X* Wrappers for the PEAR DB and Metabase APIs
X* PHPDoc API documentation
XCurrently supported RDBMS:
XMySQL
XPostGreSQL
XOracle
XFrontbase
XQuerysim
XInterbase/Firebird
XMSSQL
X
Xhttp://pear.php.net/package/MDB
END-of-pear-MDB/pkg-descr
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406021220.i52CKbQb034381>