diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-08-27 23:45:08 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-08-27 23:45:08 +0000 |
commit | a33999c279591021f76696863dd184dc7459a4f5 (patch) | |
tree | 96d755d41e4b6488e53ef15b7ab156f562530d6a /japanese | |
parent | Update to 2.6. Fix script. (diff) |
o rename w3m-image -> w3m-img after repository copy by the author's request.
o update w3m-img to 1.10.
o make PORTREVISION overridable from slave ports.
o change PORTVERSION style for w3m-img. (suggedted by knu)
PR: 29226
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=46993
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 2 | ||||
-rw-r--r-- | japanese/w3m-image/Makefile | 18 | ||||
-rw-r--r-- | japanese/w3m-image/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/w3m-image/pkg-descr | 14 | ||||
-rw-r--r-- | japanese/w3m-img/Makefile | 2 |
5 files changed, 2 insertions, 35 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 49cd7bd5e813..dc2a493d2359 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -376,7 +376,7 @@ SUBDIR += vje30-trial SUBDIR += w3 SUBDIR += w3m - SUBDIR += w3m-image + SUBDIR += w3m-img SUBDIR += wdic-fpw SUBDIR += weather-emacs20 SUBDIR += web1913-fpw diff --git a/japanese/w3m-image/Makefile b/japanese/w3m-image/Makefile deleted file mode 100644 index b711b60f3fde..000000000000 --- a/japanese/w3m-image/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: ja-w3m-image -# Date Created: 22 July 2001 -# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -image -CATEGORIES= japanese - -MASTERDIR= ${.CURDIR}/../../www/w3m -PKGDIR= ${.CURDIR} -PLIST= ${MASTERDIR}/pkg-plist - -JAPANESE= Yes -INLINE_IMAGE= yes - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/w3m-image/pkg-comment b/japanese/w3m-image/pkg-comment deleted file mode 100644 index b381afb44a0f..000000000000 --- a/japanese/w3m-image/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A pager/text-based WWW browser with Japanese and inline image support diff --git a/japanese/w3m-image/pkg-descr b/japanese/w3m-image/pkg-descr deleted file mode 100644 index 182f816a20e4..000000000000 --- a/japanese/w3m-image/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -w3m is a pager/text-based WWW browser. - -It is a similar application to Lynx, but it has several features Lynx -doesn't have. - -* Rendering tables. -* Rendering frames. (It converts frames into a table). -* Display documents given from standard input. -* Small binary size. - -WWW: http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/index.html - --- -MANTANI Nobutaka <nobutaka@nobutaka.com> diff --git a/japanese/w3m-img/Makefile b/japanese/w3m-img/Makefile index b711b60f3fde..5a1b1f7498cb 100644 --- a/japanese/w3m-img/Makefile +++ b/japanese/w3m-img/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PKGNAMESUFFIX= -image +PKGNAMESUFFIX= -img CATEGORIES= japanese MASTERDIR= ${.CURDIR}/../../www/w3m |