p5-berkeleydb for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    p5-berkeleydb  most recent diff


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



      # $Id: Portfile 26084 2007-06-12 04:14:10Z markd macports.org $

      PortSystem 1.0
      PortGroup perl5 1.0
      perl5.setup BerkeleyDB 0.31
      Maintainers: sal email.arc.nasa.gov
      Description: Perl extension for Berkeley DB version 2, 3, 4
      Long Description: This Perl module provides an interface to most of the functionality available in Berkeley DB versions 2, 3 and 4. In general it is safe to assume that the interface provided here to be identical to the Berkeley DB interface. The main changes have been to make the Berkeley DB API work in a Perl way. Note that if you are using Berkeley DB 2.x, the new features available in Berkeley DB 3.x or DB 4.x are not available via this module.
      Platform: darwin
      checksums md5 48e2cf29d37f457a35eedc3104c41eac
      depends_lib-append port:db44
      configure.env BERKELEYDB_INCLUDE=${prefix}/include/db44 BERKELEYDB_LIB=${prefix}/lib/db44 DBNAME=-ldb

      Variant: db43 {
      depends_lib-delete port:db44
      depends_lib-append port:db43
      configure.env-delete BERKELEYDB_INCLUDE=${prefix}/include/db44 BERKELEYDB_LIB=${prefix}/lib/db44 DBNAME=-ldb

      configure.env-append BERKELEYDB_INCLUDE=${prefix}/include/db43 BERKELEYDB_LIB=${prefix}/lib/db43 DBNAME=-ldb-4
      }

      #variant db3 {
      # depends_lib-delete port:db44
      # depends_lib-append port:db3
      # configure.env-delete BERKELEYDB_INCLUDE=${prefix}/include/db44
      # configure.env-append BERKELEYDB_INCLUDE=${prefix}/include/db3
      #}


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

     Where to find more information:

    Darwin Ports



    image test