autogen version 5.9.3 for Mac OS X 10.5 Leopard
Monday the 12th of May, 2008

    autogen  most recent diff


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



      # $Id: Portfile 33441 2008-01-27 11:46:26Z ryandesign macports.org $

      PortSystem 1.0

      Name: autogen
      Version: 5.9.3
      Category: devel
      Platform: darwin
      Maintainers: mww
      Description: tool to simplify the creation and maintenance of programs
      Long Description: AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized.

      Homepage: http://autogen.sourceforge.net/
      master_sites sourceforge gnu:autogen:rel5.9
      checksums md5 c7f786b7855e749a487bfb4b4b483180 sha1 bc75e876ea8effd705d96542baa2c214df2134d8 rmd160 dd7d549243efd3d6570f01a40ebb36335b72cb59
      use_bzip2 yes
      patchfiles patch-autoopts-optlib.tpl

      depends_lib port:guile port:libiconv port:libxml2 port:zlib port:coreutils

      configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info

      test.run yes
      test.target check

      platform darwin 8 {
      configure.cppflags-append "-D_WINT_T"
      }

      platform darwin 6 {
      pre-build {
      reinplace "s|define HAVE_SYS_SIGLIST 1|undef HAVE_SYS_SIGLIST|g" ${worksrcpath}/config.h
      }
      }

      livecheck.check regex
      livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D
      livecheck.regex rel(\[0-9\]+.\[0-9\]+.\[0-9\]+)

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

     Where to find more information:

    Darwin Ports



    image test