summaryrefslogtreecommitdiff
path: root/devel/buildtool-doc
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-1/+2
2004-07-04Update to 0.16:jmmv3-36/+33
* 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.
2004-06-12and share/doc/html/buildtool, too.grant1-1/+2
2004-06-12make sure the destination directory exists before trying to installgrant1-1/+4
files into it.
2004-04-25bl3ify.jmmv1-6/+6
2004-02-04Update to 0.15:jmmv3-9/+9
Version 0.15 (2004/02/04) ------------------------- * Documentation changes to match Buildtool 0.15. - Removed all information about bt_make and bt_wrap. - Added preliminar information about the new bt_logic module. * Added a simple tutorial for developers, guiding them in the creation of a simple project from the beginning.
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2
2003-09-05Update to 0.14:jmmv3-6/+11
* Documentation changes to match Buildtool 0.14. * Clean up of distribution documentation.
2003-08-31Update to 0.13:jmmv3-8/+10
* Documentation changes to match Buildtool 0.13. * Converted build files to the new framework introduced in Buildtool 0.13. * Fixed detection of the Docbook XML DTD and the Docbook XSL package under Gentoo Linux.
2003-07-25xmlcatmgr/catalogs.mk is not needed; the buildlink2.mk is enough.jmmv1-2/+2
2003-07-24Initial import of buildtool-doc, version 0.12:jmmv4-0/+54
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.