Php5-uploadprogress - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    php5-uploadprogress  most recent diff


    version

      View the most recent changes for the php5-uploadprogress port at: php5-uploadprogress.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for php5-uploadprogress.
      The raw portfile for php5-uploadprogress is located here:
      http://php5-uploadprogress.darwinports.com/dports/php/php5-uploadprogress/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/php5-uploadprogress


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The php5-uploadprogress Portfile 53568 2009-07-08 13:38:47Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup php5extension 1.0

      php5extension.setup uploadprogress 1.0.1 pecl
      Revision: 1

      Category: php www devel
      Platform: darwin
      Maintainers: nox openmaintainer
      Description: An extension to track progress of a file upload.

      Long Description: An extension to track progress of a file upload. It is only known to work on Apache with mod_php, other SAPI implementations unfortunately still have issues.

      pre-fetch {
      if {![file exists ${prefix}/apache2/modules/libphp5.so]} {
      error "php5 must be built with the +apache2 variant enabled."
      }
      }

      Checksums: md5 a6b144fbde8235c5fdee6f1b34a14302 sha1 44e7e306da39cd8c0049e19c304ce956ed8cd221 rmd160 6df469edee6cafcefe04564830deda51dcac54f9

      use_parallel_build yes

      build.args EXTRA_INCLUDES=-I${prefix}/include

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/php5-uploadprogress
      % sudo port install php5-uploadprogress
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching php5-uploadprogress
      ---> Verifying checksum for php5-uploadprogress
      ---> Extracting php5-uploadprogress
      ---> Configuring php5-uploadprogress
      ---> Building php5-uploadprogress with target all
      ---> Staging php5-uploadprogress into destroot
      ---> Installing php5-uploadprogress
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using php5-uploadprogress with these commands:
      %  man php5-uploadprogress
      % apropos php5-uploadprogress
      % which php5-uploadprogress
      % locate php5-uploadprogress

     Where to find more information:

    Darwin Ports



    Lightbox this page.