summaryrefslogtreecommitdiff
path: root/devel/buildtool
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2002-12-15 17:22:37 +0000
committerjmmv <jmmv@pkgsrc.org>2002-12-15 17:22:37 +0000
commit358991d52f424a331b925df8984283047e3fedfb (patch)
treecaecb5e043df12abf525fb4f9f81b412fcd83bf4 /devel/buildtool
parentb7ea6897ca1ded7bb4f7cb2e5466442f8cc1a245 (diff)
downloadpkgsrc-358991d52f424a331b925df8984283047e3fedfb.tar.gz
Update buildtool to 0.8.
Changes in 0.8, state: alpha ---------------------------- * Full rewrite of Buildtool's own build system, which should improve maintenance and portability. * New module bt_install, which provides a portable install program to not depend on specific system details to do installation. * New pthread.subr module for bt_config, which provides functions for automatic detection of a pthreads implementation in the current system. * Added checks in bt_config: bt_check_func, to check for generic functions (not specific to any library), and bt_check_type, to check for the presence of a generic type. * Fixes in bt_config's loadable module support. It was severely broken in the previous version.
Diffstat (limited to 'devel/buildtool')
-rw-r--r--devel/buildtool/Makefile4
-rw-r--r--devel/buildtool/PLIST18
-rw-r--r--devel/buildtool/distinfo6
3 files changed, 15 insertions, 13 deletions
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile
index 4e25100b25d..0e0f85720eb 100644
--- a/devel/buildtool/Makefile
+++ b/devel/buildtool/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2002/11/30 15:01:06 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2002/12/15 17:22:37 jmmv Exp $
#
-DISTNAME= buildtool-0.7
+DISTNAME= buildtool-0.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/}
diff --git a/devel/buildtool/PLIST b/devel/buildtool/PLIST
index 3feb85b66da..a10282bea98 100644
--- a/devel/buildtool/PLIST
+++ b/devel/buildtool/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/21 08:16:06 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/12/15 17:22:38 jmmv Exp $
bin/buildtool
bin/buildtool-0
@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/buildtool.info
@@ -7,11 +7,13 @@ info/buildtool.info
libexec/buildtool-0/bt_config
libexec/buildtool-0/bt_dist
libexec/buildtool-0/bt_doc
+libexec/buildtool-0/bt_install
libexec/buildtool-0/bt_lint
libexec/buildtool-0/bt_make
libexec/buildtool-0/bt_mkdep
man/man1/buildtool.1
share/buildtool-0/bt_config/base.subr
+share/buildtool-0/bt_config/pthread.subr
share/buildtool-0/licenses/apache
share/buildtool-0/licenses/artistic
share/buildtool-0/licenses/bsd
@@ -27,13 +29,13 @@ share/buildtool-0/mk/bt.prog.mk
share/buildtool-0/mk/bt.subdir.mk
share/buildtool-0/mk/qt.moc.mk
share/buildtool-0/mk/sys.mk
-share/buildtool-0/templates/sa.README.bt
-share/buildtool-0/templates/sa.config
-share/buildtool-0/templates/sa.config_init
-share/buildtool-0/templates/sa.defs
-share/buildtool-0/templates/sa.docs
-share/buildtool-0/templates/sa.mk_src
-share/buildtool-0/templates/sa.mk_top
+share/buildtool-0/templates/README.bt
+share/buildtool-0/templates/config
+share/buildtool-0/templates/config_init
+share/buildtool-0/templates/defs
+share/buildtool-0/templates/docs
+share/buildtool-0/templates/mk_bin
+share/buildtool-0/templates/mk_top
@dirrm share/buildtool-0/templates
@dirrm share/buildtool-0/mk
@dirrm share/buildtool-0/licenses
diff --git a/devel/buildtool/distinfo b/devel/buildtool/distinfo
index df696c030ee..7f3dc88b3f9 100644
--- a/devel/buildtool/distinfo
+++ b/devel/buildtool/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2002/11/30 15:01:06 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2002/12/15 17:22:38 jmmv Exp $
-SHA1 (buildtool-0.7.tar.gz) = b326b3bb144c5866dbff9768c36318d550034c56
-Size (buildtool-0.7.tar.gz) = 273814 bytes
+SHA1 (buildtool-0.8.tar.gz) = ec909037bde25c50dd79ecd0699d50f97d32668f
+Size (buildtool-0.8.tar.gz) = 559998 bytes