aboutsummaryrefslogtreecommitdiffstats
path: root/package/php5/ipkg
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-13 22:20:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-13 22:20:15 +0000
commit8675818f87ede896382e712554a8b820b0f8ead7 (patch)
tree94118554cd257124b0bf579ac85441270645b86f /package/php5/ipkg
parent7797df76097505e0d81a1622f2b13c3593a75ed2 (diff)
downloadmaster-187ad058-8675818f87ede896382e712554a8b820b0f8ead7.tar.gz
master-187ad058-8675818f87ede896382e712554a8b820b0f8ead7.tar.bz2
master-187ad058-8675818f87ede896382e712554a8b820b0f8ead7.zip
remove lots of non-essential packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/php5/ipkg')
-rw-r--r--package/php5/ipkg/php5-cgi.conffiles1
-rw-r--r--package/php5/ipkg/php5-cgi.control6
-rw-r--r--package/php5/ipkg/php5-cli.conffiles1
-rw-r--r--package/php5/ipkg/php5-cli.control6
-rw-r--r--package/php5/ipkg/php5-fastcgi.conffiles2
-rw-r--r--package/php5/ipkg/php5-fastcgi.control6
-rw-r--r--package/php5/ipkg/php5-mod-curl.control5
-rw-r--r--package/php5/ipkg/php5-mod-ftp.control5
-rw-r--r--package/php5/ipkg/php5-mod-gd.control5
-rw-r--r--package/php5/ipkg/php5-mod-gmp.control5
-rw-r--r--package/php5/ipkg/php5-mod-ldap.control5
-rw-r--r--package/php5/ipkg/php5-mod-mysql.control5
-rw-r--r--package/php5/ipkg/php5-mod-openssl.control5
-rw-r--r--package/php5/ipkg/php5-mod-pcre.control5
-rw-r--r--package/php5/ipkg/php5-mod-pgsql.control5
-rw-r--r--package/php5/ipkg/php5-mod-session.control5
-rw-r--r--package/php5/ipkg/php5-mod-sockets.control5
-rw-r--r--package/php5/ipkg/php5-mod-sqlite.control5
-rw-r--r--package/php5/ipkg/php5-mod-xml.control5
19 files changed, 0 insertions, 87 deletions
diff --git a/package/php5/ipkg/php5-cgi.conffiles b/package/php5/ipkg/php5-cgi.conffiles
deleted file mode 100644
index f1b6b5fc94..0000000000
--- a/package/php5/ipkg/php5-cgi.conffiles
+++ /dev/null
@@ -1 +0,0 @@
-/etc/php.ini
diff --git a/package/php5/ipkg/php5-cgi.control b/package/php5/ipkg/php5-cgi.control
deleted file mode 100644
index a28d4da767..0000000000
--- a/package/php5/ipkg/php5-cgi.control
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: php5-cgi
-Priority: optional
-Section: net
-Provides: php5
-Depends: libopenssl, zlib
-Description: PHP5 compiled as for CGI
diff --git a/package/php5/ipkg/php5-cli.conffiles b/package/php5/ipkg/php5-cli.conffiles
deleted file mode 100644
index f1b6b5fc94..0000000000
--- a/package/php5/ipkg/php5-cli.conffiles
+++ /dev/null
@@ -1 +0,0 @@
-/etc/php.ini
diff --git a/package/php5/ipkg/php5-cli.control b/package/php5/ipkg/php5-cli.control
deleted file mode 100644
index 1c18c241e3..0000000000
--- a/package/php5/ipkg/php5-cli.control
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: php5-cli
-Priority: optional
-Section: net
-Provides: php5
-Depends: libopenssl, zlib
-Description: PHP5 CLI (Command Line Interface)
diff --git a/package/php5/ipkg/php5-fastcgi.conffiles b/package/php5/ipkg/php5-fastcgi.conffiles
deleted file mode 100644
index 6d0835326c..0000000000
--- a/package/php5/ipkg/php5-fastcgi.conffiles
+++ /dev/null
@@ -1,2 +0,0 @@
-/etc/php.ini
-/etc/init.d/php
diff --git a/package/php5/ipkg/php5-fastcgi.control b/package/php5/ipkg/php5-fastcgi.control
deleted file mode 100644
index d2cc4372f2..0000000000
--- a/package/php5/ipkg/php5-fastcgi.control
+++ /dev/null
@@ -1,6 +0,0 @@
-Package: php5-fastcgi
-Priority: optional
-Section: net
-Provides: php5
-Depends: libopenssl, zlib
-Description: PHP5 compiled for FastCGI (for use with libhttpd-fastcgi)
diff --git a/package/php5/ipkg/php5-mod-curl.control b/package/php5/ipkg/php5-mod-curl.control
deleted file mode 100644
index 421490c8e6..0000000000
--- a/package/php5/ipkg/php5-mod-curl.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-curl
-Priority: optional
-Section: net
-Depends: php5, libcurl
-Description: cURL module for PHP5
diff --git a/package/php5/ipkg/php5-mod-ftp.control b/package/php5/ipkg/php5-mod-ftp.control
deleted file mode 100644
index a8f4eda4b0..0000000000
--- a/package/php5/ipkg/php5-mod-ftp.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-ftp
-Priority: optional
-Section: net
-Depends: php5
-Description: FTP module for PHP5
diff --git a/package/php5/ipkg/php5-mod-gd.control b/package/php5/ipkg/php5-mod-gd.control
deleted file mode 100644
index 7558408713..0000000000
--- a/package/php5/ipkg/php5-mod-gd.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-gd
-Priority: optional
-Section: net
-Depends: php5, libgd, libpng
-Description: GD module for PHP5
diff --git a/package/php5/ipkg/php5-mod-gmp.control b/package/php5/ipkg/php5-mod-gmp.control
deleted file mode 100644
index 9572610b3c..0000000000
--- a/package/php5/ipkg/php5-mod-gmp.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-gmp
-Priority: optional
-Section: net
-Depends: php5, libgmp
-Description: GMP (GNU MP) module for PHP5
diff --git a/package/php5/ipkg/php5-mod-ldap.control b/package/php5/ipkg/php5-mod-ldap.control
deleted file mode 100644
index 450e18405e..0000000000
--- a/package/php5/ipkg/php5-mod-ldap.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-ldap
-Priority: optional
-Section: net
-Depends: php5, libopenldap
-Description: LDAP module for PHP5
diff --git a/package/php5/ipkg/php5-mod-mysql.control b/package/php5/ipkg/php5-mod-mysql.control
deleted file mode 100644
index faecf9106f..0000000000
--- a/package/php5/ipkg/php5-mod-mysql.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-mysql
-Priority: optional
-Section: net
-Depends: php5, libmysqlclient
-Description: MySQL module for PHP5
diff --git a/package/php5/ipkg/php5-mod-openssl.control b/package/php5/ipkg/php5-mod-openssl.control
deleted file mode 100644
index 1c62ad1557..0000000000
--- a/package/php5/ipkg/php5-mod-openssl.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-openssl
-Priority: optional
-Section: net
-Depends: php5, libopenssl
-Description: OpenSSL module for PHP5
diff --git a/package/php5/ipkg/php5-mod-pcre.control b/package/php5/ipkg/php5-mod-pcre.control
deleted file mode 100644
index 15afde22f9..0000000000
--- a/package/php5/ipkg/php5-mod-pcre.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-pcre
-Priority: optional
-Section: net
-Depends: php5, libpcre
-Description: PCRE module for PHP5
diff --git a/package/php5/ipkg/php5-mod-pgsql.control b/package/php5/ipkg/php5-mod-pgsql.control
deleted file mode 100644
index 7bc3dcae00..0000000000
--- a/package/php5/ipkg/php5-mod-pgsql.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-pgsql
-Priority: optional
-Section: net
-Depends: php5, libpq
-Description: PostgreSQL module for PHP5
diff --git a/package/php5/ipkg/php5-mod-session.control b/package/php5/ipkg/php5-mod-session.control
deleted file mode 100644
index 02900186e2..0000000000
--- a/package/php5/ipkg/php5-mod-session.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-session
-Priority: optional
-Section: net
-Depends: php5
-Description: Sessions module for PHP5
diff --git a/package/php5/ipkg/php5-mod-sockets.control b/package/php5/ipkg/php5-mod-sockets.control
deleted file mode 100644
index ad6abd2a90..0000000000
--- a/package/php5/ipkg/php5-mod-sockets.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-sockets
-Priority: optional
-Section: net
-Depends: php5
-Description: Sockets module for PHP5
diff --git a/package/php5/ipkg/php5-mod-sqlite.control b/package/php5/ipkg/php5-mod-sqlite.control
deleted file mode 100644
index 16f7d44846..0000000000
--- a/package/php5/ipkg/php5-mod-sqlite.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-sqlite
-Priority: optional
-Section: net
-Depends: php5, libsqlite2
-Description: SQLite module for PHP5
diff --git a/package/php5/ipkg/php5-mod-xml.control b/package/php5/ipkg/php5-mod-xml.control
deleted file mode 100644
index 9395fd8010..0000000000
--- a/package/php5/ipkg/php5-mod-xml.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: php5-mod-xml
-Priority: optional
-Section: net
-Depends: php5, libexpat
-Description: XML module for PHP5