diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-04 17:03:18 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-04 17:03:18 +0000 |
commit | 8d6baf0057572fba7f20c4824918fcbebc86edc5 (patch) | |
tree | 001af1f942deb147234a69c37d20c529c594842a /openwrt/package/php4/ipkg | |
parent | 01e28344295faff460371b1c08f665ddd07f3311 (diff) |
Add php4 package (Thanks aorlinsk and enzo for the help)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1334 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/php4/ipkg')
-rw-r--r-- | openwrt/package/php4/ipkg/php4-cgi.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-cgi.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-cli.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-cli.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-fastcgi.conffiles | 2 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-fastcgi.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-ftp.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-gd.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-ldap.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-mysql.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-openssl.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-pcre.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-pgsql.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-session.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-sockets.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-sqlite.control | 9 | ||||
-rw-r--r-- | openwrt/package/php4/ipkg/php4-mod-xml.control | 9 |
17 files changed, 130 insertions, 0 deletions
diff --git a/openwrt/package/php4/ipkg/php4-cgi.conffiles b/openwrt/package/php4/ipkg/php4-cgi.conffiles new file mode 100644 index 000000000..f1b6b5fc9 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-cgi.conffiles @@ -0,0 +1 @@ +/etc/php.ini diff --git a/openwrt/package/php4/ipkg/php4-cgi.control b/openwrt/package/php4/ipkg/php4-cgi.control new file mode 100644 index 000000000..4ba837711 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-cgi.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: PHP4 compiled as for CGI +Provides: php4 diff --git a/openwrt/package/php4/ipkg/php4-cli.conffiles b/openwrt/package/php4/ipkg/php4-cli.conffiles new file mode 100644 index 000000000..f1b6b5fc9 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-cli.conffiles @@ -0,0 +1 @@ +/etc/php.ini diff --git a/openwrt/package/php4/ipkg/php4-cli.control b/openwrt/package/php4/ipkg/php4-cli.control new file mode 100644 index 000000000..7e54a16d5 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-cli.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: PHP4 CLI (Command Line Interface) +Provides: php4 diff --git a/openwrt/package/php4/ipkg/php4-fastcgi.conffiles b/openwrt/package/php4/ipkg/php4-fastcgi.conffiles new file mode 100644 index 000000000..6d0835326 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-fastcgi.conffiles @@ -0,0 +1,2 @@ +/etc/php.ini +/etc/init.d/php diff --git a/openwrt/package/php4/ipkg/php4-fastcgi.control b/openwrt/package/php4/ipkg/php4-fastcgi.control new file mode 100644 index 000000000..1326f7bdd --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-fastcgi.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: PHP4 compiled for FastCGI (for use with libhttpd-fastcgi) +Provides: php4 diff --git a/openwrt/package/php4/ipkg/php4-mod-ftp.control b/openwrt/package/php4/ipkg/php4-mod-ftp.control new file mode 100644 index 000000000..9aaaeed78 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-ftp.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: FTP module for PHP4 +Depends: php4 diff --git a/openwrt/package/php4/ipkg/php4-mod-gd.control b/openwrt/package/php4/ipkg/php4-mod-gd.control new file mode 100644 index 000000000..5e946c4e6 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-gd.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: GD module for PHP4 +Depends: php4, libgd, libpng diff --git a/openwrt/package/php4/ipkg/php4-mod-ldap.control b/openwrt/package/php4/ipkg/php4-mod-ldap.control new file mode 100644 index 000000000..c8c52c4a4 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-ldap.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: LDAP module for PHP4 +Depends: php4, libopenldap diff --git a/openwrt/package/php4/ipkg/php4-mod-mysql.control b/openwrt/package/php4/ipkg/php4-mod-mysql.control new file mode 100644 index 000000000..ae0818a36 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-mysql.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: MySQL module for PHP4 +Depends: php4, libmysqlclient diff --git a/openwrt/package/php4/ipkg/php4-mod-openssl.control b/openwrt/package/php4/ipkg/php4-mod-openssl.control new file mode 100644 index 000000000..926c28396 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-openssl.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: OpenSSL module for PHP4 +Depends: php4, libopenssl diff --git a/openwrt/package/php4/ipkg/php4-mod-pcre.control b/openwrt/package/php4/ipkg/php4-mod-pcre.control new file mode 100644 index 000000000..da0efe0d5 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-pcre.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: PCRE module for PHP4 +Depends: php4, libpcre diff --git a/openwrt/package/php4/ipkg/php4-mod-pgsql.control b/openwrt/package/php4/ipkg/php4-mod-pgsql.control new file mode 100644 index 000000000..bf813c76c --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-pgsql.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: PostgreSQL module for PHP4 +Depends: php4, libpq diff --git a/openwrt/package/php4/ipkg/php4-mod-session.control b/openwrt/package/php4/ipkg/php4-mod-session.control new file mode 100644 index 000000000..84b38e1fe --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-session.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: Sessions module for PHP4 +Depends: php4 diff --git a/openwrt/package/php4/ipkg/php4-mod-sockets.control b/openwrt/package/php4/ipkg/php4-mod-sockets.control new file mode 100644 index 000000000..d4be5dbdc --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-sockets.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: Sockets module for PHP4 +Depends: php4 diff --git a/openwrt/package/php4/ipkg/php4-mod-sqlite.control b/openwrt/package/php4/ipkg/php4-mod-sqlite.control new file mode 100644 index 000000000..4a60d68cc --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-sqlite.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: SQLite module for PHP4 +Depends: php4, libsqlite2 diff --git a/openwrt/package/php4/ipkg/php4-mod-xml.control b/openwrt/package/php4/ipkg/php4-mod-xml.control new file mode 100644 index 000000000..e5f182877 --- /dev/null +++ b/openwrt/package/php4/ipkg/php4-mod-xml.control @@ -0,0 +1,9 @@ +Package: php4-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/php4/ +Description: XML module for PHP4 +Depends: php4 |