Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2001 02:19:37 +0900 (JST)
From:      MANTANI Nobutaka <nobutaka@nobutaka.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29226: Update port: www/w3m
Message-ID:  <200107251719.f6PHJbY28754@triton.nobutaka.com>

next in thread | raw e-mail | index | archive | help

>Number:         29226
>Category:       ports
>Synopsis:       Update port: www/w3m
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 10:20:22 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     MANTANI Nobutaka
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Hiroshima University
>Environment:
System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sat Jul 21 14:38:04 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386

>Description:

Update w3m inline image support patch to 1.4.
Add pkg-message for w3m-image slave ports.

>How-To-Repeat:
>Fix:

diff -urN w3m.old/Makefile w3m/Makefile
--- w3m.old/Makefile	Thu Jul 26 01:41:02 2001
+++ w3m/Makefile	Thu Jul 26 02:13:57 2001
@@ -7,7 +7,7 @@
 
 PORTNAME=	w3m
 PORTVERSION=	0.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES+=	www ipv6
 MASTER_SITES=	ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/ \
 		http://mi.med.tohoku.ac.jp/~satodai/w3m/src/ \
@@ -66,16 +66,21 @@
 
 .if defined(INLINE_IMAGE)
 PATCH_SITES=	http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/
-PATCHFILES=	w3m-0.2.1-img-1.3.patch
+PATCHFILES=	w3m-0.2.1-img-1.4.patch
 EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-XMakefile
 
 USE_IMLIB=	yes
 
 DOCS_JP+=	README.img
 PLIST_SUB+=	INLINE_IMAGE_ONLY=""
+
+PKGMESSAGE=	${MASTERDIR}/pkg-message
 .else
 EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-XMakefile.noimg
 PLIST_SUB+=	INLINE_IMAGE_ONLY="@comment "
+
+# Don't use pkg-massage
+PKGMESSAGE=	${.CURDIR}/nonexistent
 .endif
 
 pre-extract:
@@ -112,6 +117,9 @@
 	@${INSTALL_MAN} ${WRKSRC}/doc/w3m.1 ${PREFIX}/man/man1
 .if defined(JAPANESE)
 	@${INSTALL_MAN} ${WRKSRC}/doc-jp/w3m.1 ${PREFIX}/man/ja/man1
+.endif
+.if defined(INLINE_IMAGE)
+	@${CAT} ${PKGMESSAGE}
 .endif
 
 .include <bsd.port.post.mk>
diff -urN w3m.old/distinfo w3m/distinfo
--- w3m.old/distinfo	Thu Jul 26 01:41:02 2001
+++ w3m/distinfo	Thu Jul 26 01:42:45 2001
@@ -1,2 +1,2 @@
 MD5 (w3m-0.2.1.tar.gz) = 906c2506f570b563807bcd1d23fecea5
-MD5 (w3m-0.2.1-img-1.3.patch) = 33c68defc24791ac3439ddae4f8a7c47
+MD5 (w3m-0.2.1-img-1.4.patch) = 6c577ac4d28f010167c4cd7b56e85248
diff -urN w3m.old/pkg-message w3m/pkg-message
--- w3m.old/pkg-message	Thu Jan  1 09:00:00 1970
+++ w3m/pkg-message	Thu Jul 26 00:53:24 2001
@@ -0,0 +1,12 @@
+**********************************************************
+* To display images in proper positions,                 *
+* you should set font size of your terminal emulator to  *
+* "# of pixels per character" and "# of pixels per line" *
+* in Option Setting Panel.                               *
+*                                                        *
+* For example, if you use 14 pixel fonts, the values     *
+* should be these.                                       *
+*                                                        *
+* # of pixels per character = 7                          *
+* # of pixels per line = 14                              *
+**********************************************************
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107251719.f6PHJbY28754>