summaryrefslogtreecommitdiffstats
path: root/package/php5/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/php5/ipkg')
-rw-r--r--package/php5/ipkg/php5-cgi.conffiles1
-rw-r--r--package/php5/ipkg/php5-cgi.control9
-rw-r--r--package/php5/ipkg/php5-cli.conffiles1
-rw-r--r--package/php5/ipkg/php5-cli.control9
-rw-r--r--package/php5/ipkg/php5-fastcgi.conffiles2
-rw-r--r--package/php5/ipkg/php5-fastcgi.control9
-rw-r--r--package/php5/ipkg/php5-mod-ftp.control9
-rw-r--r--package/php5/ipkg/php5-mod-gd.control9
-rw-r--r--package/php5/ipkg/php5-mod-ldap.control9
-rw-r--r--package/php5/ipkg/php5-mod-mysql.control9
-rw-r--r--package/php5/ipkg/php5-mod-openssl.control9
-rw-r--r--package/php5/ipkg/php5-mod-pcre.control9
-rw-r--r--package/php5/ipkg/php5-mod-pgsql.control9
-rw-r--r--package/php5/ipkg/php5-mod-session.control9
-rw-r--r--package/php5/ipkg/php5-mod-sockets.control9
-rw-r--r--package/php5/ipkg/php5-mod-sqlite.control9
-rw-r--r--package/php5/ipkg/php5-mod-xml.control9
17 files changed, 130 insertions, 0 deletions
diff --git a/package/php5/ipkg/php5-cgi.conffiles b/package/php5/ipkg/php5-cgi.conffiles
new file mode 100644
index 000000000..f1b6b5fc9
--- /dev/null
+++ b/package/php5/ipkg/php5-cgi.conffiles
@@ -0,0 +1 @@
+/etc/php.ini
diff --git a/package/php5/ipkg/php5-cgi.control b/package/php5/ipkg/php5-cgi.control
new file mode 100644
index 000000000..710f3ec63
--- /dev/null
+++ b/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/package/php5/ipkg/php5-cli.conffiles b/package/php5/ipkg/php5-cli.conffiles
new file mode 100644
index 000000000..f1b6b5fc9
--- /dev/null
+++ b/package/php5/ipkg/php5-cli.conffiles
@@ -0,0 +1 @@
+/etc/php.ini
diff --git a/package/php5/ipkg/php5-cli.control b/package/php5/ipkg/php5-cli.control
new file mode 100644
index 000000000..63385caa3
--- /dev/null
+++ b/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/package/php5/ipkg/php5-fastcgi.conffiles b/package/php5/ipkg/php5-fastcgi.conffiles
new file mode 100644
index 000000000..6d0835326
--- /dev/null
+++ b/package/php5/ipkg/php5-fastcgi.conffiles
@@ -0,0 +1,2 @@
+/etc/php.ini
+/etc/init.d/php
diff --git a/package/php5/ipkg/php5-fastcgi.control b/package/php5/ipkg/php5-fastcgi.control
new file mode 100644
index 000000000..ab99ef958
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-ftp.control b/package/php5/ipkg/php5-mod-ftp.control
new file mode 100644
index 000000000..1173167bf
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-gd.control b/package/php5/ipkg/php5-mod-gd.control
new file mode 100644
index 000000000..8ff80d555
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-ldap.control b/package/php5/ipkg/php5-mod-ldap.control
new file mode 100644
index 000000000..734d84540
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-mysql.control b/package/php5/ipkg/php5-mod-mysql.control
new file mode 100644
index 000000000..611527891
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-openssl.control b/package/php5/ipkg/php5-mod-openssl.control
new file mode 100644
index 000000000..08c910353
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-pcre.control b/package/php5/ipkg/php5-mod-pcre.control
new file mode 100644
index 000000000..f4f69f2bb
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-pgsql.control b/package/php5/ipkg/php5-mod-pgsql.control
new file mode 100644
index 000000000..2e4526c9e
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-session.control b/package/php5/ipkg/php5-mod-session.control
new file mode 100644
index 000000000..9ad925cdd
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-sockets.control b/package/php5/ipkg/php5-mod-sockets.control
new file mode 100644
index 000000000..a037eb46d
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-sqlite.control b/package/php5/ipkg/php5-mod-sqlite.control
new file mode 100644
index 000000000..847db0f07
--- /dev/null
+++ b/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/package/php5/ipkg/php5-mod-xml.control b/package/php5/ipkg/php5-mod-xml.control
new file mode 100644
index 000000000..f92d3916f
--- /dev/null
+++ b/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