bincimap version 1.2.13final for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    bincimap  most recent diff


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



      # $Id: Portfile 32761 2008-01-13 08:50:38Z ryandesign macports.org $
      PortSystem 1.0

      Name: bincimap
      Version: 1.2.13final
      Category: mail
      Maintainers: nomaintainer
      Description: modular, secure, stable, and fast IMAP server for Maildir
      Long Description: Binc IMAP is a well designed, modular IMAP server for Maildir. Its goals are to be secure, stable, and fast, yet flexible and easy to maintain.
      Homepage: http://www.bincimap.org
      master_sites ${homepage}/dl/tarballs/1.2/
      checksums md5 6d64d556eb3b786ad727e250f884a432
      use_bzip2 yes
      Platform: darwin

      patchfiles patch-Makefile.in.diff patch-conf.diff patch-service.diff

      depends_lib lib:libssl:openssl
      depends_run bin:checkpassword-pam:checkpassword-pam

      configure.args --sysconfdir=${prefix}/etc/${name} --mandir=${prefix}/share/man --without-optimization --with-ssl

      # If you prefer the DJB daemontools setup, use this variant,
      # otherwise, it will assume xinetd will be used.
      Variant: djb {
      depends_run-append bin:supervise:daemontools bin:tcpserver:ucspi-tcp
      }

      Variant: no_ssl {
      depends_lib-delete lib:libssl:openssl
      configure.args-delete --with-ssl
      configure.args-append --without-ssl
      }

      post-destroot {
      set confdir "${destroot}${prefix}/etc/${name}"
      xinstall -d -m 0755 ${confdir}
      xinstall -m 0644 -W ${worksrcpath} conf/bincimap.conf ${confdir}/bincimap.conf.sample
      xinstall -d -m 0755 ${confdir}/pam
      xinstall -m 0644 ${filespath}/pam-bincimap ${confdir}/pam/bincimap.sample
      xinstall -d -m 0755 ${confdir}/xinetd
      xinstall -m 0644 -W ${worksrcpath} conf/xinetd-bincimap ${confdir}/xinetd/imap.sample
      if {![variant_isset no_ssl]} {
      xinstall -m 0644 -W ${worksrcpath} conf/xinetd-bincimaps ${confdir}/xinetd/imaps.sample
      }
      if {[variant_isset djb]} {
      xinstall -d -m 0755 ${confdir}/service
      xinstall -d -m 0755 ${confdir}/service/imap.sample
      xinstall -m 0644 -W ${worksrcpath} service/run ${confdir}/service/imap.sample
      xinstall -d -m 0755 ${confdir}/service/imap.sample/log
      xinstall -m 0644 -W ${worksrcpath} service/log/run ${confdir}/service/imap.sample/log
      if {![variant_isset no_ssl]} {
      xinstall -d -m 0755 ${confdir}/service/imaps.sample
      xinstall -m 0644 -W ${worksrcpath} service/run-ssl ${confdir}/service/imaps.sample
      xinstall -d -m 0755 ${confdir}/service/imaps.sample/log
      xinstall -m 0644 -W ${worksrcpath} service/log/run-ssl ${confdir}/service/imaps.sample/log
      }
      }
      set docdir "${destroot}${prefix}/share/doc/${name}"
      xinstall -m 0644 ${filespath}/README.MACOSX.in ${docdir}/README.MACOSX
      reinplace "s| prefix |${prefix}|" ${docdir}/README.MACOSX
      xinstall -m 0644 -W ${worksrcpath} README.SSL ${docdir}
      xinstall -d -m 0755 ${docdir}/contrib
      xinstall -m 0644 -W ${worksrcpath} contrib/README contrib/authenticators/bincimap-auth-teapop.sh ${docdir}/contrib
      }


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

     Where to find more information:

    Darwin Ports



    image test