From f5ab7b925ceb50a87e2bbf8f226aba140316e661 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 19 Sep 2005 23:02:49 +0000 Subject: change Maintainer: field, fix php4-* package dependencies SVN-Revision: 1947 --- openwrt/package/php4/ipkg/php4-cgi.control | 5 +++-- openwrt/package/php4/ipkg/php4-cli.control | 5 +++-- openwrt/package/php4/ipkg/php4-fastcgi.control | 5 +++-- openwrt/package/php4/ipkg/php4-mod-ftp.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-gd.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-ldap.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-mysql.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-openssl.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-pcre.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-pgsql.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-session.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-sockets.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-sqlite.control | 4 ++-- openwrt/package/php4/ipkg/php4-mod-xml.control | 4 ++-- 14 files changed, 31 insertions(+), 28 deletions(-) (limited to 'openwrt/package/php4') diff --git a/openwrt/package/php4/ipkg/php4-cgi.control b/openwrt/package/php4/ipkg/php4-cgi.control index 4ba8377..46f8735 100644 --- a/openwrt/package/php4/ipkg/php4-cgi.control +++ b/openwrt/package/php4/ipkg/php4-cgi.control @@ -3,7 +3,8 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: PHP4 compiled as for CGI Provides: php4 +Depends: libopenssl, zlib +Description: PHP4 compiled as for CGI diff --git a/openwrt/package/php4/ipkg/php4-cli.control b/openwrt/package/php4/ipkg/php4-cli.control index 7e54a16..dc927b7 100644 --- a/openwrt/package/php4/ipkg/php4-cli.control +++ b/openwrt/package/php4/ipkg/php4-cli.control @@ -3,7 +3,8 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: PHP4 CLI (Command Line Interface) Provides: php4 +Depends: libopenssl, zlib +Description: PHP4 CLI (Command Line Interface) diff --git a/openwrt/package/php4/ipkg/php4-fastcgi.control b/openwrt/package/php4/ipkg/php4-fastcgi.control index 1326f7b..61d383b 100644 --- a/openwrt/package/php4/ipkg/php4-fastcgi.control +++ b/openwrt/package/php4/ipkg/php4-fastcgi.control @@ -3,7 +3,8 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: PHP4 compiled for FastCGI (for use with libhttpd-fastcgi) Provides: php4 +Depends: libopenssl, zlib +Description: PHP4 compiled for FastCGI (for use with libhttpd-fastcgi) diff --git a/openwrt/package/php4/ipkg/php4-mod-ftp.control b/openwrt/package/php4/ipkg/php4-mod-ftp.control index 9aaaeed..702b75e 100644 --- a/openwrt/package/php4/ipkg/php4-mod-ftp.control +++ b/openwrt/package/php4/ipkg/php4-mod-ftp.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: FTP module for PHP4 Depends: php4 +Description: FTP module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-gd.control b/openwrt/package/php4/ipkg/php4-mod-gd.control index 5e946c4..a3f203f 100644 --- a/openwrt/package/php4/ipkg/php4-mod-gd.control +++ b/openwrt/package/php4/ipkg/php4-mod-gd.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: GD module for PHP4 Depends: php4, libgd, libpng +Description: GD module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-ldap.control b/openwrt/package/php4/ipkg/php4-mod-ldap.control index c8c52c4..1143eac7 100644 --- a/openwrt/package/php4/ipkg/php4-mod-ldap.control +++ b/openwrt/package/php4/ipkg/php4-mod-ldap.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: LDAP module for PHP4 Depends: php4, libopenldap +Description: LDAP module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-mysql.control b/openwrt/package/php4/ipkg/php4-mod-mysql.control index ae0818a..48de296 100644 --- a/openwrt/package/php4/ipkg/php4-mod-mysql.control +++ b/openwrt/package/php4/ipkg/php4-mod-mysql.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: MySQL module for PHP4 Depends: php4, libmysqlclient +Description: MySQL module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-openssl.control b/openwrt/package/php4/ipkg/php4-mod-openssl.control index 926c283..476bd2a 100644 --- a/openwrt/package/php4/ipkg/php4-mod-openssl.control +++ b/openwrt/package/php4/ipkg/php4-mod-openssl.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: OpenSSL module for PHP4 Depends: php4, libopenssl +Description: OpenSSL module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-pcre.control b/openwrt/package/php4/ipkg/php4-mod-pcre.control index da0efe0..9ae420d 100644 --- a/openwrt/package/php4/ipkg/php4-mod-pcre.control +++ b/openwrt/package/php4/ipkg/php4-mod-pcre.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: PCRE module for PHP4 Depends: php4, libpcre +Description: PCRE module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-pgsql.control b/openwrt/package/php4/ipkg/php4-mod-pgsql.control index bf813c7..39eb481 100644 --- a/openwrt/package/php4/ipkg/php4-mod-pgsql.control +++ b/openwrt/package/php4/ipkg/php4-mod-pgsql.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: PostgreSQL module for PHP4 Depends: php4, libpq +Description: PostgreSQL module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-session.control b/openwrt/package/php4/ipkg/php4-mod-session.control index 84b38e1..dd116c6 100644 --- a/openwrt/package/php4/ipkg/php4-mod-session.control +++ b/openwrt/package/php4/ipkg/php4-mod-session.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: Sessions module for PHP4 Depends: php4 +Description: Sessions module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-sockets.control b/openwrt/package/php4/ipkg/php4-mod-sockets.control index d4be5db..154d0c1 100644 --- a/openwrt/package/php4/ipkg/php4-mod-sockets.control +++ b/openwrt/package/php4/ipkg/php4-mod-sockets.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: Sockets module for PHP4 Depends: php4 +Description: Sockets module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-sqlite.control b/openwrt/package/php4/ipkg/php4-mod-sqlite.control index 4a60d68..58d3c8b 100644 --- a/openwrt/package/php4/ipkg/php4-mod-sqlite.control +++ b/openwrt/package/php4/ipkg/php4-mod-sqlite.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: SQLite module for PHP4 Depends: php4, libsqlite2 +Description: SQLite module for PHP4 diff --git a/openwrt/package/php4/ipkg/php4-mod-xml.control b/openwrt/package/php4/ipkg/php4-mod-xml.control index 235dd7a..223cccf 100644 --- a/openwrt/package/php4/ipkg/php4-mod-xml.control +++ b/openwrt/package/php4/ipkg/php4-mod-xml.control @@ -3,7 +3,7 @@ Priority: optional Section: net Version: [TBDL] Architecture: [TBDL] -Maintainer: Anael Orlinski , Nico +Maintainer: OpenWrt Developers Team , Anael Orlinski Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php4/ -Description: XML module for PHP4 Depends: php4, libexpat +Description: XML module for PHP4 -- cgit v1.1