Cracklib-words version 1.2 - How to Download and Install on Mac OS X
Saturday the 20th of March, 2010

    cracklib-words  most recent diff


    version 1.2

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
      # vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The cracklib-words Portfile 34417 2008-02-24 04:13:23Z ecronin macports.org $

      PortSystem 1.0

      Name: cracklib-words
      Version: 1.2
      Revision: 1
      Category: security
      Maintainers: theonelab.com:june
      Description: Wordlists for cracklib
      Long Description: CrackLib is a library containing a C function (well, lots of functions really, but you only need to use one of them) which may be used in a passwd-like program. The idea is simple: try to prevent users from choosing passwords that could be guessed by Crack by filtering them out, at source. This port contains the word lists essential for cracklib to build. There is no need to keep this package installed, unless you feel the need to update cracklib's wordlist dictionary on occasion.

      Homepage: http://sourceforge.net/projects/cracklib/
      Platform: darwin

      Master Sites: sourceforge:cracklib
      Checksums: md5 3676a8707720a809580fd206c241c56d sha1 810363b02d404f1a0e835934cba3af35623e2551 rmd160 f63e057bdcc2636b2e5f9e3add7f72e04598a455

      extract.mkdir yes
      extract.suffix .gz
      extract.post_args "| cat > ${worksrcpath}/${name}"

      use_configure no
      build { }

      destroot {
      xinstall -d -m 0755 ${destroot}${prefix}/share/dict
      xinstall -m 0644 ${worksrcpath}/${name} ${destroot}/${prefix}/share/dict
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.