summaryrefslogtreecommitdiff
path: root/editors/yui
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-28 09:21:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-28 09:21:25 +0000
commit73bc0390dc3765601b3e0a9697c91e161d9aa07c (patch)
treeb7fadc92d299da2a0c66720cfbfc327161d3d07b /editors/yui
parentReset freebsd-dr@durchnull.de: (diff)
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>
Notes
Notes: svn path=/head/; revision=188645
Diffstat (limited to 'editors/yui')
-rw-r--r--editors/yui/Makefile31
-rw-r--r--editors/yui/distinfo3
-rw-r--r--editors/yui/pkg-descr17
-rw-r--r--editors/yui/pkg-plist17
4 files changed, 68 insertions, 0 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile
new file mode 100644
index 000000000000..f8e111d32396
--- /dev/null
+++ b/editors/yui/Makefile
@@ -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>
diff --git a/editors/yui/distinfo b/editors/yui/distinfo
new file mode 100644
index 000000000000..4c2c9305ca22
--- /dev/null
+++ b/editors/yui/distinfo
@@ -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
diff --git a/editors/yui/pkg-descr b/editors/yui/pkg-descr
new file mode 100644
index 000000000000..1ec81cfcd39a
--- /dev/null
+++ b/editors/yui/pkg-descr
@@ -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)
diff --git a/editors/yui/pkg-plist b/editors/yui/pkg-plist
new file mode 100644
index 000000000000..e0d3c9afd23c
--- /dev/null
+++ b/editors/yui/pkg-plist
@@ -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