View | Details | Raw Unified | Return to bug 29226
Collapse All | Expand All

(-)w3m/Makefile (-2 / +10 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	w3m
8
PORTNAME=	w3m
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.1
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES+=	www ipv6
11
CATEGORIES+=	www ipv6
12
MASTER_SITES=	ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/ \
12
MASTER_SITES=	ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/ \
13
		http://mi.med.tohoku.ac.jp/~satodai/w3m/src/ \
13
		http://mi.med.tohoku.ac.jp/~satodai/w3m/src/ \
Lines 66-81 Link Here
66
66
67
.if defined(INLINE_IMAGE)
67
.if defined(INLINE_IMAGE)
68
PATCH_SITES=	http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/
68
PATCH_SITES=	http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/
69
PATCHFILES=	w3m-0.2.1-img-1.3.patch
69
PATCHFILES=	w3m-0.2.1-img-1.4.patch
70
EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-XMakefile
70
EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-XMakefile
71
71
72
USE_IMLIB=	yes
72
USE_IMLIB=	yes
73
73
74
DOCS_JP+=	README.img
74
DOCS_JP+=	README.img
75
PLIST_SUB+=	INLINE_IMAGE_ONLY=""
75
PLIST_SUB+=	INLINE_IMAGE_ONLY=""
76
77
PKGMESSAGE=	${MASTERDIR}/pkg-message
76
.else
78
.else
77
EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-XMakefile.noimg
79
EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-XMakefile.noimg
78
PLIST_SUB+=	INLINE_IMAGE_ONLY="@comment "
80
PLIST_SUB+=	INLINE_IMAGE_ONLY="@comment "
81
82
# Don't use pkg-massage
83
PKGMESSAGE=	${.CURDIR}/nonexistent
79
.endif
84
.endif
80
85
81
pre-extract:
86
pre-extract:
Lines 112-117 Link Here
112
	@${INSTALL_MAN} ${WRKSRC}/doc/w3m.1 ${PREFIX}/man/man1
117
	@${INSTALL_MAN} ${WRKSRC}/doc/w3m.1 ${PREFIX}/man/man1
113
.if defined(JAPANESE)
118
.if defined(JAPANESE)
114
	@${INSTALL_MAN} ${WRKSRC}/doc-jp/w3m.1 ${PREFIX}/man/ja/man1
119
	@${INSTALL_MAN} ${WRKSRC}/doc-jp/w3m.1 ${PREFIX}/man/ja/man1
120
.endif
121
.if defined(INLINE_IMAGE)
122
	@${CAT} ${PKGMESSAGE}
115
.endif
123
.endif
116
124
117
.include <bsd.port.post.mk>
125
.include <bsd.port.post.mk>
(-)w3m/distinfo (-1 / +1 lines)
Lines 1-2 Link Here
1
MD5 (w3m-0.2.1.tar.gz) = 906c2506f570b563807bcd1d23fecea5
1
MD5 (w3m-0.2.1.tar.gz) = 906c2506f570b563807bcd1d23fecea5
2
MD5 (w3m-0.2.1-img-1.3.patch) = 33c68defc24791ac3439ddae4f8a7c47
2
MD5 (w3m-0.2.1-img-1.4.patch) = 6c577ac4d28f010167c4cd7b56e85248
(-)w3m/pkg-message (+12 lines)
Line 0 Link Here
1
**********************************************************
2
* To display images in proper positions,                 *
3
* you should set font size of your terminal emulator to  *
4
* "# of pixels per character" and "# of pixels per line" *
5
* in Option Setting Panel.                               *
6
*                                                        *
7
* For example, if you use 14 pixel fonts, the values     *
8
* should be these.                                       *
9
*                                                        *
10
* # of pixels per character = 7                          *
11
* # of pixels per line = 14                              *
12
**********************************************************

Return to bug 29226