ferite version 1.0.2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    ferite  most recent diff


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



      # $Id: Portfile 30235 2007-10-22 23:13:37Z jmpp macports.org $

      PortSystem 1.0

      Name: ferite
      Version: 1.0.2
      Category: lang
      Maintainers: nomaintainer
      Description: embeddable scripting language
      Long Description: A scripting language designed to be embedded in other applications, that aims to provide a powerful object oriented syntax with low memory and cpu overhead.
      Homepage: http://www.ferite.org/
      Platform: darwin
      master_sites sourceforge
      checksums md5 da1feaf5f87e0dfc95c5a9afeafeff9a sha1 a0ab83b33d28d59fe0ff2b532ebbc42224df3461 rmd160 3eb8fe2bbd66f188bd7aae92e7e48922e698a3ad

      depends_lib port:pcre port:libxml2
      configure.args --mandir=${prefix}/share/man

      post-patch {
      reinplace "s|LDFLAGS = -lferite -L\${libdir}|LDFLAGS = -L\${libdir}|g" "${worksrcpath}/modules/stream/Makefile.in"
      # as the application is not yet installed, use the utilities in tool/:
      reinplace "s|build_c_api_docs.sh \$(prefix)/bin/|build_c_api_docs.sh ${worksrcpath}/tools/doc/|g" "${worksrcpath}/docs/Makefile.in"
      # ensure the documentation is installed in destroot:
      reinplace "s|\$(prefix)/share/doc/ferite/|${destroot}${prefix}/share/doc/ferite/|g" "${worksrcpath}/docs/Makefile.in"
      }

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

     Where to find more information:

    Darwin Ports



    image test