diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-04-12 10:14:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-04-12 10:14:26 +0000 |
commit | c68a867fffe6639933581be60176ab30fa566729 (patch) | |
tree | 336619ccf0ccf2a6a8daa50be59ad6bff4258b33 /devel/buildtool/PLIST | |
parent | 7e29fa5cd052366e52aee879b32de0928262129b (diff) | |
download | pkgsrc-c68a867fffe6639933581be60176ab30fa566729.tar.gz |
Update to 0.11:
o Lots of bugfixes.
o The bt_pkgflags module was added, which provides a replacement for
the pkg-config utility (not compatible).
o The bt_msg_summary() function was added to bt_config, which provides
an homogeneous way to output diagnostic messages at the end of the
configuration process.
o The bt_err() function in bt_config does not accept error codes any
more as its first argument.
o The buildtool(1) manpage was rewrote, including a simple user refer-
ence so people can easily learn how to build packages without having
to dig into the big manual.
Diffstat (limited to 'devel/buildtool/PLIST')
-rw-r--r-- | devel/buildtool/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/buildtool/PLIST b/devel/buildtool/PLIST index 3b92059b39c..65b40a88fc3 100644 --- a/devel/buildtool/PLIST +++ b/devel/buildtool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/02/05 18:19:38 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/04/12 10:14:26 jmmv Exp $ bin/buildtool bin/buildtool-0 @unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/buildtool.info @@ -10,6 +10,7 @@ libexec/buildtool-0/bt_doc libexec/buildtool-0/bt_lint libexec/buildtool-0/bt_logic libexec/buildtool-0/bt_make +libexec/buildtool-0/bt_pkgflags man/man1/buildtool.1 share/buildtool-0/bt_config/base.subr share/buildtool-0/bt_config/pkgconfig.subr |