NOTICE: This package has been removed from pkgsrc

./devel/buildtool-doc, Portable build infrastructure - manual

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


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

This package provides the full User's and Developer's manual for the Buildtool
portable BSD-like build infrastructure. Documentation is installed in HTML
format only.


Required to build:
[textproc/xmlcatmgr] [textproc/libxml2] [textproc/docbook-xml] [textproc/docbook-xsl] [textproc/libxslt] [devel/buildtool]

Master sites: (Expand)

SHA1: d7927083bde7195f1691ae12f0481953b7fbe077
RMD160: 6dee50627c5870f36b4475bfe82e94406f48bf90
Filesize: 44.815 KB

Version history: (Expand)


CVS history: (Expand)


   2009-03-03 15:56:52 by Julio M. Merino Vidal | Files touched by this commit (4) | Package removed
Log message:
Remove buildtool-doc after the removal of buildtool.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505)
Log message:
Add RMD160 digests.
   2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908)
Log message:
Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
   2004-07-06 18:28:53 by Marc Recht | Files touched by this commit (17)
Log message:
bump PKGREVISIONs since libxslt needs libgcrypt now
   2004-07-05 00:19:31 by Julio M. Merino Vidal | Files touched by this commit (3)
Log message:
Update to 0.16:

* Documentation changes to match Buildtool 0.16.

  - Track the renaming of defines, which now include the language name in
    them.

  - Added information about the bt_check_prog_make function.

  - Documented the new 'test' target/stage.

  - Documented the new BT_IS_TEST definition in the 'program' type.

  - Documented the new 'bt_logic.conf' system-wide configuration file.

  - Documented the new '--destdir' flag in bt_logic.

  - Documented the new '--workdir' flag in bt_config and bt_logic, as well
    as the BT_USE_WORKDIR variable, related to it.

  - Documented the new bt_echo and bt_source functions in bt_swcgen.

  - Rewritten the bt_swcgen chapter to match reality (no more M4).  This
    should have happened in the previous version.

* Dropped some leftovers of documentation about the bt_make module and
  related Makefiles.  The information has been reworded to match logic
  scripts where appropiate.

* Fixed the description of bt_define and bt_define_unquoted functions, as
  they take a pair of values, not a list of variables.