Download and Install gdbm version 1.8.3 on Mac OS X
Wednesday the 23rd of July, 2008

    gdbm  most recent diff


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



      # $Id: Portfile 32951 2008-01-15 13:30:45Z nox macports.org $

      PortSystem 1.0

      Name: gdbm
      Version: 1.8.3
      revision 1
      Category: databases
      Maintainers: digdog macports.org
      Description: The GNU database manager
      Long Description: The GNU `dbm' is a library of database functions that use extendible hashing and works similar to the standard UNIX `dbm' functions. These routines are provided to a programmer needing to create and manipulate a hashed database.
      Homepage: http://www.gnu.org/software/gdbm/gdbm.html
      Platform: darwin freebsd
      master_sites gnu
      distname ${name}-${version}
      checksums md5 1d1b1d5c0245b1c00aff92da751e9aa1
      patchfiles patch-Makefile.in
      configure.args --mandir=\\\${prefix}/share/man --infodir=\\\${prefix}/share/info
      post-configure {
      if {[variant_isset universal]} {
      reinplace "s|-dynamiclib)|-dynamiclib) ${configure.universal_ldflags}|g" ${worksrcpath}/libtool
      }
      }
      pre-destroot {
      reinplace "s|-o \$(BINOWN) -g \$(BINGRP)||g" ${worksrcpath}/Makefile
      }
      destroot.args prefix=${destroot}/${prefix}

      livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)\\.tar

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

     Where to find more information:

    Darwin Ports



    image test