summaryrefslogtreecommitdiff
path: root/package/php/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/php/ipkg')
-rw-r--r--package/php/ipkg/php-cgi.conffiles1
-rw-r--r--package/php/ipkg/php-cgi.control6
-rw-r--r--package/php/ipkg/php-cli.conffiles1
-rw-r--r--package/php/ipkg/php-cli.control6
-rw-r--r--package/php/ipkg/php-fastcgi.conffiles1
-rw-r--r--package/php/ipkg/php-fastcgi.control6
-rw-r--r--package/php/ipkg/php-fastcgi.postinst4
-rw-r--r--package/php/ipkg/php-mod-curl.control5
-rw-r--r--package/php/ipkg/php-mod-ftp.control5
-rw-r--r--package/php/ipkg/php-mod-gd.control5
-rw-r--r--package/php/ipkg/php-mod-gmp.control5
-rw-r--r--package/php/ipkg/php-mod-ldap.control5
-rw-r--r--package/php/ipkg/php-mod-mysql.control5
-rw-r--r--package/php/ipkg/php-mod-openssl.control5
-rw-r--r--package/php/ipkg/php-mod-pcre.control5
-rw-r--r--package/php/ipkg/php-mod-pgsql.control5
-rw-r--r--package/php/ipkg/php-mod-session.control5
-rw-r--r--package/php/ipkg/php-mod-sockets.control5
-rw-r--r--package/php/ipkg/php-mod-sqlite.control5
-rw-r--r--package/php/ipkg/php-mod-xml.control5
20 files changed, 0 insertions, 90 deletions
diff --git a/package/php/ipkg/php-cgi.conffiles b/package/php/ipkg/php-cgi.conffiles
deleted file mode 100644
index f1b6b5fc9..000000000
--- a/package/php/ipkg/php-cgi.conffiles
+++ /dev/null
@@ -1 +0,0 @@
-/etc/php.ini
diff --git a/package/php/ipkg/php-cgi.control b/package/php/ipkg/php-cgi.control
deleted file mode 100644
index b80794a65..000000000
--- a/package/php/ipkg/php-cgi.control
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: php-cgi
-Priority: optional
-Section: net
-Provides: php
-Depends: libopenssl, zlib
-Description: PHP5 compiled as for CGI
diff --git a/package/php/ipkg/php-cli.conffiles b/package/php/ipkg/php-cli.conffiles
deleted file mode 100644
index f1b6b5fc9..000000000
--- a/package/php/ipkg/php-cli.conffiles
+++ /dev/null
@@ -1 +0,0 @@
-/etc/php.ini
diff --git a/package/php/ipkg/php-cli.control b/package/php/ipkg/php-cli.control
deleted file mode 100644
index 6b0889836..000000000
--- a/package/php/ipkg/php-cli.control
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: php-cli
-Priority: optional
-Section: net
-Provides: php
-Depends: libopenssl, zlib
-Description: PHP5 CLI (Command Line Interface)
diff --git a/package/php/ipkg/php-fastcgi.conffiles b/package/php/ipkg/php-fastcgi.conffiles
deleted file mode 100644
index f1b6b5fc9..000000000
--- a/package/php/ipkg/php-fastcgi.conffiles
+++ /dev/null
@@ -1 +0,0 @@
-/etc/php.ini
diff --git a/package/php/ipkg/php-fastcgi.control b/package/php/ipkg/php-fastcgi.control
deleted file mode 100644
index 9a95cedf0..000000000
--- a/package/php/ipkg/php-fastcgi.control
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: php-fastcgi
-Priority: optional
-Section: net
-Provides: php
-Depends: libopenssl, zlib
-Description: PHP5 compiled for FastCGI (for use with libhttpd-fastcgi)
diff --git a/package/php/ipkg/php-fastcgi.postinst b/package/php/ipkg/php-fastcgi.postinst
deleted file mode 100644
index 4497d75d1..000000000
--- a/package/php/ipkg/php-fastcgi.postinst
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-. $IPKG_INSTROOT/etc/functions.sh
-add_rcconf php php NO
-add_rcconf php_flags php_flags "-b 1026"
diff --git a/package/php/ipkg/php-mod-curl.control b/package/php/ipkg/php-mod-curl.control
deleted file mode 100644
index 4ca5f42a2..000000000
--- a/package/php/ipkg/php-mod-curl.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-curl
-Priority: optional
-Section: net
-Depends: php, libcurl
-Description: cURL module for PHP5
diff --git a/package/php/ipkg/php-mod-ftp.control b/package/php/ipkg/php-mod-ftp.control
deleted file mode 100644
index a8dd0b3fd..000000000
--- a/package/php/ipkg/php-mod-ftp.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-ftp
-Priority: optional
-Section: net
-Depends: php
-Description: FTP module for PHP5
diff --git a/package/php/ipkg/php-mod-gd.control b/package/php/ipkg/php-mod-gd.control
deleted file mode 100644
index 2cf37cb03..000000000
--- a/package/php/ipkg/php-mod-gd.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-gd
-Priority: optional
-Section: net
-Depends: php, libgd, libpng
-Description: GD module for PHP5
diff --git a/package/php/ipkg/php-mod-gmp.control b/package/php/ipkg/php-mod-gmp.control
deleted file mode 100644
index aa54fbb89..000000000
--- a/package/php/ipkg/php-mod-gmp.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-gmp
-Priority: optional
-Section: net
-Depends: php, libgmp
-Description: GMP (GNU MP) module for PHP5
diff --git a/package/php/ipkg/php-mod-ldap.control b/package/php/ipkg/php-mod-ldap.control
deleted file mode 100644
index 19f8431cf..000000000
--- a/package/php/ipkg/php-mod-ldap.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-ldap
-Priority: optional
-Section: net
-Depends: php, libopenldap
-Description: LDAP module for PHP5
diff --git a/package/php/ipkg/php-mod-mysql.control b/package/php/ipkg/php-mod-mysql.control
deleted file mode 100644
index 91803e7d5..000000000
--- a/package/php/ipkg/php-mod-mysql.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-mysql
-Priority: optional
-Section: net
-Depends: php, libmysqlclient
-Description: MySQL module for PHP5
diff --git a/package/php/ipkg/php-mod-openssl.control b/package/php/ipkg/php-mod-openssl.control
deleted file mode 100644
index eeb9283e6..000000000
--- a/package/php/ipkg/php-mod-openssl.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-openssl
-Priority: optional
-Section: net
-Depends: php, libopenssl
-Description: OpenSSL module for PHP5
diff --git a/package/php/ipkg/php-mod-pcre.control b/package/php/ipkg/php-mod-pcre.control
deleted file mode 100644
index 5effe2f94..000000000
--- a/package/php/ipkg/php-mod-pcre.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-pcre
-Priority: optional
-Section: net
-Depends: php, libpcre
-Description: PCRE module for PHP5
diff --git a/package/php/ipkg/php-mod-pgsql.control b/package/php/ipkg/php-mod-pgsql.control
deleted file mode 100644
index c55da6966..000000000
--- a/package/php/ipkg/php-mod-pgsql.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-pgsql
-Priority: optional
-Section: net
-Depends: php, libpq
-Description: PostgreSQL module for PHP5
diff --git a/package/php/ipkg/php-mod-session.control b/package/php/ipkg/php-mod-session.control
deleted file mode 100644
index accbf97aa..000000000
--- a/package/php/ipkg/php-mod-session.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-session
-Priority: optional
-Section: net
-Depends: php
-Description: Sessions module for PHP5
diff --git a/package/php/ipkg/php-mod-sockets.control b/package/php/ipkg/php-mod-sockets.control
deleted file mode 100644
index b93a85657..000000000
--- a/package/php/ipkg/php-mod-sockets.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-sockets
-Priority: optional
-Section: net
-Depends: php
-Description: Sockets module for PHP5
diff --git a/package/php/ipkg/php-mod-sqlite.control b/package/php/ipkg/php-mod-sqlite.control
deleted file mode 100644
index 427e779f4..000000000
--- a/package/php/ipkg/php-mod-sqlite.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-sqlite
-Priority: optional
-Section: net
-Depends: php, libsqlite
-Description: SQLite module for PHP5
diff --git a/package/php/ipkg/php-mod-xml.control b/package/php/ipkg/php-mod-xml.control
deleted file mode 100644
index ff25d7dd9..000000000
--- a/package/php/ipkg/php-mod-xml.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php-mod-xml
-Priority: optional
-Section: net
-Depends: php, libexpat
-Description: XML module for PHP5