From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 10 17:30:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E325F1065670 for ; Sun, 10 Jan 2010 17:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A7E088FC15 for ; Sun, 10 Jan 2010 17:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0AHU1o6044572 for ; Sun, 10 Jan 2010 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0AHU1ZP044570; Sun, 10 Jan 2010 17:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 10 Jan 2010 17:30:01 GMT Resent-Message-Id: <201001101730.o0AHU1ZP044570@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sevan Janiyan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68D6A106566B for ; Sun, 10 Jan 2010 17:21:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB6B8FC08 for ; Sun, 10 Jan 2010 17:21:46 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0AHLkK7038716 for ; Sun, 10 Jan 2010 17:21:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o0AHLkqW038715; Sun, 10 Jan 2010 17:21:46 GMT (envelope-from nobody) Message-Id: <201001101721.o0AHLkqW038715@www.freebsd.org> Date: Sun, 10 Jan 2010 17:21:46 GMT From: Sevan Janiyan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/142584: [patch] hebrew/hspell use $SUB_FILES to dynamically adjust pkg-message X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2010 17:30:02 -0000 >Number: 142584 >Category: ports >Synopsis: [patch] hebrew/hspell use $SUB_FILES to dynamically adjust pkg-message >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 10 17:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sevan Janiyan >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/hebrew/hspell/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 24 Jan 2009 19:12:31 -0000 1.9 +++ Makefile 10 Jan 2010 17:16:22 -0000 @@ -22,8 +22,10 @@ MAN1= hspell.1 MAN3= hspell.3 +SUB_FILES= pkg-message +SUB_LIST= PORTSDIR=${PORTSDIR} post-install: - @${SED} -e "s:%%PORTSDIR%%:${PORTSDIR}:g" ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 1 Dec 2004 20:15:49 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ - -The recommended usage of this port is first to teach your terminal to display -hebrew fonts, like this: - -vidcontrol < /dev/ttyv0 -f 8x16 iso08-8x16.fnt - -or set this in /etc/rc.conf: - -font8x16=iso08-8x16.fnt - -Then, it would be wise to install bidiv from %%PORTSDIR%%/textproc/bidiv -and run Hspell: - -hspell file.txt | bidiv - -Plus, Hspell can use Ispell as a slave (option -i or executable hspell-i). -Ispell can be found in %%PORTSDIR%%/textproc/ispell . - Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 10 Jan 2010 17:16:22 -0000 @@ -0,0 +1,18 @@ + +The recommended usage of this port is first to teach your terminal to display +hebrew fonts, like this: + +vidcontrol < /dev/ttyv0 -f 8x16 iso08-8x16.fnt + +or set this in /etc/rc.conf: + +font8x16=iso08-8x16.fnt + +Then, it would be wise to install bidiv from %%PORTSDIR%%/textproc/bidiv +and run Hspell: + +hspell file.txt | bidiv + +Plus, Hspell can use Ispell as a slave (option -i or executable hspell-i). +Ispell can be found in %%PORTSDIR%%/textproc/ispell . + >Release-Note: >Audit-Trail: >Unformatted: