head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2011.02.25.02.18.51; author obache; state dead; branches; next 1.1; 1.1 date 2011.02.25.02.12.50; author obache; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.02.25.02.12.50; author obache; state Exp; branches; next ; desc @@ 1.2 log @Use new stype patch name. @ text @$NetBSD: patch-aa,v 1.1 2011/02/25 02:12:50 obache Exp $ staged installation support. --- install.rb.orig 2007-01-03 18:24:56.000000000 +0000 +++ install.rb @@@@ -102,6 +102,9 @@@@ if $opt_n else File.umask 022 dir = target_directory + if (destdir = ENV['DESTDIR']) + dir = File.join(destdir, dir) + end collect_target.each {|filename| install_file filename, "#{dir}/#{filename}" } @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import ruby-escape-0.2 as textproc/ruby-escape. escape library provides several HTML/URI/shell escaping functions for Ruby. @ text @@