Download and Install bdes version 4.7-RELEASE on Mac OS X
Saturday the 19th of July, 2008

    bdes  most recent diff


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



      # $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp macports.org $

      PortSystem 1.0
      Name: bdes
      Version: 4.7-RELEASE
      revision 1
      Category: sysutils
      Maintainers: nomaintainer
      Description: Block-based DES cipher utility
      Platform: darwin
      use_bzip2 yes
      master_sites opendarwin
      checksums md5 7b83cf1258bd73784ce70629dcad17c5
      depends_lib lib:libcipher.1:libcipher
      build.type bsd
      build.args LDADD+=-L${prefix}/lib\\ -lcipher
      worksrcdir ${name}
      patchfiles patch-Makefile

      configure { reinplace "s|MAN|MAN1|" ${worksrcpath}/Makefile }

      destroot { system "install -o root -m 755 -d ${destroot}${prefix}/bin"
      system "install -o root -m 755 -d ${destroot}${prefix}/share/man/man1"
      system "install -o root -m 755 -d ${destroot}${prefix}/share/doc"
      system "install -o root -m 755 -c ${worksrcpath}/bdes ${destroot}${prefix}/bin"
      system "install -o root -m 644 -c ${worksrcpath}/bdes.1.gz ${destroot}${prefix}/share/man/man1"
      system "install -o root -m 644 -c ${worksrcpath}/bdes.ps ${destroot}${prefix}/share/doc" }

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

     Where to find more information:

    Darwin Ports



    image test