Jekyll version 0.30a - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 0.30a

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


      The jekyll Portfile 56061 2009-08-24 00:33:19Z ryandesign macports.org $
      PortSystem 1.0
      Name: jekyll
      Version: 0.30a
      Category: lang
      Platform: darwin
      Maintainers: andrewkish.name:kobold
      Description: a high level language translatable to or from C
      Long Description: Jekyll is a high-level language that can be losslessly translated to and from readable editable C. This allows it to be used in C projects, with C programmers, C libraries, and C tools.
      Homepage: http://jekyllc.sourceforge.net/
      Master Sites: sourceforge:jekyllc
      distfiles ${name}-${version}-src.tar.gz
      Checksums: md5 9df1d427924bceb82515a72e59e53ced

      depends_lib port:ocaml

      configure {}

      build.dir ${workpath}/jekyll-ocaml

      destroot {
      xinstall -d -m 0755 ${destroot}${prefix}/bin
      xinstall -m 0755 ${build.dir}/jekyll ${destroot}${prefix}/bin
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.