agregex version 0.4 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    agregex  most recent diff


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



      # $Id: Portfile 28494 2007-09-02 11:43:03Z nox macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: agregex
      set my_name AGRegex
      Version: 0.4
      Category: devel framework
      Maintainers: nomaintainer
      Description: a Perl-compatible regex framework for using the PCRE library

      Long Description: AGRegex provides Perl-compatible pattern matching to Cocoa applications. Regular expression support is provided by the PCRE library package, which is open source software, written by Philip Hazel, and copyright by the University of Cambridge, England.

      Homepage: http://agkit.sourceforge.net/
      master_sites sourceforge:agkit
      distname ${my_name}-${version}
      extract.suffix .tgz

      worksrcdir ${my_name}

      checksums md5 b6bcc0b77c9c72bf3af876147b7ac034 sha1 2998cc28111105ee99f3028acbc3c734f82c54e4 rmd160 00ec02d198d42f7df93a60e5ad1b6f5b1e565f4b

      use_configure yes

      configure {
      reinplace -E "/OTHER_CFLAGS = \"-/s|\";| [join ${configure.cflags} " "]\";\\\n LDFLAGS=\"[join ${configure.ldflags} " "]\";|" ${worksrcpath}/${my_name}.pbproj/project.pbxproj
      }

      xcode.target ${my_name}
      xcode.destroot.type framework

      livecheck.regex "${my_name} ${my_name}-(\\d+(?:\\.\\d+)*) released.*"


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

     Where to find more information:

    Darwin Ports



    image test