diff options
Diffstat (limited to 'openwrt/package/php5/ipkg')
-rw-r--r-- | openwrt/package/php5/ipkg/php5-cgi.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-cgi.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-cli.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-cli.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-fastcgi.conffiles | 2 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-fastcgi.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-ftp.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-gd.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-ldap.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-mysql.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-openssl.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-pcre.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-pgsql.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-session.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-sockets.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-sqlite.control | 9 | ||||
-rw-r--r-- | openwrt/package/php5/ipkg/php5-mod-xml.control | 9 |
17 files changed, 130 insertions, 0 deletions
diff --git a/openwrt/package/php5/ipkg/php5-cgi.conffiles b/openwrt/package/php5/ipkg/php5-cgi.conffiles new file mode 100644 index 000000000..f1b6b5fc9 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-cgi.conffiles @@ -0,0 +1 @@ +/etc/php.ini diff --git a/openwrt/package/php5/ipkg/php5-cgi.control b/openwrt/package/php5/ipkg/php5-cgi.control new file mode 100644 index 000000000..710f3ec63 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-cgi.control @@ -0,0 +1,9 @@ +Package: php5-cgi +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: PHP5 compiled as for CGI +Provides: php5 diff --git a/openwrt/package/php5/ipkg/php5-cli.conffiles b/openwrt/package/php5/ipkg/php5-cli.conffiles new file mode 100644 index 000000000..f1b6b5fc9 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-cli.conffiles @@ -0,0 +1 @@ +/etc/php.ini diff --git a/openwrt/package/php5/ipkg/php5-cli.control b/openwrt/package/php5/ipkg/php5-cli.control new file mode 100644 index 000000000..63385caa3 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-cli.control @@ -0,0 +1,9 @@ +Package: php5-cli +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: PHP5 CLI (Command Line Interface) +Provides: php5 diff --git a/openwrt/package/php5/ipkg/php5-fastcgi.conffiles b/openwrt/package/php5/ipkg/php5-fastcgi.conffiles new file mode 100644 index 000000000..6d0835326 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-fastcgi.conffiles @@ -0,0 +1,2 @@ +/etc/php.ini +/etc/init.d/php diff --git a/openwrt/package/php5/ipkg/php5-fastcgi.control b/openwrt/package/php5/ipkg/php5-fastcgi.control new file mode 100644 index 000000000..ab99ef958 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-fastcgi.control @@ -0,0 +1,9 @@ +Package: php5-fastcgi +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: PHP5 compiled for FastCGI (for use with libhttpd-fastcgi) +Provides: php5 diff --git a/openwrt/package/php5/ipkg/php5-mod-ftp.control b/openwrt/package/php5/ipkg/php5-mod-ftp.control new file mode 100644 index 000000000..1173167bf --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-ftp.control @@ -0,0 +1,9 @@ +Package: php5-mod-ftp +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: FTP module for PHP5 +Depends: php5 diff --git a/openwrt/package/php5/ipkg/php5-mod-gd.control b/openwrt/package/php5/ipkg/php5-mod-gd.control new file mode 100644 index 000000000..8ff80d555 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-gd.control @@ -0,0 +1,9 @@ +Package: php5-mod-gd +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: GD module for PHP5 +Depends: php5, libgd, libpng diff --git a/openwrt/package/php5/ipkg/php5-mod-ldap.control b/openwrt/package/php5/ipkg/php5-mod-ldap.control new file mode 100644 index 000000000..734d84540 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-ldap.control @@ -0,0 +1,9 @@ +Package: php5-mod-ldap +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: LDAP module for PHP5 +Depends: php5, libopenldap diff --git a/openwrt/package/php5/ipkg/php5-mod-mysql.control b/openwrt/package/php5/ipkg/php5-mod-mysql.control new file mode 100644 index 000000000..611527891 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-mysql.control @@ -0,0 +1,9 @@ +Package: php5-mod-mysql +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: MySQL module for PHP5 +Depends: php5, libmysqlclient diff --git a/openwrt/package/php5/ipkg/php5-mod-openssl.control b/openwrt/package/php5/ipkg/php5-mod-openssl.control new file mode 100644 index 000000000..08c910353 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-openssl.control @@ -0,0 +1,9 @@ +Package: php5-mod-openssl +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: OpenSSL module for PHP5 +Depends: php5, libopenssl diff --git a/openwrt/package/php5/ipkg/php5-mod-pcre.control b/openwrt/package/php5/ipkg/php5-mod-pcre.control new file mode 100644 index 000000000..f4f69f2bb --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-pcre.control @@ -0,0 +1,9 @@ +Package: php5-mod-pcre +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: PCRE module for PHP5 +Depends: php5, libpcre diff --git a/openwrt/package/php5/ipkg/php5-mod-pgsql.control b/openwrt/package/php5/ipkg/php5-mod-pgsql.control new file mode 100644 index 000000000..2e4526c9e --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-pgsql.control @@ -0,0 +1,9 @@ +Package: php5-mod-pgsql +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: PostgreSQL module for PHP5 +Depends: php5, libpq diff --git a/openwrt/package/php5/ipkg/php5-mod-session.control b/openwrt/package/php5/ipkg/php5-mod-session.control new file mode 100644 index 000000000..9ad925cdd --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-session.control @@ -0,0 +1,9 @@ +Package: php5-mod-session +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: Sessions module for PHP5 +Depends: php5 diff --git a/openwrt/package/php5/ipkg/php5-mod-sockets.control b/openwrt/package/php5/ipkg/php5-mod-sockets.control new file mode 100644 index 000000000..a037eb46d --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-sockets.control @@ -0,0 +1,9 @@ +Package: php5-mod-sockets +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: Sockets module for PHP5 +Depends: php5 diff --git a/openwrt/package/php5/ipkg/php5-mod-sqlite.control b/openwrt/package/php5/ipkg/php5-mod-sqlite.control new file mode 100644 index 000000000..847db0f07 --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-sqlite.control @@ -0,0 +1,9 @@ +Package: php5-mod-sqlite +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: SQLite module for PHP5 +Depends: php5, libsqlite2 diff --git a/openwrt/package/php5/ipkg/php5-mod-xml.control b/openwrt/package/php5/ipkg/php5-mod-xml.control new file mode 100644 index 000000000..f92d3916f --- /dev/null +++ b/openwrt/package/php5/ipkg/php5-mod-xml.control @@ -0,0 +1,9 @@ +Package: php5-mod-xml +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Anael Orlinski <anael.orlinski@gmail.com>, Nico <nthill@free.fr> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/php5/ +Description: XML module for PHP5 +Depends: php5, libexpat |