jekyll version 0.30a for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    jekyll  most recent diff


      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
      Google
      Web Darwinports.com



      # $Id: Portfile 23693 2007-04-06 22:10:48Z markd macports.org $
      PortSystem 1.0
      Name: jekyll
      Version: 0.30a
      Category: lang
      Maintainers: kobold andrewkish.name
      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



    image test