aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-DB
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-10-05 08:30:15 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-10-05 08:30:15 +0000
commit2f248e32d057586a36abaa026dbdf6240c64ce2d (patch)
treeaca8a99878522fa5ca66e3965d5d308d7300f62d /databases/pear-DB
parent934ad6d6b9ecf45ef9625cd6f4ead5383a9f8f7d (diff)
downloadports-2f248e32d057586a36abaa026dbdf6240c64ce2d.tar.gz
ports-2f248e32d057586a36abaa026dbdf6240c64ce2d.zip
Notes
Diffstat (limited to 'databases/pear-DB')
-rw-r--r--databases/pear-DB/Makefile2
-rw-r--r--databases/pear-DB/pkg-descr19
2 files changed, 12 insertions, 9 deletions
diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile
index 33e63fe46da1..30ec33ed2adc 100644
--- a/databases/pear-DB/Makefile
+++ b/databases/pear-DB/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.7.6
PORTEPOCH= 1
CATEGORIES= databases www pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= thomas@goodking.ca
COMMENT= PEAR Database Abstraction Layer
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
diff --git a/databases/pear-DB/pkg-descr b/databases/pear-DB/pkg-descr
index 531e7fdb72e6..556cf9614cb6 100644
--- a/databases/pear-DB/pkg-descr
+++ b/databases/pear-DB/pkg-descr
@@ -1,22 +1,25 @@
PEAR::DB is a database abstraction layer providing:
+
* an OO-style query API
-* portability features that make programs written for one DBMS work with other
-DBMS's
+* portability features that make programs written for one DBMS work
+with other DBMS's
* a DSN (data source name) format for specifying database servers
-* prepare/execute (bind) emulation for databases that don't support it natively
+* prepare/execute (bind) emulation for databases that don't support
+it natively
* a result object for each query response
* portable error codes
* sequence emulation
* sequential and non-sequential row fetching as well as bulk fetching
-* formats fetched rows as associative arrays, ordered arrays or objects
+* formats fetched rows as associative arrays, ordered arrays or
+objects
* row limit support
* transactions support
* table information interface
* DocBook and phpDocumentor API documentation
-Drivers for the following extensions pass the complete test suite and provide
-interchangeability when all of DB's portability options are enabled: fbsql,
-ibase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and
-sybase.
+Drivers for the following extensions pass the complete test suite
+and provide interchangeability when all of DB's portability options
+are enabled: fbsql, ibase, informix, msql, mssql, mysql, mysqli,
+oci8, odbc, pgsql, sqlite and sybase.
WWW: http://pear.php.net/package/DB/