diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-03 06:32:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-03 06:32:16 +0000 |
commit | bfa84aafa527445f3447a0ac9763629786d8a9b1 (patch) | |
tree | a24d5cce4493bc9e06312f13788b76c818462ac5 /databases | |
parent | c9e6a106f03f34f37335057ea722128189618a80 (diff) | |
download | freebsd-ports-bfa84aafa527445f3447a0ac9763629786d8a9b1.zip |
Pass maintainership of PEAR ports to the submitter
PR: 214011 214012 214013 214014 214015 214016 214017
PR: 214018 214019 214021 214022 214023 214024 214025
PR: 214026 214027 214028 214029 214030 214031 214032
PR: 214033 214034 214035 214036 214037 214038 214039
PR: 214040 214041 214042 214043 214044 214045 214046
PR: 214047 214048 214049 214050 214051 214052 214053
PR: 214054 214055 214056 214057 214058 214059 214060
PR: 214061 214062 214063 214064 214066 214067 214068
PR: 214071 214072 214073 214074 214075 214076 214077
PR: 214078 214079 214080 214081 214082 214083 214084
PR: 214085 214086 214087 214088 214089 214090 214091
PR: 214092 214093 214094 214095 214096 214097 214098
PR: 214099 214100 214101 214102 214103 214104 214108
PR: 214109 214110 214111 214112 214113 214114 214115
PR: 214116 214117 214118 214119 214120 214121 214122
PR: 214123 214124 214125 214126 214127 214128 214129
PR: 214130 214131 214132 214133 214134 214135 214136
PR: 214137 214138 214139 214140 214141 214142 214143
PR: 214144 214145 214146 214147 214148 214149 214150
PR: 214151 214152
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Diffstat (limited to 'databases')
26 files changed, 26 insertions, 26 deletions
diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile index 921ec990e3d3..e5164f0962a6 100644 --- a/databases/pear-DB/Makefile +++ b/databases/pear-DB/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.9.2 PORTEPOCH= 1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR Database Abstraction Layer USES= pear diff --git a/databases/pear-DBA/Makefile b/databases/pear-DBA/Makefile index cf0491ab643b..0d25760e3d8d 100644 --- a/databases/pear-DBA/Makefile +++ b/databases/pear-DBA/Makefile @@ -5,7 +5,7 @@ PORTNAME= DBA PORTVERSION= 1.1.1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Berkely-style database abstraction class USES= pear diff --git a/databases/pear-DBA_Relational/Makefile b/databases/pear-DBA_Relational/Makefile index 4ed19d5385ad..19cccb64d10f 100644 --- a/databases/pear-DBA_Relational/Makefile +++ b/databases/pear-DBA_Relational/Makefile @@ -5,7 +5,7 @@ PORTNAME= DBA_Relational PORTVERSION= 0.2.0 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Berkely-style database abstraction class PORTSCOUT= skipv:0.19 diff --git a/databases/pear-DB_DataObject/Makefile b/databases/pear-DB_DataObject/Makefile index 7344a2f91b9d..e192683d3b3b 100644 --- a/databases/pear-DB_DataObject/Makefile +++ b/databases/pear-DB_DataObject/Makefile @@ -5,7 +5,7 @@ PORTNAME= DB_DataObject PORTVERSION= 1.11.5 CATEGORIES= databases pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= SQL Builder, Object Interface to Database Tables LICENSE= PHP301 diff --git a/databases/pear-DB_DataObject_FormBuilder/Makefile b/databases/pear-DB_DataObject_FormBuilder/Makefile index 82185bca6031..13b7246abfa6 100644 --- a/databases/pear-DB_DataObject_FormBuilder/Makefile +++ b/databases/pear-DB_DataObject_FormBuilder/Makefile @@ -5,7 +5,7 @@ PORTNAME= DB_DataObject_FormBuilder PORTVERSION= 1.0.2 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= Automatically build HTML_QuickForm objects using DB_DataObject BUILD_DEPENDS= ${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \ diff --git a/databases/pear-DB_QueryTool/Makefile b/databases/pear-DB_QueryTool/Makefile index 93ffb4259734..9278029a1100 100644 --- a/databases/pear-DB_QueryTool/Makefile +++ b/databases/pear-DB_QueryTool/Makefile @@ -5,7 +5,7 @@ PORTNAME= DB_QueryTool PORTVERSION= 1.1.2 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \ diff --git a/databases/pear-DB_Sqlite_Tools/Makefile b/databases/pear-DB_Sqlite_Tools/Makefile index 2f95238d3663..9c854a15fbc0 100644 --- a/databases/pear-DB_Sqlite_Tools/Makefile +++ b/databases/pear-DB_Sqlite_Tools/Makefile @@ -5,7 +5,7 @@ PORTNAME= DB_Sqlite_Tools PORTVERSION= 0.1.7 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= an object oriented interface to backup Sqlite databases BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \ diff --git a/databases/pear-DB_Table/Makefile b/databases/pear-DB_Table/Makefile index e927c5bd86bf..cf27fbbf69f4 100644 --- a/databases/pear-DB_Table/Makefile +++ b/databases/pear-DB_Table/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR object-oriented interface to a database table USES= pear diff --git a/databases/pear-DB_ldap/Makefile b/databases/pear-DB_ldap/Makefile index 71ea027a5dca..70b13cfdabee 100644 --- a/databases/pear-DB_ldap/Makefile +++ b/databases/pear-DB_ldap/Makefile @@ -5,7 +5,7 @@ PORTNAME= DB_ldap PORTVERSION= 1.2.1 CATEGORIES= databases net pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR DB compliant interface to LDAP servers BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB diff --git a/databases/pear-DB_ldap2/Makefile b/databases/pear-DB_ldap2/Makefile index 48ef4a578246..ec7d908a01cd 100644 --- a/databases/pear-DB_ldap2/Makefile +++ b/databases/pear-DB_ldap2/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.5.1 PORTREVISION= 1 CATEGORIES= databases net pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR DB compliant interface to LDAP v2 and v3 database BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB diff --git a/databases/pear-MDB/Makefile b/databases/pear-MDB/Makefile index 14a0e1a88e75..305722016e66 100644 --- a/databases/pear-MDB/Makefile +++ b/databases/pear-MDB/Makefile @@ -5,7 +5,7 @@ PORTNAME= MDB PORTVERSION= 1.3.0 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR unified API for DB access, based on user meta data BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser diff --git a/databases/pear-MDB2/Makefile b/databases/pear-MDB2/Makefile index 4533381b2b06..847b37d02f43 100644 --- a/databases/pear-MDB2/Makefile +++ b/databases/pear-MDB2/Makefile @@ -5,7 +5,7 @@ PORTNAME= MDB2 DISTVERSION= 2.5.0b5 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR database abstraction layer LICENSE= BSD3CLAUSE diff --git a/databases/pear-MDB2_Driver_mysql/Makefile b/databases/pear-MDB2_Driver_mysql/Makefile index 8df3eed988ca..4a6a6123e602 100644 --- a/databases/pear-MDB2_Driver_mysql/Makefile +++ b/databases/pear-MDB2_Driver_mysql/Makefile @@ -5,7 +5,7 @@ PORTNAME= MDB2_Driver_mysql DISTVERSION= 1.5.0b4 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR MySQL MDB2 driver LICENSE= BSD3CLAUSE diff --git a/databases/pear-MDB2_Driver_mysqli/Makefile b/databases/pear-MDB2_Driver_mysqli/Makefile index 598e23deb66a..268b68c8cedf 100644 --- a/databases/pear-MDB2_Driver_mysqli/Makefile +++ b/databases/pear-MDB2_Driver_mysqli/Makefile @@ -5,7 +5,7 @@ PORTNAME= MDB2_Driver_mysqli DISTVERSION= 1.5.0b4 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR MySQL MDB2 driver LICENSE= BSD3CLAUSE diff --git a/databases/pear-MDB2_Driver_pgsql/Makefile b/databases/pear-MDB2_Driver_pgsql/Makefile index c8b61557a638..e97512f94ed2 100644 --- a/databases/pear-MDB2_Driver_pgsql/Makefile +++ b/databases/pear-MDB2_Driver_pgsql/Makefile @@ -5,7 +5,7 @@ PORTNAME= MDB2_Driver_pgsql DISTVERSION= 1.5.0b4 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR pgsql MDB2 driver LICENSE= BSD3CLAUSE diff --git a/databases/pear-MDB2_Schema/Makefile b/databases/pear-MDB2_Schema/Makefile index 4a8ac904f106..d8209d27559a 100644 --- a/databases/pear-MDB2_Schema/Makefile +++ b/databases/pear-MDB2_Schema/Makefile @@ -5,7 +5,7 @@ PORTNAME= MDB2_Schema PORTVERSION= 0.8.6 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR XML based database schema manager BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2 \ diff --git a/databases/pear-MDB_QueryTool/Makefile b/databases/pear-MDB_QueryTool/Makefile index e0811c1d49da..ecb9cf2bd01b 100644 --- a/databases/pear-MDB_QueryTool/Makefile +++ b/databases/pear-MDB_QueryTool/Makefile @@ -5,7 +5,7 @@ PORTNAME= MDB_QueryTool PORTVERSION= 1.2.3 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB BUILD_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB \ diff --git a/databases/pear-Structures_DataGrid_DataSource_Array/Makefile b/databases/pear-Structures_DataGrid_DataSource_Array/Makefile index b1873a3c8876..aba586d1c022 100644 --- a/databases/pear-Structures_DataGrid_DataSource_Array/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_Array/Makefile @@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_DataSource_Array PORTVERSION= 0.1.4 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using arrays BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid diff --git a/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile b/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile index f24680c18c7d..1f5a3135c8a6 100644 --- a/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile @@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_DataSource_CSV PORTVERSION= 0.1.6 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using CSV files BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array diff --git a/databases/pear-Structures_DataGrid_DataSource_DB/Makefile b/databases/pear-Structures_DataGrid_DataSource_DB/Makefile index c9f72a5071c2..7192ec05f900 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DB/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DB/Makefile @@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_DataSource_DB PORTVERSION= 0.1.1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DB datasource driver for pear-Structures_DataGrid RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ diff --git a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile index d1340db891fb..4d0030b075b2 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile @@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_DataSource_DBQuery PORTVERSION= 0.1.11 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::DB and an SQL query BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile index 8622cb45a9bb..7148083d23da 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile @@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_DataSource_DBTable PORTVERSION= 0.1.7 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::DB_Table BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ diff --git a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile index 557578f439ad..da3e6c9547d8 100644 --- a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile @@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_DataSource_DataObject PORTVERSION= 0.2.1 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::DB_DataObject BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ diff --git a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile index 6eb8cd0a2a0c..d4175841091c 100644 --- a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile @@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_DataSource_MDB2 PORTVERSION= 0.1.11 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PEAR::MDB2 and an SQL query BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \ diff --git a/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile b/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile index 444569a3264f..d3fb456923f4 100644 --- a/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile @@ -5,7 +5,7 @@ PORTNAME= Structures_DataGrid_DataSource_PDO PORTVERSION= 0.2.0 CATEGORIES= databases www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= DataSource driver using PHP Data Objects (PDO) and an SQL query BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array diff --git a/databases/pear-XML_Query2XML/Makefile b/databases/pear-XML_Query2XML/Makefile index 705b4b54d45a..97c49b6e980a 100644 --- a/databases/pear-XML_Query2XML/Makefile +++ b/databases/pear-XML_Query2XML/Makefile @@ -5,7 +5,7 @@ PORTNAME= XML_Query2XML PORTVERSION= 1.7.2 CATEGORIES= databases pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joneum@bsdproject.de COMMENT= PEAR class transform SQL queries into XML data BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB |