pkgsrc/devel/buildtool/PLIST
jmmv 84c7b36877 Update to 0.15:
Fifteenth alpha version, released on 2004/02/04.

     o   Finally dropped bt_make and bt_wrap, together with all compatibility
         code introduced around them.

     o   M4 is no longer needed.  It was introduced to clean up code, but it
         has proven to only ofuscate it.  As a side effect, bt_swcgen uses
         shell scripts instead of macro files to generate system wide configu-
         ration.

     o   Added some checks to bt_config: bt_check_hdr_time(),
         bt_check_prog_cc_flag() and bt_check_prog_cxx_flag().

     o   Support for the `+=' operator (append text to a variable) was added
         to bt_sh.  This can be used to simplify syntax when writting scripts.

     o   Support for pkgconfig files was added to bt_pkgflags.

     o   Support for pkgconfig command line syntax was added to bt_pkgflags
         (it is not exactly the same, but we now support operators in their
         real form, like `=' or `!=', plus spaces to separate keywords).

     o   Multiple portability problems fixed.
2004-02-04 17:12:09 +00:00

46 lines
1.5 KiB
Text

@comment $NetBSD: PLIST,v 1.9 2004/02/04 17:12:09 jmmv Exp $
bin/buildtool
bin/buildtool-0
libexec/buildtool-0/bt_config
libexec/buildtool-0/bt_dist
libexec/buildtool-0/bt_doc
libexec/buildtool-0/bt_lint
libexec/buildtool-0/bt_logic
libexec/buildtool-0/bt_pkgflags
libexec/buildtool-0/bt_sh
libexec/buildtool-0/bt_swcgen
libexec/buildtool-0/bt_wizard
libexec/buildtool-0/depconv
libexec/buildtool-0/oodate
man/man1/buildtool.1
share/buildtool-0/bt_config/base.subr
share/buildtool-0/bt_config/pkgconfig.subr
share/buildtool-0/bt_config/pthread.subr
share/buildtool-0/bt_config/x11.subr
share/buildtool-0/bt_logic/archive.subr
share/buildtool-0/bt_logic/convert.subr
share/buildtool-0/bt_logic/depend.subr
share/buildtool-0/bt_logic/library.subr
share/buildtool-0/bt_logic/null.subr
share/buildtool-0/bt_logic/output.subr
share/buildtool-0/bt_logic/program.subr
share/buildtool-0/bt_logic/qt_program.subr
share/buildtool-0/bt_logic/shlib.subr
share/buildtool-0/bt_logic/texinfo.subr
share/buildtool-0/templates/README.bt
share/buildtool-0/templates/bt_config.conf.in
share/buildtool-0/templates/pkgflags
share/doc/${PKGNAME}/CHANGES
share/doc/${PKGNAME}/COPYING
share/doc/${PKGNAME}/DIFFS.bt_sh
share/doc/${PKGNAME}/PEOPLE
share/doc/${PKGNAME}/README
share/doc/${PKGNAME}/TODO
@dirrm share/doc/${PKGNAME}
@dirrm share/buildtool-0/templates
@exec ${MKDIR} %D/share/buildtool-0/pkgflags
@dirrm share/buildtool-0/pkgflags
@dirrm share/buildtool-0/bt_logic
@dirrm share/buildtool-0/bt_config
@dirrm share/buildtool-0
@dirrm libexec/buildtool-0