Download and Install gallery version 2.2.4 on Mac OS X
Sunday the 23rd of November, 2008

    gallery  most recent diff


    version 2.2.4

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



      # $Id: Portfile 36261 2008-04-25 04:24:52Z ryandesign macports.org $

      PortSystem 1.0

      Name: gallery
      Version: 2.2.4
      Category: www
      Maintainers: ckieffer gmail.com

      Description: Gallery is a web based photo album written using PHP
      Long Description: Gallery is a web based software product that lets you manage your photos on your own website. You must have your own website with PHP support in order to install and use it. With Gallery you can easily create and maintain albums of photos via an intuitive interface. Photo management includes automatic thumbnail creation, image resizing, rotation, ordering, captioning, searching and more. Albums can have read, write and caption permissions per individual authenticated user for an additional level of privacy. Give accounts to your friends and family and let them upload and manage their own photos on your website!

      Homepage: http://gallery.menalto.com
      master_sites sourceforge
      distname gallery-${version}-full
      checksums md5 35b43fe4d5450ca00613539377e073ea
      Platform: darwin freebsd

      depends_run port:jhead port:netpbm port:unzip port:ImageMagick port:expat port:fontconfig port:ghostscript port:jasper port:jbigkit port:lcms port:libiconv port:libxml2 port:mpeg2vidcodec port:perl5.8 port:pkgconfig port:libpng port:tiff

      depends_lib port:apache2 port:php5 port:mysql5

      Variant: apache {
      depends_lib-append port:apache
      depends_lib-delete port:apache2
      }

      Variant: php4 {
      depends_lib-append port:php4
      depends_lib-delete port:php5
      }

      Variant: mysql3 conflicts mysql4 postgresql7 postgresql8 {
      depends_lib-append port:mysql3
      depends_lib-delete port:mysql5
      }

      Variant: mysql4 conflicts mysql3 postgresql7 postgresql8 {
      depends_lib-append port:mysql4
      depends_lib-delete port:mysql5
      }

      Variant: postgresql7 conflicts mysql3 mysql4 mysql5 postgresql8 {
      depends_lib-append port:postgresql7
      depends_lib-delete port:mysql5
      }

      Variant: postgresql8 conflicts mysql3 mysql4 mysql5 postgresql7 {
      depends_lib-append port:postgresql80
      depends_lib-delete port:mysql5
      }

      use_configure no
      build {}

      set docpath ${destroot}${prefix}/www/data/gallery

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/www/data/gallery
      eval file copy [glob ${workpath}/gallery2/*] ${docpath}
      }

    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/gallery
      % sudo port install gallery
      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 gallery
      ---> Verifying checksum for gallery
      ---> Extracting gallery
      ---> Configuring gallery
      ---> Building gallery with target all
      ---> Staging gallery into destroot
      ---> Installing gallery
    - 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 gallery with these commands:
      %  man gallery
      % apropos gallery
      % which gallery
      % locate gallery

     Where to find more information:

    Darwin Ports



    Lightbox this page.