summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv>2009-03-03 14:56:32 +0000
committerjmmv <jmmv>2009-03-03 14:56:32 +0000
commit2c868c122718e3865054ade035db40dff2cf317c (patch)
tree7ba0f7e994b80f48821b0a18a5dfeeb80b5d8a41
parentb36d7ae0347b817d5fb1de247c03d571b1b84f6c (diff)
downloadpkgsrc-2c868c122718e3865054ade035db40dff2cf317c.tar.gz
Remove buildtool. This project has been dead for a long while.
-rw-r--r--devel/buildtool/DESCR11
-rw-r--r--devel/buildtool/MESSAGE15
-rw-r--r--devel/buildtool/Makefile29
-rw-r--r--devel/buildtool/PLIST45
-rw-r--r--devel/buildtool/buildlink3.mk49
-rw-r--r--devel/buildtool/distinfo5
6 files changed, 0 insertions, 154 deletions
diff --git a/devel/buildtool/DESCR b/devel/buildtool/DESCR
deleted file mode 100644
index 1f663e8db62..00000000000
--- a/devel/buildtool/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-Buildtool is a portable build infrastructure that can be used in the
-development of any kind of program. Basically, it simplifies the build
-process of a program from user's point of view, by automatically
-configuring the source code with specific details of the host system;
-it also makes developer's work easier because all Makefile complexity
-is hidden and behavior is homogenized. These are probably its main
-features, but Buildtool can do much more!
-
-Buildtool is completely free, licensed under the terms of the BSD
-license. It can be thought of as the BSD replacement of GNU automake,
-autoconf, and libtool.
diff --git a/devel/buildtool/MESSAGE b/devel/buildtool/MESSAGE
deleted file mode 100644
index 3ef385e1fc0..00000000000
--- a/devel/buildtool/MESSAGE
+++ /dev/null
@@ -1,15 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2004/07/17 23:04:35 jmmv Exp $
-
-As part of the post installation stage, you should now create a system-wide
-configuration file for the bt_config module, containing cached results for
-several common checks run by many configure scripts.
-
-For an automated setup, issue the following commands (as ${ROOT_USER}):
-
- mkdir -p ${PKG_SYSCONFDIR}
- cp ${PREFIX}/share/buildtool/templates/bt_config.conf.in \
- ${PKG_SYSCONFDIR}/bt_config.conf.in
- ${PREFIX}/bin/buildtool swcgen
-
-===========================================================================
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile
deleted file mode 100644
index 6b5eb243d48..00000000000
--- a/devel/buildtool/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2008/06/20 01:09:12 joerg Exp $
-#
-
-DISTNAME= buildtool-0.16
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/}
-
-MAINTAINER= jmmv@NetBSD.org
-HOMEPAGE= http://buildtool.sourceforge.net/
-COMMENT= Portable build infrastructure
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
-
-HAS_CONFIGURE= yes
-
-# The self test does not work unless the package is installed.
-#TEST_TARGET= test
-
-PKG_SYSCONFSUBDIR= buildtool
-
-CONFIGURE_ARGS+= -p ${PREFIX}
-CONFIGURE_ARGS+= -c ${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= -M ${PREFIX}/${PKGMANDIR}
-CONFIGURE_ENV+= SH=${SH:Q}
-
-REQD_DIRS+= share/buildtool/pkgflags
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/buildtool/PLIST b/devel/buildtool/PLIST
deleted file mode 100644
index 76dcfb7ff41..00000000000
--- a/devel/buildtool/PLIST
+++ /dev/null
@@ -1,45 +0,0 @@
-@comment $NetBSD: PLIST,v 1.10 2004/07/04 22:18:41 jmmv Exp $
-bin/buildtool
-libexec/buildtool/bt_config
-libexec/buildtool/bt_dist
-libexec/buildtool/bt_doc
-libexec/buildtool/bt_lint
-libexec/buildtool/bt_logic
-libexec/buildtool/bt_pkgflags
-libexec/buildtool/bt_sh
-libexec/buildtool/bt_swcgen
-libexec/buildtool/bt_wizard
-libexec/buildtool/depconv
-man/man1/buildtool.1
-share/buildtool/bt_config/base.subr
-share/buildtool/bt_config/pkgconfig.subr
-share/buildtool/bt_config/pthread.subr
-share/buildtool/bt_config/x11.subr
-share/buildtool/bt_logic/archive.subr
-share/buildtool/bt_logic/convert.subr
-share/buildtool/bt_logic/depend.subr
-share/buildtool/bt_logic/library.subr
-share/buildtool/bt_logic/null.subr
-share/buildtool/bt_logic/output.subr
-share/buildtool/bt_logic/program.subr
-share/buildtool/bt_logic/qt_program.subr
-share/buildtool/bt_logic/runscript.subr
-share/buildtool/bt_logic/shlib.subr
-share/buildtool/bt_logic/texinfo.subr
-share/buildtool/templates/README.bt
-share/buildtool/templates/bt_config.conf.in
-share/buildtool/templates/pkgflags
-share/doc/buildtool/CHANGES
-share/doc/buildtool/COPYING
-share/doc/buildtool/DIFFS.bt_sh
-share/doc/buildtool/PEOPLE
-share/doc/buildtool/README
-share/doc/buildtool/TODO
-@dirrm share/doc/buildtool
-@dirrm share/buildtool/templates
-@dirrm share/buildtool/bt_logic
-@dirrm share/buildtool/bt_config
-@exec ${MKDIR} %D/share/buildtool-0/pkgflags
-@dirrm share/buildtool/pkgflags
-@dirrm share/buildtool
-@dirrm libexec/buildtool
diff --git a/devel/buildtool/buildlink3.mk b/devel/buildtool/buildlink3.mk
deleted file mode 100644
index 0e4d888aaed..00000000000
--- a/devel/buildtool/buildlink3.mk
+++ /dev/null
@@ -1,49 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.12 2006/10/01 14:20:58 rillig Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-BUILDTOOL_BUILDLINK3_MK:= ${BUILDTOOL_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= buildtool
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nbuildtool}
-BUILDLINK_PACKAGES+= buildtool
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}buildtool
-
-.if !empty(BUILDTOOL_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.buildtool+= buildtool>=0.16
-BUILDLINK_PKGSRCDIR.buildtool?= ../../devel/buildtool
-BUILDLINK_DEPMETHOD.buildtool?= build
-
-BUILDTOOL= ${BUILDLINK_PREFIX.buildtool}/bin/buildtool
-USE_TOOLS+= m4
-
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= ${BUILDTOOL} config
-CONFIGURE_ENV+= BT_FLAGS_CC=${CFLAGS:Q}
-CONFIGURE_ENV+= BT_FLAGS_CPP=${CPPFLAGS:Q}
-CONFIGURE_ENV+= BT_FLAGS_CXX=${CXXFLAGS:Q}
-CONFIGURE_ENV+= BT_FLAGS_LD=${LDFLAGS:Q}
-CONFIGURE_ENV+= BT_PROG_AWK=${TOOLS_AWK:Q}
-CONFIGURE_ENV+= BT_PROG_CC=${CC:Q}
-CONFIGURE_ENV+= BT_PROG_CXX=${CXX:Q}
-CONFIGURE_ENV+= BT_PROG_LD=${LD:Q}
-CONFIGURE_ENV+= BT_PROG_M4=${TOOLS_M4:Q}
-CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
-
-. if !target(do-build)
-do-build:
- ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${BUILDTOOL} build
-. endif
-
-. if !target(do-install)
-do-install:
- ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC} && \
- ${SETENV} ${MAKE_ENV} ${BUILDTOOL} install
-. endif
-
-.endif # BUILDTOOL_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/buildtool/distinfo b/devel/buildtool/distinfo
deleted file mode 100644
index ed186cf6ae2..00000000000
--- a/devel/buildtool/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.14 2005/02/23 22:24:10 agc Exp $
-
-SHA1 (buildtool-0.16.tar.gz) = 27dd75f0977d6f87992b080ce778b76e5d3ba154
-RMD160 (buildtool-0.16.tar.gz) = def741ca5e78e67106dd858bbfabc0e2d490eef6
-Size (buildtool-0.16.tar.gz) = 194576 bytes