Radassist version 1.0.0 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    radassist  most recent diff


    version 1.0.0

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


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

      PortSystem 1.0

      Name: radassist
      Version: 1.0.0
      Category: aqua
      Platform: darwin
      Maintainers: nomaintainer
      Description: An Aqua wrapper for the radmind command-line clients

      Long Description: The Radmind Assistant provides a point-and-click interface to create radmind loadsets and update radmind clients.

      Homepage: http://rsug.itd.umich.edu/software/radmind
      Master Sites: sourceforge:radmind
      distname radmind-assistant-${version}-src
      worksrcdir radmind-assistant-${version}
      extract.suffix .tgz

      Checksums: md5 8b021199974e3e96239496511ce2efb7

      depends_lib port:radmind port:ihook

      patch {
      set filestopatch {
      10.2-desktop-negative.T 10.2-lab-negative.T 10.3-desktop-negative.T 10.3-lab-negative-from-dot.T 10.3-lab-negative.T 10.4-desktop-negative.T 10.4-lab-negative.T 10.4-negative.T 600.radmind AppDelegate.m Build.hook RACertificateManager.m RAScriptManager.m RAServerCreator.m RAVersionCompare.m RCMPreferences.m RCMStepController.m RadmindClient RadmindServer RadmindUpdateMonitor authtools.c edu.umich.rumd.plist hooks/LI00CheckUsername.hook hooks/LI10SetupUserEnvironment.hook hooks/LO10CreateTemplateHomeCopy.hook hooks/LO20UserAccounting.hook hooks/login.hook hooks/logout.hook hooks/masterlogin.sh hooks/masterlogout.sh hooks/radmind.hook kvalid.c radmind.defaults rmauthexec.c rsm/authtools.c rsm/English.lproj/Preferences.nib/keyedobjects.nib rsm/RAServerController.h rsm/RAServerController.m rsm/rsmauthtool.c rsm/RSMLoadsetEditor.h rsm/RSMLoadsetEditor.m rsm/RSMLoadsetManager.m rsm/RSMPreferences.m rte/RXTranscript.m rumd.c rummgmt.c
      }
      foreach i ${filestopatch} {
      reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/${i}
      reinplace "s|/var/radmind|${prefix}/var/radmind|g" ${worksrcpath}/${i}
      reinplace "s|/etc/radmind|${prefix}/etc/radmind|g" ${worksrcpath}/${i}
      }
      }

      use_configure no

      build.target install

      destroot {
      set appPath ${destroot}${applications_dir}
      xinstall -d -m 0755 ${appPath}
      set appNames {"Radmind Assistant" "Radmind Server Manager" "Radmind Transcript Editor"}
      foreach appName ${appNames} {
      file copy ${worksrcpath}/tmp/Radmind/${appName}.app ${appPath}/${appName}.app
      }
      destroot.keepdirs ${destroot}${prefix}/var/radmind/server_file_backup
      }

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


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.