Mkconsole version 1.10 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    mkconsole  most recent diff


    version 1.10

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


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

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: mkconsole
      set my_name MkConsole
      Version: 1.10
      Category: aqua
      Maintainers: nomaintainer
      Description: application that displays logfiles on your desktop

      Long Description: This is a little application that displays logfiles on your desktop. Really useful if you have to monitor servers or you just want to keep an eye on what's going on on your machine. In its standard configuration it displays entries from any number of logfiles interleaved in a single window. Have a look at some screenshots. MkConsole is smart enough to close and reopen files every now and then to deal with rotating files and it transparently works around stale NFS handles which often exist after your Mac wakes up from sleep and tries to read from a logfile mounted via NFS. If you don't mind hacking the user defaults (rather than using the preferences panel) you can also configure multiple windows with multiple logifiles each.

      Homepage: http://www.mulle-kybernetik.com/software/${my_name}/
      Master Sites: ${homepage}Downloads/
      distname ${name}-${version}-s

      Checksums: md5 ded91a1455b454ea7f029afef985bc7b sha1 4926efca81e5548b09b5ec931904f0640b82af23 rmd160 f5e238825e17d7b0964bb5a57bc9b9926614c4ba

      worksrcdir ${my_name}

      # Dummy configure to enable universal variant
      use_configure yes
      configure {}

      if {! [variant_isset universal]} {
      set arch ${os.arch}
      if {! [string compare ${os.arch} powerpc]} {
      set arch ppc
      }

      xcode.build.settings-append ARCHS=${arch}
      xcode.destroot.settings-append ARCHS=${arch}
      }

      xcode.destroot.settings-append SKIP_INSTALL=no

      platform darwin 7 {
      xcode.configuration "Deployment 10.3"
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)-s"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.