Adtpro version 1.1.2 - How to Download and Install on Mac OS X
Friday the 20th of November, 2009

    version 1.1.2

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


      The adtpro Portfile 57758 2009-09-16 07:48:28Z ryandesign macports.org $

      PortSystem 1.0

      Name: adtpro
      set my_name ADTPro
      Version: 1.1.2
      Category: emulators
      Maintainers: ryandesign
      license GPLv2
      Homepage: http://adtpro.sourceforge.net/
      Master Sites: sourceforge
      Platform: darwin
      distname ${my_name}-${version}
      use_configure no
      universal_variant no
      use_parallel_build no

      Description: transfers disks and disk images between Apple IIs and modern computers

      Long Description: Apple Disk Transfer ProDOS (ADTPro) transfers diskettes and logical disk images between Apple II-era computers and the modern world. Disks can be transferred using a Super Serial card, IIgs modem port or IIc/Laser 128 serial port\; an Uthernet Ethernet card\; or the built-in cassette ports.

      Checksums: md5 eb966f77bac2ea43bf2e0dbc1c9523bc sha1 fdc90f2b4060ad4df559018fc678258ff976a693 rmd160 c36ee719e55836c5213b2b3fa3a0c0504c71ceaf

      build {}

      set my_dir ${prefix}/share/${name}

      destroot {
      xinstall -W ${filespath} ${name}.in ${destroot}${prefix}/bin/${name}
      reinplace "s| MY_DIR |${my_dir}|" ${destroot}${prefix}/bin/${name}
      set my_ddir ${destroot}${my_dir}
      xinstall -d ${my_ddir}/lib/rxtx/Mac_OS_X
      xinstall -W ${worksrcpath} ${name}.command ${my_ddir}
      xinstall -W ${worksrcpath}/lib ADTPro-${version}.jar ${my_ddir}/lib
      xinstall -W ${worksrcpath}/lib/rxtx RXTXcomm.jar ${my_ddir}/lib/rxtx
      xinstall -W ${worksrcpath}/lib/rxtx/Mac_OS_X librxtxSerial.jnilib ${my_ddir}/lib/rxtx/Mac_OS_X
      copy ${worksrcpath}/disks ${my_ddir}
      }

      livecheck.regex ${name}\\s+${my_name}-(.*) released.*

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.