Subject: CVS commit: pkgsrc/devel/buildtool
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 09/05/2003 18:50:35
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri Sep  5 18:50:34 UTC 2003

Modified Files:
	pkgsrc/devel/buildtool: Makefile PLIST buildlink2.mk distinfo

Log Message:
Update to 0.14:

     o   Added the `qt_program' type to bt_logic as a replacement for the old
         qt.moc.mk makefile.

     o   Added logging functionality to bt_logic, to help debugging problems
         present in it and to tell the developer what is happening during a
         build.

     o   Added a standard customizable directory (named `doc') where a package
         may install documents.  Package documents (those registered in the
         docs() function) will get installed in this directory by default.

     o   Removed all uses of the getopt(1) command.  This means that all mod-
         ules that still used it now support long options, aside from the
         standard short ones.

     o   Multiple bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/buildtool/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/buildtool/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/buildtool/buildlink2.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/buildtool/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.