./devel/autosetup, Better, faster autoconf replacement

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.7, Package name: autosetup-0.6.7, Maintainer: pkgsrc-users

autosetup is a tool, similar to autoconf, to configure a build
system for the appropriate environment, according to the system
capabilities and the user configuration.

autosetup is designed to be light-weight, fast, simple and flexible.

Notable features include:

* Easily check for headers, functions, types for C/C++
* Easily support user configuration options
* Can generate files based on templates, such as Makefile.in =>
Makefile
* Can generate header files based on checked features
* Excellent support for cross compilation
* Replacement for autoconf in many situations
* Runs with either Tcl 8.5+, Jim Tcl or just a C compiler (using
the included Jim Tcl source code!)
* autosetup is intended to be distributed with projects - no
version issues


Required to run:
[lang/tcl]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 218.289 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2017-09-08 08:47:12 by Thomas Klausner | Files touched by this commit (4)
Log message:
Import autosetup-0.6.7 as devel/autosetup.

autosetup is a tool, similar to autoconf, to configure a build
system for the appropriate environment, according to the system
capabilities and the user configuration.

autosetup is designed to be light-weight, fast, simple and flexible.

Notable features include:

  * Easily check for headers, functions, types for C/C++
  * Easily support user configuration options
  * Can generate files based on templates, such as Makefile.in =>
    Makefile
  * Can generate header files based on checked features
  * Excellent support for cross compilation
  * Replacement for autoconf in many situations
  * Runs with either Tcl 8.5+, Jim Tcl or just a C compiler (using
    the included Jim Tcl source code!)
  * autosetup is intended to be distributed with projects - no
    version issues