Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2005 07:09:39 +0000 (UTC)
From:      Michael Johnson <ahze@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/configgen Makefile distinfo pkg-descr
Message-ID:  <200509150709.j8F79duK039001@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ahze        2005-09-15 07:09:39 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/configgen      Makefile distinfo pkg-descr 
  Log:
  - Add configgen
  
  Simple script that makes life a little easier with gnu-autotools
  on FreeBSD. Configgen takes all the guess work out of figuring out
  paths, gnu-autotools versions, and more. Configgen can simply be
  run in a source directory and it will figure out which versions of
  autotools to use and the best way to auto-generate a configure script
  or you can specify a command below.
  
   -gnu       Create generic gnu configure script
   -gnome     Create gnome specific configure script
   -bsd       Use FreeBSD auto-tools
                (versions: libtool15, automake15, autoconf253)
   -bsd14     Use FreeBSD auto-tools
                (versions: libtool13, automake14, autoconf213)
   -bsd19     Use FreeBSD auto-tools
                (versions: libtool15, automake19, autoconf259)
   <config>   Specify a auto-gen configure script
  
  Revision  Changes    Path
  1.1966    +1 -0      ports/devel/Makefile
  1.1       +49 -0     ports/devel/configgen/Makefile (new)
  1.1       +2 -0      ports/devel/configgen/distinfo (new)
  1.1       +16 -0     ports/devel/configgen/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509150709.j8F79duK039001>