Download and Install makepasswd version 1.10-3 on Mac OS X
Saturday the 26th of July, 2008

    makepasswd  most recent diff


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



      # $Id: Portfile 27481 2007-08-04 22:36:51Z ryandesign macports.org $
      PortSystem 1.0
      Name: makepasswd
      Version: 1.10-3
      Category: security
      Platform: darwin
      Maintainers: ooburai gmail.com
      Description: generate and encrypt passwords
      Long Description: A port of Rob Levin's makepasswd tool.
      Homepage: http://packages.debian.org/stable/source/makepasswd
      master_sites http://ftp.debian.org/debian/pool/main/m/makepasswd/
      patch_sites http://macports.quay.net/sources/security/makepasswd/files/

      distfiles ${name}_${version}_all.deb

      patchfiles patch-makepasswd.diff

      checksums ${name}_${version}_all.deb sha1 6f89e016f52e43068f6feb2bda5f8a8c475a3ef5 patch-makepasswd.diff sha1 58b6d05b1da01ae75cb04fadd27aa6902fe9d403

      depends_lib port:p5-crypt-passwdmd5

      extract.cmd ar
      extract.pre_args -x
      extract.post_args data.tar.gz && mkdir ${worksrcpath} && tar -C ${worksrcpath} -xzf data.tar.gz

      configure {}
      post-configure {
      reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" "${worksrcpath}/usr/bin/makepasswd"
      }

      build {}

      destroot {
      xinstall -m 0755 ${worksrcpath}/usr/bin/makepasswd ${destroot}${prefix}/bin/makepasswd
      xinstall -m 0644 ${worksrcpath}/usr/share/man/man1/makepasswd.1.gz ${destroot}${prefix}/share/man/man1/makepasswd.1.gz
      }

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

     Where to find more information:

    Darwin Ports



    image test