From nobody@FreeBSD.org  Fri Mar 22 09:32:19 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 70F67676
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Mar 2013 09:32:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4965D2AE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Mar 2013 09:32:19 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2M9WIhE045504
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Mar 2013 09:32:18 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r2M9WIDN045503;
	Fri, 22 Mar 2013 09:32:18 GMT
	(envelope-from nobody)
Message-Id: <201303220932.r2M9WIDN045503@red.freebsd.org>
Date: Fri, 22 Mar 2013 09:32:18 GMT
From: "Rashid N. Achilov" <citycat4@ngs.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new version of editors/yui
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         177228
>Category:       ports
>Synopsis:       new version of editors/yui
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 09:40:00 UTC 2013
>Closed-Date:    Thu Mar 28 16:36:27 UTC 2013
>Last-Modified:  Thu Mar 28 16:40:01 UTC 2013
>Originator:     Rashid N. Achilov
>Release:        8.3
>Organization:
LLC AS-System Complex
>Environment:
FreeBSD to-895.askd.gmbh 8.3-STABLE FreeBSD 8.3-STABLE #0: Wed Jun 20 19:18:05 NOVT 2012     root@to-895.askd.gmbh:/usr/obj/usr/src/sys/Glance82  i386
>Description:
This is a updated version of a editors/yui port, which up it to version 3.2.06
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	yui
#	yui/Makefile
#	yui/distinfo
#	yui/pkg-descr
#	yui/pkg-plist
#
echo c - yui
mkdir -p yui > /dev/null 2>&1
echo x - yui/Makefile
sed 's/^X//' >yui/Makefile << '62d0740ba3c232ad53db8a06a6af98ca'
X# New ports collection makefile for:   yui
X# Date created:                19 Mar 2007
X# Whom:                        Rashid N. Achilov <citycat4@ngs.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	yui
XPORTVERSION=	3.2.06
XCATEGORIES=	editors
XMASTER_SITES=	http://www.sheltonsoft.ru/fileZ/software/ \
X		http://www.askd.ru/~shelton/design/
X
XMAINTAINER=	citycat4@ngs.ru
XCOMMENT=	Rich-featured multi-windows console text editor
X
XUSE_BZIP2=	yes
XUSE_AUTOTOOLS=	autoconf aclocal
X
XACLOCAL_ARGS+=	-I m4
X
XMAKE_ENV+=	LIBPATH=${PREFIX}/lib
X
XMAN1=		y.1
X
X.include <bsd.port.pre.mk>
X
X.if ${ARCH} == "sparc64"
XBROKEN=		Does not compile on sparc64
X.endif
X
Xpost-install:
X	${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html
X
X.if $(PORT_OPTIONS:MDOCS)
X
X	@${MKDIR} ${DOCSDIR}
X
X.for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK THANKS
X	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
X.endfor
X
X.endif
X
X.include <bsd.port.post.mk>
62d0740ba3c232ad53db8a06a6af98ca
echo x - yui/distinfo
sed 's/^X//' >yui/distinfo << 'b1c139a2fbbd9e285bcb5ef78364c80c'
XSHA256 (yui-3.2.06.tar.bz2) = 4bfae3abf7d68ce2b11a17643346fe20a6770686c5b285f12f47a85ba568617d
XSIZE (yui-3.2.06.tar.bz2) = 736482
b1c139a2fbbd9e285bcb5ef78364c80c
echo x - yui/pkg-descr
sed 's/^X//' >yui/pkg-descr << '3f041506d884593b2fcffaec912f3ae2'
Xy is a multi-windowed console text editor, primarly intended for program-
Xmers and system administrators.
X
Xy main features is:
X      -   Multi-windows interface with up and down menu lines
X      -   Pulldown menus
X      -   Operable window list
X      -   Copy/paste between windows
X      -   Inter-windows search and replace
X      -   Help window with ablility to browse manual pages and info files
X      -   Internal terminal window
X      -   Internal GDB interface with ability to set up breakpoints
X          inside text window
X      -   Status saving - you can load 20 files from your program project
X          by one click
X      -   C-style and HTML-style Syntax highlight
X      -   Stream and columnar blocks with saving block features
X      -   Ability to edit huge (hundred of Mb) files
X
XRashid N. Achilov (citycat4@ngs.ru)
3f041506d884593b2fcffaec912f3ae2
echo x - yui/pkg-plist
sed 's/^X//' >yui/pkg-plist << '21874bde1f660ef484af7a9bd3161be7'
Xbin/y
Xlib/yui/colormap
Xlib/yui/colortrans
Xlib/yui/help_eng.html
Xlib/yui/help_rus.html
Xlib/yui/highlight
Xlib/yui/highlight_html
Xlib/yui/keymap
Xlib/yui/options
Xlib/yui/yhelp.html
X%%PORTDOCS%%%%DOCSDIR%%/BUGS
X%%PORTDOCS%%%%DOCSDIR%%/CHANGES
X%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
X%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.ITK
X%%PORTDOCS%%%%DOCSDIR%%/TODO
X%%PORTDOCS%%%%DOCSDIR%%/THANKS
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@dirrm lib/yui
21874bde1f660ef484af7a9bd3161be7
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Thu Mar 28 15:48:18 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177228 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Thu Mar 28 16:36:25 UTC 2013 
State-Changed-Why:  
Committed, thanks! Please submit updates in diff -urN format, shar is 
for new ports only. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177228: commit references a PR
Date: Thu, 28 Mar 2013 16:35:27 +0000 (UTC)

 Author: pawel
 Date: Thu Mar 28 16:35:19 2013
 New Revision: 315488
 URL: http://svnweb.freebsd.org/changeset/ports/315488
 
 Log:
   - Update to version 3.2.06 [1]
   - Fix spelling error in pkg-descr
   - Trim Makefile header
   
   PR:		ports/177228 [1]
   Submitted by:	Rashid N. Achilov <citycat4@ngs.ru> (maintainer)
 
 Modified:
   head/editors/yui/Makefile   (contents, props changed)
   head/editors/yui/distinfo   (contents, props changed)
   head/editors/yui/pkg-descr   (contents, props changed)
   head/editors/yui/pkg-plist   (contents, props changed)
 
 Modified: head/editors/yui/Makefile
 ==============================================================================
 --- head/editors/yui/Makefile	Thu Mar 28 16:28:59 2013	(r315487)
 +++ head/editors/yui/Makefile	Thu Mar 28 16:35:19 2013	(r315488)
 @@ -1,23 +1,21 @@
 -# New ports collection makefile for:   yui
 -# Date created:                19 Mar 2007
 -# Whom:                        Rashid N. Achilov <citycat4@ngs.ru>
 -#
 +# Created by: Rashid N. Achilov <citycat4@ngs.ru>
  # $FreeBSD$
 -#
  
  PORTNAME=	yui
 -PORTVERSION=	3.2.04
 -PORTREVISION=	2
 +PORTVERSION=	3.2.06
  CATEGORIES=	editors
 -MASTER_SITES=	http://openoffice.mirahost.ru/fileZ/software/ \
 -		http://citycat4.land.ru/ \
 -		http://myooo.ru/FreeBSD/
 +MASTER_SITES=	http://www.sheltonsoft.ru/fileZ/software/ \
 +		http://www.askd.ru/~shelton/design/
  
  MAINTAINER=	citycat4@ngs.ru
  COMMENT=	Rich-featured multi-windows console text editor
  
  USE_BZIP2=	yes
 -USE_AUTOTOOLS=	autoconf
 +USE_AUTOTOOLS=	autoconf aclocal
 +
 +ACLOCAL_ARGS+=	-I m4
 +
 +MAKE_ENV+=	LIBPATH=${PREFIX}/lib
  
  MAN1=		y.1
  
 @@ -30,11 +28,14 @@ BROKEN=		Does not compile on sparc64
  post-install:
  	${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html
  
 -.if !defined(NOPORTDOCS)
 +.if $(PORT_OPTIONS:MDOCS)
 +
  	@${MKDIR} ${DOCSDIR}
 +
  .for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK THANKS
  	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
  .endfor
 +
  .endif
  
  .include <bsd.port.post.mk>
 
 Modified: head/editors/yui/distinfo
 ==============================================================================
 --- head/editors/yui/distinfo	Thu Mar 28 16:28:59 2013	(r315487)
 +++ head/editors/yui/distinfo	Thu Mar 28 16:35:19 2013	(r315488)
 @@ -1,2 +1,2 @@
 -SHA256 (yui-3.2.04.tar.bz2) = 9242948f6325918a59a479a637c9058502bbee867f18dfd3d1e6b40b73bb0074
 -SIZE (yui-3.2.04.tar.bz2) = 736762
 +SHA256 (yui-3.2.06.tar.bz2) = 4bfae3abf7d68ce2b11a17643346fe20a6770686c5b285f12f47a85ba568617d
 +SIZE (yui-3.2.06.tar.bz2) = 736482
 
 Modified: head/editors/yui/pkg-descr
 ==============================================================================
 --- head/editors/yui/pkg-descr	Thu Mar 28 16:28:59 2013	(r315487)
 +++ head/editors/yui/pkg-descr	Thu Mar 28 16:35:19 2013	(r315488)
 @@ -1,5 +1,5 @@
 -y is a multi-windowed console text editor, primarly intended for program-
 -mers and system administrators.
 +y is a multi-windowed console text editor, primarily intended for
 +programmers and system administrators.
  
  y main features is:
        -   Multi-windows interface with up and down menu lines
 @@ -7,7 +7,7 @@ y main features is:
        -   Operable window list
        -   Copy/paste between windows
        -   Inter-windows search and replace
 -      -   Help window with ablility to browse manual pages and info files
 +      -   Help window with ability to browse manual pages and info files
        -   Internal terminal window
        -   Internal GDB interface with ability to set up breakpoints
            inside text window
 
 Modified: head/editors/yui/pkg-plist
 ==============================================================================
 --- head/editors/yui/pkg-plist	Thu Mar 28 16:28:59 2013	(r315487)
 +++ head/editors/yui/pkg-plist	Thu Mar 28 16:35:19 2013	(r315488)
 @@ -1,4 +1,6 @@
  bin/y
 +lib/yui/README
 +lib/yui/README.utf8
  lib/yui/colormap
  lib/yui/colortrans
  lib/yui/help_eng.html
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
