From 922557f0f80651a188aab26b0fdbcc36778b6c36 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 13 Feb 2008 21:27:39 +0100 Subject: [PATCH] php4: Removed. File conflict found. | php4-eaccelerator: Removed. Dependent on php4. --- php4-eaccelerator/.footprint | 5 - php4-eaccelerator/.md5sum | 1 - php4-eaccelerator/Pkgfile | 22 -- php4-eaccelerator/README | 74 ------- php4/.footprint | 398 ----------------------------------- php4/.md5sum | 1 - php4/Pkgfile | 52 ----- 7 files changed, 553 deletions(-) delete mode 100644 php4-eaccelerator/.footprint delete mode 100644 php4-eaccelerator/.md5sum delete mode 100644 php4-eaccelerator/Pkgfile delete mode 100644 php4-eaccelerator/README delete mode 100644 php4/.footprint delete mode 100644 php4/.md5sum delete mode 100644 php4/Pkgfile diff --git a/php4-eaccelerator/.footprint b/php4-eaccelerator/.footprint deleted file mode 100644 index a0da2b704..000000000 --- a/php4-eaccelerator/.footprint +++ /dev/null @@ -1,5 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/php/ -drwxr-xr-x root/root usr/lib/php/extensions/ --rwxr-xr-x root/root usr/lib/php/extensions/eaccelerator.so diff --git a/php4-eaccelerator/.md5sum b/php4-eaccelerator/.md5sum deleted file mode 100644 index 3792d15c6..000000000 --- a/php4-eaccelerator/.md5sum +++ /dev/null @@ -1 +0,0 @@ -7c44ee0bc5e7f74b7cb7f6360e015128 eaccelerator-0.9.5.2.tar.bz2 diff --git a/php4-eaccelerator/Pkgfile b/php4-eaccelerator/Pkgfile deleted file mode 100644 index 4e0e40f2d..000000000 --- a/php4-eaccelerator/Pkgfile +++ /dev/null @@ -1,22 +0,0 @@ -# Description: eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. -# URL: http://www.eaccelerator.net/ -# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net -# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net -# Depends on: php4 - -name=php4-eaccelerator -version=0.9.5.2 -release=1 -source=(http://bart.eaccelerator.net/source/${version}/eaccelerator-${version}.tar.bz2) - -build() { - cd eaccelerator-${version} - phpize - ./configure --prefix=/usr \ - --with-eaccelerator-shared-memory \ - --with-eaccelerator-sessions \ - --with-eaccelerator-encoder \ - --with-eaccelerator-content-caching \ - --with-eaccelerator-disassembler - make INSTALL_ROOT=${PKG} install -} diff --git a/php4-eaccelerator/README b/php4-eaccelerator/README deleted file mode 100644 index da37dd723..000000000 --- a/php4-eaccelerator/README +++ /dev/null @@ -1,74 +0,0 @@ - -README for php4-eaccelerator 0.9.5.2 - - -POST-INSTALL - - eAccelerator can be installed both as Zend or PHP extension. - When you install eAccelerator as a zend_extension you need to give the - full path to the eaccelerator.so library. - - Edit your php.ini file (usually /etc/php.ini) - - To install as Zend extension: - - zend_extension = "/usr/lib/php/extensions/eaccelerator.so" - eaccelerator.shm_size = 0 - eaccelerator.cache_dir = "/tmp/eaccelerator" - eaccelerator.enable = 1 - eaccelerator.optimizer = 1 - eaccelerator.check_mtime = 1 - eaccelerator.debugi = 0 - eaccelerator.filter = "" - eaccelerator.shm_max = 0 - eaccelerator.shm_ttl = 3600 - eaccelerator.shm_prune_period = 0 - eaccelerator.shm_only = 0 - eaccelerator.compress = 1 - eaccelerator.compress_level = 9 - eaccelerator.sessions = "shm_and_disk" - eaccelerator.content = "shm_and_disk" - - - If you use a thread safe build of PHP you must use - "zend_extension_ts" instead of "zend_extension". - - To install as PHP extension: - - extension="eaccelerator.so" - eaccelerator.shm_size = 0 - eaccelerator.cache_dir = "/tmp/eaccelerator" - eaccelerator.enable = 1 - eaccelerator.optimizer = 1 - eaccelerator.check_mtime = 1 - eaccelerator.debugi = 0 - eaccelerator.filter = "" - eaccelerator.shm_max = 0 - eaccelerator.shm_ttl = 3600 - eaccelerator.shm_prune_period = 0 - eaccelerator.shm_only = 0 - eaccelerator.compress = 1 - eaccelerator.compress_level = 9 - eaccelerator.sessions = "shm_and_disk" - eaccelerator.content = "shm_and_disk" - - - - One last very important step is creating the cache directory that you - configured in the previous step. The default value is /tmp/eaccelerator - It's easy because it's writable to everyone, but it isn't very smart - because on a lot of systems this directory is cleaned on reboot. - A better place would be /var/cache/eaccelerator. - - Create the directory and make sure it's writable for the user - eAccelerator runs under (usually the user which you webserver runs as). - - A safe bet is making it world writable. A safer and cleaner way would be to - change the owner of the directory to the same user PHP runs as (most of the - time the same user as Apache or Lighttpd) and set 0644 permissions. - - The lazy way: - - mkdir /tmp/eaccelerator - chmod 0777 /tmp/eaccelerator - diff --git a/php4/.footprint b/php4/.footprint deleted file mode 100644 index e582e00ed..000000000 --- a/php4/.footprint +++ /dev/null @@ -1,398 +0,0 @@ -drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/php.ini -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/pear --rwxr-xr-x root/root usr/bin/peardev --rwxr-xr-x root/root usr/bin/pecl --rwxr-xr-x root/root usr/bin/php --rwxr-xr-x root/root usr/bin/php-config --rwxr-xr-x root/root usr/bin/phpize -drwxr-xr-x root/root usr/etc/ --rw-r--r-- root/root usr/etc/pear.conf -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/php/ -drwxr-xr-x root/root usr/include/php/TSRM/ --rw-r--r-- root/root usr/include/php/TSRM/TSRM.h --rw-r--r-- root/root usr/include/php/TSRM/acconfig.h --rw-r--r-- root/root usr/include/php/TSRM/readdir.h --rw-r--r-- root/root usr/include/php/TSRM/tsrm_config.h --rw-r--r-- root/root usr/include/php/TSRM/tsrm_config.nw.h --rw-r--r-- root/root usr/include/php/TSRM/tsrm_config.w32.h --rw-r--r-- root/root usr/include/php/TSRM/tsrm_config_common.h --rw-r--r-- root/root usr/include/php/TSRM/tsrm_nw.h --rw-r--r-- root/root usr/include/php/TSRM/tsrm_strtok_r.h --rw-r--r-- root/root usr/include/php/TSRM/tsrm_virtual_cwd.h --rw-r--r-- root/root usr/include/php/TSRM/tsrm_win32.h -drwxr-xr-x root/root usr/include/php/Zend/ --rw-r--r-- root/root usr/include/php/Zend/FlexLexer.h --rw-r--r-- root/root usr/include/php/Zend/acconfig.h --rw-r--r-- root/root usr/include/php/Zend/zend.h --rw-r--r-- root/root usr/include/php/Zend/zend_API.h --rw-r--r-- root/root usr/include/php/Zend/zend_alloc.h --rw-r--r-- root/root usr/include/php/Zend/zend_builtin_functions.h --rw-r--r-- root/root usr/include/php/Zend/zend_compile.h --rw-r--r-- root/root usr/include/php/Zend/zend_config.h --rw-r--r-- root/root usr/include/php/Zend/zend_config.w32.h --rw-r--r-- root/root usr/include/php/Zend/zend_constants.h --rw-r--r-- root/root usr/include/php/Zend/zend_dynamic_array.h --rw-r--r-- root/root usr/include/php/Zend/zend_errors.h --rw-r--r-- root/root usr/include/php/Zend/zend_execute.h --rw-r--r-- root/root usr/include/php/Zend/zend_execute_globals.h --rw-r--r-- root/root usr/include/php/Zend/zend_execute_locks.h --rw-r--r-- root/root usr/include/php/Zend/zend_extensions.h --rw-r--r-- root/root usr/include/php/Zend/zend_fast_cache.h --rw-r--r-- root/root usr/include/php/Zend/zend_globals.h --rw-r--r-- root/root usr/include/php/Zend/zend_globals_macros.h --rw-r--r-- root/root usr/include/php/Zend/zend_hash.h --rw-r--r-- root/root usr/include/php/Zend/zend_highlight.h --rw-r--r-- root/root usr/include/php/Zend/zend_indent.h --rw-r--r-- root/root usr/include/php/Zend/zend_ini.h --rw-r--r-- root/root usr/include/php/Zend/zend_ini_parser.h --rw-r--r-- root/root usr/include/php/Zend/zend_ini_scanner.h --rw-r--r-- root/root usr/include/php/Zend/zend_istdiostream.h --rw-r--r-- root/root usr/include/php/Zend/zend_language_parser.h --rw-r--r-- root/root usr/include/php/Zend/zend_language_scanner.h --rw-r--r-- root/root usr/include/php/Zend/zend_list.h --rw-r--r-- root/root usr/include/php/Zend/zend_llist.h --rw-r--r-- root/root usr/include/php/Zend/zend_modules.h --rw-r--r-- root/root usr/include/php/Zend/zend_multibyte.h --rw-r--r-- root/root usr/include/php/Zend/zend_multiply.h --rw-r--r-- root/root usr/include/php/Zend/zend_operators.h --rw-r--r-- root/root usr/include/php/Zend/zend_ptr_stack.h --rw-r--r-- root/root usr/include/php/Zend/zend_qsort.h --rw-r--r-- root/root usr/include/php/Zend/zend_stack.h --rw-r--r-- root/root usr/include/php/Zend/zend_static_allocator.h --rw-r--r-- root/root usr/include/php/Zend/zend_strtod.h --rw-r--r-- root/root usr/include/php/Zend/zend_types.h --rw-r--r-- root/root usr/include/php/Zend/zend_variables.h --rw-r--r-- root/root usr/include/php/acconfig.h -drwxr-xr-x root/root usr/include/php/ext/ -drwxr-xr-x root/root usr/include/php/ext/iconv/ --rw-r--r-- root/root usr/include/php/ext/iconv/php_have_bsd_iconv.h --rw-r--r-- root/root usr/include/php/ext/iconv/php_have_glibc_iconv.h --rw-r--r-- root/root usr/include/php/ext/iconv/php_have_iconv.h --rw-r--r-- root/root usr/include/php/ext/iconv/php_have_libiconv.h --rw-r--r-- root/root usr/include/php/ext/iconv/php_iconv.h --rw-r--r-- root/root usr/include/php/ext/iconv/php_iconv_supports_errno.h --rw-r--r-- root/root usr/include/php/ext/iconv/php_php_iconv_h_path.h --rw-r--r-- root/root usr/include/php/ext/iconv/php_php_iconv_impl.h -drwxr-xr-x root/root usr/include/php/ext/mbstring/ -drwxr-xr-x root/root usr/include/php/ext/mbstring/libmbfl/ -drwxr-xr-x root/root usr/include/php/ext/mbstring/libmbfl/mbfl/ --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/eaw_table.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfilter.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_pass.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_allocators.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_consts.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_convert.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_defs.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_encoding.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_ident.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_language.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h --rw-r--r-- root/root usr/include/php/ext/mbstring/libmbfl/mbfl/mbfl_string.h --rw-r--r-- root/root usr/include/php/ext/mbstring/mbstring.h --rw-r--r-- root/root usr/include/php/ext/mbstring/php_mbregex.h --rw-r--r-- root/root usr/include/php/ext/mbstring/php_unicode.h --rw-r--r-- root/root usr/include/php/ext/mbstring/unicode_data.h -drwxr-xr-x root/root usr/include/php/ext/pgsql/ --rw-r--r-- root/root usr/include/php/ext/pgsql/php_pgsql.h -drwxr-xr-x root/root usr/include/php/ext/session/ --rw-r--r-- root/root usr/include/php/ext/session/mod_files.h --rw-r--r-- root/root usr/include/php/ext/session/mod_mm.h --rw-r--r-- root/root usr/include/php/ext/session/mod_user.h --rw-r--r-- root/root usr/include/php/ext/session/php_session.h -drwxr-xr-x root/root usr/include/php/ext/standard/ --rw-r--r-- root/root usr/include/php/ext/standard/aggregation.h --rw-r--r-- root/root usr/include/php/ext/standard/base64.h --rw-r--r-- root/root usr/include/php/ext/standard/basic_functions.h --rw-r--r-- root/root usr/include/php/ext/standard/crc32.h --rw-r--r-- root/root usr/include/php/ext/standard/credits.h --rw-r--r-- root/root usr/include/php/ext/standard/credits_ext.h --rw-r--r-- root/root usr/include/php/ext/standard/credits_sapi.h --rw-r--r-- root/root usr/include/php/ext/standard/css.h --rw-r--r-- root/root usr/include/php/ext/standard/cyr_convert.h --rw-r--r-- root/root usr/include/php/ext/standard/datetime.h --rw-r--r-- root/root usr/include/php/ext/standard/dl.h --rw-r--r-- root/root usr/include/php/ext/standard/dns.h --rw-r--r-- root/root usr/include/php/ext/standard/exec.h --rw-r--r-- root/root usr/include/php/ext/standard/file.h --rw-r--r-- root/root usr/include/php/ext/standard/flock_compat.h --rw-r--r-- root/root usr/include/php/ext/standard/fsock.h --rw-r--r-- root/root usr/include/php/ext/standard/head.h --rw-r--r-- root/root usr/include/php/ext/standard/html.h --rw-r--r-- root/root usr/include/php/ext/standard/info.h --rw-r--r-- root/root usr/include/php/ext/standard/md5.h --rw-r--r-- root/root usr/include/php/ext/standard/microtime.h --rw-r--r-- root/root usr/include/php/ext/standard/pack.h --rw-r--r-- root/root usr/include/php/ext/standard/pageinfo.h --rw-r--r-- root/root usr/include/php/ext/standard/parsedate.h --rw-r--r-- root/root usr/include/php/ext/standard/php_array.h --rw-r--r-- root/root usr/include/php/ext/standard/php_assert.h --rw-r--r-- root/root usr/include/php/ext/standard/php_browscap.h --rw-r--r-- root/root usr/include/php/ext/standard/php_crypt.h --rw-r--r-- root/root usr/include/php/ext/standard/php_dir.h --rw-r--r-- root/root usr/include/php/ext/standard/php_ext_syslog.h --rw-r--r-- root/root usr/include/php/ext/standard/php_filestat.h --rw-r--r-- root/root usr/include/php/ext/standard/php_fopen_wrappers.h --rw-r--r-- root/root usr/include/php/ext/standard/php_ftok.h --rw-r--r-- root/root usr/include/php/ext/standard/php_image.h --rw-r--r-- root/root usr/include/php/ext/standard/php_incomplete_class.h --rw-r--r-- root/root usr/include/php/ext/standard/php_iptc.h --rw-r--r-- root/root usr/include/php/ext/standard/php_lcg.h --rw-r--r-- root/root usr/include/php/ext/standard/php_link.h --rw-r--r-- root/root usr/include/php/ext/standard/php_mail.h --rw-r--r-- root/root usr/include/php/ext/standard/php_math.h --rw-r--r-- root/root usr/include/php/ext/standard/php_metaphone.h --rw-r--r-- root/root usr/include/php/ext/standard/php_parsedate.h --rw-r--r-- root/root usr/include/php/ext/standard/php_rand.h --rw-r--r-- root/root usr/include/php/ext/standard/php_smart_str.h --rw-r--r-- root/root usr/include/php/ext/standard/php_smart_str_public.h --rw-r--r-- root/root usr/include/php/ext/standard/php_standard.h --rw-r--r-- root/root usr/include/php/ext/standard/php_string.h --rw-r--r-- root/root usr/include/php/ext/standard/php_type.h --rw-r--r-- root/root usr/include/php/ext/standard/php_var.h --rw-r--r-- root/root usr/include/php/ext/standard/php_versioning.h --rw-r--r-- root/root usr/include/php/ext/standard/quot_print.h --rw-r--r-- root/root usr/include/php/ext/standard/reg.h --rw-r--r-- root/root usr/include/php/ext/standard/scanf.h --rw-r--r-- root/root usr/include/php/ext/standard/sha1.h --rw-r--r-- root/root usr/include/php/ext/standard/uniqid.h --rw-r--r-- root/root usr/include/php/ext/standard/url.h --rw-r--r-- root/root usr/include/php/ext/standard/url_scanner.h --rw-r--r-- root/root usr/include/php/ext/standard/url_scanner_ex.h -drwxr-xr-x root/root usr/include/php/ext/xml/ -drwxr-xr-x root/root usr/include/php/ext/xml/expat/ --rw-r--r-- root/root usr/include/php/ext/xml/expat/ascii.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/asciitab.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/expat.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/iasciitab.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/internal.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/latin1tab.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/nametab.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/utf8tab.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/winconfig.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/xmlrole.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/xmltok.h --rw-r--r-- root/root usr/include/php/ext/xml/expat/xmltok_impl.h --rw-r--r-- root/root usr/include/php/ext/xml/php_xml.h -drwxr-xr-x root/root usr/include/php/include/ --rw-r--r-- root/root usr/include/php/include/php_sab_info.h (EMPTY) -drwxr-xr-x root/root usr/include/php/main/ --rw-r--r-- root/root usr/include/php/main/SAPI.h --rw-r--r-- root/root usr/include/php/main/build-defs.h --rw-r--r-- root/root usr/include/php/main/config.w32.h --rw-r--r-- root/root usr/include/php/main/fopen_wrappers.h --rw-r--r-- root/root usr/include/php/main/internal_functions_registry.h --rw-r--r-- root/root usr/include/php/main/logos.h --rw-r--r-- root/root usr/include/php/main/php.h --rw-r--r-- root/root usr/include/php/main/php3_compat.h --rw-r--r-- root/root usr/include/php/main/php_compat.h --rw-r--r-- root/root usr/include/php/main/php_config.h --rw-r--r-- root/root usr/include/php/main/php_content_types.h --rw-r--r-- root/root usr/include/php/main/php_embed.h --rw-r--r-- root/root usr/include/php/main/php_globals.h --rw-r--r-- root/root usr/include/php/main/php_ini.h --rw-r--r-- root/root usr/include/php/main/php_logos.h --rw-r--r-- root/root usr/include/php/main/php_main.h --rw-r--r-- root/root usr/include/php/main/php_memory_streams.h --rw-r--r-- root/root usr/include/php/main/php_network.h --rw-r--r-- root/root usr/include/php/main/php_open_temporary_file.h --rw-r--r-- root/root usr/include/php/main/php_output.h --rw-r--r-- root/root usr/include/php/main/php_reentrancy.h --rw-r--r-- root/root usr/include/php/main/php_regex.h --rw-r--r-- root/root usr/include/php/main/php_scandir.h --rw-r--r-- root/root usr/include/php/main/php_streams.h --rw-r--r-- root/root usr/include/php/main/php_syslog.h --rw-r--r-- root/root usr/include/php/main/php_ticks.h --rw-r--r-- root/root usr/include/php/main/php_variables.h --rw-r--r-- root/root usr/include/php/main/php_version.h --rw-r--r-- root/root usr/include/php/main/rfc1867.h --rw-r--r-- root/root usr/include/php/main/safe_mode.h --rw-r--r-- root/root usr/include/php/main/snprintf.h --rw-r--r-- root/root usr/include/php/main/spprintf.h --rw-r--r-- root/root usr/include/php/main/win95nt.h -drwxr-xr-x root/root usr/include/php/regex/ --rw-r--r-- root/root usr/include/php/regex/cclass.h --rw-r--r-- root/root usr/include/php/regex/cname.h --rw-r--r-- root/root usr/include/php/regex/regex.h --rw-r--r-- root/root usr/include/php/regex/regex2.h --rw-r--r-- root/root usr/include/php/regex/regex_extra.h --rw-r--r-- root/root usr/include/php/regex/utils.h -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/php/ -drwxr-xr-x root/root usr/lib/php/.channels/ -drwxr-xr-x root/root usr/lib/php/.channels/.alias/ --rw-r--r-- root/root usr/lib/php/.channels/.alias/pear.txt --rw-r--r-- root/root usr/lib/php/.channels/.alias/pecl.txt --rw-r--r-- root/root usr/lib/php/.channels/__uri.reg --rw-r--r-- root/root usr/lib/php/.channels/pear.php.net.reg --rw-r--r-- root/root usr/lib/php/.channels/pecl.php.net.reg --rw-r--r-- root/root usr/lib/php/.depdb --rw-r--r-- root/root usr/lib/php/.depdblock (EMPTY) --rw-r--r-- root/root usr/lib/php/.filemap --rw-r--r-- root/root usr/lib/php/.lock (EMPTY) -drwxr-xr-x root/root usr/lib/php/.registry/ -drwxr-xr-x root/root usr/lib/php/.registry/.channel.__uri/ -drwxr-xr-x root/root usr/lib/php/.registry/.channel.pecl.php.net/ --rw-r--r-- root/root usr/lib/php/.registry/archive_tar.reg --rw-r--r-- root/root usr/lib/php/.registry/console_getopt.reg --rw-r--r-- root/root usr/lib/php/.registry/html_template_it.reg --rw-r--r-- root/root usr/lib/php/.registry/net_useragent_detect.reg --rw-r--r-- root/root usr/lib/php/.registry/pear.reg --rw-r--r-- root/root usr/lib/php/.registry/structures_graph.reg -drwxr-xr-x root/root usr/lib/php/Archive/ --rw-r--r-- root/root usr/lib/php/Archive/Tar.php -drwxr-xr-x root/root usr/lib/php/Console/ --rw-r--r-- root/root usr/lib/php/Console/Getopt.php -drwxr-xr-x root/root usr/lib/php/HTML/ -drwxr-xr-x root/root usr/lib/php/HTML/Template/ --rw-r--r-- root/root usr/lib/php/HTML/Template/IT.php --rw-r--r-- root/root usr/lib/php/HTML/Template/ITX.php --rw-r--r-- root/root usr/lib/php/HTML/Template/IT_Error.php -drwxr-xr-x root/root usr/lib/php/Net/ -drwxr-xr-x root/root usr/lib/php/Net/UserAgent/ --rw-r--r-- root/root usr/lib/php/Net/UserAgent/Detect.php -drwxr-xr-x root/root usr/lib/php/OS/ --rw-r--r-- root/root usr/lib/php/OS/Guess.php --rw-r--r-- root/root usr/lib/php/PEAR.php -drwxr-xr-x root/root usr/lib/php/PEAR/ --rw-r--r-- root/root usr/lib/php/PEAR/Autoloader.php --rw-r--r-- root/root usr/lib/php/PEAR/Builder.php --rw-r--r-- root/root usr/lib/php/PEAR/ChannelFile.php -drwxr-xr-x root/root usr/lib/php/PEAR/ChannelFile/ --rw-r--r-- root/root usr/lib/php/PEAR/ChannelFile/Parser.php --rw-r--r-- root/root usr/lib/php/PEAR/Command.php -drwxr-xr-x root/root usr/lib/php/PEAR/Command/ --rw-r--r-- root/root usr/lib/php/PEAR/Command/Auth.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Auth.xml --rw-r--r-- root/root usr/lib/php/PEAR/Command/Build.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Build.xml --rw-r--r-- root/root usr/lib/php/PEAR/Command/Channels.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Channels.xml --rw-r--r-- root/root usr/lib/php/PEAR/Command/Common.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Config.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Config.xml --rw-r--r-- root/root usr/lib/php/PEAR/Command/Install.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Install.xml --rw-r--r-- root/root usr/lib/php/PEAR/Command/Mirror.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Mirror.xml --rw-r--r-- root/root usr/lib/php/PEAR/Command/Package.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Package.xml --rw-r--r-- root/root usr/lib/php/PEAR/Command/Pickle.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Pickle.xml --rw-r--r-- root/root usr/lib/php/PEAR/Command/Registry.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Registry.xml --rw-r--r-- root/root usr/lib/php/PEAR/Command/Remote.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Remote.xml --rw-r--r-- root/root usr/lib/php/PEAR/Command/Test.php --rw-r--r-- root/root usr/lib/php/PEAR/Command/Test.xml --rw-r--r-- root/root usr/lib/php/PEAR/Common.php --rw-r--r-- root/root usr/lib/php/PEAR/Config.php --rw-r--r-- root/root usr/lib/php/PEAR/Dependency.php --rw-r--r-- root/root usr/lib/php/PEAR/Dependency2.php --rw-r--r-- root/root usr/lib/php/PEAR/DependencyDB.php --rw-r--r-- root/root usr/lib/php/PEAR/Downloader.php -drwxr-xr-x root/root usr/lib/php/PEAR/Downloader/ --rw-r--r-- root/root usr/lib/php/PEAR/Downloader/Package.php --rw-r--r-- root/root usr/lib/php/PEAR/ErrorStack.php --rw-r--r-- root/root usr/lib/php/PEAR/Exception.php --rw-r--r-- root/root usr/lib/php/PEAR/Frontend.php -drwxr-xr-x root/root usr/lib/php/PEAR/Frontend/ --rw-r--r-- root/root usr/lib/php/PEAR/Frontend/CLI.php --rw-r--r-- root/root usr/lib/php/PEAR/Installer.php -drwxr-xr-x root/root usr/lib/php/PEAR/Installer/ --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role.php -drwxr-xr-x root/root usr/lib/php/PEAR/Installer/Role/ --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Common.php --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Data.php --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Data.xml --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Doc.php --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Doc.xml --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Ext.php --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Ext.xml --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Php.php --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Php.xml --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Script.php --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Script.xml --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Src.php --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Src.xml --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Test.php --rw-r--r-- root/root usr/lib/php/PEAR/Installer/Role/Test.xml --rw-r--r-- root/root usr/lib/php/PEAR/PackageFile.php -drwxr-xr-x root/root usr/lib/php/PEAR/PackageFile/ -drwxr-xr-x root/root usr/lib/php/PEAR/PackageFile/Generator/ --rw-r--r-- root/root usr/lib/php/PEAR/PackageFile/Generator/v1.php --rw-r--r-- root/root usr/lib/php/PEAR/PackageFile/Generator/v2.php -drwxr-xr-x root/root usr/lib/php/PEAR/PackageFile/Parser/ --rw-r--r-- root/root usr/lib/php/PEAR/PackageFile/Parser/v1.php --rw-r--r-- root/root usr/lib/php/PEAR/PackageFile/Parser/v2.php --rw-r--r-- root/root usr/lib/php/PEAR/PackageFile/v1.php --rw-r--r-- root/root usr/lib/php/PEAR/PackageFile/v2.php -drwxr-xr-x root/root usr/lib/php/PEAR/PackageFile/v2/ --rw-r--r-- root/root usr/lib/php/PEAR/PackageFile/v2/Validator.php --rw-r--r-- root/root usr/lib/php/PEAR/PackageFile/v2/rw.php --rw-r--r-- root/root usr/lib/php/PEAR/Packager.php --rw-r--r-- root/root usr/lib/php/PEAR/REST.php -drwxr-xr-x root/root usr/lib/php/PEAR/REST/ --rw-r--r-- root/root usr/lib/php/PEAR/REST/10.php --rw-r--r-- root/root usr/lib/php/PEAR/REST/11.php --rw-r--r-- root/root usr/lib/php/PEAR/Registry.php --rw-r--r-- root/root usr/lib/php/PEAR/Remote.php --rw-r--r-- root/root usr/lib/php/PEAR/RunTest.php -drwxr-xr-x root/root usr/lib/php/PEAR/Task/ --rw-r--r-- root/root usr/lib/php/PEAR/Task/Common.php --rw-r--r-- root/root usr/lib/php/PEAR/Task/Postinstallscript.php -drwxr-xr-x root/root usr/lib/php/PEAR/Task/Postinstallscript/ --rw-r--r-- root/root usr/lib/php/PEAR/Task/Postinstallscript/rw.php --rw-r--r-- root/root usr/lib/php/PEAR/Task/Replace.php -drwxr-xr-x root/root usr/lib/php/PEAR/Task/Replace/ --rw-r--r-- root/root usr/lib/php/PEAR/Task/Replace/rw.php --rw-r--r-- root/root usr/lib/php/PEAR/Task/Unixeol.php -drwxr-xr-x root/root usr/lib/php/PEAR/Task/Unixeol/ --rw-r--r-- root/root usr/lib/php/PEAR/Task/Unixeol/rw.php --rw-r--r-- root/root usr/lib/php/PEAR/Task/Windowseol.php -drwxr-xr-x root/root usr/lib/php/PEAR/Task/Windowseol/ --rw-r--r-- root/root usr/lib/php/PEAR/Task/Windowseol/rw.php --rw-r--r-- root/root usr/lib/php/PEAR/Validate.php -drwxr-xr-x root/root usr/lib/php/PEAR/Validator/ --rw-r--r-- root/root usr/lib/php/PEAR/Validator/PECL.php --rw-r--r-- root/root usr/lib/php/PEAR/XMLParser.php -drwxr-xr-x root/root usr/lib/php/Structures/ --rw-r--r-- root/root usr/lib/php/Structures/Graph.php -drwxr-xr-x root/root usr/lib/php/Structures/Graph/ -drwxr-xr-x root/root usr/lib/php/Structures/Graph/Manipulator/ --rw-r--r-- root/root usr/lib/php/Structures/Graph/Manipulator/AcyclicTest.php --rw-r--r-- root/root usr/lib/php/Structures/Graph/Manipulator/TopologicalSorter.php --rw-r--r-- root/root usr/lib/php/Structures/Graph/Node.php --rw-r--r-- root/root usr/lib/php/System.php -drwxr-xr-x root/root usr/lib/php/build/ --rw-r--r-- root/root usr/lib/php/build/Makefile.global --rw-r--r-- root/root usr/lib/php/build/acinclude.m4 --rwxr-xr-x root/root usr/lib/php/build/config.guess --rwxr-xr-x root/root usr/lib/php/build/config.sub --rw-r--r-- root/root usr/lib/php/build/libtool.m4 --rw-r--r-- root/root usr/lib/php/build/ltmain.sh --rw-r--r-- root/root usr/lib/php/build/mkdep.awk --rw-r--r-- root/root usr/lib/php/build/phpize.m4 --rw-r--r-- root/root usr/lib/php/build/scan_makefile_in.awk --rwxr-xr-x root/root usr/lib/php/build/shtool -drwxr-xr-x root/root usr/lib/php/data/ -drwxr-xr-x root/root usr/lib/php/data/PEAR/ --rw-r--r-- root/root usr/lib/php/data/PEAR/package.dtd --rw-r--r-- root/root usr/lib/php/data/PEAR/template.spec -drwxr-xr-x root/root usr/lib/php/data/Structures_Graph/ --rw-r--r-- root/root usr/lib/php/data/Structures_Graph/LICENSE --rw-r--r-- root/root usr/lib/php/data/Structures_Graph/genpackage.xml.pl --rw-r--r-- root/root usr/lib/php/data/Structures_Graph/package.sh --rw-r--r-- root/root usr/lib/php/data/Structures_Graph/publish.sh --rw-r--r-- root/root usr/lib/php/pearcmd.php --rw-r--r-- root/root usr/lib/php/peclcmd.php -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/php-config.1.gz --rw-r--r-- root/root usr/man/man1/phpize.1.gz diff --git a/php4/.md5sum b/php4/.md5sum deleted file mode 100644 index 3ba5cc6bf..000000000 --- a/php4/.md5sum +++ /dev/null @@ -1 +0,0 @@ -ed31e77414e0331e787487b53732dbca php-4.4.8.tar.bz2 diff --git a/php4/Pkgfile b/php4/Pkgfile deleted file mode 100644 index 13779355b..000000000 --- a/php4/Pkgfile +++ /dev/null @@ -1,52 +0,0 @@ -# Description: PHP Version 4. -# URL: http://www.php.net -# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net -# Packager: Jose V Beneyto, sepen at users dot sourceforge dot net -# Depends on: bzip2,libpcre,libpng,libxml2,openssl - -name=php4 -version=4.4.8 -release=1 -source=(http://php.net/distributions/php-${version}.tar.bz2) - -build() { - local SQL - local CFLAGS - if [ "`pkginfo -i | grep postgresql`" ];then - SQL="${SQL} --with-pgsql=/usr" - LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/postgresql" - CFLAGS="${CFLAGS} -I/usr/include/postgresql" - fi - if [ "`pkginfo -i | grep mysql`" ];then - SQL="${SQL} --with-mysql=/usr" - LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/lib/mysql" - CFLAGS="${CFLAGS} -I/usr/include/mysql" - fi - export LD_LIBRARY_PATH - cd php-${version} - ./configure --prefix=/usr \ - --with-bz2 \ - --with-pic \ - --with-openssl \ - --with-png \ - --with-iconv \ - --with-pcre-regex=/usr \ - --with-config-file-path=/etc \ - --with-zlib-dir=/usr/lib \ - --enable-shared=yes \ - --enable-sockets \ - --enable-shmop \ - --enable-sysvsem \ - --enable-sysvshm \ - --enable-regex=pcre \ - --enable-sigchild \ - --disable-static \ - --disable-pdo \ - ${SQL} - make ${CFLAGS} - make INSTALL_ROOT=${PKG} install - rm -rf ${PKG}/usr/lib/php/{test,doc} - sed -e "s|extension_dir=.*|extension_dir='/usr/lib/php/extensions'|" -i ${PKG}/usr/bin/php-config - sed -e "/^extension_dir/s|\./|/usr/lib/php/extensions|" -i php.ini-dist - install -D -m 0644 php.ini-dist ${PKG}/etc/php.ini -}