From nobody@FreeBSD.org  Sun Jan 10 17:21:46 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 68D6A106566B
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <venture37@geeklan.co.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] hebrew/hspell use $SUB_FILES to dynamically adjust pkg-message 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: onatan@gmail.com

>Number:         142584
>Category:       ports
>Synopsis:       [patch] hebrew/hspell use $SUB_FILES to dynamically adjust pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 10 17:30:01 UTC 2010
>Closed-Date:    Sun Jan 31 03:54:23 UTC 2010
>Last-Modified:  Sun Jan 31 03:54:23 UTC 2010
>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 <bsd.port.mk>
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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jan 10 17:31:00 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142584 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: onatan@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/142584: [patch] hebrew/hspell use $SUB_FILES to dynamically adjust pkg-message
Date: Sun, 10 Jan 2010 17:30:57 UT

 Maintainer of hebrew/hspell,
 
 Please note that PR ports/142584 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142584
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Sun Jan 10 18:36:15 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142584 
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Sun Jan 31 00:36:52 UTC 2010 
State-Changed-Why:  
Maintainer timeout > 14 days 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142584 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142584: commit references a PR
Date: Sun, 31 Jan 2010 03:44:17 +0000 (UTC)

 pgollucci    2010-01-31 03:43:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     hebrew/hspell        Makefile 
   Added files:
     hebrew/hspell/files  pkg-message.in 
   Removed files:
     hebrew/hspell        pkg-message 
   Log:
   - use $SUB_FILES to dynamically adjust pkg-message
   
   PR:             ports/142584
   Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
   Approved by:    maintainer timeout (onatan@gmail.com; > 2 weeks)
   
   Revision  Changes    Path
   1.10      +3 -1      ports/hebrew/hspell/Makefile
   1.1       +18 -0     ports/hebrew/hspell/files/pkg-message.in (new)
   1.4       +0 -18     ports/hebrew/hspell/pkg-message (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sun Jan 31 03:54:23 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142584 
>Unformatted:
