From 0ea65a32592125784c89c030f9b0800e0a33152c Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 28 Jul 2014 22:14:07 +0000 Subject: Rename the rather surprising number of japanese/ patch-xy patches to reflect the files they modify. --- japanese/another-htmllint/files/patch-aa | 17 ----------------- japanese/another-htmllint/files/patch-ab | 22 ---------------------- japanese/another-htmllint/files/patch-htmllint.cgi | 17 +++++++++++++++++ japanese/another-htmllint/files/patch-htmllintenv | 22 ++++++++++++++++++++++ 4 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 japanese/another-htmllint/files/patch-aa delete mode 100644 japanese/another-htmllint/files/patch-ab create mode 100644 japanese/another-htmllint/files/patch-htmllint.cgi create mode 100644 japanese/another-htmllint/files/patch-htmllintenv (limited to 'japanese/another-htmllint') diff --git a/japanese/another-htmllint/files/patch-aa b/japanese/another-htmllint/files/patch-aa deleted file mode 100644 index e794aa21fa44..000000000000 --- a/japanese/another-htmllint/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- htmllint.cgi.orig Wed Aug 23 19:19:28 2000 -+++ htmllint.cgi Fri Sep 29 14:41:55 2000 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -+#!/usr/bin/perl - - # CGI script for Another HTML-lint gateway ################### - -@@ -26,6 +26,8 @@ - #$OS2 = UNSUPPORTED; - $UNIX = !($WIN || $MAC || $OS2); - -+use lib '%PREFIX%/share/htmllint'; -+use lib '%PREFIX%/share/htmllint/rule'; - require 'htmllint.env'; - require $LINT_NAME; - diff --git a/japanese/another-htmllint/files/patch-ab b/japanese/another-htmllint/files/patch-ab deleted file mode 100644 index 671558ad4d5d..000000000000 --- a/japanese/another-htmllint/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- htmllintenv.orig Tue May 22 17:33:22 2001 -+++ htmllintenv Wed Sep 12 19:37:32 2001 -@@ -5,15 +5,15 @@ - # アクセス権をうまく工夫して、他人から見えないようにしてください。 - - # CGI 用ディレクトリ (絶対パスかCGI相対パスで指定、なるべく絶対パスにしてください) --$RULEDIR = './'; # 規則ファイルの場所 --#$LOGSDIR = './logs/'; # ログファイルの場所 (不要ならコメントアウト) -+$RULEDIR = '%PREFIX%/share/htmllint/rule/'; # 規則ファイルの場所 -+#$LOGSDIR = '%PREFIX%/share/htmllint/logs/'; # ログファイルの場所 (不要ならコメントアウト) - $TMPDIR = '/tmp/'; # テンポラリファイルの場所 --$IMGDIR = './'; # イメージファイルの場所 -+$IMGDIR = '%PREFIX%/share/htmllint/html/'; # イメージファイルの場所 - $TAGSLIST = ''; # タグ一覧キャッシュ用の場所 (空ならキャッシュしない) - # 設定するときはアクセス権を適当に与えておくこと - - # HTML 用ディレクトリ (CGI が出力する HTML 中で使う) --$HTMLDIR = './'; # HTMLファイルの場所 -+$HTMLDIR = ''; # HTMLファイルの場所 - $GATEWAYURL = $HTMLDIR.'htmllint.html'; # ゲイトウェイサーヴィス HTML - $EXPLAIN = $HTMLDIR.'explain.html'; # 解説用 HTML (HTML用) - $CGIROOT = $HTMLDIR; # CGIの場所 diff --git a/japanese/another-htmllint/files/patch-htmllint.cgi b/japanese/another-htmllint/files/patch-htmllint.cgi new file mode 100644 index 000000000000..e794aa21fa44 --- /dev/null +++ b/japanese/another-htmllint/files/patch-htmllint.cgi @@ -0,0 +1,17 @@ +--- htmllint.cgi.orig Wed Aug 23 19:19:28 2000 ++++ htmllint.cgi Fri Sep 29 14:41:55 2000 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + + # CGI script for Another HTML-lint gateway ################### + +@@ -26,6 +26,8 @@ + #$OS2 = UNSUPPORTED; + $UNIX = !($WIN || $MAC || $OS2); + ++use lib '%PREFIX%/share/htmllint'; ++use lib '%PREFIX%/share/htmllint/rule'; + require 'htmllint.env'; + require $LINT_NAME; + diff --git a/japanese/another-htmllint/files/patch-htmllintenv b/japanese/another-htmllint/files/patch-htmllintenv new file mode 100644 index 000000000000..671558ad4d5d --- /dev/null +++ b/japanese/another-htmllint/files/patch-htmllintenv @@ -0,0 +1,22 @@ +--- htmllintenv.orig Tue May 22 17:33:22 2001 ++++ htmllintenv Wed Sep 12 19:37:32 2001 +@@ -5,15 +5,15 @@ + # アクセス権をうまく工夫して、他人から見えないようにしてください。 + + # CGI 用ディレクトリ (絶対パスかCGI相対パスで指定、なるべく絶対パスにしてください) +-$RULEDIR = './'; # 規則ファイルの場所 +-#$LOGSDIR = './logs/'; # ログファイルの場所 (不要ならコメントアウト) ++$RULEDIR = '%PREFIX%/share/htmllint/rule/'; # 規則ファイルの場所 ++#$LOGSDIR = '%PREFIX%/share/htmllint/logs/'; # ログファイルの場所 (不要ならコメントアウト) + $TMPDIR = '/tmp/'; # テンポラリファイルの場所 +-$IMGDIR = './'; # イメージファイルの場所 ++$IMGDIR = '%PREFIX%/share/htmllint/html/'; # イメージファイルの場所 + $TAGSLIST = ''; # タグ一覧キャッシュ用の場所 (空ならキャッシュしない) + # 設定するときはアクセス権を適当に与えておくこと + + # HTML 用ディレクトリ (CGI が出力する HTML 中で使う) +-$HTMLDIR = './'; # HTMLファイルの場所 ++$HTMLDIR = ''; # HTMLファイルの場所 + $GATEWAYURL = $HTMLDIR.'htmllint.html'; # ゲイトウェイサーヴィス HTML + $EXPLAIN = $HTMLDIR.'explain.html'; # 解説用 HTML (HTML用) + $CGIROOT = $HTMLDIR; # CGIの場所 -- cgit