y is a multi-windowed console text editor, primarly intended for program-
mers 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 Rashid N. Achilov (citycat4@ngs.ru) PR: ports/110836 Submitted by: Rashid N. Achilov <citycat4 at ngs.ru>
This commit is contained in:
parent
31632f816d
commit
73bc0390dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188645
@ -195,6 +195,7 @@
|
||||
SUBDIR += xvile
|
||||
SUBDIR += xxe
|
||||
SUBDIR += yudit
|
||||
SUBDIR += yui
|
||||
SUBDIR += zed
|
||||
SUBDIR += zile
|
||||
SUBDIR += zim
|
||||
|
31
editors/yui/Makefile
Normal file
31
editors/yui/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: yui
|
||||
# Date created: 19 Mar 2007
|
||||
# Whom: Rashid N. Achilov <citycat4@ngs.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yui
|
||||
PORTVERSION= 3.2.02
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.askd.ru/~shelton/fileZ/
|
||||
|
||||
MAINTAINER= achilov-rn@askd.ru
|
||||
COMMENT= Rich-featured multi-windows console text editor
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= autoconf:259
|
||||
|
||||
MAN1= y.1
|
||||
|
||||
post-install:
|
||||
${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
editors/yui/distinfo
Normal file
3
editors/yui/distinfo
Normal file
@ -0,0 +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
|
17
editors/yui/pkg-descr
Normal file
17
editors/yui/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
y is a multi-windowed console text editor, primarly intended for program-
|
||||
mers 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
|
||||
|
||||
Rashid N. Achilov (citycat4@ngs.ru)
|
17
editors/yui/pkg-plist
Normal file
17
editors/yui/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
bin/y
|
||||
lib/yui/colormap
|
||||
lib/yui/colortrans
|
||||
lib/yui/help_eng.html
|
||||
lib/yui/help_rus.html
|
||||
lib/yui/highlight
|
||||
lib/yui/highlight_html
|
||||
lib/yui/keymap
|
||||
lib/yui/options
|
||||
lib/yui/yhelp.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.ITK
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm lib/yui
|
Loading…
Reference in New Issue
Block a user