ports/114858: editors/yui - patch up to latest version

Rashid N. Achilov achilov-rn at askd.ru
Tue Jul 24 12:40:02 UTC 2007


>Number:         114858
>Category:       ports
>Synopsis:       editors/yui - patch up to latest version
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 24 12:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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 at ngs.ru)


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list