NOTICE: This package has been removed from pkgsrc

./wip/kBuild-svn, Build framework based on GNU make

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


Branch: CURRENT, Version: 0.1.9998nb20160705, Package name: kBuild-0.1.9998nb20160705, Maintainer: pkgsrc-users

kBuild is a makefile framework for writing simple makefiles for
complex tasks.

The goals of the kBuild framework:

Similar behavior cross all supported platforms.
Flexibility, don't create unnecessary restrictions preventing
ad-hoc solutions.
Makefile very simple to write and maintain.

There are four concepts being tried out in the current kBuild
incaration:

One configuration file for a subtree automatically included.
Target configuration templates as the primary mechanism for
makefile simplification.
Tools and SDKs for helping out the templates with flexibility.
Non-recursive makefile method by using sub-makefiles.


Required to build:
[devel/subversion-base] [devel/gettext-tools]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2015-09-05 10:50:10 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Adjust patch.

   2014-08-22 11:24:56 by Thomas Klausner | Files touched by this commit (5)
Log message:
Add more patches for better NetBSD support from Valery Ushakov.
   2014-08-21 12:30:22 by Thomas Klausner | Files touched by this commit (1)
Log message:
Cleanup.

   2014-08-21 12:18:18 by Thomas Klausner | Files touched by this commit (9)
Log message:
Import kBuild-0.1.5nb20140821 as wip/kBuild-svn.

kBuild is a makefile framework for writing simple makefiles for
complex tasks.

The goals of the kBuild framework:

    Similar behavior cross all supported platforms.
    Flexibility, don't create unnecessary restrictions preventing
    ad-hoc solutions.
    Makefile very simple to write and maintain.

There are four concepts being tried out in the current kBuild
incaration:

    One configuration file for a subtree automatically included.
    Target configuration templates as the primary mechanism for
    makefile simplification.
    Tools and SDKs for helping out the templates with flexibility.
    Non-recursive makefile method by using sub-makefiles.