diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-09-12 10:43:53 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-09-12 10:43:53 +0000 |
commit | 49f49f9971d3d2ec86c5bc8ec9e439a987fb0043 (patch) | |
tree | 294b1c238426d4d86b80c364c6a257bd5084451e /japanese | |
parent | 541fb158bf6cd418820c3332164a8ab866f2bb81 (diff) | |
download | ports-49f49f9971d3d2ec86c5bc8ec9e439a987fb0043.tar.gz ports-49f49f9971d3d2ec86c5bc8ec9e439a987fb0043.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/another-htmllint/Makefile | 5 | ||||
-rw-r--r-- | japanese/another-htmllint/distinfo | 2 | ||||
-rw-r--r-- | japanese/another-htmllint/files/patch-ab | 8 | ||||
-rw-r--r-- | japanese/another-htmllint/pkg-plist | 5 |
4 files changed, 13 insertions, 7 deletions
diff --git a/japanese/another-htmllint/Makefile b/japanese/another-htmllint/Makefile index 9d080c6c8a1e..2561bc936b48 100644 --- a/japanese/another-htmllint/Makefile +++ b/japanese/another-htmllint/Makefile @@ -6,9 +6,10 @@ # PORTNAME= another-htmllint -PORTVERSION= 20000926 +PORTVERSION= 20010911 CATEGORIES= japanese www -MASTER_SITES= ${MASTER_SITE_PORTS_JP} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kuriyama MAINTAINER= kuriyama@FreeBSD.org diff --git a/japanese/another-htmllint/distinfo b/japanese/another-htmllint/distinfo index b446f0e8c608..d7d2264850ee 100644 --- a/japanese/another-htmllint/distinfo +++ b/japanese/another-htmllint/distinfo @@ -1 +1 @@ -MD5 (another-htmllint-20000926.zip) = 6d4d2a3a4e3565d678b7323427925a7b +MD5 (another-htmllint-20010911.zip) = 4cdc0040fe3bb2a12a151887602ce8f5 diff --git a/japanese/another-htmllint/files/patch-ab b/japanese/another-htmllint/files/patch-ab index c5b40623af39..671558ad4d5d 100644 --- a/japanese/another-htmllint/files/patch-ab +++ b/japanese/another-htmllint/files/patch-ab @@ -1,13 +1,13 @@ ---- htmllintenv.orig Tue Aug 1 11:45:50 2000 -+++ htmllintenv Fri Sep 29 14:34:59 2000 +--- 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/'; # ログファイルの場所 +-#$LOGSDIR = './logs/'; # ログファイルの場所 (不要ならコメントアウト) +$RULEDIR = '%PREFIX%/share/htmllint/rule/'; # 規則ファイルの場所 -+$LOGSDIR = '%PREFIX%/share/htmllint/logs/'; # ログファイルの場所 ++#$LOGSDIR = '%PREFIX%/share/htmllint/logs/'; # ログファイルの場所 (不要ならコメントアウト) $TMPDIR = '/tmp/'; # テンポラリファイルの場所 -$IMGDIR = './'; # イメージファイルの場所 +$IMGDIR = '%PREFIX%/share/htmllint/html/'; # イメージファイルの場所 diff --git a/japanese/another-htmllint/pkg-plist b/japanese/another-htmllint/pkg-plist index 87a919f73da1..060e9434b94a 100644 --- a/japanese/another-htmllint/pkg-plist +++ b/japanese/another-htmllint/pkg-plist @@ -2,11 +2,13 @@ bin/htmllint share/htmllint/htmllint.pm share/htmllint/RFC2396.pm share/htmllint/rule/15445.rul +share/htmllint/rule/15445-preparation.rul share/htmllint/rule/arena.rul share/htmllint/rule/charsets.rul share/htmllint/rule/colortable.rul share/htmllint/rule/common.rul share/htmllint/rule/compact-html.rul +share/htmllint/rule/doti10.rul share/htmllint/rule/html10.rul share/htmllint/rule/html20.rul share/htmllint/rule/html40-frameset.rul @@ -24,7 +26,9 @@ share/htmllint/rule/ie50.rul share/htmllint/rule/ie55.rul share/htmllint/rule/imode.rul share/htmllint/rule/imode20.rul +share/htmllint/rule/imode30.rul share/htmllint/rule/jpo.rul +share/htmllint/rule/jskystation.rul share/htmllint/rule/jskyweb.rul share/htmllint/rule/mozilla20.rul share/htmllint/rule/mozilla30.rul @@ -38,6 +42,7 @@ share/htmllint/rule/xhtml1-transitional.rul share/htmllint/rule/xhtml11.rul share/htmllint/html/htmllint.cgi share/htmllint/html/colors.html +share/htmllint/html/colorsbk.html share/htmllint/html/download.html share/htmllint/html/explain-omake.html share/htmllint/html/explain-score.html |