./wip/pmk, Pre-make kit

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


Branch: CURRENT, Version: 0.10.4, Package name: pmk-0.10.4, Maintainer: pkgsrc-users

The Pre Make Kit project is a toolkit providing a collection of tools
aimed to ease a lot of stages in project development. It provides a
scanner that generate template source components such as configuration
file or makefile. It also provides a dependency checker that sets up
templates files depending on the system components (such as auto* tools
or similar projects). For portability purpose, a BSD like install
program is also part of the kit.

The project aims the following goals :
- opensource (BSD licensed)
- portability (ISO C, POSIX, compatibility layer)
- speed and memory lighweight (compiled C binaries)
- security (replace scripts by data files, priviledge separation)
- simplicity of use (generation tools, few basic instructions)
- dependency low cost (only needs a POSIX shell and a C compiler)

The provided tools are:
- pmksetup: static data gathering tool
- pmk: dependency checker
- pmkscan: source scanner and build file generator
- pmkinstall: BSD like install program
- pmkpc: pkg-config compatible tool


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: ea93ac1f71404cf7e42a6659f299d458c54aad6f
Filesize: 203.589 KB

Version history: (Expand)


CVS history: (Expand)


   2011-02-28 15:53:17 by Thomas Klausner | Files touched by this commit (23)
Log message:
Reset maintainer for retired developers.
   2009-11-20 13:33:33 by Aleksey Cheusov | Files touched by this commit (2)
Log message:

fixed: pkglint warnings
uppdate to 0.10.4
  * fixed pkgconfig stuff in cases where dependencies can be missing.            \ 
          
  * removed use of (broken) variable substitution in pmk.conf.                   \ 
          
  * added pkgconfig lib path detection.                                          \ 
          
   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2008-05-24 17:34:08 by Tobias Nygren | Files touched by this commit (146)
Log message:
This commit brought to you by the automated whitespace police (pkglint)
   2008-01-18 15:58:15 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
now it works correctly with any PKGMANDIR

   2008-01-13 11:32:52 by Blair Sadewitz | Files touched by this commit (6)
Log message:

Add PMK, the "pre make kit" version 0.10.3.  I think that this has
potential to be very useful within pkgsrc (the more we customize the code
and add features, the better suited to pkgsrc it would be).

Everyone wants a BSD-licensed build tool--this is the only actively
developed, highly portable (doesn't do non-POSIX systems, though), one I've
seen yet.

Blurb:

The Pre Make Kit project is a toolkit providing a collection of tools
aimed to ease a lot of stages in project development. It provides a
scanner that generate template source components such as configuration
file or makefile. It also provides a dependency checker that sets up
templates files depending on the system components (such as auto* tools
or similar projects). For portability purpose, a BSD like install
program is also part of the kit.

The project aims the following goals :
- opensource (BSD licensed)
- portability (ISO C, POSIX, compatibility layer)
- speed and memory lighweight (compiled C binaries)
- security (replace scripts by data files, priviledge separation)
- simplicity of use (generation tools, few basic instructions)
- dependency low cost (only needs a POSIX shell and a C compiler)

The provided tools are:
- pmksetup: static data gathering tool
- pmk: dependency checker
- pmkscan: source scanner and build file generator
- pmkinstall: BSD like install program
- pmkpc: pkg-config compatible tool