NOTICE: This package has been removed from pkgsrc

./devel/buildtool, Portable build infrastructure

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.16, Package name: buildtool-0.16, Maintainer: jmmv

Buildtool is a portable build infrastructure that can be used in the
development of any kind of program. Basically, it simplifies the build
process of a program from user's point of view, by automatically
configuring the source code with specific details of the host system;
it also makes developer's work easier because all Makefile complexity
is hidden and behavior is homogenized. These are probably its main
features, but Buildtool can do much more!

Buildtool is completely free, licensed under the terms of the BSD
license. It can be thought of as the BSD replacement of GNU automake,
autoconf, and libtool.


Master sites: (Expand)

SHA1: 27dd75f0977d6f87992b080ce778b76e5d3ba154
RMD160: def741ca5e78e67106dd858bbfabc0e2d490eef6
Filesize: 190.016 KB

Version history: (Expand)


CVS history: (Expand)


   2009-03-03 15:56:32 by Julio M. Merino Vidal | Files touched by this commit (6) | Package removed
Log message:
Remove buildtool.  This project has been dead for a long while.
   2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993)
Log message:
Add DESTDIR support.
   2006-11-04 11:16:37 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed PKGMANDIR.
   2006-10-03 00:07:06 by Roland Illig | Files touched by this commit (1)
Log message:
"make test" does not work unless the package is installed.
   2006-10-01 16:20:58 by Roland Illig | Files touched by this commit (1)
Log message:
Fixed some pkglint warnings.
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749)
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.