aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-10-05 16:30:15 +0800
committerclsung <clsung@FreeBSD.org>2006-10-05 16:30:15 +0800
commit86c9710c8173a54b6c64d85b2bc0a62d591472c7 (patch)
tree4c1dd79fc91bcb5f43041f675d65aed0945fdacd /databases
parent24dffe21ccafcabe040b18d678b6f34bebb628cf (diff)
downloadfreebsd-ports-gnome-86c9710c8173a54b6c64d85b2bc0a62d591472c7.tar.gz
freebsd-ports-gnome-86c9710c8173a54b6c64d85b2bc0a62d591472c7.tar.zst
freebsd-ports-gnome-86c9710c8173a54b6c64d85b2bc0a62d591472c7.zip
- reformat pkg-descr
- Take maintainership PR: ports/103974 Submitted by: maintainer (Thomas Abthorpe)
Diffstat (limited to 'databases')
-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/