[cairo-commit] rcairo README,NONE,1.1 setup.rb,NONE,1.1

OEyvind Kolaas commit at pdx.freedesktop.org
Wed Sep 1 08:29:27 PDT 2004


Committed by: pippin

Update of /cvs/cairo/rcairo
In directory gabe:/tmp/cvs-serv31156

Added Files:
	README setup.rb 
Log Message:
changed to use setup.rb from Minero Aoki, also directory reorganization


--- NEW FILE: README ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: setup.rb ---
#!/usr/bin/env ruby
# setup.rb
#
# Copyright (c) 2000-2004 Minero Aoki
#
# This program is free software.
# You can distribute/modify this program under the terms of
# the GNU Lesser General Public License version 2.1.
#

#
# For backward compatibility
#

unless Enumerable.method_defined?(:map)
  module Enumerable
    alias map collect
  end
end
[...1292 lines suppressed...]
    @currdir = File.dirname(rel)
  end

end


if $0 == __FILE__
  begin
    if multipackage_install?
      ToplevelInstallerMulti.invoke
    else
      ToplevelInstaller.invoke
    end
  rescue
    raise if $DEBUG
    $stderr.puts $!.message
    $stderr.puts "Try 'ruby #{$0} --help' for detailed usage."
    exit 1
  end
end




More information about the cairo-commit mailing list