Trac version 0.11.4 - How to Download and Install on Mac OS X
Saturday the 4th of July, 2009

    version 0.11.4

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


      The trac Portfile 50984 2009-05-14 21:08:43Z and.damore macports.org $

      PortSystem 1.0
      PortGroup python26 1.0

      Name: trac
      Version: 0.11.4
      Revision: 1
      Category: devel python
      Platform: darwin
      Maintainers: geeklair.net:dluke
      Description: Wiki and issue tracking system.
      Long Description: Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management.

      Homepage: http://projects.edgewall.com/trac/
      Master Sites: http://ftp.edgewall.com/pub/trac/
      distname Trac-${version}
      Checksums: md5 a765087b22661cf4aa1520518cddecae sha1 392f5fc0bc8e29ebea07182707ad31a55b9ec46f rmd160 dffe20cb4f1cda2d8feaed5746a9701c24ccaeef

      depends_lib port:subversion-python26bindings port:python26 port:sqlite3 port:py26-pygments port:py26-genshi

      post-install { ui_msg "See http://projects.edgewall.com/trac/wiki/TracInstall for information on setting up a new trac environment."
      }

      Variant: postgres description {Build with postgresql support instead of sqlite} {
      depends_lib-delete port:sqlite3
      depends_lib-append port:py26-pgsql port:py26-mx-base
      }

      Variant: mysql description {Build with mysql support instead of sqlite} {
      depends_lib-delete port:sqlite3
      depends_lib-append port:py26-mysql

      ui_msg "Warning: MySQL support is currently experimental. That means it works for some people, but several issues remain, in particular regarding the use of unicode and the key length in the repository cache."
      ui_msg "See http://trac.edgewall.org/wiki/MySqlDb for more detailed information."
      }

      post-destroot {
      file mkdir ${destroot}${prefix}/share/trac/
      file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/trac/contrib
      system "ln -sf ${frameworks_dir}/Python.framework/Versions/2.6/bin/trac-admin ${destroot}${prefix}/bin/trac-admin"
      system "ln -sf ${frameworks_dir}/Python.framework/Versions/2.6/bin/tracd ${destroot}${prefix}/bin/tracd"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.