diff options
author | jmmv <jmmv> | 2003-04-12 10:14:26 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-04-12 10:14:26 +0000 |
commit | d367216de349eac574292a723bd6ff3f6e51288c (patch) | |
tree | 336619ccf0ccf2a6a8daa50be59ad6bff4258b33 /devel | |
parent | acc9541ff3ff758d4f754531f6989971f4440003 (diff) | |
download | pkgsrc-d367216de349eac574292a723bd6ff3f6e51288c.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')
-rw-r--r-- | devel/buildtool/Makefile | 4 | ||||
-rw-r--r-- | devel/buildtool/PLIST | 3 | ||||
-rw-r--r-- | devel/buildtool/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile index 2cc42fdddf9..3bf599b07e8 100644 --- a/devel/buildtool/Makefile +++ b/devel/buildtool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/02/05 18:19:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2003/04/12 10:14:26 jmmv Exp $ # -DISTNAME= buildtool-0.10 +DISTNAME= buildtool-0.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/} 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 diff --git a/devel/buildtool/distinfo b/devel/buildtool/distinfo index 6f8b142357c..05c3fd1491c 100644 --- a/devel/buildtool/distinfo +++ b/devel/buildtool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/02/05 18:19:39 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2003/04/12 10:14:26 jmmv Exp $ -SHA1 (buildtool-0.10.tar.gz) = d956d5ff8ca15313f8565d2e93268c65038a6f3c -Size (buildtool-0.10.tar.gz) = 273977 bytes +SHA1 (buildtool-0.11.tar.gz) = a4d1d2eef29d2e66af4bbdbea6128165d5bbfa13 +Size (buildtool-0.11.tar.gz) = 277177 bytes |