ports/110836: new port - yui (y), a multi-windowed console editor

Rashid N. Achilov achilov-rn at askd.ru
Mon Mar 26 06:40:04 UTC 2007


>Number:         110836
>Category:       ports
>Synopsis:       new port - yui (y), a multi-windowed console editor
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 26 06:40:03 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:
y is a multi-windowed console text editor, primarly intended for programmers and system administrators.
y main features is:
      -   multi-windows interface with up and down menu lines
      -   Operable window list
      -   Copy/paste between windows
      -   Inter-windows search and replace
      -   Help window with ablility to browse manual pages and info files
      -   Internal terminal window
      -   Internal GDB interface with ability to set up breakpoints
          inside text window
      -   Status saving - you can load 20 files from your program project
          by one click
      -   C-style Syntax highlight
This is a version, which was developed at http://www.itk.ru and placed in source codes on their FTP at 2000, slightly patched to compile at FreeBSD. I have excluded unneccesary files, slightly clean source code tree and remake Makefiles to work with autotools. 

>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/pkg-descr
#	yui/distinfo
#	yui/pkg-plist
#
echo c - yui
mkdir -p yui > /dev/null 2>&1
echo x - yui/Makefile
sed 's/^X//' >yui/Makefile << 'END-of-yui/Makefile'
X# New ports collection makefile for:   yui
X# Date created:                19 Mar 2007
X# Whom:                        Rashid N. Achilov <citycat4 at ngs.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	yui
XPORTVERSION=	3.2.02
XCATEGORIES=	editors
XMASTER_SITES=	http://www.askd.ru/~shelton/fileZ/
X
XMAINTAINER=	achilov-rn at askd.ru
XCOMMENT=	Rich-featured multi-windows console text editor
X
XUSE_BZIP2=	yes
XUSE_AUTOTOOLS=	autoconf:259
X
XMAN1=		y.1
X
Xpost-install:
X	${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html
X
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK
X	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-yui/Makefile
echo x - yui/pkg-descr
sed 's/^X//' >yui/pkg-descr << 'END-of-yui/pkg-descr'
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      -   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 Syntax highlight
X
XRashid N. Achilov (citycat4 at ngs.ru)
END-of-yui/pkg-descr
echo x - yui/distinfo
sed 's/^X//' >yui/distinfo << 'END-of-yui/distinfo'
XMD5 (yui-3.2.02.tar.bz2) = 5c1de490ba7d059d85b1961dfb884692
XSHA256 (yui-3.2.02.tar.bz2) = 9526cc694e95c1a7ed186abd36e5a0096eb22a3ccf177708578b7e443af6b34c
XSIZE (yui-3.2.02.tar.bz2) = 740688
END-of-yui/distinfo
echo x - yui/pkg-plist
sed 's/^X//' >yui/pkg-plist << 'END-of-yui/pkg-plist'
Xbin/y
Xlib/yui/colormap
Xlib/yui/colortrans
Xlib/yui/highlight
Xlib/yui/highlight_html
Xlib/yui/keymap
Xlib/yui/options
Xlib/yui/help_eng.html
Xlib/yui/help_rus.html
X at unexec rm -f %D/lib/yui/yhelp.html
X at dirrm %D/lib/yui
X%%PORTDOCS%%%%DOCSDIR%%/BUGS
X%%PORTDOCS%%%%DOCSDIR%%/CHANGES
X%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
X%%PORTDOCS%%%%DOCSDIR%%/TODO
X%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.ITK
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-yui/pkg-plist
exit


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



More information about the freebsd-ports-bugs mailing list