From nobody@FreeBSD.org  Tue Jul 24 12:38:32 2007
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 EF5BA16A419
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Jul 2007 12:38:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (unknown [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C0C4613C46B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Jul 2007 12:38:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l6OCcWMf065872
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Jul 2007 12:38:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l6OCcWAo065871;
	Tue, 24 Jul 2007 12:38:32 GMT
	(envelope-from nobody)
Message-Id: <200707241238.l6OCcWAo065871@www.freebsd.org>
Date: Tue, 24 Jul 2007 12:38:32 GMT
From: "Rashid N. Achilov" <achilov-rn@askd.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: editors/yui - patch up to latest version
X-Send-Pr-Version: www-3.0

>Number:         114858
>Category:       ports
>Synopsis:       editors/yui - patch up to latest version
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 24 12:40:01 GMT 2007
>Closed-Date:    Fri Jul 27 13:34:54 GMT 2007
>Last-Modified:  Fri Jul 27 13:40:01 GMT 2007
>Originator:     Rashid N. Achilov
>Release:        6.2-RELEASE
>Organization:
LLC "AS-System Complex"
>Environment:
FreeBSD to-495.askd.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #3: Fri Feb 16 18:47:32 NOVT 2007     root@to-495.askd.ru:/usr/obj/usr/src/sys/Sentry  i386
>Description:
This is a patch to latest release of yui, multi-window console text editor for programmers and admins. It fixes break building on -CURRENT. Also some warnings were eliminated, some code cleanup, many $Log$ entries from previous "life" were changed to $Id$, one time unsafe tmpnam() was changed to mkstemp()
>How-To-Repeat:
Try to build yui on -CURRENT or 6.x with GCC 4.x
>Fix:


Patch attached with submission follows:

diff -ruN yui.old/Makefile yui/Makefile
--- yui.old/Makefile	Wed Mar 28 16:21:25 2007
+++ yui/Makefile	Tue Jul 24 19:21:21 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	yui
-PORTVERSION=	3.2.02
+PORTVERSION=	3.2.03
 CATEGORIES=	editors
 MASTER_SITES=	http://www.askd.ru/~shelton/fileZ/
 
diff -ruN yui.old/distinfo yui/distinfo
--- yui.old/distinfo	Tue Mar 20 12:44:27 2007
+++ yui/distinfo	Tue Jul 24 19:30:02 2007
@@ -1,3 +1,3 @@
-MD5 (yui-3.2.02.tar.bz2) = 5c1de490ba7d059d85b1961dfb884692
-SHA256 (yui-3.2.02.tar.bz2) = 9526cc694e95c1a7ed186abd36e5a0096eb22a3ccf177708578b7e443af6b34c
-SIZE (yui-3.2.02.tar.bz2) = 740688
+MD5 (yui-3.2.03.tar.bz2) = 82da5487583a1b6d6d98751770ee2f18
+SHA256 (yui-3.2.03.tar.bz2) = 289129d617d0367cd83196e19ed6e45a77ddc8fb68e81c062d51615c6eb8b20f
+SIZE (yui-3.2.03.tar.bz2) = 734419
diff -ruN yui.old/pkg-descr yui/pkg-descr
--- yui.old/pkg-descr	Tue Mar 20 12:41:35 2007
+++ yui/pkg-descr	Tue Jul 24 19:24:23 2007
@@ -2,7 +2,8 @@
 mers and system administrators.
 
 y main features is:
-      -   multi-windows interface with up and down menu lines
+      -   Multi-windows interface with up and down menu lines
+      -   Pulldown menus
       -   Operable window list
       -   Copy/paste between windows
       -   Inter-windows search and replace
@@ -12,6 +13,8 @@
           inside text window
       -   Status saving - you can load 20 files from your program project
           by one click
-      -   C-style Syntax highlight
+      -   C-style and HTML-style Syntax highlight
+      -   Stream and columnar blocks with saving block features
+      -   Ability to edit huge (hundred of Mb) files
 
 Rashid N. Achilov (citycat4@ngs.ru)


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Thu Jul 26 17:34:25 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114858 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Fri Jul 27 13:34:52 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114858: commit references a PR
Date: Fri, 27 Jul 2007 13:34:51 +0000 (UTC)

 rafan       2007-07-27 13:34:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/yui          Makefile distinfo pkg-descr 
   Log:
   - Update to 3.2.03
   - Refine pkg-descr
   
   PR:             ports/114858
   Submitted by:   Rashid N. Achilov <achilov-rn at askd.ru>
   
   Revision  Changes    Path
   1.2       +1 -1      ports/editors/yui/Makefile
   1.2       +3 -3      ports/editors/yui/distinfo
   1.2       +5 -2      ports/editors/yui/pkg-descr
 _______________________________________________
 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"
 
>Unformatted:
