Autogen version 5.9.8 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    autogen  most recent diff


    version 5.9.8

      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.8 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


      The autogen Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: autogen
      Version: 5.9.8
      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 c95716e70d8c20a805957b8c344e4587 sha1 b507c8f8cd2cbd4a251e037f7e7e477868b6a0c5 rmd160 8354cabd8c0c93106b6c9b27f8b0da0a3dff87f0
      use_bzip2 yes

      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"
      }

      livecheck.type 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



    Lightbox this page.