Download List

Projeto Descrição

Buildtool is a set of integrated utilities which make programs more
portable and easier to build on any kind of Unix-like system.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-04-12 15:24
0.11

Esta versão adiciona muitas correções de bugs. O módulo bt_pkgflags foi adicionado, que fornece uma substituição para o pkg-config utilidade (não compatível). O bt_msg_summary adicionado ao bt_config fornece uma maneira homogênea para a produção de diagnóstico no final do processo de configuração. O buildtool (1) manpage foi reescrito, incluindo uma referência de usuário simples para que as pessoas podem facilmente aprender a construir pacotes sem ter que cavar o manual grande.
Tags: Major feature enhancements
This release adds lots of bugfixes. The bt_pkgflags module has been
added, which provides a replacement for the pkg-config utility (not
compatible). The bt_msg_summary added to bt_config provides a
homogeneous way to output diagnostic messages at the end of the
configuration process. The buildtool(1) manpage has been rewritten,
including a simple user reference so people can easily learn how to
build packages without having to dig into the big manual.

2003-02-05 22:54
0.10

O módulo bt_logic foi adicionado, que analisa cada chamada para o compilador e vinculador e adapta-los para a plataforma atual. Há um apoio inicial de bibliotecas compartilhadas através de quadro bt_logic: eles agora podem ser construídos em diferentes plataformas, e você pode escolher entre diferentes características opcionais. O bt_install módulos e bt_mkdep foram preteridas em favor de bt_logic. Dois novos módulos foram adicionados à rotina bt_config, um para detectar o sistema X11 e outra para verificar bandeiras pacote usando o pkg-config programa. Novas funções foram adicionadas para verificar automaticamente para ambientes de compilação sane (C e C + +).
Tags: Major feature enhancements
The bt_logic module was added, which parses each call to the compiler and linker and adapts them to the current platform. There is initial support of shared libraries through bt_logic's framework: they can now be built on different platforms, and you can choose between different optional features. The modules bt_install and bt_mkdep were deprecated in favour of bt_logic. Two new subroutine modules were added to bt_config, one to detect the X11 system and another to check for package flags using the pkg-config program. New functions were added to automatically check for sane compilation environments (C and C++).

2003-01-23 17:34
0.9

A documentação de distribuição foi convertido para mdoc. A função bt_generate_output foi mudado para criar um script auxiliar que pode ser usado a qualquer momento para regenerar qualquer arquivo de substituições. Buildtool verificação de versão foi implementado através BT_REQUIRE. Automaticamente arquivos gerados são prefixados com bt_ (bt_config. *). Shared apoio biblioteca foi desativada por padrão. Vários erros foram corrigidos, especialmente em bt_config e bt_lint.
Tags: Major feature enhancements
The distribution documentation was converted to mdoc. The bt_generate_output function was changed to create a helper script that can be used at any time to regenerate any file from substitutions. Buildtool version checking was implemented through BT_REQUIRE. Automatically generated files are now prefixed with bt_ (bt_config.*). Shared library support was disabled by default. Several bugs were fixed, especially in bt_config and bt_lint.

2002-12-15 19:20
0.8

Buildtool do próprio sistema de compilação foi reescrito completamente. Um novo módulo foi adicionado, bt_install, que fornece uma ferramenta de instalação portáteis, para evitar depender de detalhes específicos do sistema. Um módulo de rotina foi adicionado ao bt_config, para verificar a implementação pthread. Algumas novas verificações simples também foram adicionados ao bt_config, como bt_check_func (para verificar funções genéricas) e bt_check_type (para verificar a typedefs genérico). Vários bugs também foram corrigidos.
Tags: Major feature enhancements
Buildtool's own build system was completely rewritten. A new module was added, bt_install, which provides a portable installation tool to avoid relying on specific system details. A subroutine module was added to bt_config, to check for a pthread implementation. Some new simple checks were also added to bt_config, like bt_check_func (to check for generic functions) and bt_check_type (to check for generic typedefs). Multiple bugs were also fixed.

2002-11-30 16:13
0.7

Algumas novas verificações foram adicionadas ao bt_config (como bt_check_bits ou bt_check_hdr_std), também houve várias correções de controlos actual. A nova meta foi adicionado ao programa principal, chamado SiteConfig, que pode ser usado por pacotes de terceiros a instalação de módulos buildtool no lugar certo. O nome padrão de makefiles foi mudado de Makefile para Makefile.bt permitir buildtool e outros sistemas de compilação de coexistir no mesmo pacote. Vários problemas de portabilidade foram também corrigidos, especialmente no MacOS X (Darwin), Win32 (Cygwin) e Solaris.
Tags: Major feature enhancements
Some new checks were added to bt_config (like bt_check_bits or bt_check_hdr_std); there were also several fixes to current checks. A new target was added to the main program, called siteconfig, which can be used by third party packages to install Buildtool modules in the right place. The default name of makefiles was changed from Makefile to Makefile.bt to allow Buildtool and other build systems to coexist in the same package. Several portability problems were also fixed, especially in MacOS X (Darwin), Win32 (Cygwin), and Solaris.

Project Resources