summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-19 23:07:37 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-19 23:07:37 +0000
commitaf0d7914b8ce9b61a86ca41b0bebcd85d0d09f64 (patch)
tree537772617b7a3a1cf1ac24bd1545634da9976e3c /openwrt
parent0622dd7a25e024e2390da28712bf19ac877b3aea (diff)
downloadmtk-20170518-af0d7914b8ce9b61a86ca41b0bebcd85d0d09f64.zip
mtk-20170518-af0d7914b8ce9b61a86ca41b0bebcd85d0d09f64.tar.gz
mtk-20170518-af0d7914b8ce9b61a86ca41b0bebcd85d0d09f64.tar.bz2
change Maintainer: field, fix php5-* package dependencies
SVN-Revision: 1949
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/php5/ipkg/php5-cgi.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-cli.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-fastcgi.control5
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-ftp.control4
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-gd.control4
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-ldap.control4
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-mysql.control4
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-openssl.control4
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-pcre.control4
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-pgsql.control4
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-session.control4
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-sockets.control4
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-sqlite.control4
-rw-r--r--openwrt/package/php5/ipkg/php5-mod-xml.control4
14 files changed, 31 insertions, 28 deletions
diff --git a/openwrt/package/php5/ipkg/php5-cgi.control b/openwrt/package/php5/ipkg/php5-cgi.control
index 710f3ec..461b451 100644
--- a/openwrt/package/php5/ipkg/php5-cgi.control
+++ b/openwrt/package/php5/ipkg/php5-cgi.control
@@ -3,7 +3,8 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: PHP5 compiled as for CGI
Provides: php5
+Depends: libopenssl, zlib
+Description: PHP5 compiled as for CGI
diff --git a/openwrt/package/php5/ipkg/php5-cli.control b/openwrt/package/php5/ipkg/php5-cli.control
index 63385ca..959393c 100644
--- a/openwrt/package/php5/ipkg/php5-cli.control
+++ b/openwrt/package/php5/ipkg/php5-cli.control
@@ -3,7 +3,8 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: PHP5 CLI (Command Line Interface)
Provides: php5
+Depends: libopenssl, zlib
+Description: PHP5 CLI (Command Line Interface)
diff --git a/openwrt/package/php5/ipkg/php5-fastcgi.control b/openwrt/package/php5/ipkg/php5-fastcgi.control
index ab99ef9..21a1e29 100644
--- a/openwrt/package/php5/ipkg/php5-fastcgi.control
+++ b/openwrt/package/php5/ipkg/php5-fastcgi.control
@@ -3,7 +3,8 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: PHP5 compiled for FastCGI (for use with libhttpd-fastcgi)
Provides: php5
+Depends: libopenssl, zlib
+Description: PHP5 compiled for FastCGI (for use with libhttpd-fastcgi)
diff --git a/openwrt/package/php5/ipkg/php5-mod-ftp.control b/openwrt/package/php5/ipkg/php5-mod-ftp.control
index 1173167..de5e24f 100644
--- a/openwrt/package/php5/ipkg/php5-mod-ftp.control
+++ b/openwrt/package/php5/ipkg/php5-mod-ftp.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: FTP module for PHP5
Depends: php5
+Description: FTP module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-gd.control b/openwrt/package/php5/ipkg/php5-mod-gd.control
index 8ff80d5..e3ae9f1 100644
--- a/openwrt/package/php5/ipkg/php5-mod-gd.control
+++ b/openwrt/package/php5/ipkg/php5-mod-gd.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: GD module for PHP5
Depends: php5, libgd, libpng
+Description: GD module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-ldap.control b/openwrt/package/php5/ipkg/php5-mod-ldap.control
index 734d845..9d64dc0 100644
--- a/openwrt/package/php5/ipkg/php5-mod-ldap.control
+++ b/openwrt/package/php5/ipkg/php5-mod-ldap.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: LDAP module for PHP5
Depends: php5, libopenldap
+Description: LDAP module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-mysql.control b/openwrt/package/php5/ipkg/php5-mod-mysql.control
index 6115278..efbeb0f 100644
--- a/openwrt/package/php5/ipkg/php5-mod-mysql.control
+++ b/openwrt/package/php5/ipkg/php5-mod-mysql.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: MySQL module for PHP5
Depends: php5, libmysqlclient
+Description: MySQL module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-openssl.control b/openwrt/package/php5/ipkg/php5-mod-openssl.control
index 08c9103..6d6fcc1 100644
--- a/openwrt/package/php5/ipkg/php5-mod-openssl.control
+++ b/openwrt/package/php5/ipkg/php5-mod-openssl.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: OpenSSL module for PHP5
Depends: php5, libopenssl
+Description: OpenSSL module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-pcre.control b/openwrt/package/php5/ipkg/php5-mod-pcre.control
index f4f69f2..5a66a70 100644
--- a/openwrt/package/php5/ipkg/php5-mod-pcre.control
+++ b/openwrt/package/php5/ipkg/php5-mod-pcre.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: PCRE module for PHP5
Depends: php5, libpcre
+Description: PCRE module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-pgsql.control b/openwrt/package/php5/ipkg/php5-mod-pgsql.control
index 2e4526c..6688fee 100644
--- a/openwrt/package/php5/ipkg/php5-mod-pgsql.control
+++ b/openwrt/package/php5/ipkg/php5-mod-pgsql.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: PostgreSQL module for PHP5
Depends: php5, libpq
+Description: PostgreSQL module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-session.control b/openwrt/package/php5/ipkg/php5-mod-session.control
index 9ad925c..361de65 100644
--- a/openwrt/package/php5/ipkg/php5-mod-session.control
+++ b/openwrt/package/php5/ipkg/php5-mod-session.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: Sessions module for PHP5
Depends: php5
+Description: Sessions module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-sockets.control b/openwrt/package/php5/ipkg/php5-mod-sockets.control
index a037eb4..f3f5ad5 100644
--- a/openwrt/package/php5/ipkg/php5-mod-sockets.control
+++ b/openwrt/package/php5/ipkg/php5-mod-sockets.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: Sockets module for PHP5
Depends: php5
+Description: Sockets module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-sqlite.control b/openwrt/package/php5/ipkg/php5-mod-sqlite.control
index 847db0f..d0a9401 100644
--- a/openwrt/package/php5/ipkg/php5-mod-sqlite.control
+++ b/openwrt/package/php5/ipkg/php5-mod-sqlite.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: SQLite module for PHP5
Depends: php5, libsqlite2
+Description: SQLite module for PHP5
diff --git a/openwrt/package/php5/ipkg/php5-mod-xml.control b/openwrt/package/php5/ipkg/php5-mod-xml.control
index f92d391..33eb303 100644
--- a/openwrt/package/php5/ipkg/php5-mod-xml.control
+++ b/openwrt/package/php5/ipkg/php5-mod-xml.control
@@ -3,7 +3,7 @@ Priority: optional
Section: net
Version: [TBDL]
Architecture: [TBDL]
-Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr>
+Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Anael Orlinski <anael.orlinski@gmail.com>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/
-Description: XML module for PHP5
Depends: php5, libexpat
+Description: XML module for PHP5