Postgresql85-doc version 8.5alpha1 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    postgresql85-doc  most recent diff


    version 8.5alpha1

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


      The postgresql85-doc Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: postgresql85-doc
      Version: 8.5alpha1
      Category: databases
      Platform: darwin
      Maintainers: mww jwa
      Description: Documentation for the postgresql database ALPHA release.
      Long Description: PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity. This is the documentation.

      Homepage: http://www.postgresql.org/
      Master Sites: postgresql:source/${version}
      distname postgresql-${version}

      Checksums: md5 7a4d4885fa7cb58f5f09be459b01f26a sha1 a1d5c56ea3a0c4a626de45dba3f590a0f57528df rmd160 4cff9e138177c03580a1bc915b7ea6b557bad0d4

      use_bzip2 no
      dist_subdir postgresql85

      set libdir ${prefix}/lib/postgresql85
      configure.args --mandir=${prefix}/share/man --with-docdir=${prefix}/share/doc/postgresql85 --without-openssl --without-rendezvous --without-readline --without-zlib

      build.dir ${worksrcpath}/doc
      build.type gnu
      build.target

      destroot.dir ${build.dir}

      post-destroot {
      file rename ${destroot}${prefix}/share/doc/postgresql ${destroot}${prefix}/share/doc/postgresql85
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex (8\\.5\\.\[0-9\]+)


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.