Download and Install slony1 version 1.2.14 on Mac OS X
Wednesday the 23rd of July, 2008

    slony1  most recent diff


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



      # $Id: Portfile 37002 2008-05-22 18:10:39Z jwa macports.org $

      PortSystem 1.0

      Name: slony1
      Version: 1.2.14
      Category: databases
      Platform: darwin
      Maintainers: wreese gmail.com jwa
      Description: A replication system for PostgreSQL
      Long Description: Slony-I is a trigger-based master to multiple slaves replication system for PostgreSQL being developed by Jan Wieck.
      Homepage: http://main.slony.info/
      master_sites ${homepage}/downloads/1.2/source
      use_bzip2 yes
      checksums md5 286278366f9da605d56209eec83f69bb sha1 c05cdab98d447a1e539b0114918e7723a5e5468c rmd160 1c9cc9a958547e60ab0b975d3ef1096c53db696e
      depends_lib port:postgresql83

      configure.args --with-pgconfigdir="${prefix}/lib/postgresql83/bin/" --with-pgsharedir="${prefix}/share/postgresql83/" --with-pgbindir="${prefix}/lib/postgresql83/bin/" --with-pgincludedir="${prefix}/include/postgresql83/" --with-pgincludeserverdir="${prefix}/include/postgresql83/server/" --with-pglibdir="${prefix}/lib/postgresql83/" --with-pgpkglibdir="${prefix}/lib/postgresql83/"

      destroot.args -B

      Variant: postgresql82 description {support for PostgreSQL 8.2 instead of 8.3} {
      depends_lib-delete port:postgresql83
      depends_lib-append port:postgresql82
      configure.args-delete --with-pgconfigdir="${prefix}/lib/postgresql83/bin/"
      configure.args-delete --with-pgsharedir="${prefix}/share/postgresql83/"
      configure.args-delete --with-pgbindir="${prefix}/lib/postgresql83/bin/"
      configure.args-delete --with-pgincludedir="${prefix}/include/postgresql83/"
      configure.args-delete --with-pgincludeserverdir="${prefix}/include/postgresql83/server/"
      configure.args-delete --with-pglibdir="${prefix}/lib/postgresql83/"
      configure.args-delete --with-pgpkglibdir="${prefix}/lib/postgresql83/"

      configure.args-append --with-pgconfigdir="${prefix}/lib/postgresql82/bin/" --with-pgsharedir="${prefix}/share/postgresql82/" --with-pgbindir="${prefix}/lib/postgresql82/bin/" --with-pgincludedir="${prefix}/include/postgresql82/" --with-pgincludeserverdir="${prefix}/include/postgresql82/server/" --with-pglibdir="${prefix}/lib/postgresql82/" --with-pgpkglibdir="${prefix}/lib/postgresql82/"
      }
      #post-destroot {
      # foreach bin { slon slonik } {
      # system "cd ${destroot}${prefix}/bin && ln -s ../lib/postgresql82/bin/${bin}"
      # ln -s ${destroot}${prefix}/lib/postgresql82/bin/${bin} ${destroot}${prefix}/bin
      # }
      #}

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex (1\.2\.\[0-9\]+) (released|available)

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

     Where to find more information:

    Darwin Ports



    image test