An error occurred fetching the project authors.
  1. 03 Mar, 2003 1 commit
  2. 25 Feb, 2003 1 commit
    • unknown's avatar
      - Heavily reworked the Do-pkg script to use functions from logger.pm · baa0238c
      unknown authored
       - moved helper functions from Bootstrap script to logger.pm 
      
      
      Build-tools/Bootstrap:
         - renamed logfile -> LOGFILE
         - moved functions abort() and run_command() to logger.pm for better
           reusability
      Build-tools/Do-pkg:
         - heavily reworked: now make use of the logger.pm helper functions
         - added new options: --dry-run, --log, --mail, --verbose
      Build-tools/logger.pm:
         - added functions run_command() and abort() from Bootstrap script for
           better code reusability
      support-files/MacOSX/postinstall.sh:
         - made script more robust
      baa0238c
  3. 19 Feb, 2003 1 commit
    • unknown's avatar
      - added more files to support-files/MacOSX and added them to the · 68ee31cf
      unknown authored
         distribution
       - added Bootstrap, logger.pm and Do-pkg to Build-tools:
         Bootstrap is used to build the source distribution for the binary builds
         logger.pm includes some helper functions
         Do-pkg converts a binary distribution into a Mac OS X PKG (still needs
         some polishing)
      
      
      support-files/MacOSX/Description.plist.sh:
         - Shortened IFPkgDescriptionDescription a bit
      support-files/MacOSX/Makefile.am:
         - Added more files (StartupParameters.plist, postinstall, preinstall) to
           distribution
      68ee31cf