Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Jun 23rd, 2011  |  syntax: None  |  size: 2.56 KB  |  views: 32  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
  2. # macports-autoconf.tcl.in
  3. # $Id: macports_autoconf.tcl.in 79593 2011-06-19 20:36:07Z jmr@macports.org $
  4. #
  5. # Copyright (c) 2006 - 2009, 2011 The MacPorts Project
  6. # Copyright (c) 2002 - 2003 Apple Inc.
  7. # All rights reserved.
  8. #
  9. # Redistribution and use in source and binary forms, with or without
  10. # modification, are permitted provided that the following conditions
  11. # are met:
  12. # 1. Redistributions of source code must retain the above copyright
  13. #    notice, this list of conditions and the following disclaimer.
  14. # 2. Redistributions in binary form must reproduce the above copyright
  15. #    notice, this list of conditions and the following disclaimer in the
  16. #    documentation and/or other materials provided with the distribution.
  17. # 3. Neither the name of Apple Inc. nor the names of its contributors
  18. #    may be used to endorse or promote products derived from this software
  19. #    without specific prior written permission.
  20. #
  21. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  22. # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  23. # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  24. # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  25. # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  26. # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  27. # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  28. # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  29. # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  30. # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  31. # POSSIBILITY OF SUCH DAMAGE.
  32. #
  33. package provide macports 1.0
  34.  
  35. namespace eval macports::autoconf {
  36.     variable bzip2_path "/usr/bin/bzip2"
  37.     variable chown_path "/usr/sbin/chown"
  38.     variable gzip_path "/usr/bin/gzip"
  39.     variable macports_conf_path "/opt/local/etc/macports"
  40.     variable macports_version "1.9.99"
  41.     variable macports_user_dir "~/.macports"
  42.     variable macportsuser "macports"
  43.     variable open_path "/usr/bin/open"
  44.     variable openssl_path "/usr/bin/openssl"
  45.     variable pax_path "/bin/pax"
  46.     variable rsync_path "/usr/bin/rsync"
  47.     variable tar_command "/usr/bin/gnutar --no-same-owner"
  48.     variable tar_path "/usr/bin/tar"
  49.     variable tar_q "q"
  50.     variable unzip_path "/usr/bin/unzip"
  51.     variable xar_path "/usr/bin/xar"
  52. }
clone this paste RAW Paste Data